This object represents a relational table on a database connection
DocumentProperty | Type | Description |
---|---|---|
name | Text | Name of the table |
columns | Backend_DatabaseTableColumn | Available columns on the table |
primaryKey | Text | The primary key column |
indexes | Backend_DatabaseTableIndex | Available indices on the table |
foreignKeys | Backend_DatabaseTableForeignKeyConstraint | Available foreign key constraints |