You are here

12 calls to DataTable::update() in Data 7

DataTable::addField in includes/DataTable.inc
Add a field.
DataTable::addIndex in includes/DataTable.inc
Add an index to table.
DataTable::addPrimaryKey in includes/DataTable.inc
Add a primary key to table.
DataTable::addUniqueKey in includes/DataTable.inc
Add a unique key to a field.
DataTable::changeField in includes/DataTable.inc
Change a field.
DataTable::drop in includes/DataTable.inc
Drop a table. Does not drop a table if its defined in code.
DataTable::dropField in includes/DataTable.inc
Delete a field.
DataTable::dropIndex in includes/DataTable.inc
Drop an index from a table.
DataTable::dropPrimaryKey in includes/DataTable.inc
Drop all primary keys from a table.
DataTable::dropUniqueKey in includes/DataTable.inc
Drop a unique key from a table.
DataTable::link in includes/DataTable.inc
Link this table to another table. Linking a table to another one is to define how data in these tables should be joined to each other.
DataTable::unlink in includes/DataTable.inc
Unlink this table from another table.