Gda.MetaTable¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
columns |
r/w |
list of |
|
fk_list |
r/w |
list of |
|
pk_cols_array |
r/w |
index of the columns part of the primary key for the table (WARNING: columns numbering here start at 0) |
|
pk_cols_nb |
r/w |
size of the pk_cols_array array |
|
reverse_fk_list |
r/w |
list of |
Methods¶
None
Details¶
- class Gda.MetaTable¶
This structure specifies a
Gda.MetaDbObject
to represent a table’s specific attributes, its contents must not be modified.Note that in some cases, the columns cannot be determined for views, and in this case the columns will be
None
(this can be the case for example with SQLite where a view uses a function which is not natively provided by SQLite.