A builder for table creation values
Located in /Db/Gateway/TableBuilder.php (line 36)
Xyster_Db_Gateway_Builder | --Xyster_Db_Gateway_TableBuilder
Adds a BLOB/IMAGE data type column
Adds a BOOLEAN data type column
Adds a CHAR data type column
Adds a CLOB/TEXT data type column
Adds a DATE data type column
Adds a FLOAT data type column
Adds an IDENTITY/SERIAL data type column
Adds an INTEGER/INT data type column
Adds a SMALLINT data type column
Adds a TIME data type column
Adds a TIMESTAMP data type column
Adds a VARCHAR data type column
Sets a default value for the current column
Executes the create table statement
Sets the current column as being a foreign key
Sets the table as having a compound foreign key
Gets the columns that have been defined in this table
Gets the foreign keys that have been defined at the table level
Only foreign keys that have been defined using the foreignMulti method will be returned here.
Gets the indexes that have been defined at the table level
Only indexes that have been defined using the indexMulti method will be returned here.
Gets the options set
Gets the primary keys that have been defined at the table level
Only primary keys that have been defined using the primaryMulti method will be returned here.
Gets the unique indexes that have been defined at the table level
Only uniques that have been defined using the uniqueMulti method will be returned here.
Sets the current column as being indexed
Adds a compound index to the table
Sets the current column as being able to accept null or not
Sets a database option
Sets the current column as being the primary key
This is unnecessary for columns of type IDENTITY
Sets the table as having a compound primary key
Sets the current column as being indexed uniquely
Adds a compound unique index to the table
Checks that a column has been defined
Inherited From Xyster_Db_Gateway_Builder
Xyster_Db_Gateway_Builder::__construct()
Xyster_Db_Gateway_Builder::execute()
Xyster_Db_Gateway_Builder::getName()
Xyster_Db_Gateway_Builder::getSchema()
Xyster_Db_Gateway_Builder::_getGateway()
Documentation generated on Mon, 19 May 2008 17:08:36 -0400 by phpDocumentor 1.4.2