gda.meta_table_foreign_key
Module for [MetaTableForeignKey] class
class MetaTableForeignKey
Types 1
classMetaTableForeignKey
This structure represents a foreign key constraint, its contents must not be modified.
Fields
GdaMetaTableForeignKey _cInstanceMethods
void * _cPtr()gda.meta_db_object.MetaDbObject metaTable() @propertyGet `metaTable` field. Returns: the #GdaMetaDbObject for which this structure represents a foreign keygda.meta_db_object.MetaDbObject dependOn() @propertyGet `dependOn` field. Returns: the #GdaMetaDbObject which is referenced by the foreign keyint colsNb() @propertyGet `colsNb` field. Returns: the size of the @fkcolsarray, @fknamesarray, @refpkcolsarray and @refpknamesarray arraysvoid colsNb(int propval) @propertySet `colsNb` field. Params: propval = the size of the @fkcolsarray, @fknamesarray, @refpkcolsarray and @refpknamesarray arraysstring fkName() @propertyvoid fkName(string propval) @property