-
$_argument
-
-
$_columns
-
-
$_columns
-
-
$_columns
-
-
$_columns
-
-
$_columns
-
-
$_current
-
-
$_default
-
-
$_fcolumns
-
-
$_foreign
-
-
$_foreign
-
-
$_fulltext
-
-
$_fulltext
-
-
$_indexes
-
-
$_name
-
-
$_name
-
-
$_null
-
-
$_onDelete
-
-
$_onUpdate
-
-
$_options
-
-
$_primary
-
-
$_primary
-
-
$_table
-
-
$_table
-
-
$_type
-
-
$_unique
-
-
$_unique
-
-
$_uniques
-
-
_checkColumnDefined
-
Checks that a column has been defined
-
_getAddColumnSql
-
Gets the SQL statement to add a column
-
_getAddForeignSql
-
Gets the SQL statement to add a foreign key to a table
-
_getAddPrimarySql
-
Gets the SQL statement to add a primary key to a table
-
_getAddPrimarySql
-
Gets the SQL statement to add a primary key to a table
-
_getCreateIndexSql
-
Gets the SQL statement to create an index
-
_getCreateIndexSql
-
Gets the SQL statement to create an index
-
_getCreateIndexSql
-
Gets the SQL statement to create an index
-
_getCreateIndexSql
-
Gets the SQL statement to create an index
-
_getCreateSequenceSql
-
Gets the SQL statement to create a sequence
-
_getCreateTableSql
-
Gets the SQL to create a table
-
_getCreateTableSql
-
Gets the SQL to create a table
-
_getDropColumnSql
-
Gets the SQL statement to drop a column from a table
-
_getDropForeignSql
-
Gets the SQL statement to drop a foreign key from a table
-
_getDropForeignSql
-
Gets the SQL statement to drop a foreign key from a table
-
_getDropIndexSql
-
Gets the SQL statement to drop an index
-
_getDropIndexSql
-
Gets the SQL statement to drop an index
-
_getDropIndexSql
-
Gets the SQL statement to drop an index
-
_getDropIndexSql
-
Gets the SQL statement to drop an index
-
_getDropPrimarySql
-
Gets the SQL statement to drop a primary key from a table
-
_getDropPrimarySql
-
Gets the SQL statement to drop a primary key from a table
-
_getDropPrimarySql
-
Gets the SQL statement to drop a primary key from a table
-
_getDropPrimarySql
-
Gets the SQL statement to drop a primary key from a table
-
_getDropSequenceSql
-
Gets the SQL statement to drop a sequence
-
_getDropTableSql
-
Gets the SQL statement to drop a table
-
_getGateway
-
Gets the gateway
-
_getListSequencesSql
-
Gets the SQL statement to list the sequences
-
_getListSequencesSql
-
Gets the SQL statement to list the sequences
-
_getListSequencesSql
-
Gets the SQL statement to list the sequences
-
_getListSequencesSql
-
Gets the SQL statement to list the sequences
-
_getRenameColumnSql
-
Gets the SQL statement to rename a column in a table
-
_getRenameColumnSql
-
Gets the SQL statement to rename a column in a table
-
_getRenameColumnSql
-
Gets the SQL statement to rename a column in a table
-
_getRenameColumnSql
-
Gets the SQL statement to rename a column in a table
-
_getRenameIndexSql
-
Gets the SQL statement to rename an index
-
_getRenameIndexSql
-
Gets the SQL statement to rename an index
-
_getRenameIndexSql
-
Gets the SQL statement to rename an index
-
_getRenameIndexSql
-
Gets the SQL statement to rename an index
-
_getRenameSequenceSql
-
Gets the SQL statement to rename a sequence
-
_getRenameSequenceSql
-
Gets the SQL statement to rename a sequence
-
_getRenameTableSql
-
Gets the SQL statement to rename a table
-
_getRenameTableSql
-
Gets the SQL statement to rename a table
-
_getRenameTableSql
-
Gets the SQL statement to rename a table
-
_getRenameTableSql
-
Gets the SQL statement to rename a table
-
_getSetDefaultSql
-
Gets the SQL statement to set a default value on a column
-
_getSetNullSql
-
Gets the SQL statement to set a column's NULL status
-
_getSetNullSql
-
Gets the SQL statement to set a column's NULL status
-
_getSetNullSql
-
Gets the SQL statement to set a column's NULL status
-
_getSetNullSql
-
Gets the SQL statement to set a column's NULL status
-
_getSetTypeSql
-
Gets the SQL statement to set the data type of a column
-
_getSetTypeSql
-
Gets the SQL statement to set the data type of a column
-
_getSetTypeSql
-
Gets the SQL statement to set the data type of a column
-
_getSetTypeSql
-
Gets the SQL statement to set the data type of a column
-
_getSetUniqueSql
-
Gets the SQL statement to create a UNIQUE index for one or more columns
-
_makeArray
-
Ensures the object passed is an array
-
_quote
-
Quotes an identifier or a group of identifiers
-
_setAdapter
-
Sets the database adapter
-
_translateType
-
Translates a DataType enum into the correct SQL syntax
-
_translateType
-
Translates a DataType enum into the correct SQL syntax
-
_translateType
-
Translates a DataType enum into the correct SQL syntax
-
_translateType
-
Translates a DataType enum into the correct SQL syntax
-
__construct
-
Creates a new builder
-
__construct
-
Creates a new unique index
-
__construct
-
Creates a new index
-
__construct
-
Creates a new MySQL DB gateway
-
__construct
-
Creates a new MySQL DB gateway
-
__construct
-
Creates a new primary key
-
__construct
-
Creates a new MySQLi DB gateway
-
__construct
-
Creates a new MySQL DB gateway
-
__construct
-
Creates a new foreign key
-
__construct
-
Creates a new DB gateway
-
__construct
-
Creates a new column
-
getAdapter
-
Gets the database adapter
-
getArgument
-
Gets the argument for the data type
-
getColumns
-
Gets the columns in the index
-
getColumns
-
Gets the columns in the primary key
-
getColumns
-
Gets the columns that have been defined in this table
-
getColumns
-
Gets the columns in the local table that reference the foreign one
-
getColumns
-
Gets an array of the column names in the index
-
getDataType
-
Gets the data type of the column
-
getDefault
-
Gets the default value for the column
-
getForeignColumns
-
Gets the referenced columns in the foreign table
-
getForeignKeyColumn
-
Gets the column name for the foreign key
-
getForeignKeyOnDelete
-
Gets the action to perform ondelete
-
getForeignKeyOnUpdate
-
Gets the action to perform onupdate
-
getForeignKeys
-
Gets the foreign keys that have been defined at the table level
-
getForeignKeyTable
-
Gets the table name for the foreign key
-
getIndexes
-
Gets the indexes that have been defined at the table level
-
getName
-
Gets the name of the object
-
getName
-
Gets the name of the index
-
getName
-
Gets the name of the column
-
getOnDelete
-
Gets the onDelete behavior
-
getOnUpdate
-
Gets the onUpdate behavior
-
getOptions
-
Gets the options set
-
getPrimaryKey
-
Gets the primary keys that have been defined at the table level
-
getSchema
-
Gets the schema of the object
-
getTable
-
Gets the table name
-
getTable
-
Gets the table name of the foreign table
-
getUniques
-
Gets the unique indexes that have been defined at the table level