[Xyster_Db] element index

Package indexes

All elements
a b c d e f g i l m n o p r s t u x _
_
top
$_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
a
top
addBlob
Adds a BLOB/IMAGE data type column
addBoolean
Adds a BOOLEAN data type column
addChar
Adds a CHAR data type column
addClob
Adds a CLOB/TEXT data type column
addColumn
Adds a column to a table
addDate
Adds a DATE data type column
addFloat
Adds a FLOAT data type column
addForeign
Adds a foreign key to a table
addIdentity
Adds an IDENTITY/SERIAL data type column
addInteger
Adds an INTEGER/INT data type column
addPrimary
Adds a primary key to a table
addSmallint
Adds a SMALLINT data type column
addTime
Adds a TIME data type column
addTimestamp
Adds a TIMESTAMP data type column
addVarchar
Adds a VARCHAR data type column
Abstract.php
Abstract.php in Abstract.php
b
top
Builder.php
Builder.php in Builder.php
c
top
createIndex
Creates an index builder
createSequence
Creates a sequence
createTable
Creates a table builder
Column.php
Column.php in Column.php
d
top
defaultValue
Sets a default value for the current column
defaultValue
Sets the default value for the column
dropColumn
Removes a column from a table
dropColumn
Drops a column
dropForeign
Drops a foreign key from a table
dropIndex
Removes an index
dropPrimary
Removes a primary key from a table
dropSequence
Drops a sequence
dropTable
Drops a table
e
top
Exception.php
Exception.php in Exception.php
Exception.php
Exception.php in Exception.php
execute
Executes the create table statement
execute
Executes the builder
execute
Executes the create table statement
executeIndexBuilder
Executes an index builder
executeTableBuilder
Creates a table from a table builder
f
top
ForeignKey.php
ForeignKey.php in ForeignKey.php
foreign
Sets the current column as being a foreign key
foreign
Sets the column to be a foreign key
foreignMulti
Sets the table as having a compound foreign key
fulltext
Sets the index to be full text
g
top
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
i
top
IndexBuilder.php
IndexBuilder.php in IndexBuilder.php
Index.php
Index.php in Index.php
index
Sets the current column as being indexed
indexMulti
Adds a compound index to the table
isForeign
Returns true if the column is a foreign key
isFulltext
Whether the index is full text
isFulltext
Returns true if the index is fulltext
isNull
Returns true if the column allows null values
isPrimary
Returns true if the column is a primary key
isUnique
Whether the index is UNIQUE
isUnique
Returns true if the column is uniquely indexed
l
top
listForeignKeys
Lists all foreign keys
listForeignKeys
Lists all foreign keys
listForeignKeys
Lists all foreign keys
listForeignKeys
Lists all foreign keys
listIndexes
Lists all indexes
listIndexes
Lists all indexes
listIndexes
Lists all indexes
listIndexes
Lists all indexes
listSequences
Lists all sequences
m
top
Mysqli.php
Mysqli.php in Mysqli.php
Mysql.php
Mysql.php in Mysql.php
n
top
null
Sets the current column as being able to accept null or not
null
Sets whether the column can accept null
o
top
on
Assigns the index to reference a table and columns
option
Sets a database option
p
top
Pgsql.php
Pgsql.php in Pgsql.php
PrimaryKey.php
PrimaryKey.php in PrimaryKey.php
primary
Sets the column to be a primary key
primary
Sets the current column as being the primary key
primaryMulti
Sets the table as having a compound primary key
r
top
renameColumn
Renames a column
renameColumn
Renames a column
renameIndex
Renames an index
renameIndex
Renames an index
renameIndex
Renames an index
renameSequence
Renames a sequence
renameTable
Renames a table
s
top
Sqlite.php
Sqlite.php in Sqlite.php
setAdapter
Sets the database adapter
setAdapter
Sets the database adapter
setAdapter
Sets the database adapter
setAdapter
Sets the database adapter
setDefault
Sets the default value for a column
setDefault
Sets the default value for a column
setNull
Sets whether or not the column will accept null
setType
Changes the type of a column
setUnique
Creates a unique index on a column or columns
setUnique
Creates a unique index on a column or columns
supportsForeignKeys
Whether the database supports foreign keys
supportsForeignKeys
Whether the database supports foreign keys
supportsSequences
Whether the database supports sequences
supportsSequences
Whether the database supports sequences
t
top
TableBuilder.php
TableBuilder.php in TableBuilder.php
u
top
Unique.php
Unique.php in Unique.php
unique
Sets the column to be uniquely indexed
unique
Sets the current column as being indexed uniquely
unique
Sets the index to be UNIQUE
uniqueMulti
Adds a compound unique index to the table
x
top
Xyster_Db_Gateway_Abstract
A gateway and abstraction layer for database administration
Xyster_Db_Gateway_Builder
An abstract builder
Xyster_Db_Gateway_Exception
An exception for gateway classes
Xyster_Db_Gateway_IndexBuilder
Xyster_Db_Gateway_IndexBuilder in IndexBuilder.php
A builder for indexes
Xyster_Db_Gateway_Mysqli
A gateway and abstraction layer for MySQLi connections
Xyster_Db_Gateway_Pdo_Mysql
A gateway and abstraction layer for MySQL
Xyster_Db_Gateway_Pdo_Pgsql
A gateway and abstraction layer for MySQL
Xyster_Db_Gateway_Pdo_Sqlite
A gateway and abstraction layer for SQLite
Xyster_Db_Gateway_TableBuilder
Xyster_Db_Gateway_TableBuilder in TableBuilder.php
A builder for table creation values
Xyster_Db_Gateway_TableBuilder_Column
A column for the tablebuilder
Xyster_Db_Gateway_TableBuilder_Exception
An exception for tablebuilder classes
Xyster_Db_Gateway_TableBuilder_ForeignKey
A foreign key for the tablebuilder
Xyster_Db_Gateway_TableBuilder_Index
An index for the tablebuilder
Xyster_Db_Gateway_TableBuilder_PrimaryKey
A primary key for the tablebuilder
Xyster_Db_Gateway_TableBuilder_Unique
A unique index for the tablebuilder
a b c d e f g i l m n o p r s t u x _