[ CCode ( has_construct_function = false ) ]
[ Version ( since = "3.26" ) ]
public CacheColumnInfo (string name, string type, string? index_name)
| name |
a column name |
| type |
a column type |
| index_name |
an index name for this column, or null |
|
A new CacheColumnInfo. Free it with cache_column_info_free when no longer needed. |