CacheColumnInfo


Description:

[ CCode ( has_construct_function = false ) ]
[ Version ( since = "3.26" ) ]
public CacheColumnInfo (string name, string type, string? index_name)

Parameters:

name

a column name

type

a column type

index_name

an index name for this column, or null

Returns:

A new CacheColumnInfo. Free it with cache_column_info_free when no longer needed.