[ CCode ( has_construct_function = false ) ]
public MetaStruct (MetaStore store, MetaStructFeature features)
Creates a new MetaStruct object.
The features
specifies the extra features which will also be computed: the more features, the more time it takes to run.
Features such as table's columns, each column's attributes, etc are not optional and will always be computed.
store |
a MetaStore from which the new MetaStruct object will fetch information |
features |
the kind of extra information the new MetaStruct object will compute |
the newly created MetaStruct object |