EBackend.CacheColumnInfo¶
Details¶
- 
class EBackend.CacheColumnInfo¶
- 
classmethod free(info)¶
- Parameters: - info ( - objector- None) – an- EBackend.CacheColumnInfo- Frees the info structure, previously allocated with - EBackend.CacheColumnInfo.new() or- EBackend.CacheColumnInfo.copy().- New in version 3.26. 
 - 
classmethod new(name, type, index_name)¶
- Parameters: - Returns: - A new - EBackend.CacheColumnInfo. Free it with- EBackend.CacheColumnInfo.free() when no longer needed.- Return type: - New in version 3.26. 
 - 
copy()¶
- Returns: - Copy of the given self. Free it with - EBackend.CacheColumnInfo.free() when no longer needed. If the self is- None, then returns- Noneas well.- Return type: - EBackend.CacheColumnInfo- New in version 3.26. 
 
- 
classmethod