MetaStruct
Description:
[ CCode ( has_construct_function = false ) ]
public MetaStruct (MetaStore store, MetaStructFeature features)
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.
Parameters:
store |
a MetaStore from which the new MetaStruct object will fetch information |
features |
the kind of extra information the new MetaStruct object will compute |
Returns:
the newly created MetaStruct object |