get_column_schema
Description:
public abstract unowned string get_column_schema (
uint column)
Get the Variant signature of a column
Parameters:
this |
a Model
|
column |
the column to get retrieve the Variant type string of
|
Returns:
the Variant signature of the column at index column
|