Class |
Constant / Property / Method |
abstract class AbstractSchemaManager { /**/ }
|
function getSchemaSearchPaths()
|
class PostgreSqlSchemaManager extends AbstractSchemaManager { /**/ }
|
function getSchemaSearchPaths( , )
|
|
abstract class AbstractSchemaManager { /**/ }
|
function dropDatabase()
|
class PostgreSqlSchemaManager extends AbstractSchemaManager { /**/ }
|
function dropDatabase($database, $database)
|
|
abstract class AbstractSchemaManager { /**/ }
|
function _getPortableTableForeignKeyDefinition()
|
class PostgreSqlSchemaManager extends AbstractSchemaManager { /**/ }
|
function _getPortableTableForeignKeyDefinition($tableForeignKey, $tableForeignKey)
|
|
abstract class AbstractSchemaManager { /**/ }
|
function _getPortableTriggerDefinition()
|
class PostgreSqlSchemaManager extends AbstractSchemaManager { /**/ }
|
function _getPortableTriggerDefinition($trigger, $trigger)
|
|
abstract class AbstractSchemaManager { /**/ }
|
function _getPortableViewDefinition()
|
class PostgreSqlSchemaManager extends AbstractSchemaManager { /**/ }
|
function _getPortableViewDefinition($view, $view)
|
|
abstract class AbstractSchemaManager { /**/ }
|
function _getPortableUserDefinition()
|
class PostgreSqlSchemaManager extends AbstractSchemaManager { /**/ }
|
function _getPortableUserDefinition($user, $user)
|
|
abstract class AbstractSchemaManager { /**/ }
|
function _getPortableTableDefinition()
|
class PostgreSqlSchemaManager extends AbstractSchemaManager { /**/ }
|
function _getPortableTableDefinition($table, $table)
|
|
abstract class AbstractSchemaManager { /**/ }
|
function _getPortableTableIndexesList()
|
class PostgreSqlSchemaManager extends AbstractSchemaManager { /**/ }
|
function _getPortableTableIndexesList($tableIndexes, $tableName = null, $tableIndexes, $tableName = null)
|
|
abstract class AbstractSchemaManager { /**/ }
|
function _getPortableDatabaseDefinition()
|
class PostgreSqlSchemaManager extends AbstractSchemaManager { /**/ }
|
function _getPortableDatabaseDefinition($database, $database)
|
|
abstract class AbstractSchemaManager { /**/ }
|
function _getPortableSequencesList()
|
class PostgreSqlSchemaManager extends AbstractSchemaManager { /**/ }
|
function _getPortableSequencesList($sequences, $sequences)
|
|
abstract class AbstractSchemaManager { /**/ }
|
function getPortableNamespaceDefinition()
|
class PostgreSqlSchemaManager extends AbstractSchemaManager { /**/ }
|
function getPortableNamespaceDefinition(array $namespace, array $namespace)
|
|
abstract class AbstractSchemaManager { /**/ }
|
function _getPortableSequenceDefinition()
|
class PostgreSqlSchemaManager extends AbstractSchemaManager { /**/ }
|
function _getPortableSequenceDefinition($sequence, $sequence)
|
|
abstract class AbstractSchemaManager { /**/ }
|
function _getPortableTableColumnDefinition()
|
class PostgreSqlSchemaManager extends AbstractSchemaManager { /**/ }
|
function _getPortableTableColumnDefinition($tableColumn, $tableColumn)
|
|
abstract class AbstractSchemaManager { /**/ }
|
function listTableDetails()
|
class PostgreSqlSchemaManager extends AbstractSchemaManager { /**/ }
|
function listTableDetails($name, $name)
|
|
abstract class AbstractSchemaManager { /**/ }
|
function dropDatabase()
|
class SqliteSchemaManager extends AbstractSchemaManager { /**/ }
|
function dropDatabase($database, $database)
|
|
abstract class AbstractSchemaManager { /**/ }
|
function createDatabase()
|
class SqliteSchemaManager extends AbstractSchemaManager { /**/ }
|
function createDatabase($database, $database)
|
|
abstract class AbstractSchemaManager { /**/ }
|
function renameTable()
|
class SqliteSchemaManager extends AbstractSchemaManager { /**/ }
|
function renameTable($name, $newName, $name, $newName)
|
|
abstract class AbstractSchemaManager { /**/ }
|
function createForeignKey()
|
class SqliteSchemaManager extends AbstractSchemaManager { /**/ }
|
function createForeignKey(ForeignKeyConstraint $foreignKey, $table, ForeignKeyConstraint $foreignKey, $table)
|
|
abstract class AbstractSchemaManager { /**/ }
|
function dropAndCreateForeignKey()
|
class SqliteSchemaManager extends AbstractSchemaManager { /**/ }
|
function dropAndCreateForeignKey(ForeignKeyConstraint $foreignKey, $table, ForeignKeyConstraint $foreignKey, $table)
|
|
abstract class AbstractSchemaManager { /**/ }
|
function dropForeignKey()
|
class SqliteSchemaManager extends AbstractSchemaManager { /**/ }
|
function dropForeignKey($foreignKey, $table, $foreignKey, $table)
|
|
abstract class AbstractSchemaManager { /**/ }
|
function listTableForeignKeys()
|
class SqliteSchemaManager extends AbstractSchemaManager { /**/ }
|
function listTableForeignKeys($table, $database = null, $table, $database = null)
|
|
abstract class AbstractSchemaManager { /**/ }
|
function _getPortableTableDefinition()
|
class SqliteSchemaManager extends AbstractSchemaManager { /**/ }
|
function _getPortableTableDefinition($table, $table)
|
|
abstract class AbstractSchemaManager { /**/ }
|
function _getPortableTableIndexesList()
|
class SqliteSchemaManager extends AbstractSchemaManager { /**/ }
|
function _getPortableTableIndexesList($tableIndexes, $tableName = null, $tableIndexes, $tableName = null)
|
|
abstract class AbstractSchemaManager { /**/ }
|
function _getPortableTableColumnList()
|
class SqliteSchemaManager extends AbstractSchemaManager { /**/ }
|
function _getPortableTableColumnList($table, $database, $tableColumns, $table, $database, $tableColumns)
|
|
abstract class AbstractSchemaManager { /**/ }
|
function _getPortableTableColumnDefinition()
|
class SqliteSchemaManager extends AbstractSchemaManager { /**/ }
|
function _getPortableTableColumnDefinition($tableColumn, $tableColumn)
|
|
abstract class AbstractSchemaManager { /**/ }
|
function _getPortableViewDefinition()
|
class SqliteSchemaManager extends AbstractSchemaManager { /**/ }
|
function _getPortableViewDefinition($view, $view)
|
|
abstract class AbstractSchemaManager { /**/ }
|
function _getPortableTableForeignKeysList()
|
class SqliteSchemaManager extends AbstractSchemaManager { /**/ }
|
function _getPortableTableForeignKeysList($tableForeignKeys, $tableForeignKeys)
|
|
abstract class AbstractSchemaManager { /**/ }
|
function listTableDetails()
|
class SqliteSchemaManager extends AbstractSchemaManager { /**/ }
|
function listTableDetails($name, $name)
|
|
abstract class AbstractSchemaManager { /**/ }
|
function dropDatabase()
|
class OracleSchemaManager extends AbstractSchemaManager { /**/ }
|
function dropDatabase($database, $database)
|
|
abstract class AbstractSchemaManager { /**/ }
|
function _getPortableViewDefinition()
|
class OracleSchemaManager extends AbstractSchemaManager { /**/ }
|
function _getPortableViewDefinition($view, $view)
|
|
abstract class AbstractSchemaManager { /**/ }
|
function _getPortableUserDefinition()
|
class OracleSchemaManager extends AbstractSchemaManager { /**/ }
|
function _getPortableUserDefinition($user, $user)
|
|
abstract class AbstractSchemaManager { /**/ }
|
function _getPortableTableDefinition()
|
class OracleSchemaManager extends AbstractSchemaManager { /**/ }
|
function _getPortableTableDefinition($table, $table)
|
|
abstract class AbstractSchemaManager { /**/ }
|
function _getPortableTableIndexesList()
|
class OracleSchemaManager extends AbstractSchemaManager { /**/ }
|
function _getPortableTableIndexesList($tableIndexes, $tableName = null, $tableIndexes, $tableName = null)
|
|
abstract class AbstractSchemaManager { /**/ }
|
function _getPortableTableColumnDefinition()
|
class OracleSchemaManager extends AbstractSchemaManager { /**/ }
|
function _getPortableTableColumnDefinition($tableColumn, $tableColumn)
|
|
abstract class AbstractSchemaManager { /**/ }
|
function _getPortableTableForeignKeysList()
|
class OracleSchemaManager extends AbstractSchemaManager { /**/ }
|
function _getPortableTableForeignKeysList($tableForeignKeys, $tableForeignKeys)
|
|
abstract class AbstractSchemaManager { /**/ }
|
function _getPortableSequenceDefinition()
|
class OracleSchemaManager extends AbstractSchemaManager { /**/ }
|
function _getPortableSequenceDefinition($sequence, $sequence)
|
|
abstract class AbstractSchemaManager { /**/ }
|
function _getPortableFunctionDefinition()
|
class OracleSchemaManager extends AbstractSchemaManager { /**/ }
|
function _getPortableFunctionDefinition($function, $function)
|
|
abstract class AbstractSchemaManager { /**/ }
|
function _getPortableDatabaseDefinition()
|
class OracleSchemaManager extends AbstractSchemaManager { /**/ }
|
function _getPortableDatabaseDefinition($database, $database)
|
|
abstract class AbstractSchemaManager { /**/ }
|
function createDatabase()
|
class OracleSchemaManager extends AbstractSchemaManager { /**/ }
|
function createDatabase($database = null, $database)
|
|
abstract class AbstractSchemaManager { /**/ }
|
function dropTable()
|
class OracleSchemaManager extends AbstractSchemaManager { /**/ }
|
function dropTable($name, $name)
|
|
abstract class AbstractSchemaManager { /**/ }
|
function listTableDetails()
|
class OracleSchemaManager extends AbstractSchemaManager { /**/ }
|
function listTableDetails($name, $name)
|
|
abstract class AbstractSchemaManager { /**/ }
|
function _getPortableTableColumnDefinition()
|
class DrizzleSchemaManager extends AbstractSchemaManager { /**/ }
|
function _getPortableTableColumnDefinition($tableColumn, $tableColumn)
|
|
abstract class AbstractSchemaManager { /**/ }
|
function _getPortableDatabaseDefinition()
|
class DrizzleSchemaManager extends AbstractSchemaManager { /**/ }
|
function _getPortableDatabaseDefinition($database, $database)
|
|
abstract class AbstractSchemaManager { /**/ }
|
function _getPortableTableDefinition()
|
class DrizzleSchemaManager extends AbstractSchemaManager { /**/ }
|
function _getPortableTableDefinition($table, $table)
|
|
abstract class AbstractSchemaManager { /**/ }
|
function _getPortableTableForeignKeyDefinition()
|
class DrizzleSchemaManager extends AbstractSchemaManager { /**/ }
|
function _getPortableTableForeignKeyDefinition($tableForeignKey, $tableForeignKey)
|
|
abstract class AbstractSchemaManager { /**/ }
|
function _getPortableTableIndexesList()
|
class DrizzleSchemaManager extends AbstractSchemaManager { /**/ }
|
function _getPortableTableIndexesList($tableIndexes, $tableName = null, $tableIndexes, $tableName = null)
|
|
abstract class AbstractSchemaManager { /**/ }
|
function dropDatabase()
|
class SQLServerSchemaManager extends AbstractSchemaManager { /**/ }
|
function dropDatabase($database, $database)
|
|
abstract class AbstractSchemaManager { /**/ }
|
function _getPortableSequenceDefinition()
|
class SQLServerSchemaManager extends AbstractSchemaManager { /**/ }
|
function _getPortableSequenceDefinition($sequence, $sequence)
|
|
abstract class AbstractSchemaManager { /**/ }
|
function _getPortableTableColumnDefinition()
|
class SQLServerSchemaManager extends AbstractSchemaManager { /**/ }
|
function _getPortableTableColumnDefinition($tableColumn, $tableColumn)
|
|
abstract class AbstractSchemaManager { /**/ }
|
function _getPortableTableForeignKeysList()
|
class SQLServerSchemaManager extends AbstractSchemaManager { /**/ }
|
function _getPortableTableForeignKeysList($tableForeignKeys, $tableForeignKeys)
|
|
abstract class AbstractSchemaManager { /**/ }
|
function _getPortableTableIndexesList()
|
class SQLServerSchemaManager extends AbstractSchemaManager { /**/ }
|
function _getPortableTableIndexesList($tableIndexes, $tableName = null, $tableIndexes, $tableName = null)
|
|
abstract class AbstractSchemaManager { /**/ }
|
function _getPortableTableForeignKeyDefinition()
|
class SQLServerSchemaManager extends AbstractSchemaManager { /**/ }
|
function _getPortableTableForeignKeyDefinition($tableForeignKey, $tableForeignKey)
|
|
abstract class AbstractSchemaManager { /**/ }
|
function _getPortableTableDefinition()
|
class SQLServerSchemaManager extends AbstractSchemaManager { /**/ }
|
function _getPortableTableDefinition($table, $table)
|
|
abstract class AbstractSchemaManager { /**/ }
|
function _getPortableDatabaseDefinition()
|
class SQLServerSchemaManager extends AbstractSchemaManager { /**/ }
|
function _getPortableDatabaseDefinition($database, $database)
|
|
abstract class AbstractSchemaManager { /**/ }
|
function getPortableNamespaceDefinition()
|
class SQLServerSchemaManager extends AbstractSchemaManager { /**/ }
|
function getPortableNamespaceDefinition(array $namespace, array $namespace)
|
|
abstract class AbstractSchemaManager { /**/ }
|
function _getPortableViewDefinition()
|
class SQLServerSchemaManager extends AbstractSchemaManager { /**/ }
|
function _getPortableViewDefinition($view, $view)
|
|
abstract class AbstractSchemaManager { /**/ }
|
function listTableIndexes()
|
class SQLServerSchemaManager extends AbstractSchemaManager { /**/ }
|
function listTableIndexes($table, $table)
|
|
abstract class AbstractSchemaManager { /**/ }
|
function alterTable()
|
class SQLServerSchemaManager extends AbstractSchemaManager { /**/ }
|
function alterTable(TableDiff $tableDiff, TableDiff $tableDiff)
|
|
abstract class AbstractSchemaManager { /**/ }
|
function listTableDetails()
|
class SQLServerSchemaManager extends AbstractSchemaManager { /**/ }
|
function listTableDetails($name, $name)
|
|
abstract class AbstractSchemaManager { /**/ }
|
function createDatabase()
|
class SQLAnywhereSchemaManager extends AbstractSchemaManager { /**/ }
|
function createDatabase($database, $database)
|
|
abstract class AbstractSchemaManager { /**/ }
|
function dropDatabase()
|
class SQLAnywhereSchemaManager extends AbstractSchemaManager { /**/ }
|
function dropDatabase($database, $database)
|
|
abstract class AbstractSchemaManager { /**/ }
|
function _getPortableDatabaseDefinition()
|
class SQLAnywhereSchemaManager extends AbstractSchemaManager { /**/ }
|
function _getPortableDatabaseDefinition($database, $database)
|
|
abstract class AbstractSchemaManager { /**/ }
|
function _getPortableSequenceDefinition()
|
class SQLAnywhereSchemaManager extends AbstractSchemaManager { /**/ }
|
function _getPortableSequenceDefinition($sequence, $sequence)
|
|
abstract class AbstractSchemaManager { /**/ }
|
function _getPortableTableColumnDefinition()
|
class SQLAnywhereSchemaManager extends AbstractSchemaManager { /**/ }
|
function _getPortableTableColumnDefinition($tableColumn, $tableColumn)
|
|
abstract class AbstractSchemaManager { /**/ }
|
function _getPortableTableDefinition()
|
class SQLAnywhereSchemaManager extends AbstractSchemaManager { /**/ }
|
function _getPortableTableDefinition($table, $table)
|
|
abstract class AbstractSchemaManager { /**/ }
|
function _getPortableTableForeignKeyDefinition()
|
class SQLAnywhereSchemaManager extends AbstractSchemaManager { /**/ }
|
function _getPortableTableForeignKeyDefinition($tableForeignKey, $tableForeignKey)
|
|
abstract class AbstractSchemaManager { /**/ }
|
function _getPortableTableForeignKeysList()
|
class SQLAnywhereSchemaManager extends AbstractSchemaManager { /**/ }
|
function _getPortableTableForeignKeysList($tableForeignKeys, $tableForeignKeys)
|
|
abstract class AbstractSchemaManager { /**/ }
|
function _getPortableTableIndexesList()
|
class SQLAnywhereSchemaManager extends AbstractSchemaManager { /**/ }
|
function _getPortableTableIndexesList($tableIndexes, $tableName = null, $tableIndexes, $tableName = null)
|
|
abstract class AbstractSchemaManager { /**/ }
|
function _getPortableViewDefinition()
|
class SQLAnywhereSchemaManager extends AbstractSchemaManager { /**/ }
|
function _getPortableViewDefinition($view, $view)
|
|
abstract class AbstractSchemaManager { /**/ }
|
function _getPortableViewDefinition()
|
class MySqlSchemaManager extends AbstractSchemaManager { /**/ }
|
function _getPortableViewDefinition($view, $view)
|
|
abstract class AbstractSchemaManager { /**/ }
|
function _getPortableTableDefinition()
|
class MySqlSchemaManager extends AbstractSchemaManager { /**/ }
|
function _getPortableTableDefinition($table, $table)
|
|
abstract class AbstractSchemaManager { /**/ }
|
function _getPortableUserDefinition()
|
class MySqlSchemaManager extends AbstractSchemaManager { /**/ }
|
function _getPortableUserDefinition($user, $user)
|
|
abstract class AbstractSchemaManager { /**/ }
|
function _getPortableTableIndexesList()
|
class MySqlSchemaManager extends AbstractSchemaManager { /**/ }
|
function _getPortableTableIndexesList($tableIndexes, $tableName = null, $tableIndexes, $tableName = null)
|
|
abstract class AbstractSchemaManager { /**/ }
|
function _getPortableDatabaseDefinition()
|
class MySqlSchemaManager extends AbstractSchemaManager { /**/ }
|
function _getPortableDatabaseDefinition($database, $database)
|
|
abstract class AbstractSchemaManager { /**/ }
|
function _getPortableTableColumnDefinition()
|
class MySqlSchemaManager extends AbstractSchemaManager { /**/ }
|
function _getPortableTableColumnDefinition($tableColumn, $tableColumn)
|
|
abstract class AbstractSchemaManager { /**/ }
|
function _getPortableTableForeignKeysList()
|
class MySqlSchemaManager extends AbstractSchemaManager { /**/ }
|
function _getPortableTableForeignKeysList($tableForeignKeys, $tableForeignKeys)
|
|
abstract class AbstractSchemaManager { /**/ }
|
function listTableDetails()
|
class MySqlSchemaManager extends AbstractSchemaManager { /**/ }
|
function listTableDetails($name, $name)
|
|
abstract class AbstractSchemaManager { /**/ }
|
function listTableNames()
|
class DB2SchemaManager extends AbstractSchemaManager { /**/ }
|
function listTableNames( , )
|
|
abstract class AbstractSchemaManager { /**/ }
|
function _getPortableTableColumnDefinition()
|
class DB2SchemaManager extends AbstractSchemaManager { /**/ }
|
function _getPortableTableColumnDefinition($tableColumn, $tableColumn)
|
|
abstract class AbstractSchemaManager { /**/ }
|
function _getPortableTablesList()
|
class DB2SchemaManager extends AbstractSchemaManager { /**/ }
|
function _getPortableTablesList($tables, $tables)
|
|
abstract class AbstractSchemaManager { /**/ }
|
function _getPortableTableIndexesList()
|
class DB2SchemaManager extends AbstractSchemaManager { /**/ }
|
function _getPortableTableIndexesList($tableIndexes, $tableName = null, $tableIndexes, $tableName = null)
|
|
abstract class AbstractSchemaManager { /**/ }
|
function _getPortableTableForeignKeyDefinition()
|
class DB2SchemaManager extends AbstractSchemaManager { /**/ }
|
function _getPortableTableForeignKeyDefinition($tableForeignKey, $tableForeignKey)
|
|
abstract class AbstractSchemaManager { /**/ }
|
function _getPortableTableForeignKeysList()
|
class DB2SchemaManager extends AbstractSchemaManager { /**/ }
|
function _getPortableTableForeignKeysList($tableForeignKeys, $tableForeignKeys)
|
|
abstract class AbstractSchemaManager { /**/ }
|
function _getPortableViewDefinition()
|
class DB2SchemaManager extends AbstractSchemaManager { /**/ }
|
function _getPortableViewDefinition($view, $view)
|
|
abstract class AbstractSchemaManager { /**/ }
|
function listTableDetails()
|
class DB2SchemaManager extends AbstractSchemaManager { /**/ }
|
function listTableDetails($name, $name)
|
|
class AbstractVisitor implements Visitor, NamespaceVisitor { /**/ }
|
function acceptNamespace()
|
class CreateSchemaSqlCollector extends AbstractVisitor { /**/ }
|
function acceptNamespace($namespaceName, $namespaceName)
|
|
class AbstractVisitor implements Visitor, NamespaceVisitor { /**/ }
|
function acceptTable()
|
class CreateSchemaSqlCollector extends AbstractVisitor { /**/ }
|
function acceptTable(Table $table, Table $table, Table $table)
|
|
class AbstractVisitor implements Visitor, NamespaceVisitor { /**/ }
|
function acceptForeignKey()
|
class CreateSchemaSqlCollector extends AbstractVisitor { /**/ }
|
function acceptForeignKey(Table $localTable, ForeignKeyConstraint $fkConstraint, Table $localTable, ForeignKeyConstraint $fkConstraint)
|
|
class AbstractVisitor implements Visitor, NamespaceVisitor { /**/ }
|
function acceptSequence()
|
class CreateSchemaSqlCollector extends AbstractVisitor { /**/ }
|
function acceptSequence(Sequence $sequence, Sequence $sequence, Sequence $sequence)
|
|
class AbstractVisitor implements Visitor, NamespaceVisitor { /**/ }
|
function acceptSchema()
|
class RemoveNamespacedAssets extends AbstractVisitor { /**/ }
|
function acceptSchema(Schema $schema, Schema $schema)
|
|
class AbstractVisitor implements Visitor, NamespaceVisitor { /**/ }
|
function acceptTable()
|
class RemoveNamespacedAssets extends AbstractVisitor { /**/ }
|
function acceptTable(Table $table, Table $table)
|
|
class AbstractVisitor implements Visitor, NamespaceVisitor { /**/ }
|
function acceptSequence()
|
class RemoveNamespacedAssets extends AbstractVisitor { /**/ }
|
function acceptSequence(Sequence $sequence, Sequence $sequence)
|
|
class AbstractVisitor implements Visitor, NamespaceVisitor { /**/ }
|
function acceptForeignKey()
|
class RemoveNamespacedAssets extends AbstractVisitor { /**/ }
|
function acceptForeignKey(Table $localTable, ForeignKeyConstraint $fkConstraint, Table $localTable, ForeignKeyConstraint $fkConstraint, Table $localTable, ForeignKeyConstraint $fkConstraint)
|
|
class AbstractVisitor implements Visitor, NamespaceVisitor { /**/ }
|
function acceptTable()
|
class DropSchemaSqlCollector extends AbstractVisitor { /**/ }
|
function acceptTable(Table $table, Table $table)
|
|
class AbstractVisitor implements Visitor, NamespaceVisitor { /**/ }
|
function acceptForeignKey()
|
class DropSchemaSqlCollector extends AbstractVisitor { /**/ }
|
function acceptForeignKey(Table $localTable, ForeignKeyConstraint $fkConstraint, Table $localTable, ForeignKeyConstraint $fkConstraint)
|
|
class AbstractVisitor implements Visitor, NamespaceVisitor { /**/ }
|
function acceptSequence()
|
class DropSchemaSqlCollector extends AbstractVisitor { /**/ }
|
function acceptSequence(Sequence $sequence, Sequence $sequence, Sequence $sequence)
|
|
class AbstractVisitor implements Visitor, NamespaceVisitor { /**/ }
|
function acceptForeignKey()
|
class Graphviz extends AbstractVisitor { /**/ }
|
function acceptForeignKey(Table $localTable, ForeignKeyConstraint $fkConstraint, Table $localTable, ForeignKeyConstraint $fkConstraint)
|
|
class AbstractVisitor implements Visitor, NamespaceVisitor { /**/ }
|
function acceptSchema()
|
class Graphviz extends AbstractVisitor { /**/ }
|
function acceptSchema(Schema $schema, Schema $schema, Schema $schema)
|
|
class AbstractVisitor implements Visitor, NamespaceVisitor { /**/ }
|
function acceptTable()
|
class Graphviz extends AbstractVisitor { /**/ }
|
function acceptTable(Table $table, Table $table)
|
|
abstract class AbstractPlatform { /**/ }
|
function appendLockHint()
|
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
function appendLockHint($fromClause, $lockMode, $fromClause, $lockMode)
|
|
abstract class AbstractPlatform { /**/ }
|
function fixSchemaElementName()
|
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
function fixSchemaElementName($schemaElementName, $schemaElementName)
|
|
abstract class AbstractPlatform { /**/ }
|
function getAdvancedForeignKeyOptionsSQL()
|
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
function getAdvancedForeignKeyOptionsSQL(ForeignKeyConstraint $foreignKey, ForeignKeyConstraint $foreignKey)
|
|
abstract class AbstractPlatform { /**/ }
|
function getAlterTableSQL()
|
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
function getAlterTableSQL(TableDiff $diff, TableDiff $diff)
|
|
abstract class AbstractPlatform { /**/ }
|
function getBigIntTypeDeclarationSQL()
|
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
function getBigIntTypeDeclarationSQL(array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getBinaryDefaultLength()
|
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
function getBinaryDefaultLength( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getBinaryMaxLength()
|
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
function getBinaryMaxLength( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getBlobTypeDeclarationSQL()
|
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
function getBlobTypeDeclarationSQL(array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getBooleanTypeDeclarationSQL()
|
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
function getBooleanTypeDeclarationSQL(array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getClobTypeDeclarationSQL()
|
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
function getClobTypeDeclarationSQL(array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getCommentOnColumnSQL()
|
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
function getCommentOnColumnSQL($tableName, $columnName, $comment, $tableName, $columnName, $comment)
|
|
abstract class AbstractPlatform { /**/ }
|
function getConcatExpression()
|
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
function getConcatExpression( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getCreateConstraintSQL()
|
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
function getCreateConstraintSQL(Constraint $constraint, $table, Constraint $constraint, $table)
|
|
abstract class AbstractPlatform { /**/ }
|
function getCreateDatabaseSQL()
|
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
function getCreateDatabaseSQL($database, $database)
|
|
abstract class AbstractPlatform { /**/ }
|
function getCreateIndexSQL()
|
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
function getCreateIndexSQL(Index $index, $table, Index $index, $table)
|
|
abstract class AbstractPlatform { /**/ }
|
function getCreatePrimaryKeySQL()
|
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
function getCreatePrimaryKeySQL(Index $index, $table, Index $index, $table)
|
|
abstract class AbstractPlatform { /**/ }
|
function getCreateTemporaryTableSnippetSQL()
|
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
function getCreateTemporaryTableSnippetSQL( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getCreateViewSQL()
|
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
function getCreateViewSQL($name, $sql, $name, $sql)
|
|
abstract class AbstractPlatform { /**/ }
|
function getCurrentDateSQL()
|
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
function getCurrentDateSQL( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getCurrentTimeSQL()
|
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
function getCurrentTimeSQL( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getCurrentTimestampSQL()
|
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
function getCurrentTimestampSQL( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getDateArithmeticIntervalExpression()
|
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
function getDateArithmeticIntervalExpression($date, $operator, $interval, $unit, $date, $operator, $interval, $unit)
|
|
abstract class AbstractPlatform { /**/ }
|
function getDateDiffExpression()
|
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
function getDateDiffExpression($date1, $date2, $date1, $date2)
|
|
abstract class AbstractPlatform { /**/ }
|
function getDateTimeFormatString()
|
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
function getDateTimeFormatString( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getDateTimeTypeDeclarationSQL()
|
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
function getDateTimeTypeDeclarationSQL(array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getDateTimeTzFormatString()
|
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
function getDateTimeTzFormatString( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getDateTypeDeclarationSQL()
|
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
function getDateTypeDeclarationSQL(array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getDefaultTransactionIsolationLevel()
|
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
function getDefaultTransactionIsolationLevel( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getDropDatabaseSQL()
|
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
function getDropDatabaseSQL($database, $database)
|
|
abstract class AbstractPlatform { /**/ }
|
function getDropIndexSQL()
|
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
function getDropIndexSQL($index, $table = null, $index, $table = null)
|
|
abstract class AbstractPlatform { /**/ }
|
function getDropViewSQL()
|
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
function getDropViewSQL($name, $name)
|
|
abstract class AbstractPlatform { /**/ }
|
function getForeignKeyBaseDeclarationSQL()
|
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
function getForeignKeyBaseDeclarationSQL(ForeignKeyConstraint $foreignKey, ForeignKeyConstraint $foreignKey)
|
|
abstract class AbstractPlatform { /**/ }
|
function getForeignKeyReferentialActionSQL()
|
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
function getForeignKeyReferentialActionSQL($action, $action)
|
|
abstract class AbstractPlatform { /**/ }
|
function getForUpdateSQL()
|
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
function getForUpdateSQL( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getGuidExpression()
|
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
function getGuidExpression( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getGuidTypeDeclarationSQL()
|
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
function getGuidTypeDeclarationSQL(array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getIndexDeclarationSQL()
|
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
function getIndexDeclarationSQL($name, Index $index, $name, Index $index)
|
|
abstract class AbstractPlatform { /**/ }
|
function getIntegerTypeDeclarationSQL()
|
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
function getIntegerTypeDeclarationSQL(array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getListDatabasesSQL()
|
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
function getListDatabasesSQL( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getListTableColumnsSQL()
|
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
function getListTableColumnsSQL($table, $database = null, $table, $database = null)
|
|
abstract class AbstractPlatform { /**/ }
|
function getListTableConstraintsSQL()
|
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
function getListTableConstraintsSQL($table, $table)
|
|
abstract class AbstractPlatform { /**/ }
|
function getListTableForeignKeysSQL()
|
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
function getListTableForeignKeysSQL($table, $table)
|
|
abstract class AbstractPlatform { /**/ }
|
function getListTableIndexesSQL()
|
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
function getListTableIndexesSQL($table, $database = null, $table, $database = null)
|
|
abstract class AbstractPlatform { /**/ }
|
function getListTablesSQL()
|
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
function getListTablesSQL( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getListUsersSQL()
|
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
function getListUsersSQL( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getListViewsSQL()
|
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
function getListViewsSQL($database, $database)
|
|
abstract class AbstractPlatform { /**/ }
|
function getLocateExpression()
|
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
function getLocateExpression($str, $substr, $startPos = false, $str, $substr, $startPos = false)
|
|
abstract class AbstractPlatform { /**/ }
|
function getMaxIdentifierLength()
|
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
function getMaxIdentifierLength( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getMd5Expression()
|
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
function getMd5Expression($column, $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getName()
|
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
function getName( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getSetTransactionIsolationSQL()
|
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
function getSetTransactionIsolationSQL($level, $level)
|
|
abstract class AbstractPlatform { /**/ }
|
function getSmallIntTypeDeclarationSQL()
|
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
function getSmallIntTypeDeclarationSQL(array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getSubstringExpression()
|
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
function getSubstringExpression($string, $start, $length = null, $string, $start, $length = null)
|
|
abstract class AbstractPlatform { /**/ }
|
function getTemporaryTableSQL()
|
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
function getTemporaryTableSQL( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getTimeFormatString()
|
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
function getTimeFormatString( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getTimeTypeDeclarationSQL()
|
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
function getTimeTypeDeclarationSQL(array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getTrimExpression()
|
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
function getTrimExpression($str, $mode = TrimMode::UNSPECIFIED, $char = false, $str, $mode = TrimMode::UNSPECIFIED, $char = false)
|
|
abstract class AbstractPlatform { /**/ }
|
function getTruncateTableSQL()
|
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
function getTruncateTableSQL($tableName, $cascade = false, $tableName, $cascade = false)
|
|
abstract class AbstractPlatform { /**/ }
|
function getUniqueConstraintDeclarationSQL()
|
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
function getUniqueConstraintDeclarationSQL($name, Index $index, $name, Index $index)
|
|
abstract class AbstractPlatform { /**/ }
|
function getVarcharDefaultLength()
|
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
function getVarcharDefaultLength( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getVarcharMaxLength()
|
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
function getVarcharMaxLength( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function hasNativeGuidType()
|
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
function hasNativeGuidType( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function prefersIdentityColumns()
|
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
function prefersIdentityColumns( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function supportsCommentOnStatement()
|
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
function supportsCommentOnStatement( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function supportsIdentityColumns()
|
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
function supportsIdentityColumns( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function _getCommonIntegerTypeDeclarationSQL()
|
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
function _getCommonIntegerTypeDeclarationSQL(array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function _getCreateTableSQL()
|
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
function _getCreateTableSQL($name, array $columns, array $options = [ ], $name, array $columns, array $options = [ ])
|
|
abstract class AbstractPlatform { /**/ }
|
function _getTransactionIsolationLevelSQL()
|
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
function _getTransactionIsolationLevelSQL($level, $level)
|
|
abstract class AbstractPlatform { /**/ }
|
function doModifyLimitQuery()
|
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
function doModifyLimitQuery($query, $limit, $offset, $query, $limit, $offset)
|
|
abstract class AbstractPlatform { /**/ }
|
function getBinaryTypeDeclarationSQLSnippet()
|
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
function getBinaryTypeDeclarationSQLSnippet($length, $fixed, $length, $fixed)
|
|
abstract class AbstractPlatform { /**/ }
|
function getCreateIndexSQLFlags()
|
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
function getCreateIndexSQLFlags(Index $index, Index $index)
|
|
abstract class AbstractPlatform { /**/ }
|
function getRenameIndexSQL()
|
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
function getRenameIndexSQL($oldIndexName, Index $index, $tableName, $oldIndexName, Index $index, $tableName)
|
|
abstract class AbstractPlatform { /**/ }
|
function getReservedKeywordsClass()
|
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
function getReservedKeywordsClass( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getVarcharTypeDeclarationSQLSnippet()
|
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
function getVarcharTypeDeclarationSQLSnippet($length, $fixed, $length, $fixed)
|
|
abstract class AbstractPlatform { /**/ }
|
function initializeDoctrineTypeMappings()
|
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
function initializeDoctrineTypeMappings( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getReservedKeywordsClass()
|
class MySQL80Platform extends MySQL57Platform { /**/ }
|
function getReservedKeywordsClass( , )
|
|
class MySQL57Platform extends MySqlPlatform { /**/ }
|
function getReservedKeywordsClass()
|
class MySQL80Platform extends MySQL57Platform { /**/ }
|
function getReservedKeywordsClass( , , )
|
|
class MySqlPlatform extends AbstractPlatform { /**/ }
|
function getReservedKeywordsClass()
|
class MySQL80Platform extends MySQL57Platform { /**/ }
|
function getReservedKeywordsClass( , , , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getCharMaxLength()
|
class DB2Platform extends AbstractPlatform { /**/ }
|
function getCharMaxLength( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getBinaryMaxLength()
|
class DB2Platform extends AbstractPlatform { /**/ }
|
function getBinaryMaxLength( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getBinaryDefaultLength()
|
class DB2Platform extends AbstractPlatform { /**/ }
|
function getBinaryDefaultLength( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getVarcharTypeDeclarationSQL()
|
class DB2Platform extends AbstractPlatform { /**/ }
|
function getVarcharTypeDeclarationSQL(array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getBlobTypeDeclarationSQL()
|
class DB2Platform extends AbstractPlatform { /**/ }
|
function getBlobTypeDeclarationSQL(array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function initializeDoctrineTypeMappings()
|
class DB2Platform extends AbstractPlatform { /**/ }
|
function initializeDoctrineTypeMappings( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function isCommentedDoctrineType()
|
class DB2Platform extends AbstractPlatform { /**/ }
|
function isCommentedDoctrineType(Type $doctrineType, Type $doctrineType)
|
|
abstract class AbstractPlatform { /**/ }
|
function getVarcharTypeDeclarationSQLSnippet()
|
class DB2Platform extends AbstractPlatform { /**/ }
|
function getVarcharTypeDeclarationSQLSnippet($length, $fixed, $length, $fixed)
|
|
abstract class AbstractPlatform { /**/ }
|
function getBinaryTypeDeclarationSQLSnippet()
|
class DB2Platform extends AbstractPlatform { /**/ }
|
function getBinaryTypeDeclarationSQLSnippet($length, $fixed, $length, $fixed)
|
|
abstract class AbstractPlatform { /**/ }
|
function getClobTypeDeclarationSQL()
|
class DB2Platform extends AbstractPlatform { /**/ }
|
function getClobTypeDeclarationSQL(array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getName()
|
class DB2Platform extends AbstractPlatform { /**/ }
|
function getName( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getBooleanTypeDeclarationSQL()
|
class DB2Platform extends AbstractPlatform { /**/ }
|
function getBooleanTypeDeclarationSQL(array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getIntegerTypeDeclarationSQL()
|
class DB2Platform extends AbstractPlatform { /**/ }
|
function getIntegerTypeDeclarationSQL(array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getBigIntTypeDeclarationSQL()
|
class DB2Platform extends AbstractPlatform { /**/ }
|
function getBigIntTypeDeclarationSQL(array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getSmallIntTypeDeclarationSQL()
|
class DB2Platform extends AbstractPlatform { /**/ }
|
function getSmallIntTypeDeclarationSQL(array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function _getCommonIntegerTypeDeclarationSQL()
|
class DB2Platform extends AbstractPlatform { /**/ }
|
function _getCommonIntegerTypeDeclarationSQL(array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getBitAndComparisonExpression()
|
class DB2Platform extends AbstractPlatform { /**/ }
|
function getBitAndComparisonExpression($value1, $value2, $value1, $value2)
|
|
abstract class AbstractPlatform { /**/ }
|
function getBitOrComparisonExpression()
|
class DB2Platform extends AbstractPlatform { /**/ }
|
function getBitOrComparisonExpression($value1, $value2, $value1, $value2)
|
|
abstract class AbstractPlatform { /**/ }
|
function getDateArithmeticIntervalExpression()
|
class DB2Platform extends AbstractPlatform { /**/ }
|
function getDateArithmeticIntervalExpression($date, $operator, $interval, $unit, $date, $operator, $interval, $unit)
|
|
abstract class AbstractPlatform { /**/ }
|
function getDateDiffExpression()
|
class DB2Platform extends AbstractPlatform { /**/ }
|
function getDateDiffExpression($date1, $date2, $date1, $date2)
|
|
abstract class AbstractPlatform { /**/ }
|
function getDateTimeTypeDeclarationSQL()
|
class DB2Platform extends AbstractPlatform { /**/ }
|
function getDateTimeTypeDeclarationSQL(array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getDateTypeDeclarationSQL()
|
class DB2Platform extends AbstractPlatform { /**/ }
|
function getDateTypeDeclarationSQL(array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getTimeTypeDeclarationSQL()
|
class DB2Platform extends AbstractPlatform { /**/ }
|
function getTimeTypeDeclarationSQL(array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getTruncateTableSQL()
|
class DB2Platform extends AbstractPlatform { /**/ }
|
function getTruncateTableSQL($tableName, $cascade = false, $tableName, $cascade = false)
|
|
abstract class AbstractPlatform { /**/ }
|
function getListTableColumnsSQL()
|
class DB2Platform extends AbstractPlatform { /**/ }
|
function getListTableColumnsSQL($table, $database = null, $table, $database = null)
|
|
abstract class AbstractPlatform { /**/ }
|
function getListTablesSQL()
|
class DB2Platform extends AbstractPlatform { /**/ }
|
function getListTablesSQL( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getListViewsSQL()
|
class DB2Platform extends AbstractPlatform { /**/ }
|
function getListViewsSQL($database, $database)
|
|
abstract class AbstractPlatform { /**/ }
|
function getListTableIndexesSQL()
|
class DB2Platform extends AbstractPlatform { /**/ }
|
function getListTableIndexesSQL($table, $database = null, $table, $database = null)
|
|
abstract class AbstractPlatform { /**/ }
|
function getListTableForeignKeysSQL()
|
class DB2Platform extends AbstractPlatform { /**/ }
|
function getListTableForeignKeysSQL($table, $table)
|
|
abstract class AbstractPlatform { /**/ }
|
function getCreateViewSQL()
|
class DB2Platform extends AbstractPlatform { /**/ }
|
function getCreateViewSQL($name, $sql, $name, $sql)
|
|
abstract class AbstractPlatform { /**/ }
|
function getDropViewSQL()
|
class DB2Platform extends AbstractPlatform { /**/ }
|
function getDropViewSQL($name, $name)
|
|
abstract class AbstractPlatform { /**/ }
|
function getCreateDatabaseSQL()
|
class DB2Platform extends AbstractPlatform { /**/ }
|
function getCreateDatabaseSQL($database, $database)
|
|
abstract class AbstractPlatform { /**/ }
|
function getDropDatabaseSQL()
|
class DB2Platform extends AbstractPlatform { /**/ }
|
function getDropDatabaseSQL($database, $database)
|
|
abstract class AbstractPlatform { /**/ }
|
function supportsCreateDropDatabase()
|
class DB2Platform extends AbstractPlatform { /**/ }
|
function supportsCreateDropDatabase( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function supportsReleaseSavepoints()
|
class DB2Platform extends AbstractPlatform { /**/ }
|
function supportsReleaseSavepoints( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function supportsCommentOnStatement()
|
class DB2Platform extends AbstractPlatform { /**/ }
|
function supportsCommentOnStatement( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getCurrentDateSQL()
|
class DB2Platform extends AbstractPlatform { /**/ }
|
function getCurrentDateSQL( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getCurrentTimeSQL()
|
class DB2Platform extends AbstractPlatform { /**/ }
|
function getCurrentTimeSQL( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getCurrentTimestampSQL()
|
class DB2Platform extends AbstractPlatform { /**/ }
|
function getCurrentTimestampSQL( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getIndexDeclarationSQL()
|
class DB2Platform extends AbstractPlatform { /**/ }
|
function getIndexDeclarationSQL($name, Index $index, $name, Index $index)
|
|
abstract class AbstractPlatform { /**/ }
|
function _getCreateTableSQL()
|
class DB2Platform extends AbstractPlatform { /**/ }
|
function _getCreateTableSQL($name, array $columns, array $options = [ ], $name, array $columns, array $options = [ ])
|
|
abstract class AbstractPlatform { /**/ }
|
function getAlterTableSQL()
|
class DB2Platform extends AbstractPlatform { /**/ }
|
function getAlterTableSQL(TableDiff $diff, TableDiff $diff)
|
|
abstract class AbstractPlatform { /**/ }
|
function getPreAlterTableIndexForeignKeySQL()
|
class DB2Platform extends AbstractPlatform { /**/ }
|
function getPreAlterTableIndexForeignKeySQL(TableDiff $diff, TableDiff $diff)
|
|
abstract class AbstractPlatform { /**/ }
|
function getRenameIndexSQL()
|
class DB2Platform extends AbstractPlatform { /**/ }
|
function getRenameIndexSQL($oldIndexName, Index $index, $tableName, $oldIndexName, Index $index, $tableName)
|
|
abstract class AbstractPlatform { /**/ }
|
function getDefaultValueDeclarationSQL()
|
class DB2Platform extends AbstractPlatform { /**/ }
|
function getDefaultValueDeclarationSQL($column, $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getEmptyIdentityInsertSQL()
|
class DB2Platform extends AbstractPlatform { /**/ }
|
function getEmptyIdentityInsertSQL($quotedTableName, $quotedIdentifierColumnName, $quotedTableName, $quotedIdentifierColumnName)
|
|
abstract class AbstractPlatform { /**/ }
|
function getCreateTemporaryTableSnippetSQL()
|
class DB2Platform extends AbstractPlatform { /**/ }
|
function getCreateTemporaryTableSnippetSQL( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getTemporaryTableName()
|
class DB2Platform extends AbstractPlatform { /**/ }
|
function getTemporaryTableName($tableName, $tableName)
|
|
abstract class AbstractPlatform { /**/ }
|
function doModifyLimitQuery()
|
class DB2Platform extends AbstractPlatform { /**/ }
|
function doModifyLimitQuery($query, $limit, $offset = null, $query, $limit, $offset)
|
|
abstract class AbstractPlatform { /**/ }
|
function getLocateExpression()
|
class DB2Platform extends AbstractPlatform { /**/ }
|
function getLocateExpression($str, $substr, $startPos = false, $str, $substr, $startPos = false)
|
|
abstract class AbstractPlatform { /**/ }
|
function getSubstringExpression()
|
class DB2Platform extends AbstractPlatform { /**/ }
|
function getSubstringExpression($string, $start, $length = null, $string, $start, $length = null)
|
|
abstract class AbstractPlatform { /**/ }
|
function supportsIdentityColumns()
|
class DB2Platform extends AbstractPlatform { /**/ }
|
function supportsIdentityColumns( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function prefersIdentityColumns()
|
class DB2Platform extends AbstractPlatform { /**/ }
|
function prefersIdentityColumns( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getSQLResultCasing()
|
class DB2Platform extends AbstractPlatform { /**/ }
|
function getSQLResultCasing($column, $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getForUpdateSQL()
|
class DB2Platform extends AbstractPlatform { /**/ }
|
function getForUpdateSQL( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getDummySelectSQL()
|
class DB2Platform extends AbstractPlatform { /**/ }
|
function getDummySelectSQL( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function supportsSavepoints()
|
class DB2Platform extends AbstractPlatform { /**/ }
|
function supportsSavepoints( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getReservedKeywordsClass()
|
class DB2Platform extends AbstractPlatform { /**/ }
|
function getReservedKeywordsClass( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getSubstringExpression()
|
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
function getSubstringExpression($string, $start, $length = null, $string, $start, $length = null)
|
|
abstract class AbstractPlatform { /**/ }
|
function getNowExpression()
|
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
function getNowExpression( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getRegexpExpression()
|
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
function getRegexpExpression( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getLocateExpression()
|
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
function getLocateExpression($str, $substr, $startPos = false, $str, $substr, $startPos = false)
|
|
abstract class AbstractPlatform { /**/ }
|
function getDateArithmeticIntervalExpression()
|
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
function getDateArithmeticIntervalExpression($date, $operator, $interval, $unit, $date, $operator, $interval, $unit)
|
|
abstract class AbstractPlatform { /**/ }
|
function getDateDiffExpression()
|
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
function getDateDiffExpression($date1, $date2, $date1, $date2)
|
|
abstract class AbstractPlatform { /**/ }
|
function supportsSequences()
|
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
function supportsSequences( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function supportsSchemas()
|
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
function supportsSchemas( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getDefaultSchemaName()
|
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
function getDefaultSchemaName( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function supportsIdentityColumns()
|
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
function supportsIdentityColumns( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function supportsPartialIndexes()
|
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
function supportsPartialIndexes( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function usesSequenceEmulatedIdentityColumns()
|
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
function usesSequenceEmulatedIdentityColumns( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getIdentitySequenceName()
|
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
function getIdentitySequenceName($tableName, $columnName, $tableName, $columnName)
|
|
abstract class AbstractPlatform { /**/ }
|
function supportsCommentOnStatement()
|
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
function supportsCommentOnStatement( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function prefersSequences()
|
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
function prefersSequences( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function hasNativeGuidType()
|
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
function hasNativeGuidType( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getListDatabasesSQL()
|
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
function getListDatabasesSQL( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getListNamespacesSQL()
|
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
function getListNamespacesSQL( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getListSequencesSQL()
|
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
function getListSequencesSQL($database, $database)
|
|
abstract class AbstractPlatform { /**/ }
|
function getListTablesSQL()
|
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
function getListTablesSQL( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getListViewsSQL()
|
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
function getListViewsSQL($database, $database)
|
|
abstract class AbstractPlatform { /**/ }
|
function getListTableForeignKeysSQL()
|
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
function getListTableForeignKeysSQL($table, $database = null, $table)
|
|
abstract class AbstractPlatform { /**/ }
|
function getCreateViewSQL()
|
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
function getCreateViewSQL($name, $sql, $name, $sql)
|
|
abstract class AbstractPlatform { /**/ }
|
function getDropViewSQL()
|
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
function getDropViewSQL($name, $name)
|
|
abstract class AbstractPlatform { /**/ }
|
function getListTableConstraintsSQL()
|
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
function getListTableConstraintsSQL($table, $table)
|
|
abstract class AbstractPlatform { /**/ }
|
function getListTableIndexesSQL()
|
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
function getListTableIndexesSQL($table, $database = null, $table, $database = null)
|
|
abstract class AbstractPlatform { /**/ }
|
function getListTableColumnsSQL()
|
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
function getListTableColumnsSQL($table, $database = null, $table, $database = null)
|
|
abstract class AbstractPlatform { /**/ }
|
function getCreateDatabaseSQL()
|
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
function getCreateDatabaseSQL($name, $database)
|
|
abstract class AbstractPlatform { /**/ }
|
function getAdvancedForeignKeyOptionsSQL()
|
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
function getAdvancedForeignKeyOptionsSQL(ForeignKeyConstraint $foreignKey, ForeignKeyConstraint $foreignKey)
|
|
abstract class AbstractPlatform { /**/ }
|
function getAlterTableSQL()
|
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
function getAlterTableSQL(TableDiff $diff, TableDiff $diff)
|
|
abstract class AbstractPlatform { /**/ }
|
function getRenameIndexSQL()
|
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
function getRenameIndexSQL($oldIndexName, Index $index, $tableName, $oldIndexName, Index $index, $tableName)
|
|
abstract class AbstractPlatform { /**/ }
|
function getCommentOnColumnSQL()
|
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
function getCommentOnColumnSQL($tableName, $columnName, $comment, $tableName, $columnName, $comment)
|
|
abstract class AbstractPlatform { /**/ }
|
function getCreateSequenceSQL()
|
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
function getCreateSequenceSQL(Sequence $sequence, Sequence $sequence)
|
|
abstract class AbstractPlatform { /**/ }
|
function getAlterSequenceSQL()
|
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
function getAlterSequenceSQL(Sequence $sequence, Sequence $sequence)
|
|
abstract class AbstractPlatform { /**/ }
|
function getDropSequenceSQL()
|
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
function getDropSequenceSQL($sequence, $sequence)
|
|
abstract class AbstractPlatform { /**/ }
|
function getCreateSchemaSQL()
|
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
function getCreateSchemaSQL($schemaName, $schemaName)
|
|
abstract class AbstractPlatform { /**/ }
|
function getDropForeignKeySQL()
|
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
function getDropForeignKeySQL($foreignKey, $table, $foreignKey, $table)
|
|
abstract class AbstractPlatform { /**/ }
|
function _getCreateTableSQL()
|
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
function _getCreateTableSQL($name, array $columns, array $options = [ ], $name, array $columns, array $options = [ ])
|
|
abstract class AbstractPlatform { /**/ }
|
function convertBooleans()
|
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
function convertBooleans($item, $item)
|
|
abstract class AbstractPlatform { /**/ }
|
function convertBooleansToDatabaseValue()
|
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
function convertBooleansToDatabaseValue($item, $item)
|
|
abstract class AbstractPlatform { /**/ }
|
function convertFromBoolean()
|
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
function convertFromBoolean($item, $item)
|
|
abstract class AbstractPlatform { /**/ }
|
function getSequenceNextValSQL()
|
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
function getSequenceNextValSQL($sequence, $sequence)
|
|
abstract class AbstractPlatform { /**/ }
|
function getSetTransactionIsolationSQL()
|
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
function getSetTransactionIsolationSQL($level, $level)
|
|
abstract class AbstractPlatform { /**/ }
|
function getBooleanTypeDeclarationSQL()
|
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
function getBooleanTypeDeclarationSQL(array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getIntegerTypeDeclarationSQL()
|
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
function getIntegerTypeDeclarationSQL(array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getBigIntTypeDeclarationSQL()
|
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
function getBigIntTypeDeclarationSQL(array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getSmallIntTypeDeclarationSQL()
|
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
function getSmallIntTypeDeclarationSQL(array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getGuidTypeDeclarationSQL()
|
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
function getGuidTypeDeclarationSQL(array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getDateTimeTypeDeclarationSQL()
|
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
function getDateTimeTypeDeclarationSQL(array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getDateTimeTzTypeDeclarationSQL()
|
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
function getDateTimeTzTypeDeclarationSQL(array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getDateTypeDeclarationSQL()
|
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
function getDateTypeDeclarationSQL(array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getTimeTypeDeclarationSQL()
|
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
function getTimeTypeDeclarationSQL(array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getGuidExpression()
|
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
function getGuidExpression( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function _getCommonIntegerTypeDeclarationSQL()
|
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
function _getCommonIntegerTypeDeclarationSQL(array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getVarcharTypeDeclarationSQLSnippet()
|
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
function getVarcharTypeDeclarationSQLSnippet($length, $fixed, $length, $fixed)
|
|
abstract class AbstractPlatform { /**/ }
|
function getBinaryTypeDeclarationSQLSnippet()
|
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
function getBinaryTypeDeclarationSQLSnippet($length, $fixed, $length, $fixed)
|
|
abstract class AbstractPlatform { /**/ }
|
function getClobTypeDeclarationSQL()
|
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
function getClobTypeDeclarationSQL(array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getName()
|
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
function getName( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getSQLResultCasing()
|
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
function getSQLResultCasing($column, $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getDateTimeTzFormatString()
|
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
function getDateTimeTzFormatString( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getEmptyIdentityInsertSQL()
|
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
function getEmptyIdentityInsertSQL($quotedTableName, $quotedIdentifierColumnName, $quotedTableName, $quotedIdentifierColumnName)
|
|
abstract class AbstractPlatform { /**/ }
|
function getTruncateTableSQL()
|
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
function getTruncateTableSQL($tableName, $cascade = false, $tableName, $cascade = false)
|
|
abstract class AbstractPlatform { /**/ }
|
function getReadLockSQL()
|
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
function getReadLockSQL( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function initializeDoctrineTypeMappings()
|
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
function initializeDoctrineTypeMappings( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getVarcharMaxLength()
|
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
function getVarcharMaxLength( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getBinaryMaxLength()
|
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
function getBinaryMaxLength( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getBinaryDefaultLength()
|
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
function getBinaryDefaultLength( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getReservedKeywordsClass()
|
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
function getReservedKeywordsClass( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getBlobTypeDeclarationSQL()
|
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
function getBlobTypeDeclarationSQL(array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getDefaultValueDeclarationSQL()
|
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
function getDefaultValueDeclarationSQL($column, $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function supportsColumnCollation()
|
class PostgreSQL91Platform extends PostgreSqlPlatform { /**/ }
|
function supportsColumnCollation( , )
|
|
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
function getReservedKeywordsClass()
|
class PostgreSQL91Platform extends PostgreSqlPlatform { /**/ }
|
function getReservedKeywordsClass( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getReservedKeywordsClass()
|
class PostgreSQL91Platform extends PostgreSqlPlatform { /**/ }
|
function getReservedKeywordsClass( , , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getColumnCollationDeclarationSQL()
|
class PostgreSQL91Platform extends PostgreSqlPlatform { /**/ }
|
function getColumnCollationDeclarationSQL($collation, $collation)
|
|
abstract class AbstractPlatform { /**/ }
|
function getListTableColumnsSQL()
|
class PostgreSQL91Platform extends PostgreSqlPlatform { /**/ }
|
function getListTableColumnsSQL($table, $database = null, $table, $database = null)
|
|
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
function getListTableColumnsSQL()
|
class PostgreSQL91Platform extends PostgreSqlPlatform { /**/ }
|
function getListTableColumnsSQL($table, $database = null, $table, $database = null, $table, $database = null)
|
|
class PostgreSQL94Platform extends PostgreSQL92Platform { /**/ }
|
function getReservedKeywordsClass()
|
class PostgreSQL100Platform extends PostgreSQL94Platform { /**/ }
|
function getReservedKeywordsClass( , )
|
|
class PostgreSQL91Platform extends PostgreSqlPlatform { /**/ }
|
function getReservedKeywordsClass()
|
class PostgreSQL100Platform extends PostgreSQL94Platform { /**/ }
|
function getReservedKeywordsClass( , , )
|
|
class PostgreSQL92Platform extends PostgreSQL91Platform { /**/ }
|
function getReservedKeywordsClass()
|
class PostgreSQL100Platform extends PostgreSQL94Platform { /**/ }
|
function getReservedKeywordsClass( , , , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getReservedKeywordsClass()
|
class PostgreSQL100Platform extends PostgreSQL94Platform { /**/ }
|
function getReservedKeywordsClass( , , , , )
|
|
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
function getReservedKeywordsClass()
|
class PostgreSQL100Platform extends PostgreSQL94Platform { /**/ }
|
function getReservedKeywordsClass( , , , , , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getListSequencesSQL()
|
class PostgreSQL100Platform extends PostgreSQL94Platform { /**/ }
|
function getListSequencesSQL($database, $database)
|
|
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
function getListSequencesSQL()
|
class PostgreSQL100Platform extends PostgreSQL94Platform { /**/ }
|
function getListSequencesSQL($database, $database, $database)
|
|
abstract class AbstractPlatform { /**/ }
|
function getName()
|
class DrizzlePlatform extends AbstractPlatform { /**/ }
|
function getName( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getIdentifierQuoteCharacter()
|
class DrizzlePlatform extends AbstractPlatform { /**/ }
|
function getIdentifierQuoteCharacter( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getConcatExpression()
|
class DrizzlePlatform extends AbstractPlatform { /**/ }
|
function getConcatExpression( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getDateArithmeticIntervalExpression()
|
class DrizzlePlatform extends AbstractPlatform { /**/ }
|
function getDateArithmeticIntervalExpression($date, $operator, $interval, $unit, $date, $operator, $interval, $unit)
|
|
abstract class AbstractPlatform { /**/ }
|
function getDateDiffExpression()
|
class DrizzlePlatform extends AbstractPlatform { /**/ }
|
function getDateDiffExpression($date1, $date2, $date1, $date2)
|
|
abstract class AbstractPlatform { /**/ }
|
function getBooleanTypeDeclarationSQL()
|
class DrizzlePlatform extends AbstractPlatform { /**/ }
|
function getBooleanTypeDeclarationSQL(array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getIntegerTypeDeclarationSQL()
|
class DrizzlePlatform extends AbstractPlatform { /**/ }
|
function getIntegerTypeDeclarationSQL(array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function _getCommonIntegerTypeDeclarationSQL()
|
class DrizzlePlatform extends AbstractPlatform { /**/ }
|
function _getCommonIntegerTypeDeclarationSQL(array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getBigIntTypeDeclarationSQL()
|
class DrizzlePlatform extends AbstractPlatform { /**/ }
|
function getBigIntTypeDeclarationSQL(array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getSmallIntTypeDeclarationSQL()
|
class DrizzlePlatform extends AbstractPlatform { /**/ }
|
function getSmallIntTypeDeclarationSQL(array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getVarcharTypeDeclarationSQLSnippet()
|
class DrizzlePlatform extends AbstractPlatform { /**/ }
|
function getVarcharTypeDeclarationSQLSnippet($length, $fixed, $length, $fixed)
|
|
abstract class AbstractPlatform { /**/ }
|
function getBinaryTypeDeclarationSQLSnippet()
|
class DrizzlePlatform extends AbstractPlatform { /**/ }
|
function getBinaryTypeDeclarationSQLSnippet($length, $fixed, $length, $fixed)
|
|
abstract class AbstractPlatform { /**/ }
|
function initializeDoctrineTypeMappings()
|
class DrizzlePlatform extends AbstractPlatform { /**/ }
|
function initializeDoctrineTypeMappings( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getClobTypeDeclarationSQL()
|
class DrizzlePlatform extends AbstractPlatform { /**/ }
|
function getClobTypeDeclarationSQL(array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getBlobTypeDeclarationSQL()
|
class DrizzlePlatform extends AbstractPlatform { /**/ }
|
function getBlobTypeDeclarationSQL(array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getCreateDatabaseSQL()
|
class DrizzlePlatform extends AbstractPlatform { /**/ }
|
function getCreateDatabaseSQL($name, $database)
|
|
abstract class AbstractPlatform { /**/ }
|
function getDropDatabaseSQL()
|
class DrizzlePlatform extends AbstractPlatform { /**/ }
|
function getDropDatabaseSQL($name, $database)
|
|
abstract class AbstractPlatform { /**/ }
|
function _getCreateTableSQL()
|
class DrizzlePlatform extends AbstractPlatform { /**/ }
|
function _getCreateTableSQL($name, array $columns, array $options = [ ], $name, array $columns, array $options = [ ])
|
|
abstract class AbstractPlatform { /**/ }
|
function getListDatabasesSQL()
|
class DrizzlePlatform extends AbstractPlatform { /**/ }
|
function getListDatabasesSQL( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getReservedKeywordsClass()
|
class DrizzlePlatform extends AbstractPlatform { /**/ }
|
function getReservedKeywordsClass( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getListTablesSQL()
|
class DrizzlePlatform extends AbstractPlatform { /**/ }
|
function getListTablesSQL( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getListTableColumnsSQL()
|
class DrizzlePlatform extends AbstractPlatform { /**/ }
|
function getListTableColumnsSQL($table, $database = null, $table, $database = null)
|
|
abstract class AbstractPlatform { /**/ }
|
function getListTableForeignKeysSQL()
|
class DrizzlePlatform extends AbstractPlatform { /**/ }
|
function getListTableForeignKeysSQL($table, $database = null, $table)
|
|
abstract class AbstractPlatform { /**/ }
|
function getListTableIndexesSQL()
|
class DrizzlePlatform extends AbstractPlatform { /**/ }
|
function getListTableIndexesSQL($table, $database = null, $table, $database = null)
|
|
abstract class AbstractPlatform { /**/ }
|
function prefersIdentityColumns()
|
class DrizzlePlatform extends AbstractPlatform { /**/ }
|
function prefersIdentityColumns( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function supportsIdentityColumns()
|
class DrizzlePlatform extends AbstractPlatform { /**/ }
|
function supportsIdentityColumns( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function supportsInlineColumnComments()
|
class DrizzlePlatform extends AbstractPlatform { /**/ }
|
function supportsInlineColumnComments( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function supportsViews()
|
class DrizzlePlatform extends AbstractPlatform { /**/ }
|
function supportsViews( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function supportsColumnCollation()
|
class DrizzlePlatform extends AbstractPlatform { /**/ }
|
function supportsColumnCollation( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getDropIndexSQL()
|
class DrizzlePlatform extends AbstractPlatform { /**/ }
|
function getDropIndexSQL($index, $table = null, $index, $table = null)
|
|
abstract class AbstractPlatform { /**/ }
|
function getDateTimeTypeDeclarationSQL()
|
class DrizzlePlatform extends AbstractPlatform { /**/ }
|
function getDateTimeTypeDeclarationSQL(array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getTimeTypeDeclarationSQL()
|
class DrizzlePlatform extends AbstractPlatform { /**/ }
|
function getTimeTypeDeclarationSQL(array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getDateTypeDeclarationSQL()
|
class DrizzlePlatform extends AbstractPlatform { /**/ }
|
function getDateTypeDeclarationSQL(array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getAlterTableSQL()
|
class DrizzlePlatform extends AbstractPlatform { /**/ }
|
function getAlterTableSQL(TableDiff $diff, TableDiff $diff)
|
|
abstract class AbstractPlatform { /**/ }
|
function getDropTemporaryTableSQL()
|
class DrizzlePlatform extends AbstractPlatform { /**/ }
|
function getDropTemporaryTableSQL($table, $table)
|
|
abstract class AbstractPlatform { /**/ }
|
function convertBooleans()
|
class DrizzlePlatform extends AbstractPlatform { /**/ }
|
function convertBooleans($item, $item)
|
|
abstract class AbstractPlatform { /**/ }
|
function getLocateExpression()
|
class DrizzlePlatform extends AbstractPlatform { /**/ }
|
function getLocateExpression($str, $substr, $startPos = false, $str, $substr, $startPos = false)
|
|
abstract class AbstractPlatform { /**/ }
|
function getGuidExpression()
|
class DrizzlePlatform extends AbstractPlatform { /**/ }
|
function getGuidExpression( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getRegexpExpression()
|
class DrizzlePlatform extends AbstractPlatform { /**/ }
|
function getRegexpExpression( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getAlterSequenceSQL()
|
class SQLServer2012Platform extends SQLServer2008Platform { /**/ }
|
function getAlterSequenceSQL(Sequence $sequence, Sequence $sequence)
|
|
abstract class AbstractPlatform { /**/ }
|
function getCreateSequenceSQL()
|
class SQLServer2012Platform extends SQLServer2008Platform { /**/ }
|
function getCreateSequenceSQL(Sequence $sequence, Sequence $sequence)
|
|
abstract class AbstractPlatform { /**/ }
|
function getDropSequenceSQL()
|
class SQLServer2012Platform extends SQLServer2008Platform { /**/ }
|
function getDropSequenceSQL($sequence, $sequence)
|
|
abstract class AbstractPlatform { /**/ }
|
function getListSequencesSQL()
|
class SQLServer2012Platform extends SQLServer2008Platform { /**/ }
|
function getListSequencesSQL($database, $database)
|
|
abstract class AbstractPlatform { /**/ }
|
function getSequenceNextValSQL()
|
class SQLServer2012Platform extends SQLServer2008Platform { /**/ }
|
function getSequenceNextValSQL($sequence, $sequence)
|
|
abstract class AbstractPlatform { /**/ }
|
function supportsSequences()
|
class SQLServer2012Platform extends SQLServer2008Platform { /**/ }
|
function supportsSequences( , )
|
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function getReservedKeywordsClass()
|
class SQLServer2012Platform extends SQLServer2008Platform { /**/ }
|
function getReservedKeywordsClass( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getReservedKeywordsClass()
|
class SQLServer2012Platform extends SQLServer2008Platform { /**/ }
|
function getReservedKeywordsClass( , , )
|
|
class SQLServer2008Platform extends SQLServer2005Platform { /**/ }
|
function getReservedKeywordsClass()
|
class SQLServer2012Platform extends SQLServer2008Platform { /**/ }
|
function getReservedKeywordsClass( , , , )
|
|
class SQLServer2005Platform extends SQLServerPlatform { /**/ }
|
function getReservedKeywordsClass()
|
class SQLServer2012Platform extends SQLServer2008Platform { /**/ }
|
function getReservedKeywordsClass( , , , , )
|
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function doModifyLimitQuery()
|
class SQLServer2012Platform extends SQLServer2008Platform { /**/ }
|
function doModifyLimitQuery($query, $limit, $offset = null, $query, $limit, $offset = null)
|
|
abstract class AbstractPlatform { /**/ }
|
function doModifyLimitQuery()
|
class SQLServer2012Platform extends SQLServer2008Platform { /**/ }
|
function doModifyLimitQuery($query, $limit, $offset = null, $query, $limit, $offset = null, $query, $limit, $offset)
|
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function supportsLimitOffset()
|
class SQLServer2005Platform extends SQLServerPlatform { /**/ }
|
function supportsLimitOffset( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function supportsLimitOffset()
|
class SQLServer2005Platform extends SQLServerPlatform { /**/ }
|
function supportsLimitOffset( , , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getClobTypeDeclarationSQL()
|
class SQLServer2005Platform extends SQLServerPlatform { /**/ }
|
function getClobTypeDeclarationSQL(array $column, array $column)
|
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function getClobTypeDeclarationSQL()
|
class SQLServer2005Platform extends SQLServerPlatform { /**/ }
|
function getClobTypeDeclarationSQL(array $column, array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getReservedKeywordsClass()
|
class SQLServer2005Platform extends SQLServerPlatform { /**/ }
|
function getReservedKeywordsClass( , )
|
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function getReservedKeywordsClass()
|
class SQLServer2005Platform extends SQLServerPlatform { /**/ }
|
function getReservedKeywordsClass( , , )
|
|
abstract class AbstractPlatform { /**/ }
|
function doModifyLimitQuery()
|
class MySqlPlatform extends AbstractPlatform { /**/ }
|
function doModifyLimitQuery($query, $limit, $offset, $query, $limit, $offset)
|
|
abstract class AbstractPlatform { /**/ }
|
function getIdentifierQuoteCharacter()
|
class MySqlPlatform extends AbstractPlatform { /**/ }
|
function getIdentifierQuoteCharacter( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getRegexpExpression()
|
class MySqlPlatform extends AbstractPlatform { /**/ }
|
function getRegexpExpression( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getGuidExpression()
|
class MySqlPlatform extends AbstractPlatform { /**/ }
|
function getGuidExpression( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getLocateExpression()
|
class MySqlPlatform extends AbstractPlatform { /**/ }
|
function getLocateExpression($str, $substr, $startPos = false, $str, $substr, $startPos = false)
|
|
abstract class AbstractPlatform { /**/ }
|
function getConcatExpression()
|
class MySqlPlatform extends AbstractPlatform { /**/ }
|
function getConcatExpression( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getDateArithmeticIntervalExpression()
|
class MySqlPlatform extends AbstractPlatform { /**/ }
|
function getDateArithmeticIntervalExpression($date, $operator, $interval, $unit, $date, $operator, $interval, $unit)
|
|
abstract class AbstractPlatform { /**/ }
|
function getDateDiffExpression()
|
class MySqlPlatform extends AbstractPlatform { /**/ }
|
function getDateDiffExpression($date1, $date2, $date1, $date2)
|
|
abstract class AbstractPlatform { /**/ }
|
function getListDatabasesSQL()
|
class MySqlPlatform extends AbstractPlatform { /**/ }
|
function getListDatabasesSQL( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getListTableConstraintsSQL()
|
class MySqlPlatform extends AbstractPlatform { /**/ }
|
function getListTableConstraintsSQL($table, $table)
|
|
abstract class AbstractPlatform { /**/ }
|
function getListTableIndexesSQL()
|
class MySqlPlatform extends AbstractPlatform { /**/ }
|
function getListTableIndexesSQL($table, $database = null, $table, $database = null)
|
|
abstract class AbstractPlatform { /**/ }
|
function getListViewsSQL()
|
class MySqlPlatform extends AbstractPlatform { /**/ }
|
function getListViewsSQL($database, $database)
|
|
abstract class AbstractPlatform { /**/ }
|
function getListTableForeignKeysSQL()
|
class MySqlPlatform extends AbstractPlatform { /**/ }
|
function getListTableForeignKeysSQL($table, $database = null, $table)
|
|
abstract class AbstractPlatform { /**/ }
|
function getCreateViewSQL()
|
class MySqlPlatform extends AbstractPlatform { /**/ }
|
function getCreateViewSQL($name, $sql, $name, $sql)
|
|
abstract class AbstractPlatform { /**/ }
|
function getDropViewSQL()
|
class MySqlPlatform extends AbstractPlatform { /**/ }
|
function getDropViewSQL($name, $name)
|
|
abstract class AbstractPlatform { /**/ }
|
function getVarcharTypeDeclarationSQLSnippet()
|
class MySqlPlatform extends AbstractPlatform { /**/ }
|
function getVarcharTypeDeclarationSQLSnippet($length, $fixed, $length, $fixed)
|
|
abstract class AbstractPlatform { /**/ }
|
function getBinaryTypeDeclarationSQLSnippet()
|
class MySqlPlatform extends AbstractPlatform { /**/ }
|
function getBinaryTypeDeclarationSQLSnippet($length, $fixed, $length, $fixed)
|
|
abstract class AbstractPlatform { /**/ }
|
function getClobTypeDeclarationSQL()
|
class MySqlPlatform extends AbstractPlatform { /**/ }
|
function getClobTypeDeclarationSQL(array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getDateTimeTypeDeclarationSQL()
|
class MySqlPlatform extends AbstractPlatform { /**/ }
|
function getDateTimeTypeDeclarationSQL(array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getDateTypeDeclarationSQL()
|
class MySqlPlatform extends AbstractPlatform { /**/ }
|
function getDateTypeDeclarationSQL(array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getTimeTypeDeclarationSQL()
|
class MySqlPlatform extends AbstractPlatform { /**/ }
|
function getTimeTypeDeclarationSQL(array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getBooleanTypeDeclarationSQL()
|
class MySqlPlatform extends AbstractPlatform { /**/ }
|
function getBooleanTypeDeclarationSQL(array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function prefersIdentityColumns()
|
class MySqlPlatform extends AbstractPlatform { /**/ }
|
function prefersIdentityColumns( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function supportsIdentityColumns()
|
class MySqlPlatform extends AbstractPlatform { /**/ }
|
function supportsIdentityColumns( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function supportsInlineColumnComments()
|
class MySqlPlatform extends AbstractPlatform { /**/ }
|
function supportsInlineColumnComments( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function supportsColumnCollation()
|
class MySqlPlatform extends AbstractPlatform { /**/ }
|
function supportsColumnCollation( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getListTablesSQL()
|
class MySqlPlatform extends AbstractPlatform { /**/ }
|
function getListTablesSQL( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getListTableColumnsSQL()
|
class MySqlPlatform extends AbstractPlatform { /**/ }
|
function getListTableColumnsSQL($table, $database = null, $table, $database = null)
|
|
abstract class AbstractPlatform { /**/ }
|
function getCreateDatabaseSQL()
|
class MySqlPlatform extends AbstractPlatform { /**/ }
|
function getCreateDatabaseSQL($name, $database)
|
|
abstract class AbstractPlatform { /**/ }
|
function getDropDatabaseSQL()
|
class MySqlPlatform extends AbstractPlatform { /**/ }
|
function getDropDatabaseSQL($name, $database)
|
|
abstract class AbstractPlatform { /**/ }
|
function _getCreateTableSQL()
|
class MySqlPlatform extends AbstractPlatform { /**/ }
|
function _getCreateTableSQL($name, array $columns, array $options = [ ], $name, array $columns, array $options = [ ])
|
|
abstract class AbstractPlatform { /**/ }
|
function getDefaultValueDeclarationSQL()
|
class MySqlPlatform extends AbstractPlatform { /**/ }
|
function getDefaultValueDeclarationSQL($column, $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getAlterTableSQL()
|
class MySqlPlatform extends AbstractPlatform { /**/ }
|
function getAlterTableSQL(TableDiff $diff, TableDiff $diff)
|
|
abstract class AbstractPlatform { /**/ }
|
function getPreAlterTableIndexForeignKeySQL()
|
class MySqlPlatform extends AbstractPlatform { /**/ }
|
function getPreAlterTableIndexForeignKeySQL(TableDiff $diff, TableDiff $diff)
|
|
abstract class AbstractPlatform { /**/ }
|
function getPostAlterTableIndexForeignKeySQL()
|
class MySqlPlatform extends AbstractPlatform { /**/ }
|
function getPostAlterTableIndexForeignKeySQL(TableDiff $diff, TableDiff $diff)
|
|
abstract class AbstractPlatform { /**/ }
|
function getCreateIndexSQLFlags()
|
class MySqlPlatform extends AbstractPlatform { /**/ }
|
function getCreateIndexSQLFlags(Index $index, Index $index)
|
|
abstract class AbstractPlatform { /**/ }
|
function getIntegerTypeDeclarationSQL()
|
class MySqlPlatform extends AbstractPlatform { /**/ }
|
function getIntegerTypeDeclarationSQL(array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getBigIntTypeDeclarationSQL()
|
class MySqlPlatform extends AbstractPlatform { /**/ }
|
function getBigIntTypeDeclarationSQL(array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getSmallIntTypeDeclarationSQL()
|
class MySqlPlatform extends AbstractPlatform { /**/ }
|
function getSmallIntTypeDeclarationSQL(array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getFloatDeclarationSQL()
|
class MySqlPlatform extends AbstractPlatform { /**/ }
|
function getFloatDeclarationSQL(array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getDecimalTypeDeclarationSQL()
|
class MySqlPlatform extends AbstractPlatform { /**/ }
|
function getDecimalTypeDeclarationSQL(array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function _getCommonIntegerTypeDeclarationSQL()
|
class MySqlPlatform extends AbstractPlatform { /**/ }
|
function _getCommonIntegerTypeDeclarationSQL(array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getColumnCharsetDeclarationSQL()
|
class MySqlPlatform extends AbstractPlatform { /**/ }
|
function getColumnCharsetDeclarationSQL($charset, $charset)
|
|
abstract class AbstractPlatform { /**/ }
|
function getColumnCollationDeclarationSQL()
|
class MySqlPlatform extends AbstractPlatform { /**/ }
|
function getColumnCollationDeclarationSQL($collation, $collation)
|
|
abstract class AbstractPlatform { /**/ }
|
function getAdvancedForeignKeyOptionsSQL()
|
class MySqlPlatform extends AbstractPlatform { /**/ }
|
function getAdvancedForeignKeyOptionsSQL(ForeignKeyConstraint $foreignKey, ForeignKeyConstraint $foreignKey)
|
|
abstract class AbstractPlatform { /**/ }
|
function getDropIndexSQL()
|
class MySqlPlatform extends AbstractPlatform { /**/ }
|
function getDropIndexSQL($index, $table = null, $index, $table = null)
|
|
abstract class AbstractPlatform { /**/ }
|
function getSetTransactionIsolationSQL()
|
class MySqlPlatform extends AbstractPlatform { /**/ }
|
function getSetTransactionIsolationSQL($level, $level)
|
|
abstract class AbstractPlatform { /**/ }
|
function getName()
|
class MySqlPlatform extends AbstractPlatform { /**/ }
|
function getName( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getReadLockSQL()
|
class MySqlPlatform extends AbstractPlatform { /**/ }
|
function getReadLockSQL( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function initializeDoctrineTypeMappings()
|
class MySqlPlatform extends AbstractPlatform { /**/ }
|
function initializeDoctrineTypeMappings( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getVarcharMaxLength()
|
class MySqlPlatform extends AbstractPlatform { /**/ }
|
function getVarcharMaxLength( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getBinaryMaxLength()
|
class MySqlPlatform extends AbstractPlatform { /**/ }
|
function getBinaryMaxLength( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getReservedKeywordsClass()
|
class MySqlPlatform extends AbstractPlatform { /**/ }
|
function getReservedKeywordsClass( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getDropTemporaryTableSQL()
|
class MySqlPlatform extends AbstractPlatform { /**/ }
|
function getDropTemporaryTableSQL($table, $table)
|
|
abstract class AbstractPlatform { /**/ }
|
function getBlobTypeDeclarationSQL()
|
class MySqlPlatform extends AbstractPlatform { /**/ }
|
function getBlobTypeDeclarationSQL(array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function quoteStringLiteral()
|
class MySqlPlatform extends AbstractPlatform { /**/ }
|
function quoteStringLiteral($str, $str)
|
|
abstract class AbstractPlatform { /**/ }
|
function getDefaultTransactionIsolationLevel()
|
class MySqlPlatform extends AbstractPlatform { /**/ }
|
function getDefaultTransactionIsolationLevel( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function supportsColumnLengthIndexes()
|
class MySqlPlatform extends AbstractPlatform { /**/ }
|
function supportsColumnLengthIndexes( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getCreateSequenceSQL()
|
class SQLAnywhere12Platform extends SQLAnywhere11Platform { /**/ }
|
function getCreateSequenceSQL(Sequence $sequence, Sequence $sequence)
|
|
abstract class AbstractPlatform { /**/ }
|
function getAlterSequenceSQL()
|
class SQLAnywhere12Platform extends SQLAnywhere11Platform { /**/ }
|
function getAlterSequenceSQL(Sequence $sequence, Sequence $sequence)
|
|
abstract class AbstractPlatform { /**/ }
|
function getDateTimeTzFormatString()
|
class SQLAnywhere12Platform extends SQLAnywhere11Platform { /**/ }
|
function getDateTimeTzFormatString( , )
|
|
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
function getDateTimeTzFormatString()
|
class SQLAnywhere12Platform extends SQLAnywhere11Platform { /**/ }
|
function getDateTimeTzFormatString( , , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getDateTimeTzTypeDeclarationSQL()
|
class SQLAnywhere12Platform extends SQLAnywhere11Platform { /**/ }
|
function getDateTimeTzTypeDeclarationSQL(array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getDropSequenceSQL()
|
class SQLAnywhere12Platform extends SQLAnywhere11Platform { /**/ }
|
function getDropSequenceSQL($sequence, $sequence)
|
|
abstract class AbstractPlatform { /**/ }
|
function getListSequencesSQL()
|
class SQLAnywhere12Platform extends SQLAnywhere11Platform { /**/ }
|
function getListSequencesSQL($database, $database)
|
|
abstract class AbstractPlatform { /**/ }
|
function getSequenceNextValSQL()
|
class SQLAnywhere12Platform extends SQLAnywhere11Platform { /**/ }
|
function getSequenceNextValSQL($sequence, $sequence)
|
|
abstract class AbstractPlatform { /**/ }
|
function supportsSequences()
|
class SQLAnywhere12Platform extends SQLAnywhere11Platform { /**/ }
|
function supportsSequences( , )
|
|
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
function getAdvancedIndexOptionsSQL()
|
class SQLAnywhere12Platform extends SQLAnywhere11Platform { /**/ }
|
function getAdvancedIndexOptionsSQL(Index $index, Index $index)
|
|
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
function getReservedKeywordsClass()
|
class SQLAnywhere12Platform extends SQLAnywhere11Platform { /**/ }
|
function getReservedKeywordsClass( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getReservedKeywordsClass()
|
class SQLAnywhere12Platform extends SQLAnywhere11Platform { /**/ }
|
function getReservedKeywordsClass( , , )
|
|
class SQLAnywhere11Platform extends SQLAnywherePlatform { /**/ }
|
function getReservedKeywordsClass()
|
class SQLAnywhere12Platform extends SQLAnywhere11Platform { /**/ }
|
function getReservedKeywordsClass( , , , )
|
|
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
function initializeDoctrineTypeMappings()
|
class SQLAnywhere12Platform extends SQLAnywhere11Platform { /**/ }
|
function initializeDoctrineTypeMappings( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function initializeDoctrineTypeMappings()
|
class SQLAnywhere12Platform extends SQLAnywhere11Platform { /**/ }
|
function initializeDoctrineTypeMappings( , , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getCurrentDateSQL()
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function getCurrentDateSQL( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getCurrentTimeSQL()
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function getCurrentTimeSQL( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getDateArithmeticIntervalExpression()
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function getDateArithmeticIntervalExpression($date, $operator, $interval, $unit, $date, $operator, $interval, $unit)
|
|
abstract class AbstractPlatform { /**/ }
|
function getDateDiffExpression()
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function getDateDiffExpression($date1, $date2, $date1, $date2)
|
|
abstract class AbstractPlatform { /**/ }
|
function prefersIdentityColumns()
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function prefersIdentityColumns( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function supportsIdentityColumns()
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function supportsIdentityColumns( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function supportsReleaseSavepoints()
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function supportsReleaseSavepoints( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function supportsSchemas()
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function supportsSchemas( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getDefaultSchemaName()
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function getDefaultSchemaName( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function supportsColumnCollation()
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function supportsColumnCollation( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function hasNativeGuidType()
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function hasNativeGuidType( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getCreateDatabaseSQL()
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function getCreateDatabaseSQL($name, $database)
|
|
abstract class AbstractPlatform { /**/ }
|
function getDropDatabaseSQL()
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function getDropDatabaseSQL($name, $database)
|
|
abstract class AbstractPlatform { /**/ }
|
function supportsCreateDropDatabase()
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function supportsCreateDropDatabase( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getCreateSchemaSQL()
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function getCreateSchemaSQL($schemaName, $schemaName)
|
|
abstract class AbstractPlatform { /**/ }
|
function getDropForeignKeySQL()
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function getDropForeignKeySQL($foreignKey, $table, $foreignKey, $table)
|
|
abstract class AbstractPlatform { /**/ }
|
function getDropIndexSQL()
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function getDropIndexSQL($index, $table = null, $index, $table = null)
|
|
abstract class AbstractPlatform { /**/ }
|
function _getCreateTableSQL()
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function _getCreateTableSQL($name, array $columns, array $options = [ ], $name, array $columns, array $options = [ ])
|
|
abstract class AbstractPlatform { /**/ }
|
function getCreatePrimaryKeySQL()
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function getCreatePrimaryKeySQL(Index $index, $table, Index $index, $table)
|
|
abstract class AbstractPlatform { /**/ }
|
function getUniqueConstraintDeclarationSQL()
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function getUniqueConstraintDeclarationSQL($name, Index $index, $name, Index $index)
|
|
abstract class AbstractPlatform { /**/ }
|
function getCreateIndexSQL()
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function getCreateIndexSQL(Index $index, $table, Index $index, $table)
|
|
abstract class AbstractPlatform { /**/ }
|
function getCreateIndexSQLFlags()
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function getCreateIndexSQLFlags(Index $index, Index $index)
|
|
abstract class AbstractPlatform { /**/ }
|
function getAlterTableSQL()
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function getAlterTableSQL(TableDiff $diff, TableDiff $diff)
|
|
abstract class AbstractPlatform { /**/ }
|
function getRenameIndexSQL()
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function getRenameIndexSQL($oldIndexName, Index $index, $tableName, $oldIndexName, Index $index, $tableName)
|
|
abstract class AbstractPlatform { /**/ }
|
function getEmptyIdentityInsertSQL()
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function getEmptyIdentityInsertSQL($quotedTableName, $quotedIdentifierColumnName, $quotedTableName, $quotedIdentifierColumnName)
|
|
abstract class AbstractPlatform { /**/ }
|
function getListTablesSQL()
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function getListTablesSQL( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getListTableColumnsSQL()
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function getListTableColumnsSQL($table, $database = null, $table, $database = null)
|
|
abstract class AbstractPlatform { /**/ }
|
function getListTableForeignKeysSQL()
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function getListTableForeignKeysSQL($table, $database = null, $table)
|
|
abstract class AbstractPlatform { /**/ }
|
function getListTableIndexesSQL()
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function getListTableIndexesSQL($table, $database = null, $table, $database = null)
|
|
abstract class AbstractPlatform { /**/ }
|
function getCreateViewSQL()
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function getCreateViewSQL($name, $sql, $name, $sql)
|
|
abstract class AbstractPlatform { /**/ }
|
function getListViewsSQL()
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function getListViewsSQL($database, $database)
|
|
abstract class AbstractPlatform { /**/ }
|
function getDropViewSQL()
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function getDropViewSQL($name, $name)
|
|
abstract class AbstractPlatform { /**/ }
|
function getGuidExpression()
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function getGuidExpression( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getLocateExpression()
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function getLocateExpression($str, $substr, $startPos = false, $str, $substr, $startPos = false)
|
|
abstract class AbstractPlatform { /**/ }
|
function getModExpression()
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function getModExpression($expression1, $expression2, $expression1, $expression2)
|
|
abstract class AbstractPlatform { /**/ }
|
function getTrimExpression()
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function getTrimExpression($str, $mode = TrimMode::UNSPECIFIED, $char = false, $str, $mode = TrimMode::UNSPECIFIED, $char = false)
|
|
abstract class AbstractPlatform { /**/ }
|
function getConcatExpression()
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function getConcatExpression( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getListDatabasesSQL()
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function getListDatabasesSQL( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getListNamespacesSQL()
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function getListNamespacesSQL( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getSubstringExpression()
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function getSubstringExpression($string, $start, $length = null, $string, $start, $length = null)
|
|
abstract class AbstractPlatform { /**/ }
|
function getLengthExpression()
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function getLengthExpression($column, $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getSetTransactionIsolationSQL()
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function getSetTransactionIsolationSQL($level, $level)
|
|
abstract class AbstractPlatform { /**/ }
|
function getIntegerTypeDeclarationSQL()
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function getIntegerTypeDeclarationSQL(array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getBigIntTypeDeclarationSQL()
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function getBigIntTypeDeclarationSQL(array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getSmallIntTypeDeclarationSQL()
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function getSmallIntTypeDeclarationSQL(array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getGuidTypeDeclarationSQL()
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function getGuidTypeDeclarationSQL(array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getAsciiStringTypeDeclarationSQL()
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function getAsciiStringTypeDeclarationSQL(array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getVarcharTypeDeclarationSQLSnippet()
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function getVarcharTypeDeclarationSQLSnippet($length, $fixed, $length, $fixed)
|
|
abstract class AbstractPlatform { /**/ }
|
function getBinaryTypeDeclarationSQLSnippet()
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function getBinaryTypeDeclarationSQLSnippet($length, $fixed, $length, $fixed)
|
|
abstract class AbstractPlatform { /**/ }
|
function getBinaryMaxLength()
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function getBinaryMaxLength( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getClobTypeDeclarationSQL()
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function getClobTypeDeclarationSQL(array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function _getCommonIntegerTypeDeclarationSQL()
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function _getCommonIntegerTypeDeclarationSQL(array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getDateTimeTypeDeclarationSQL()
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function getDateTimeTypeDeclarationSQL(array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getDateTypeDeclarationSQL()
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function getDateTypeDeclarationSQL(array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getTimeTypeDeclarationSQL()
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function getTimeTypeDeclarationSQL(array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getBooleanTypeDeclarationSQL()
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function getBooleanTypeDeclarationSQL(array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function doModifyLimitQuery()
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function doModifyLimitQuery($query, $limit, $offset = null, $query, $limit, $offset)
|
|
abstract class AbstractPlatform { /**/ }
|
function supportsLimitOffset()
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function supportsLimitOffset( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function convertBooleans()
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function convertBooleans($item, $item)
|
|
abstract class AbstractPlatform { /**/ }
|
function getCreateTemporaryTableSnippetSQL()
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function getCreateTemporaryTableSnippetSQL( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getTemporaryTableName()
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function getTemporaryTableName($tableName, $tableName)
|
|
abstract class AbstractPlatform { /**/ }
|
function getDateTimeFormatString()
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function getDateTimeFormatString( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getDateFormatString()
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function getDateFormatString( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getTimeFormatString()
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function getTimeFormatString( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getDateTimeTzFormatString()
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function getDateTimeTzFormatString( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getName()
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function getName( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function initializeDoctrineTypeMappings()
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function initializeDoctrineTypeMappings( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function createSavePoint()
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function createSavePoint($savepoint, $savepoint)
|
|
abstract class AbstractPlatform { /**/ }
|
function releaseSavePoint()
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function releaseSavePoint($savepoint, $savepoint)
|
|
abstract class AbstractPlatform { /**/ }
|
function rollbackSavePoint()
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function rollbackSavePoint($savepoint, $savepoint)
|
|
abstract class AbstractPlatform { /**/ }
|
function getForeignKeyReferentialActionSQL()
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function getForeignKeyReferentialActionSQL($action, $action)
|
|
abstract class AbstractPlatform { /**/ }
|
function appendLockHint()
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function appendLockHint($fromClause, $lockMode, $fromClause, $lockMode)
|
|
abstract class AbstractPlatform { /**/ }
|
function getForUpdateSQL()
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function getForUpdateSQL( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getReservedKeywordsClass()
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function getReservedKeywordsClass( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function quoteSingleIdentifier()
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function quoteSingleIdentifier($str, $str)
|
|
abstract class AbstractPlatform { /**/ }
|
function getTruncateTableSQL()
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function getTruncateTableSQL($tableName, $cascade = false, $tableName, $cascade = false)
|
|
abstract class AbstractPlatform { /**/ }
|
function getBlobTypeDeclarationSQL()
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function getBlobTypeDeclarationSQL(array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getColumnDeclarationSQL()
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function getColumnDeclarationSQL($name, array $column, $name, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getCommentOnTableSQL()
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function getCommentOnTableSQL(string $tableName, ?string $comment, string $tableName, ?string $comment)
|
|
abstract class AbstractPlatform { /**/ }
|
function getSubstringExpression()
|
class OraclePlatform extends AbstractPlatform { /**/ }
|
function getSubstringExpression($string, $start, $length = null, $string, $start, $length = null)
|
|
abstract class AbstractPlatform { /**/ }
|
function getNowExpression()
|
class OraclePlatform extends AbstractPlatform { /**/ }
|
function getNowExpression($type = 'timestamp', )
|
|
abstract class AbstractPlatform { /**/ }
|
function getLocateExpression()
|
class OraclePlatform extends AbstractPlatform { /**/ }
|
function getLocateExpression($str, $substr, $startPos = false, $str, $substr, $startPos = false)
|
|
abstract class AbstractPlatform { /**/ }
|
function getGuidExpression()
|
class OraclePlatform extends AbstractPlatform { /**/ }
|
function getGuidExpression( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getDateArithmeticIntervalExpression()
|
class OraclePlatform extends AbstractPlatform { /**/ }
|
function getDateArithmeticIntervalExpression($date, $operator, $interval, $unit, $date, $operator, $interval, $unit)
|
|
abstract class AbstractPlatform { /**/ }
|
function getDateDiffExpression()
|
class OraclePlatform extends AbstractPlatform { /**/ }
|
function getDateDiffExpression($date1, $date2, $date1, $date2)
|
|
abstract class AbstractPlatform { /**/ }
|
function getBitAndComparisonExpression()
|
class OraclePlatform extends AbstractPlatform { /**/ }
|
function getBitAndComparisonExpression($value1, $value2, $value1, $value2)
|
|
abstract class AbstractPlatform { /**/ }
|
function getBitOrComparisonExpression()
|
class OraclePlatform extends AbstractPlatform { /**/ }
|
function getBitOrComparisonExpression($value1, $value2, $value1, $value2)
|
|
abstract class AbstractPlatform { /**/ }
|
function getCreateSequenceSQL()
|
class OraclePlatform extends AbstractPlatform { /**/ }
|
function getCreateSequenceSQL(Sequence $sequence, Sequence $sequence)
|
|
abstract class AbstractPlatform { /**/ }
|
function getAlterSequenceSQL()
|
class OraclePlatform extends AbstractPlatform { /**/ }
|
function getAlterSequenceSQL(Sequence $sequence, Sequence $sequence)
|
|
abstract class AbstractPlatform { /**/ }
|
function getSequenceNextValSQL()
|
class OraclePlatform extends AbstractPlatform { /**/ }
|
function getSequenceNextValSQL($sequence, $sequence)
|
|
abstract class AbstractPlatform { /**/ }
|
function getSetTransactionIsolationSQL()
|
class OraclePlatform extends AbstractPlatform { /**/ }
|
function getSetTransactionIsolationSQL($level, $level)
|
|
abstract class AbstractPlatform { /**/ }
|
function _getTransactionIsolationLevelSQL()
|
class OraclePlatform extends AbstractPlatform { /**/ }
|
function _getTransactionIsolationLevelSQL($level, $level)
|
|
abstract class AbstractPlatform { /**/ }
|
function getBooleanTypeDeclarationSQL()
|
class OraclePlatform extends AbstractPlatform { /**/ }
|
function getBooleanTypeDeclarationSQL(array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getIntegerTypeDeclarationSQL()
|
class OraclePlatform extends AbstractPlatform { /**/ }
|
function getIntegerTypeDeclarationSQL(array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getBigIntTypeDeclarationSQL()
|
class OraclePlatform extends AbstractPlatform { /**/ }
|
function getBigIntTypeDeclarationSQL(array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getSmallIntTypeDeclarationSQL()
|
class OraclePlatform extends AbstractPlatform { /**/ }
|
function getSmallIntTypeDeclarationSQL(array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getDateTimeTypeDeclarationSQL()
|
class OraclePlatform extends AbstractPlatform { /**/ }
|
function getDateTimeTypeDeclarationSQL(array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getDateTimeTzTypeDeclarationSQL()
|
class OraclePlatform extends AbstractPlatform { /**/ }
|
function getDateTimeTzTypeDeclarationSQL(array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getDateTypeDeclarationSQL()
|
class OraclePlatform extends AbstractPlatform { /**/ }
|
function getDateTypeDeclarationSQL(array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getTimeTypeDeclarationSQL()
|
class OraclePlatform extends AbstractPlatform { /**/ }
|
function getTimeTypeDeclarationSQL(array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function _getCommonIntegerTypeDeclarationSQL()
|
class OraclePlatform extends AbstractPlatform { /**/ }
|
function _getCommonIntegerTypeDeclarationSQL(array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getVarcharTypeDeclarationSQLSnippet()
|
class OraclePlatform extends AbstractPlatform { /**/ }
|
function getVarcharTypeDeclarationSQLSnippet($length, $fixed, $length, $fixed)
|
|
abstract class AbstractPlatform { /**/ }
|
function getBinaryTypeDeclarationSQLSnippet()
|
class OraclePlatform extends AbstractPlatform { /**/ }
|
function getBinaryTypeDeclarationSQLSnippet($length, $fixed, $length, $fixed)
|
|
abstract class AbstractPlatform { /**/ }
|
function getBinaryMaxLength()
|
class OraclePlatform extends AbstractPlatform { /**/ }
|
function getBinaryMaxLength( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getClobTypeDeclarationSQL()
|
class OraclePlatform extends AbstractPlatform { /**/ }
|
function getClobTypeDeclarationSQL(array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getListDatabasesSQL()
|
class OraclePlatform extends AbstractPlatform { /**/ }
|
function getListDatabasesSQL( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getListSequencesSQL()
|
class OraclePlatform extends AbstractPlatform { /**/ }
|
function getListSequencesSQL($database, $database)
|
|
abstract class AbstractPlatform { /**/ }
|
function _getCreateTableSQL()
|
class OraclePlatform extends AbstractPlatform { /**/ }
|
function _getCreateTableSQL($name, array $columns, array $options = [ ], $name, array $columns, array $options = [ ])
|
|
abstract class AbstractPlatform { /**/ }
|
function getListTableIndexesSQL()
|
class OraclePlatform extends AbstractPlatform { /**/ }
|
function getListTableIndexesSQL($table, $database = null, $table, $database = null)
|
|
abstract class AbstractPlatform { /**/ }
|
function getListTablesSQL()
|
class OraclePlatform extends AbstractPlatform { /**/ }
|
function getListTablesSQL( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getListViewsSQL()
|
class OraclePlatform extends AbstractPlatform { /**/ }
|
function getListViewsSQL($database, $database)
|
|
abstract class AbstractPlatform { /**/ }
|
function getCreateViewSQL()
|
class OraclePlatform extends AbstractPlatform { /**/ }
|
function getCreateViewSQL($name, $sql, $name, $sql)
|
|
abstract class AbstractPlatform { /**/ }
|
function getDropViewSQL()
|
class OraclePlatform extends AbstractPlatform { /**/ }
|
function getDropViewSQL($name, $name)
|
|
abstract class AbstractPlatform { /**/ }
|
function getListTableForeignKeysSQL()
|
class OraclePlatform extends AbstractPlatform { /**/ }
|
function getListTableForeignKeysSQL($table, $table)
|
|
abstract class AbstractPlatform { /**/ }
|
function getListTableConstraintsSQL()
|
class OraclePlatform extends AbstractPlatform { /**/ }
|
function getListTableConstraintsSQL($table, $table)
|
|
abstract class AbstractPlatform { /**/ }
|
function getListTableColumnsSQL()
|
class OraclePlatform extends AbstractPlatform { /**/ }
|
function getListTableColumnsSQL($table, $database = null, $table, $database = null)
|
|
abstract class AbstractPlatform { /**/ }
|
function getDropSequenceSQL()
|
class OraclePlatform extends AbstractPlatform { /**/ }
|
function getDropSequenceSQL($sequence, $sequence)
|
|
abstract class AbstractPlatform { /**/ }
|
function getDropForeignKeySQL()
|
class OraclePlatform extends AbstractPlatform { /**/ }
|
function getDropForeignKeySQL($foreignKey, $table, $foreignKey, $table)
|
|
abstract class AbstractPlatform { /**/ }
|
function getAdvancedForeignKeyOptionsSQL()
|
class OraclePlatform extends AbstractPlatform { /**/ }
|
function getAdvancedForeignKeyOptionsSQL(ForeignKeyConstraint $foreignKey, ForeignKeyConstraint $foreignKey)
|
|
abstract class AbstractPlatform { /**/ }
|
function getForeignKeyReferentialActionSQL()
|
class OraclePlatform extends AbstractPlatform { /**/ }
|
function getForeignKeyReferentialActionSQL($action, $action)
|
|
abstract class AbstractPlatform { /**/ }
|
function getDropDatabaseSQL()
|
class OraclePlatform extends AbstractPlatform { /**/ }
|
function getDropDatabaseSQL($database, $database)
|
|
abstract class AbstractPlatform { /**/ }
|
function getAlterTableSQL()
|
class OraclePlatform extends AbstractPlatform { /**/ }
|
function getAlterTableSQL(TableDiff $diff, TableDiff $diff)
|
|
abstract class AbstractPlatform { /**/ }
|
function getColumnDeclarationSQL()
|
class OraclePlatform extends AbstractPlatform { /**/ }
|
function getColumnDeclarationSQL($name, array $column, $name, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getRenameIndexSQL()
|
class OraclePlatform extends AbstractPlatform { /**/ }
|
function getRenameIndexSQL($oldIndexName, Index $index, $tableName, $oldIndexName, Index $index, $tableName)
|
|
abstract class AbstractPlatform { /**/ }
|
function prefersSequences()
|
class OraclePlatform extends AbstractPlatform { /**/ }
|
function prefersSequences( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function usesSequenceEmulatedIdentityColumns()
|
class OraclePlatform extends AbstractPlatform { /**/ }
|
function usesSequenceEmulatedIdentityColumns( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getIdentitySequenceName()
|
class OraclePlatform extends AbstractPlatform { /**/ }
|
function getIdentitySequenceName($tableName, $columnName, $tableName, $columnName)
|
|
abstract class AbstractPlatform { /**/ }
|
function supportsCommentOnStatement()
|
class OraclePlatform extends AbstractPlatform { /**/ }
|
function supportsCommentOnStatement( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getName()
|
class OraclePlatform extends AbstractPlatform { /**/ }
|
function getName( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function doModifyLimitQuery()
|
class OraclePlatform extends AbstractPlatform { /**/ }
|
function doModifyLimitQuery($query, $limit, $offset = null, $query, $limit, $offset)
|
|
abstract class AbstractPlatform { /**/ }
|
function getSQLResultCasing()
|
class OraclePlatform extends AbstractPlatform { /**/ }
|
function getSQLResultCasing($column, $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getCreateTemporaryTableSnippetSQL()
|
class OraclePlatform extends AbstractPlatform { /**/ }
|
function getCreateTemporaryTableSnippetSQL( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getDateTimeTzFormatString()
|
class OraclePlatform extends AbstractPlatform { /**/ }
|
function getDateTimeTzFormatString( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getDateFormatString()
|
class OraclePlatform extends AbstractPlatform { /**/ }
|
function getDateFormatString( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getTimeFormatString()
|
class OraclePlatform extends AbstractPlatform { /**/ }
|
function getTimeFormatString( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function fixSchemaElementName()
|
class OraclePlatform extends AbstractPlatform { /**/ }
|
function fixSchemaElementName($schemaElementName, $schemaElementName)
|
|
abstract class AbstractPlatform { /**/ }
|
function getMaxIdentifierLength()
|
class OraclePlatform extends AbstractPlatform { /**/ }
|
function getMaxIdentifierLength( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function supportsSequences()
|
class OraclePlatform extends AbstractPlatform { /**/ }
|
function supportsSequences( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function supportsForeignKeyOnUpdate()
|
class OraclePlatform extends AbstractPlatform { /**/ }
|
function supportsForeignKeyOnUpdate( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function supportsReleaseSavepoints()
|
class OraclePlatform extends AbstractPlatform { /**/ }
|
function supportsReleaseSavepoints( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getTruncateTableSQL()
|
class OraclePlatform extends AbstractPlatform { /**/ }
|
function getTruncateTableSQL($tableName, $cascade = false, $tableName, $cascade = false)
|
|
abstract class AbstractPlatform { /**/ }
|
function getDummySelectSQL()
|
class OraclePlatform extends AbstractPlatform { /**/ }
|
function getDummySelectSQL( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function initializeDoctrineTypeMappings()
|
class OraclePlatform extends AbstractPlatform { /**/ }
|
function initializeDoctrineTypeMappings( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function releaseSavePoint()
|
class OraclePlatform extends AbstractPlatform { /**/ }
|
function releaseSavePoint($savepoint, $savepoint)
|
|
abstract class AbstractPlatform { /**/ }
|
function getReservedKeywordsClass()
|
class OraclePlatform extends AbstractPlatform { /**/ }
|
function getReservedKeywordsClass( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getBlobTypeDeclarationSQL()
|
class OraclePlatform extends AbstractPlatform { /**/ }
|
function getBlobTypeDeclarationSQL(array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getListTablesSQL()
|
class SQLServer2008Platform extends SQLServer2005Platform { /**/ }
|
function getListTablesSQL( , )
|
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function getListTablesSQL()
|
class SQLServer2008Platform extends SQLServer2005Platform { /**/ }
|
function getListTablesSQL( , , )
|
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function getDateTimeTypeDeclarationSQL()
|
class SQLServer2008Platform extends SQLServer2005Platform { /**/ }
|
function getDateTimeTypeDeclarationSQL(array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getDateTimeTypeDeclarationSQL()
|
class SQLServer2008Platform extends SQLServer2005Platform { /**/ }
|
function getDateTimeTypeDeclarationSQL(array $column, array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getDateTypeDeclarationSQL()
|
class SQLServer2008Platform extends SQLServer2005Platform { /**/ }
|
function getDateTypeDeclarationSQL(array $column, array $column)
|
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function getDateTypeDeclarationSQL()
|
class SQLServer2008Platform extends SQLServer2005Platform { /**/ }
|
function getDateTypeDeclarationSQL(array $column, array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getTimeTypeDeclarationSQL()
|
class SQLServer2008Platform extends SQLServer2005Platform { /**/ }
|
function getTimeTypeDeclarationSQL(array $column, array $column)
|
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function getTimeTypeDeclarationSQL()
|
class SQLServer2008Platform extends SQLServer2005Platform { /**/ }
|
function getTimeTypeDeclarationSQL(array $column, array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getDateTimeTzTypeDeclarationSQL()
|
class SQLServer2008Platform extends SQLServer2005Platform { /**/ }
|
function getDateTimeTzTypeDeclarationSQL(array $column, array $column)
|
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function getDateTimeFormatString()
|
class SQLServer2008Platform extends SQLServer2005Platform { /**/ }
|
function getDateTimeFormatString( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getDateTimeFormatString()
|
class SQLServer2008Platform extends SQLServer2005Platform { /**/ }
|
function getDateTimeFormatString( , , )
|
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function getDateTimeTzFormatString()
|
class SQLServer2008Platform extends SQLServer2005Platform { /**/ }
|
function getDateTimeTzFormatString( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getDateTimeTzFormatString()
|
class SQLServer2008Platform extends SQLServer2005Platform { /**/ }
|
function getDateTimeTzFormatString( , , )
|
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function getDateFormatString()
|
class SQLServer2008Platform extends SQLServer2005Platform { /**/ }
|
function getDateFormatString( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getDateFormatString()
|
class SQLServer2008Platform extends SQLServer2005Platform { /**/ }
|
function getDateFormatString( , , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getTimeFormatString()
|
class SQLServer2008Platform extends SQLServer2005Platform { /**/ }
|
function getTimeFormatString( , )
|
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function getTimeFormatString()
|
class SQLServer2008Platform extends SQLServer2005Platform { /**/ }
|
function getTimeFormatString( , , )
|
|
abstract class AbstractPlatform { /**/ }
|
function initializeDoctrineTypeMappings()
|
class SQLServer2008Platform extends SQLServer2005Platform { /**/ }
|
function initializeDoctrineTypeMappings( , )
|
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function initializeDoctrineTypeMappings()
|
class SQLServer2008Platform extends SQLServer2005Platform { /**/ }
|
function initializeDoctrineTypeMappings( , , )
|
|
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
function getReservedKeywordsClass()
|
class SQLServer2008Platform extends SQLServer2005Platform { /**/ }
|
function getReservedKeywordsClass( , )
|
|
class SQLServer2005Platform extends SQLServerPlatform { /**/ }
|
function getReservedKeywordsClass()
|
class SQLServer2008Platform extends SQLServer2005Platform { /**/ }
|
function getReservedKeywordsClass( , , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getReservedKeywordsClass()
|
class SQLServer2008Platform extends SQLServer2005Platform { /**/ }
|
function getReservedKeywordsClass( , , , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getLikeWildcardCharacters()
|
class SQLServer2008Platform extends SQLServer2005Platform { /**/ }
|
function getLikeWildcardCharacters( , )
|
|
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
function getAdvancedIndexOptionsSQL()
|
class SQLAnywhere16Platform extends SQLAnywhere12Platform { /**/ }
|
function getAdvancedIndexOptionsSQL(Index $index, Index $index)
|
|
class SQLAnywhere12Platform extends SQLAnywhere11Platform { /**/ }
|
function getAdvancedIndexOptionsSQL()
|
class SQLAnywhere16Platform extends SQLAnywhere12Platform { /**/ }
|
function getAdvancedIndexOptionsSQL(Index $index, Index $index, Index $index)
|
|
abstract class AbstractPlatform { /**/ }
|
function getReservedKeywordsClass()
|
class SQLAnywhere16Platform extends SQLAnywhere12Platform { /**/ }
|
function getReservedKeywordsClass( , )
|
|
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
function getReservedKeywordsClass()
|
class SQLAnywhere16Platform extends SQLAnywhere12Platform { /**/ }
|
function getReservedKeywordsClass( , , )
|
|
class SQLAnywhere11Platform extends SQLAnywherePlatform { /**/ }
|
function getReservedKeywordsClass()
|
class SQLAnywhere16Platform extends SQLAnywhere12Platform { /**/ }
|
function getReservedKeywordsClass( , , , )
|
|
class SQLAnywhere12Platform extends SQLAnywhere11Platform { /**/ }
|
function getReservedKeywordsClass()
|
class SQLAnywhere16Platform extends SQLAnywhere12Platform { /**/ }
|
function getReservedKeywordsClass( , , , , )
|
|
abstract class AbstractPlatform { /**/ }
|
function hasNativeJsonType()
|
class MySQL57Platform extends MySqlPlatform { /**/ }
|
function hasNativeJsonType( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getJsonTypeDeclarationSQL()
|
class MySQL57Platform extends MySqlPlatform { /**/ }
|
function getJsonTypeDeclarationSQL(array $column, array $column)
|
|
class MySqlPlatform extends AbstractPlatform { /**/ }
|
function getPreAlterTableRenameIndexForeignKeySQL()
|
class MySQL57Platform extends MySqlPlatform { /**/ }
|
function getPreAlterTableRenameIndexForeignKeySQL(TableDiff $diff, TableDiff $diff)
|
|
class MySqlPlatform extends AbstractPlatform { /**/ }
|
function getPostAlterTableRenameIndexForeignKeySQL()
|
class MySQL57Platform extends MySqlPlatform { /**/ }
|
function getPostAlterTableRenameIndexForeignKeySQL(TableDiff $diff, TableDiff $diff)
|
|
abstract class AbstractPlatform { /**/ }
|
function getRenameIndexSQL()
|
class MySQL57Platform extends MySqlPlatform { /**/ }
|
function getRenameIndexSQL($oldIndexName, Index $index, $tableName, $oldIndexName, Index $index, $tableName)
|
|
abstract class AbstractPlatform { /**/ }
|
function getReservedKeywordsClass()
|
class MySQL57Platform extends MySqlPlatform { /**/ }
|
function getReservedKeywordsClass( , )
|
|
class MySqlPlatform extends AbstractPlatform { /**/ }
|
function getReservedKeywordsClass()
|
class MySQL57Platform extends MySqlPlatform { /**/ }
|
function getReservedKeywordsClass( , , )
|
|
class MySqlPlatform extends AbstractPlatform { /**/ }
|
function initializeDoctrineTypeMappings()
|
class MySQL57Platform extends MySqlPlatform { /**/ }
|
function initializeDoctrineTypeMappings( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function initializeDoctrineTypeMappings()
|
class MySQL57Platform extends MySqlPlatform { /**/ }
|
function initializeDoctrineTypeMappings( , , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getJsonTypeDeclarationSQL()
|
class PostgreSQL94Platform extends PostgreSQL92Platform { /**/ }
|
function getJsonTypeDeclarationSQL(array $column, array $column)
|
|
class PostgreSQL92Platform extends PostgreSQL91Platform { /**/ }
|
function getJsonTypeDeclarationSQL()
|
class PostgreSQL94Platform extends PostgreSQL92Platform { /**/ }
|
function getJsonTypeDeclarationSQL(array $column, array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getReservedKeywordsClass()
|
class PostgreSQL94Platform extends PostgreSQL92Platform { /**/ }
|
function getReservedKeywordsClass( , )
|
|
class PostgreSQL92Platform extends PostgreSQL91Platform { /**/ }
|
function getReservedKeywordsClass()
|
class PostgreSQL94Platform extends PostgreSQL92Platform { /**/ }
|
function getReservedKeywordsClass( , , )
|
|
class PostgreSQL91Platform extends PostgreSqlPlatform { /**/ }
|
function getReservedKeywordsClass()
|
class PostgreSQL94Platform extends PostgreSQL92Platform { /**/ }
|
function getReservedKeywordsClass( , , , )
|
|
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
function getReservedKeywordsClass()
|
class PostgreSQL94Platform extends PostgreSQL92Platform { /**/ }
|
function getReservedKeywordsClass( , , , , )
|
|
class PostgreSQL92Platform extends PostgreSQL91Platform { /**/ }
|
function initializeDoctrineTypeMappings()
|
class PostgreSQL94Platform extends PostgreSQL92Platform { /**/ }
|
function initializeDoctrineTypeMappings( , )
|
|
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
function initializeDoctrineTypeMappings()
|
class PostgreSQL94Platform extends PostgreSQL92Platform { /**/ }
|
function initializeDoctrineTypeMappings( , , )
|
|
abstract class AbstractPlatform { /**/ }
|
function initializeDoctrineTypeMappings()
|
class PostgreSQL94Platform extends PostgreSQL92Platform { /**/ }
|
function initializeDoctrineTypeMappings( , , , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getCreateTableSQL()
|
class SQLAzurePlatform extends SQLServer2008Platform { /**/ }
|
function getCreateTableSQL(Table $table, $createFlags = self::CREATE_INDEXES, Table $table, $createFlags = self::CREATE_INDEXES)
|
|
abstract class AbstractPlatform { /**/ }
|
function getRegexpExpression()
|
class SQLAnywhere11Platform extends SQLAnywherePlatform { /**/ }
|
function getRegexpExpression( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getReservedKeywordsClass()
|
class SQLAnywhere11Platform extends SQLAnywherePlatform { /**/ }
|
function getReservedKeywordsClass( , )
|
|
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
function getReservedKeywordsClass()
|
class SQLAnywhere11Platform extends SQLAnywherePlatform { /**/ }
|
function getReservedKeywordsClass( , , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getJsonTypeDeclarationSQL()
|
final class MariaDb1027Platform extends MySqlPlatform { /**/ }
|
function getJsonTypeDeclarationSQL(array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getReservedKeywordsClass()
|
final class MariaDb1027Platform extends MySqlPlatform { /**/ }
|
function getReservedKeywordsClass( , )
|
|
class MySqlPlatform extends AbstractPlatform { /**/ }
|
function getReservedKeywordsClass()
|
final class MariaDb1027Platform extends MySqlPlatform { /**/ }
|
function getReservedKeywordsClass( , , )
|
|
abstract class AbstractPlatform { /**/ }
|
function initializeDoctrineTypeMappings()
|
final class MariaDb1027Platform extends MySqlPlatform { /**/ }
|
function initializeDoctrineTypeMappings( , )
|
|
class MySqlPlatform extends AbstractPlatform { /**/ }
|
function initializeDoctrineTypeMappings()
|
final class MariaDb1027Platform extends MySqlPlatform { /**/ }
|
function initializeDoctrineTypeMappings( , , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getRegexpExpression()
|
class SqlitePlatform extends AbstractPlatform { /**/ }
|
function getRegexpExpression( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getGuidExpression()
|
class SqlitePlatform extends AbstractPlatform { /**/ }
|
function getGuidExpression( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getNowExpression()
|
class SqlitePlatform extends AbstractPlatform { /**/ }
|
function getNowExpression($type = 'timestamp', )
|
|
abstract class AbstractPlatform { /**/ }
|
function getTrimExpression()
|
class SqlitePlatform extends AbstractPlatform { /**/ }
|
function getTrimExpression($str, $mode = TrimMode::UNSPECIFIED, $char = false, $str, $mode = TrimMode::UNSPECIFIED, $char = false)
|
|
abstract class AbstractPlatform { /**/ }
|
function getSubstringExpression()
|
class SqlitePlatform extends AbstractPlatform { /**/ }
|
function getSubstringExpression($string, $start, $length = null, $string, $start, $length = null)
|
|
abstract class AbstractPlatform { /**/ }
|
function getLocateExpression()
|
class SqlitePlatform extends AbstractPlatform { /**/ }
|
function getLocateExpression($str, $substr, $startPos = false, $str, $substr, $startPos = false)
|
|
abstract class AbstractPlatform { /**/ }
|
function getDateArithmeticIntervalExpression()
|
class SqlitePlatform extends AbstractPlatform { /**/ }
|
function getDateArithmeticIntervalExpression($date, $operator, $interval, $unit, $date, $operator, $interval, $unit)
|
|
abstract class AbstractPlatform { /**/ }
|
function getDateDiffExpression()
|
class SqlitePlatform extends AbstractPlatform { /**/ }
|
function getDateDiffExpression($date1, $date2, $date1, $date2)
|
|
abstract class AbstractPlatform { /**/ }
|
function _getTransactionIsolationLevelSQL()
|
class SqlitePlatform extends AbstractPlatform { /**/ }
|
function _getTransactionIsolationLevelSQL($level, $level)
|
|
abstract class AbstractPlatform { /**/ }
|
function getSetTransactionIsolationSQL()
|
class SqlitePlatform extends AbstractPlatform { /**/ }
|
function getSetTransactionIsolationSQL($level, $level)
|
|
abstract class AbstractPlatform { /**/ }
|
function prefersIdentityColumns()
|
class SqlitePlatform extends AbstractPlatform { /**/ }
|
function prefersIdentityColumns( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getBooleanTypeDeclarationSQL()
|
class SqlitePlatform extends AbstractPlatform { /**/ }
|
function getBooleanTypeDeclarationSQL(array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getIntegerTypeDeclarationSQL()
|
class SqlitePlatform extends AbstractPlatform { /**/ }
|
function getIntegerTypeDeclarationSQL(array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getBigIntTypeDeclarationSQL()
|
class SqlitePlatform extends AbstractPlatform { /**/ }
|
function getBigIntTypeDeclarationSQL(array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getSmallIntTypeDeclarationSQL()
|
class SqlitePlatform extends AbstractPlatform { /**/ }
|
function getSmallIntTypeDeclarationSQL(array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getDateTimeTypeDeclarationSQL()
|
class SqlitePlatform extends AbstractPlatform { /**/ }
|
function getDateTimeTypeDeclarationSQL(array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getDateTypeDeclarationSQL()
|
class SqlitePlatform extends AbstractPlatform { /**/ }
|
function getDateTypeDeclarationSQL(array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getTimeTypeDeclarationSQL()
|
class SqlitePlatform extends AbstractPlatform { /**/ }
|
function getTimeTypeDeclarationSQL(array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function _getCommonIntegerTypeDeclarationSQL()
|
class SqlitePlatform extends AbstractPlatform { /**/ }
|
function _getCommonIntegerTypeDeclarationSQL(array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getForeignKeyDeclarationSQL()
|
class SqlitePlatform extends AbstractPlatform { /**/ }
|
function getForeignKeyDeclarationSQL(ForeignKeyConstraint $foreignKey, ForeignKeyConstraint $foreignKey)
|
|
abstract class AbstractPlatform { /**/ }
|
function _getCreateTableSQL()
|
class SqlitePlatform extends AbstractPlatform { /**/ }
|
function _getCreateTableSQL($name, array $columns, array $options = [ ], $name, array $columns, array $options = [ ])
|
|
abstract class AbstractPlatform { /**/ }
|
function getVarcharTypeDeclarationSQLSnippet()
|
class SqlitePlatform extends AbstractPlatform { /**/ }
|
function getVarcharTypeDeclarationSQLSnippet($length, $fixed, $length, $fixed)
|
|
abstract class AbstractPlatform { /**/ }
|
function getBinaryTypeDeclarationSQLSnippet()
|
class SqlitePlatform extends AbstractPlatform { /**/ }
|
function getBinaryTypeDeclarationSQLSnippet($length, $fixed, $length, $fixed)
|
|
abstract class AbstractPlatform { /**/ }
|
function getBinaryMaxLength()
|
class SqlitePlatform extends AbstractPlatform { /**/ }
|
function getBinaryMaxLength( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getBinaryDefaultLength()
|
class SqlitePlatform extends AbstractPlatform { /**/ }
|
function getBinaryDefaultLength( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getClobTypeDeclarationSQL()
|
class SqlitePlatform extends AbstractPlatform { /**/ }
|
function getClobTypeDeclarationSQL(array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getListTableConstraintsSQL()
|
class SqlitePlatform extends AbstractPlatform { /**/ }
|
function getListTableConstraintsSQL($table, $table)
|
|
abstract class AbstractPlatform { /**/ }
|
function getListTableColumnsSQL()
|
class SqlitePlatform extends AbstractPlatform { /**/ }
|
function getListTableColumnsSQL($table, $database = null, $table, $database = null)
|
|
abstract class AbstractPlatform { /**/ }
|
function getListTableIndexesSQL()
|
class SqlitePlatform extends AbstractPlatform { /**/ }
|
function getListTableIndexesSQL($table, $database = null, $table, $database = null)
|
|
abstract class AbstractPlatform { /**/ }
|
function getListTablesSQL()
|
class SqlitePlatform extends AbstractPlatform { /**/ }
|
function getListTablesSQL( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getListViewsSQL()
|
class SqlitePlatform extends AbstractPlatform { /**/ }
|
function getListViewsSQL($database, $database)
|
|
abstract class AbstractPlatform { /**/ }
|
function getCreateViewSQL()
|
class SqlitePlatform extends AbstractPlatform { /**/ }
|
function getCreateViewSQL($name, $sql, $name, $sql)
|
|
abstract class AbstractPlatform { /**/ }
|
function getDropViewSQL()
|
class SqlitePlatform extends AbstractPlatform { /**/ }
|
function getDropViewSQL($name, $name)
|
|
abstract class AbstractPlatform { /**/ }
|
function getAdvancedForeignKeyOptionsSQL()
|
class SqlitePlatform extends AbstractPlatform { /**/ }
|
function getAdvancedForeignKeyOptionsSQL(ForeignKeyConstraint $foreignKey, ForeignKeyConstraint $foreignKey)
|
|
abstract class AbstractPlatform { /**/ }
|
function supportsIdentityColumns()
|
class SqlitePlatform extends AbstractPlatform { /**/ }
|
function supportsIdentityColumns( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function supportsColumnCollation()
|
class SqlitePlatform extends AbstractPlatform { /**/ }
|
function supportsColumnCollation( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function supportsInlineColumnComments()
|
class SqlitePlatform extends AbstractPlatform { /**/ }
|
function supportsInlineColumnComments( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getName()
|
class SqlitePlatform extends AbstractPlatform { /**/ }
|
function getName( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getTruncateTableSQL()
|
class SqlitePlatform extends AbstractPlatform { /**/ }
|
function getTruncateTableSQL($tableName, $cascade = false, $tableName, $cascade = false)
|
|
abstract class AbstractPlatform { /**/ }
|
function getForUpdateSQL()
|
class SqlitePlatform extends AbstractPlatform { /**/ }
|
function getForUpdateSQL( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getInlineColumnCommentSQL()
|
class SqlitePlatform extends AbstractPlatform { /**/ }
|
function getInlineColumnCommentSQL($comment, $comment)
|
|
abstract class AbstractPlatform { /**/ }
|
function initializeDoctrineTypeMappings()
|
class SqlitePlatform extends AbstractPlatform { /**/ }
|
function initializeDoctrineTypeMappings( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getReservedKeywordsClass()
|
class SqlitePlatform extends AbstractPlatform { /**/ }
|
function getReservedKeywordsClass( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getPreAlterTableIndexForeignKeySQL()
|
class SqlitePlatform extends AbstractPlatform { /**/ }
|
function getPreAlterTableIndexForeignKeySQL(TableDiff $diff, TableDiff $diff)
|
|
abstract class AbstractPlatform { /**/ }
|
function getPostAlterTableIndexForeignKeySQL()
|
class SqlitePlatform extends AbstractPlatform { /**/ }
|
function getPostAlterTableIndexForeignKeySQL(TableDiff $diff, TableDiff $diff)
|
|
abstract class AbstractPlatform { /**/ }
|
function doModifyLimitQuery()
|
class SqlitePlatform extends AbstractPlatform { /**/ }
|
function doModifyLimitQuery($query, $limit, $offset, $query, $limit, $offset)
|
|
abstract class AbstractPlatform { /**/ }
|
function getBlobTypeDeclarationSQL()
|
class SqlitePlatform extends AbstractPlatform { /**/ }
|
function getBlobTypeDeclarationSQL(array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getTemporaryTableName()
|
class SqlitePlatform extends AbstractPlatform { /**/ }
|
function getTemporaryTableName($tableName, $tableName)
|
|
abstract class AbstractPlatform { /**/ }
|
function canEmulateSchemas()
|
class SqlitePlatform extends AbstractPlatform { /**/ }
|
function canEmulateSchemas( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function supportsForeignKeyConstraints()
|
class SqlitePlatform extends AbstractPlatform { /**/ }
|
function supportsForeignKeyConstraints( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getCreatePrimaryKeySQL()
|
class SqlitePlatform extends AbstractPlatform { /**/ }
|
function getCreatePrimaryKeySQL(Index $index, $table, Index $index, $table)
|
|
abstract class AbstractPlatform { /**/ }
|
function getCreateForeignKeySQL()
|
class SqlitePlatform extends AbstractPlatform { /**/ }
|
function getCreateForeignKeySQL(ForeignKeyConstraint $foreignKey, $table, ForeignKeyConstraint $foreignKey, $table)
|
|
abstract class AbstractPlatform { /**/ }
|
function getDropForeignKeySQL()
|
class SqlitePlatform extends AbstractPlatform { /**/ }
|
function getDropForeignKeySQL($foreignKey, $table, $foreignKey, $table)
|
|
abstract class AbstractPlatform { /**/ }
|
function getCreateConstraintSQL()
|
class SqlitePlatform extends AbstractPlatform { /**/ }
|
function getCreateConstraintSQL(Constraint $constraint, $table, Constraint $constraint, $table)
|
|
abstract class AbstractPlatform { /**/ }
|
function getCreateTableSQL()
|
class SqlitePlatform extends AbstractPlatform { /**/ }
|
function getCreateTableSQL(Table $table, $createFlags = null, Table $table, $createFlags = self::CREATE_INDEXES)
|
|
abstract class AbstractPlatform { /**/ }
|
function getListTableForeignKeysSQL()
|
class SqlitePlatform extends AbstractPlatform { /**/ }
|
function getListTableForeignKeysSQL($table, $database = null, $table)
|
|
abstract class AbstractPlatform { /**/ }
|
function getAlterTableSQL()
|
class SqlitePlatform extends AbstractPlatform { /**/ }
|
function getAlterTableSQL(TableDiff $diff, TableDiff $diff)
|
|
abstract class AbstractPlatform { /**/ }
|
function getJsonTypeDeclarationSQL()
|
class PostgreSQL92Platform extends PostgreSQL91Platform { /**/ }
|
function getJsonTypeDeclarationSQL(array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function getSmallIntTypeDeclarationSQL()
|
class PostgreSQL92Platform extends PostgreSQL91Platform { /**/ }
|
function getSmallIntTypeDeclarationSQL(array $column, array $column)
|
|
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
function getSmallIntTypeDeclarationSQL()
|
class PostgreSQL92Platform extends PostgreSQL91Platform { /**/ }
|
function getSmallIntTypeDeclarationSQL(array $column, array $column, array $column)
|
|
abstract class AbstractPlatform { /**/ }
|
function hasNativeJsonType()
|
class PostgreSQL92Platform extends PostgreSQL91Platform { /**/ }
|
function hasNativeJsonType( , )
|
|
abstract class AbstractPlatform { /**/ }
|
function getReservedKeywordsClass()
|
class PostgreSQL92Platform extends PostgreSQL91Platform { /**/ }
|
function getReservedKeywordsClass( , )
|
|
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
function getReservedKeywordsClass()
|
class PostgreSQL92Platform extends PostgreSQL91Platform { /**/ }
|
function getReservedKeywordsClass( , , )
|
|
class PostgreSQL91Platform extends PostgreSqlPlatform { /**/ }
|
function getReservedKeywordsClass()
|
class PostgreSQL92Platform extends PostgreSQL91Platform { /**/ }
|
function getReservedKeywordsClass( , , , )
|
|
abstract class AbstractPlatform { /**/ }
|
function initializeDoctrineTypeMappings()
|
class PostgreSQL92Platform extends PostgreSQL91Platform { /**/ }
|
function initializeDoctrineTypeMappings( , )
|
|
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
function initializeDoctrineTypeMappings()
|
class PostgreSQL92Platform extends PostgreSQL91Platform { /**/ }
|
function initializeDoctrineTypeMappings( , , )
|
|
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
function getCloseActiveDatabaseConnectionsSQL()
|
class PostgreSQL92Platform extends PostgreSQL91Platform { /**/ }
|
function getCloseActiveDatabaseConnectionsSQL($database, $database)
|
|
abstract class KeywordList { /**/ }
|
function getName()
|
class SQLServer2012Keywords extends SQLServer2008Keywords { /**/ }
|
function getName( , )
|
|
class SQLServerKeywords extends KeywordList { /**/ }
|
function getName()
|
class SQLServer2012Keywords extends SQLServer2008Keywords { /**/ }
|
function getName( , , )
|
|
class SQLServer2005Keywords extends SQLServerKeywords { /**/ }
|
function getName()
|
class SQLServer2012Keywords extends SQLServer2008Keywords { /**/ }
|
function getName( , , , )
|
|
class SQLServer2008Keywords extends SQLServer2005Keywords { /**/ }
|
function getName()
|
class SQLServer2012Keywords extends SQLServer2008Keywords { /**/ }
|
function getName( , , , , )
|
|
class SQLServer2008Keywords extends SQLServer2005Keywords { /**/ }
|
function getKeywords()
|
class SQLServer2012Keywords extends SQLServer2008Keywords { /**/ }
|
function getKeywords( , )
|
|
class SQLServer2005Keywords extends SQLServerKeywords { /**/ }
|
function getKeywords()
|
class SQLServer2012Keywords extends SQLServer2008Keywords { /**/ }
|
function getKeywords( , , )
|
|
class SQLServerKeywords extends KeywordList { /**/ }
|
function getKeywords()
|
class SQLServer2012Keywords extends SQLServer2008Keywords { /**/ }
|
function getKeywords( , , , )
|
|
abstract class KeywordList { /**/ }
|
function getKeywords()
|
class SQLServer2012Keywords extends SQLServer2008Keywords { /**/ }
|
function getKeywords( , , , , )
|
|
abstract class KeywordList { /**/ }
|
function getName()
|
class SQLServerKeywords extends KeywordList { /**/ }
|
function getName( , )
|
|
abstract class KeywordList { /**/ }
|
function getKeywords()
|
class SQLServerKeywords extends KeywordList { /**/ }
|
function getKeywords( , )
|
|
abstract class KeywordList { /**/ }
|
function getName()
|
class SQLiteKeywords extends KeywordList { /**/ }
|
function getName( , )
|
|
abstract class KeywordList { /**/ }
|
function getKeywords()
|
class SQLiteKeywords extends KeywordList { /**/ }
|
function getKeywords( , )
|
|
abstract class KeywordList { /**/ }
|
function getName()
|
class MySQLKeywords extends KeywordList { /**/ }
|
function getName( , )
|
|
abstract class KeywordList { /**/ }
|
function getKeywords()
|
class MySQLKeywords extends KeywordList { /**/ }
|
function getKeywords( , )
|
|
abstract class KeywordList { /**/ }
|
function getName()
|
class SQLServer2005Keywords extends SQLServerKeywords { /**/ }
|
function getName( , )
|
|
class SQLServerKeywords extends KeywordList { /**/ }
|
function getName()
|
class SQLServer2005Keywords extends SQLServerKeywords { /**/ }
|
function getName( , , )
|
|
abstract class KeywordList { /**/ }
|
function getKeywords()
|
class SQLServer2005Keywords extends SQLServerKeywords { /**/ }
|
function getKeywords( , )
|
|
class SQLServerKeywords extends KeywordList { /**/ }
|
function getKeywords()
|
class SQLServer2005Keywords extends SQLServerKeywords { /**/ }
|
function getKeywords( , , )
|
|
abstract class KeywordList { /**/ }
|
function getName()
|
final class MariaDb102Keywords extends MySQLKeywords { /**/ }
|
function getName( , )
|
|
class MySQLKeywords extends KeywordList { /**/ }
|
function getName()
|
final class MariaDb102Keywords extends MySQLKeywords { /**/ }
|
function getName( , , )
|
|
abstract class KeywordList { /**/ }
|
function getKeywords()
|
final class MariaDb102Keywords extends MySQLKeywords { /**/ }
|
function getKeywords( , )
|
|
class MySQLKeywords extends KeywordList { /**/ }
|
function getKeywords()
|
final class MariaDb102Keywords extends MySQLKeywords { /**/ }
|
function getKeywords( , , )
|
|
abstract class KeywordList { /**/ }
|
function getName()
|
class DB2Keywords extends KeywordList { /**/ }
|
function getName( , )
|
|
abstract class KeywordList { /**/ }
|
function getKeywords()
|
class DB2Keywords extends KeywordList { /**/ }
|
function getKeywords( , )
|
|
abstract class KeywordList { /**/ }
|
function getName()
|
class SQLAnywhere11Keywords extends SQLAnywhereKeywords { /**/ }
|
function getName( , )
|
|
class SQLAnywhereKeywords extends KeywordList { /**/ }
|
function getName()
|
class SQLAnywhere11Keywords extends SQLAnywhereKeywords { /**/ }
|
function getName( , , )
|
|
abstract class KeywordList { /**/ }
|
function getKeywords()
|
class SQLAnywhere11Keywords extends SQLAnywhereKeywords { /**/ }
|
function getKeywords( , )
|
|
class SQLAnywhereKeywords extends KeywordList { /**/ }
|
function getKeywords()
|
class SQLAnywhere11Keywords extends SQLAnywhereKeywords { /**/ }
|
function getKeywords( , , )
|
|
abstract class KeywordList { /**/ }
|
function getName()
|
class SQLAnywhere12Keywords extends SQLAnywhere11Keywords { /**/ }
|
function getName( , )
|
|
class SQLAnywhereKeywords extends KeywordList { /**/ }
|
function getName()
|
class SQLAnywhere12Keywords extends SQLAnywhere11Keywords { /**/ }
|
function getName( , , )
|
|
class SQLAnywhere11Keywords extends SQLAnywhereKeywords { /**/ }
|
function getName()
|
class SQLAnywhere12Keywords extends SQLAnywhere11Keywords { /**/ }
|
function getName( , , , )
|
|
class SQLAnywhereKeywords extends KeywordList { /**/ }
|
function getKeywords()
|
class SQLAnywhere12Keywords extends SQLAnywhere11Keywords { /**/ }
|
function getKeywords( , )
|
|
abstract class KeywordList { /**/ }
|
function getKeywords()
|
class SQLAnywhere12Keywords extends SQLAnywhere11Keywords { /**/ }
|
function getKeywords( , , )
|
|
class SQLAnywhere11Keywords extends SQLAnywhereKeywords { /**/ }
|
function getKeywords()
|
class SQLAnywhere12Keywords extends SQLAnywhere11Keywords { /**/ }
|
function getKeywords( , , , )
|
|
abstract class KeywordList { /**/ }
|
function getName()
|
class PostgreSQL92Keywords extends PostgreSQL91Keywords { /**/ }
|
function getName( , )
|
|
class PostgreSQL91Keywords extends PostgreSQLKeywords { /**/ }
|
function getName()
|
class PostgreSQL92Keywords extends PostgreSQL91Keywords { /**/ }
|
function getName( , , )
|
|
class PostgreSQLKeywords extends KeywordList { /**/ }
|
function getName()
|
class PostgreSQL92Keywords extends PostgreSQL91Keywords { /**/ }
|
function getName( , , , )
|
|
class PostgreSQL91Keywords extends PostgreSQLKeywords { /**/ }
|
function getKeywords()
|
class PostgreSQL92Keywords extends PostgreSQL91Keywords { /**/ }
|
function getKeywords( , )
|
|
class PostgreSQLKeywords extends KeywordList { /**/ }
|
function getKeywords()
|
class PostgreSQL92Keywords extends PostgreSQL91Keywords { /**/ }
|
function getKeywords( , , )
|
|
abstract class KeywordList { /**/ }
|
function getKeywords()
|
class PostgreSQL92Keywords extends PostgreSQL91Keywords { /**/ }
|
function getKeywords( , , , )
|
|
class SQLAnywhereKeywords extends KeywordList { /**/ }
|
function getName()
|
class SQLAnywhere16Keywords extends SQLAnywhere12Keywords { /**/ }
|
function getName( , )
|
|
abstract class KeywordList { /**/ }
|
function getName()
|
class SQLAnywhere16Keywords extends SQLAnywhere12Keywords { /**/ }
|
function getName( , , )
|
|
class SQLAnywhere12Keywords extends SQLAnywhere11Keywords { /**/ }
|
function getName()
|
class SQLAnywhere16Keywords extends SQLAnywhere12Keywords { /**/ }
|
function getName( , , , )
|
|
class SQLAnywhere11Keywords extends SQLAnywhereKeywords { /**/ }
|
function getName()
|
class SQLAnywhere16Keywords extends SQLAnywhere12Keywords { /**/ }
|
function getName( , , , , )
|
|
class SQLAnywhere12Keywords extends SQLAnywhere11Keywords { /**/ }
|
function getKeywords()
|
class SQLAnywhere16Keywords extends SQLAnywhere12Keywords { /**/ }
|
function getKeywords( , )
|
|
class SQLAnywhere11Keywords extends SQLAnywhereKeywords { /**/ }
|
function getKeywords()
|
class SQLAnywhere16Keywords extends SQLAnywhere12Keywords { /**/ }
|
function getKeywords( , , )
|
|
abstract class KeywordList { /**/ }
|
function getKeywords()
|
class SQLAnywhere16Keywords extends SQLAnywhere12Keywords { /**/ }
|
function getKeywords( , , , )
|
|
class SQLAnywhereKeywords extends KeywordList { /**/ }
|
function getKeywords()
|
class SQLAnywhere16Keywords extends SQLAnywhere12Keywords { /**/ }
|
function getKeywords( , , , , )
|
|
abstract class KeywordList { /**/ }
|
function getName()
|
class SQLAnywhereKeywords extends KeywordList { /**/ }
|
function getName( , )
|
|
abstract class KeywordList { /**/ }
|
function getKeywords()
|
class SQLAnywhereKeywords extends KeywordList { /**/ }
|
function getKeywords( , )
|
|
abstract class KeywordList { /**/ }
|
function getName()
|
class SQLServer2008Keywords extends SQLServer2005Keywords { /**/ }
|
function getName( , )
|
|
class SQLServerKeywords extends KeywordList { /**/ }
|
function getName()
|
class SQLServer2008Keywords extends SQLServer2005Keywords { /**/ }
|
function getName( , , )
|
|
class SQLServer2005Keywords extends SQLServerKeywords { /**/ }
|
function getName()
|
class SQLServer2008Keywords extends SQLServer2005Keywords { /**/ }
|
function getName( , , , )
|
|
class SQLServer2005Keywords extends SQLServerKeywords { /**/ }
|
function getKeywords()
|
class SQLServer2008Keywords extends SQLServer2005Keywords { /**/ }
|
function getKeywords( , )
|
|
abstract class KeywordList { /**/ }
|
function getKeywords()
|
class SQLServer2008Keywords extends SQLServer2005Keywords { /**/ }
|
function getKeywords( , , )
|
|
class SQLServerKeywords extends KeywordList { /**/ }
|
function getKeywords()
|
class SQLServer2008Keywords extends SQLServer2005Keywords { /**/ }
|
function getKeywords( , , , )
|
|
abstract class KeywordList { /**/ }
|
function getName()
|
class OracleKeywords extends KeywordList { /**/ }
|
function getName( , )
|
|
abstract class KeywordList { /**/ }
|
function getKeywords()
|
class OracleKeywords extends KeywordList { /**/ }
|
function getKeywords( , )
|
|
abstract class KeywordList { /**/ }
|
function getName()
|
class MySQL57Keywords extends MySQLKeywords { /**/ }
|
function getName( , )
|
|
class MySQLKeywords extends KeywordList { /**/ }
|
function getName()
|
class MySQL57Keywords extends MySQLKeywords { /**/ }
|
function getName( , , )
|
|
abstract class KeywordList { /**/ }
|
function getKeywords()
|
class MySQL57Keywords extends MySQLKeywords { /**/ }
|
function getKeywords( , )
|
|
class MySQLKeywords extends KeywordList { /**/ }
|
function getKeywords()
|
class MySQL57Keywords extends MySQLKeywords { /**/ }
|
function getKeywords( , , )
|
|
abstract class KeywordList { /**/ }
|
function getName()
|
class PostgreSQLKeywords extends KeywordList { /**/ }
|
function getName( , )
|
|
abstract class KeywordList { /**/ }
|
function getKeywords()
|
class PostgreSQLKeywords extends KeywordList { /**/ }
|
function getKeywords( , )
|
|
abstract class KeywordList { /**/ }
|
function getName()
|
class MySQL80Keywords extends MySQL57Keywords { /**/ }
|
function getName( , )
|
|
class MySQLKeywords extends KeywordList { /**/ }
|
function getName()
|
class MySQL80Keywords extends MySQL57Keywords { /**/ }
|
function getName( , , )
|
|
class MySQL57Keywords extends MySQLKeywords { /**/ }
|
function getName()
|
class MySQL80Keywords extends MySQL57Keywords { /**/ }
|
function getName( , , , )
|
|
abstract class KeywordList { /**/ }
|
function getKeywords()
|
class MySQL80Keywords extends MySQL57Keywords { /**/ }
|
function getKeywords( , )
|
|
class MySQLKeywords extends KeywordList { /**/ }
|
function getKeywords()
|
class MySQL80Keywords extends MySQL57Keywords { /**/ }
|
function getKeywords( , , )
|
|
class MySQL57Keywords extends MySQLKeywords { /**/ }
|
function getKeywords()
|
class MySQL80Keywords extends MySQL57Keywords { /**/ }
|
function getKeywords( , , , )
|
|
abstract class KeywordList { /**/ }
|
function getName()
|
class PostgreSQL91Keywords extends PostgreSQLKeywords { /**/ }
|
function getName( , )
|
|
class PostgreSQLKeywords extends KeywordList { /**/ }
|
function getName()
|
class PostgreSQL91Keywords extends PostgreSQLKeywords { /**/ }
|
function getName( , , )
|
|
abstract class KeywordList { /**/ }
|
function getKeywords()
|
class PostgreSQL91Keywords extends PostgreSQLKeywords { /**/ }
|
function getKeywords( , )
|
|
class PostgreSQLKeywords extends KeywordList { /**/ }
|
function getKeywords()
|
class PostgreSQL91Keywords extends PostgreSQLKeywords { /**/ }
|
function getKeywords( , , )
|
|
abstract class KeywordList { /**/ }
|
function getName()
|
class PostgreSQL94Keywords extends PostgreSQL92Keywords { /**/ }
|
function getName( , )
|
|
class PostgreSQLKeywords extends KeywordList { /**/ }
|
function getName()
|
class PostgreSQL94Keywords extends PostgreSQL92Keywords { /**/ }
|
function getName( , , )
|
|
class PostgreSQL91Keywords extends PostgreSQLKeywords { /**/ }
|
function getName()
|
class PostgreSQL94Keywords extends PostgreSQL92Keywords { /**/ }
|
function getName( , , , )
|
|
class PostgreSQL92Keywords extends PostgreSQL91Keywords { /**/ }
|
function getName()
|
class PostgreSQL94Keywords extends PostgreSQL92Keywords { /**/ }
|
function getName( , , , , )
|
|
class PostgreSQLKeywords extends KeywordList { /**/ }
|
function getKeywords()
|
class PostgreSQL94Keywords extends PostgreSQL92Keywords { /**/ }
|
function getKeywords( , )
|
|
abstract class KeywordList { /**/ }
|
function getKeywords()
|
class PostgreSQL94Keywords extends PostgreSQL92Keywords { /**/ }
|
function getKeywords( , , )
|
|
class PostgreSQL92Keywords extends PostgreSQL91Keywords { /**/ }
|
function getKeywords()
|
class PostgreSQL94Keywords extends PostgreSQL92Keywords { /**/ }
|
function getKeywords( , , , )
|
|
class PostgreSQL91Keywords extends PostgreSQLKeywords { /**/ }
|
function getKeywords()
|
class PostgreSQL94Keywords extends PostgreSQL92Keywords { /**/ }
|
function getKeywords( , , , , )
|
|
class SQLServerKeywords extends KeywordList { /**/ }
|
function getName()
|
class MsSQLKeywords extends SQLServerKeywords { /**/ }
|
function getName( , )
|
|
abstract class KeywordList { /**/ }
|
function getName()
|
class MsSQLKeywords extends SQLServerKeywords { /**/ }
|
function getName( , , )
|
|
class PostgreSQL94Keywords extends PostgreSQL92Keywords { /**/ }
|
function getName()
|
class PostgreSQL100Keywords extends PostgreSQL94Keywords { /**/ }
|
function getName( , )
|
|
class PostgreSQL92Keywords extends PostgreSQL91Keywords { /**/ }
|
function getName()
|
class PostgreSQL100Keywords extends PostgreSQL94Keywords { /**/ }
|
function getName( , , )
|
|
abstract class KeywordList { /**/ }
|
function getName()
|
class PostgreSQL100Keywords extends PostgreSQL94Keywords { /**/ }
|
function getName( , , , )
|
|
class PostgreSQL91Keywords extends PostgreSQLKeywords { /**/ }
|
function getName()
|
class PostgreSQL100Keywords extends PostgreSQL94Keywords { /**/ }
|
function getName( , , , , )
|
|
class PostgreSQLKeywords extends KeywordList { /**/ }
|
function getName()
|
class PostgreSQL100Keywords extends PostgreSQL94Keywords { /**/ }
|
function getName( , , , , , )
|
|
abstract class KeywordList { /**/ }
|
function getName()
|
class DrizzleKeywords extends KeywordList { /**/ }
|
function getName( , )
|
|
abstract class KeywordList { /**/ }
|
function getKeywords()
|
class DrizzleKeywords extends KeywordList { /**/ }
|
function getKeywords( , )
|
|
abstract class Type { /**/ }
|
function convertToPHPValue()
|
class JsonArrayType extends JsonType { /**/ }
|
function convertToPHPValue($value, AbstractPlatform $platform, $value, AbstractPlatform $platform)
|
|
class JsonType extends Type { /**/ }
|
function convertToPHPValue()
|
class JsonArrayType extends JsonType { /**/ }
|
function convertToPHPValue($value, AbstractPlatform $platform, $value, AbstractPlatform $platform, $value, AbstractPlatform $platform)
|
|
class JsonType extends Type { /**/ }
|
function getName()
|
class JsonArrayType extends JsonType { /**/ }
|
function getName( , )
|
|
abstract class Type { /**/ }
|
function getName()
|
class JsonArrayType extends JsonType { /**/ }
|
function getName( , , )
|
|
class JsonType extends Type { /**/ }
|
function requiresSQLCommentHint()
|
class JsonArrayType extends JsonType { /**/ }
|
function requiresSQLCommentHint(AbstractPlatform $platform, AbstractPlatform $platform)
|
|
abstract class Type { /**/ }
|
function requiresSQLCommentHint()
|
class JsonArrayType extends JsonType { /**/ }
|
function requiresSQLCommentHint(AbstractPlatform $platform, AbstractPlatform $platform, AbstractPlatform $platform)
|
|
abstract class Type { /**/ }
|
function getName()
|
class BigIntType extends Type implements PhpIntegerMappingType { /**/ }
|
function getName( , )
|
|
abstract class Type { /**/ }
|
function getSQLDeclaration()
|
class BigIntType extends Type implements PhpIntegerMappingType { /**/ }
|
function getSQLDeclaration(array $column, AbstractPlatform $platform, array $column, AbstractPlatform $platform)
|
|
abstract class Type { /**/ }
|
function getBindingType()
|
class BigIntType extends Type implements PhpIntegerMappingType { /**/ }
|
function getBindingType( , )
|
|
abstract class Type { /**/ }
|
function convertToPHPValue()
|
class BigIntType extends Type implements PhpIntegerMappingType { /**/ }
|
function convertToPHPValue($value, AbstractPlatform $platform, $value, AbstractPlatform $platform)
|
|
abstract class Type { /**/ }
|
function getName()
|
class SmallIntType extends Type implements PhpIntegerMappingType { /**/ }
|
function getName( , )
|
|
abstract class Type { /**/ }
|
function getSQLDeclaration()
|
class SmallIntType extends Type implements PhpIntegerMappingType { /**/ }
|
function getSQLDeclaration(array $column, AbstractPlatform $platform, array $column, AbstractPlatform $platform)
|
|
abstract class Type { /**/ }
|
function convertToPHPValue()
|
class SmallIntType extends Type implements PhpIntegerMappingType { /**/ }
|
function convertToPHPValue($value, AbstractPlatform $platform, $value, AbstractPlatform $platform)
|
|
abstract class Type { /**/ }
|
function getBindingType()
|
class SmallIntType extends Type implements PhpIntegerMappingType { /**/ }
|
function getBindingType( , )
|
|
abstract class Type { /**/ }
|
function getName()
|
class DateImmutableType extends DateType { /**/ }
|
function getName( , )
|
|
class DateType extends Type { /**/ }
|
function getName()
|
class DateImmutableType extends DateType { /**/ }
|
function getName( , , )
|
|
class DateType extends Type { /**/ }
|
function convertToDatabaseValue()
|
class DateImmutableType extends DateType { /**/ }
|
function convertToDatabaseValue($value, AbstractPlatform $platform, $value, AbstractPlatform $platform)
|
|
abstract class Type { /**/ }
|
function convertToDatabaseValue()
|
class DateImmutableType extends DateType { /**/ }
|
function convertToDatabaseValue($value, AbstractPlatform $platform, $value, AbstractPlatform $platform, $value, AbstractPlatform $platform)
|
|
abstract class Type { /**/ }
|
function convertToPHPValue()
|
class DateImmutableType extends DateType { /**/ }
|
function convertToPHPValue($value, AbstractPlatform $platform, $value, AbstractPlatform $platform)
|
|
class DateType extends Type { /**/ }
|
function convertToPHPValue()
|
class DateImmutableType extends DateType { /**/ }
|
function convertToPHPValue($value, AbstractPlatform $platform, $value, AbstractPlatform $platform, $value, AbstractPlatform $platform)
|
|
abstract class Type { /**/ }
|
function requiresSQLCommentHint()
|
class DateImmutableType extends DateType { /**/ }
|
function requiresSQLCommentHint(AbstractPlatform $platform, AbstractPlatform $platform)
|
|
abstract class Type { /**/ }
|
function getName()
|
class IntegerType extends Type implements PhpIntegerMappingType { /**/ }
|
function getName( , )
|
|
abstract class Type { /**/ }
|
function getSQLDeclaration()
|
class IntegerType extends Type implements PhpIntegerMappingType { /**/ }
|
function getSQLDeclaration(array $column, AbstractPlatform $platform, array $column, AbstractPlatform $platform)
|
|
abstract class Type { /**/ }
|
function convertToPHPValue()
|
class IntegerType extends Type implements PhpIntegerMappingType { /**/ }
|
function convertToPHPValue($value, AbstractPlatform $platform, $value, AbstractPlatform $platform)
|
|
abstract class Type { /**/ }
|
function getBindingType()
|
class IntegerType extends Type implements PhpIntegerMappingType { /**/ }
|
function getBindingType( , )
|
|
class DateTimeType extends Type implements PhpDateTimeMappingType { /**/ }
|
function getName()
|
class VarDateTimeImmutableType extends VarDateTimeType { /**/ }
|
function getName( , )
|
|
abstract class Type { /**/ }
|
function getName()
|
class VarDateTimeImmutableType extends VarDateTimeType { /**/ }
|
function getName( , , )
|
|
class DateTimeType extends Type implements PhpDateTimeMappingType { /**/ }
|
function convertToDatabaseValue()
|
class VarDateTimeImmutableType extends VarDateTimeType { /**/ }
|
function convertToDatabaseValue($value, AbstractPlatform $platform, $value, AbstractPlatform $platform)
|
|
abstract class Type { /**/ }
|
function convertToDatabaseValue()
|
class VarDateTimeImmutableType extends VarDateTimeType { /**/ }
|
function convertToDatabaseValue($value, AbstractPlatform $platform, $value, AbstractPlatform $platform, $value, AbstractPlatform $platform)
|
|
abstract class Type { /**/ }
|
function convertToPHPValue()
|
class VarDateTimeImmutableType extends VarDateTimeType { /**/ }
|
function convertToPHPValue($value, AbstractPlatform $platform, $value, AbstractPlatform $platform)
|
|
class VarDateTimeType extends DateTimeType { /**/ }
|
function convertToPHPValue()
|
class VarDateTimeImmutableType extends VarDateTimeType { /**/ }
|
function convertToPHPValue($value, AbstractPlatform $platform, $value, AbstractPlatform $platform, $value, AbstractPlatform $platform)
|
|
class DateTimeType extends Type implements PhpDateTimeMappingType { /**/ }
|
function convertToPHPValue()
|
class VarDateTimeImmutableType extends VarDateTimeType { /**/ }
|
function convertToPHPValue($value, AbstractPlatform $platform, $value, AbstractPlatform $platform, $value, AbstractPlatform $platform, $value, AbstractPlatform $platform)
|
|
abstract class Type { /**/ }
|
function requiresSQLCommentHint()
|
class VarDateTimeImmutableType extends VarDateTimeType { /**/ }
|
function requiresSQLCommentHint(AbstractPlatform $platform, AbstractPlatform $platform)
|
|
abstract class Type { /**/ }
|
function getSQLDeclaration()
|
class BlobType extends Type { /**/ }
|
function getSQLDeclaration(array $column, AbstractPlatform $platform, array $column, AbstractPlatform $platform)
|
|
abstract class Type { /**/ }
|
function convertToPHPValue()
|
class BlobType extends Type { /**/ }
|
function convertToPHPValue($value, AbstractPlatform $platform, $value, AbstractPlatform $platform)
|
|
abstract class Type { /**/ }
|
function getName()
|
class BlobType extends Type { /**/ }
|
function getName( , )
|
|
abstract class Type { /**/ }
|
function getBindingType()
|
class BlobType extends Type { /**/ }
|
function getBindingType( , )
|
|
abstract class Type { /**/ }
|
function getSQLDeclaration()
|
class StringType extends Type { /**/ }
|
function getSQLDeclaration(array $column, AbstractPlatform $platform, array $column, AbstractPlatform $platform)
|
|
abstract class Type { /**/ }
|
function getDefaultLength()
|
class StringType extends Type { /**/ }
|
function getDefaultLength(AbstractPlatform $platform, AbstractPlatform $platform)
|
|
abstract class Type { /**/ }
|
function getName()
|
class StringType extends Type { /**/ }
|
function getName( , )
|
|
abstract class Type { /**/ }
|
function getSQLDeclaration()
|
class GuidType extends StringType { /**/ }
|
function getSQLDeclaration(array $column, AbstractPlatform $platform, array $column, AbstractPlatform $platform)
|
|
class StringType extends Type { /**/ }
|
function getSQLDeclaration()
|
class GuidType extends StringType { /**/ }
|
function getSQLDeclaration(array $column, AbstractPlatform $platform, array $column, AbstractPlatform $platform, array $column, AbstractPlatform $platform)
|
|
class StringType extends Type { /**/ }
|
function getName()
|
class GuidType extends StringType { /**/ }
|
function getName( , )
|
|
abstract class Type { /**/ }
|
function getName()
|
class GuidType extends StringType { /**/ }
|
function getName( , , )
|
|
abstract class Type { /**/ }
|
function requiresSQLCommentHint()
|
class GuidType extends StringType { /**/ }
|
function requiresSQLCommentHint(AbstractPlatform $platform, AbstractPlatform $platform)
|
|
abstract class Type { /**/ }
|
function getName()
|
class DateTimeTzType extends Type implements PhpDateTimeMappingType { /**/ }
|
function getName( , )
|
|
abstract class Type { /**/ }
|
function getSQLDeclaration()
|
class DateTimeTzType extends Type implements PhpDateTimeMappingType { /**/ }
|
function getSQLDeclaration(array $column, AbstractPlatform $platform, array $column, AbstractPlatform $platform)
|
|
abstract class Type { /**/ }
|
function convertToDatabaseValue()
|
class DateTimeTzType extends Type implements PhpDateTimeMappingType { /**/ }
|
function convertToDatabaseValue($value, AbstractPlatform $platform, $value, AbstractPlatform $platform)
|
|
abstract class Type { /**/ }
|
function convertToPHPValue()
|
class DateTimeTzType extends Type implements PhpDateTimeMappingType { /**/ }
|
function convertToPHPValue($value, AbstractPlatform $platform, $value, AbstractPlatform $platform)
|
|
abstract class Type { /**/ }
|
function getName()
|
class DateType extends Type { /**/ }
|
function getName( , )
|
|
abstract class Type { /**/ }
|
function getSQLDeclaration()
|
class DateType extends Type { /**/ }
|
function getSQLDeclaration(array $column, AbstractPlatform $platform, array $column, AbstractPlatform $platform)
|
|
abstract class Type { /**/ }
|
function convertToDatabaseValue()
|
class DateType extends Type { /**/ }
|
function convertToDatabaseValue($value, AbstractPlatform $platform, $value, AbstractPlatform $platform)
|
|
abstract class Type { /**/ }
|
function convertToPHPValue()
|
class DateType extends Type { /**/ }
|
function convertToPHPValue($value, AbstractPlatform $platform, $value, AbstractPlatform $platform)
|
|
abstract class Type { /**/ }
|
function getSQLDeclaration()
|
class BooleanType extends Type { /**/ }
|
function getSQLDeclaration(array $column, AbstractPlatform $platform, array $column, AbstractPlatform $platform)
|
|
abstract class Type { /**/ }
|
function convertToDatabaseValue()
|
class BooleanType extends Type { /**/ }
|
function convertToDatabaseValue($value, AbstractPlatform $platform, $value, AbstractPlatform $platform)
|
|
abstract class Type { /**/ }
|
function convertToPHPValue()
|
class BooleanType extends Type { /**/ }
|
function convertToPHPValue($value, AbstractPlatform $platform, $value, AbstractPlatform $platform)
|
|
abstract class Type { /**/ }
|
function getName()
|
class BooleanType extends Type { /**/ }
|
function getName( , )
|
|
abstract class Type { /**/ }
|
function getBindingType()
|
class BooleanType extends Type { /**/ }
|
function getBindingType( , )
|
|
abstract class Type { /**/ }
|
function getSQLDeclaration()
|
class SimpleArrayType extends Type { /**/ }
|
function getSQLDeclaration(array $column, AbstractPlatform $platform, array $column, AbstractPlatform $platform)
|
|
abstract class Type { /**/ }
|
function convertToDatabaseValue()
|
class SimpleArrayType extends Type { /**/ }
|
function convertToDatabaseValue($value, AbstractPlatform $platform, $value, AbstractPlatform $platform)
|
|
abstract class Type { /**/ }
|
function convertToPHPValue()
|
class SimpleArrayType extends Type { /**/ }
|
function convertToPHPValue($value, AbstractPlatform $platform, $value, AbstractPlatform $platform)
|
|
abstract class Type { /**/ }
|
function getName()
|
class SimpleArrayType extends Type { /**/ }
|
function getName( , )
|
|
abstract class Type { /**/ }
|
function requiresSQLCommentHint()
|
class SimpleArrayType extends Type { /**/ }
|
function requiresSQLCommentHint(AbstractPlatform $platform, AbstractPlatform $platform)
|
|
abstract class Type { /**/ }
|
function getSQLDeclaration()
|
class BinaryType extends Type { /**/ }
|
function getSQLDeclaration(array $column, AbstractPlatform $platform, array $column, AbstractPlatform $platform)
|
|
abstract class Type { /**/ }
|
function convertToPHPValue()
|
class BinaryType extends Type { /**/ }
|
function convertToPHPValue($value, AbstractPlatform $platform, $value, AbstractPlatform $platform)
|
|
abstract class Type { /**/ }
|
function getName()
|
class BinaryType extends Type { /**/ }
|
function getName( , )
|
|
abstract class Type { /**/ }
|
function getBindingType()
|
class BinaryType extends Type { /**/ }
|
function getBindingType( , )
|
|
abstract class Type { /**/ }
|
function getName()
|
class TimeImmutableType extends TimeType { /**/ }
|
function getName( , )
|
|
class TimeType extends Type { /**/ }
|
function getName()
|
class TimeImmutableType extends TimeType { /**/ }
|
function getName( , , )
|
|
abstract class Type { /**/ }
|
function convertToDatabaseValue()
|
class TimeImmutableType extends TimeType { /**/ }
|
function convertToDatabaseValue($value, AbstractPlatform $platform, $value, AbstractPlatform $platform)
|
|
class TimeType extends Type { /**/ }
|
function convertToDatabaseValue()
|
class TimeImmutableType extends TimeType { /**/ }
|
function convertToDatabaseValue($value, AbstractPlatform $platform, $value, AbstractPlatform $platform, $value, AbstractPlatform $platform)
|
|
abstract class Type { /**/ }
|
function convertToPHPValue()
|
class TimeImmutableType extends TimeType { /**/ }
|
function convertToPHPValue($value, AbstractPlatform $platform, $value, AbstractPlatform $platform)
|
|
class TimeType extends Type { /**/ }
|
function convertToPHPValue()
|
class TimeImmutableType extends TimeType { /**/ }
|
function convertToPHPValue($value, AbstractPlatform $platform, $value, AbstractPlatform $platform, $value, AbstractPlatform $platform)
|
|
abstract class Type { /**/ }
|
function requiresSQLCommentHint()
|
class TimeImmutableType extends TimeType { /**/ }
|
function requiresSQLCommentHint(AbstractPlatform $platform, AbstractPlatform $platform)
|
|
abstract class Type { /**/ }
|
function getSQLDeclaration()
|
class ArrayType extends Type { /**/ }
|
function getSQLDeclaration(array $column, AbstractPlatform $platform, array $column, AbstractPlatform $platform)
|
|
abstract class Type { /**/ }
|
function convertToDatabaseValue()
|
class ArrayType extends Type { /**/ }
|
function convertToDatabaseValue($value, AbstractPlatform $platform, $value, AbstractPlatform $platform)
|
|
abstract class Type { /**/ }
|
function convertToPHPValue()
|
class ArrayType extends Type { /**/ }
|
function convertToPHPValue($value, AbstractPlatform $platform, $value, AbstractPlatform $platform)
|
|
abstract class Type { /**/ }
|
function getName()
|
class ArrayType extends Type { /**/ }
|
function getName( , )
|
|
abstract class Type { /**/ }
|
function requiresSQLCommentHint()
|
class ArrayType extends Type { /**/ }
|
function requiresSQLCommentHint(AbstractPlatform $platform, AbstractPlatform $platform)
|
|
abstract class Type { /**/ }
|
function getSQLDeclaration()
|
class JsonType extends Type { /**/ }
|
function getSQLDeclaration(array $column, AbstractPlatform $platform, array $column, AbstractPlatform $platform)
|
|
abstract class Type { /**/ }
|
function convertToDatabaseValue()
|
class JsonType extends Type { /**/ }
|
function convertToDatabaseValue($value, AbstractPlatform $platform, $value, AbstractPlatform $platform)
|
|
abstract class Type { /**/ }
|
function convertToPHPValue()
|
class JsonType extends Type { /**/ }
|
function convertToPHPValue($value, AbstractPlatform $platform, $value, AbstractPlatform $platform)
|
|
abstract class Type { /**/ }
|
function getName()
|
class JsonType extends Type { /**/ }
|
function getName( , )
|
|
abstract class Type { /**/ }
|
function requiresSQLCommentHint()
|
class JsonType extends Type { /**/ }
|
function requiresSQLCommentHint(AbstractPlatform $platform, AbstractPlatform $platform)
|
|
class DateTimeType extends Type implements PhpDateTimeMappingType { /**/ }
|
function convertToPHPValue()
|
class VarDateTimeType extends DateTimeType { /**/ }
|
function convertToPHPValue($value, AbstractPlatform $platform, $value, AbstractPlatform $platform)
|
|
abstract class Type { /**/ }
|
function convertToPHPValue()
|
class VarDateTimeType extends DateTimeType { /**/ }
|
function convertToPHPValue($value, AbstractPlatform $platform, $value, AbstractPlatform $platform, $value, AbstractPlatform $platform)
|
|
abstract class Type { /**/ }
|
function getName()
|
class FloatType extends Type { /**/ }
|
function getName( , )
|
|
abstract class Type { /**/ }
|
function getSQLDeclaration()
|
class FloatType extends Type { /**/ }
|
function getSQLDeclaration(array $column, AbstractPlatform $platform, array $column, AbstractPlatform $platform)
|
|
abstract class Type { /**/ }
|
function convertToPHPValue()
|
class FloatType extends Type { /**/ }
|
function convertToPHPValue($value, AbstractPlatform $platform, $value, AbstractPlatform $platform)
|
|
abstract class Type { /**/ }
|
function getName()
|
class DateIntervalType extends Type { /**/ }
|
function getName( , )
|
|
abstract class Type { /**/ }
|
function getSQLDeclaration()
|
class DateIntervalType extends Type { /**/ }
|
function getSQLDeclaration(array $column, AbstractPlatform $platform, array $column, AbstractPlatform $platform)
|
|
abstract class Type { /**/ }
|
function convertToDatabaseValue()
|
class DateIntervalType extends Type { /**/ }
|
function convertToDatabaseValue($value, AbstractPlatform $platform, $value, AbstractPlatform $platform)
|
|
abstract class Type { /**/ }
|
function convertToPHPValue()
|
class DateIntervalType extends Type { /**/ }
|
function convertToPHPValue($value, AbstractPlatform $platform, $value, AbstractPlatform $platform)
|
|
abstract class Type { /**/ }
|
function requiresSQLCommentHint()
|
class DateIntervalType extends Type { /**/ }
|
function requiresSQLCommentHint(AbstractPlatform $platform, AbstractPlatform $platform)
|
|
abstract class Type { /**/ }
|
function getSQLDeclaration()
|
class TextType extends Type { /**/ }
|
function getSQLDeclaration(array $column, AbstractPlatform $platform, array $column, AbstractPlatform $platform)
|
|
abstract class Type { /**/ }
|
function convertToPHPValue()
|
class TextType extends Type { /**/ }
|
function convertToPHPValue($value, AbstractPlatform $platform, $value, AbstractPlatform $platform)
|
|
abstract class Type { /**/ }
|
function getName()
|
class TextType extends Type { /**/ }
|
function getName( , )
|
|
abstract class Type { /**/ }
|
function getName()
|
class TimeType extends Type { /**/ }
|
function getName( , )
|
|
abstract class Type { /**/ }
|
function getSQLDeclaration()
|
class TimeType extends Type { /**/ }
|
function getSQLDeclaration(array $column, AbstractPlatform $platform, array $column, AbstractPlatform $platform)
|
|
abstract class Type { /**/ }
|
function convertToDatabaseValue()
|
class TimeType extends Type { /**/ }
|
function convertToDatabaseValue($value, AbstractPlatform $platform, $value, AbstractPlatform $platform)
|
|
abstract class Type { /**/ }
|
function convertToPHPValue()
|
class TimeType extends Type { /**/ }
|
function convertToPHPValue($value, AbstractPlatform $platform, $value, AbstractPlatform $platform)
|
|
class DateTimeTzType extends Type implements PhpDateTimeMappingType { /**/ }
|
function getName()
|
class DateTimeTzImmutableType extends DateTimeTzType { /**/ }
|
function getName( , )
|
|
abstract class Type { /**/ }
|
function getName()
|
class DateTimeTzImmutableType extends DateTimeTzType { /**/ }
|
function getName( , , )
|
|
class DateTimeTzType extends Type implements PhpDateTimeMappingType { /**/ }
|
function convertToDatabaseValue()
|
class DateTimeTzImmutableType extends DateTimeTzType { /**/ }
|
function convertToDatabaseValue($value, AbstractPlatform $platform, $value, AbstractPlatform $platform)
|
|
abstract class Type { /**/ }
|
function convertToDatabaseValue()
|
class DateTimeTzImmutableType extends DateTimeTzType { /**/ }
|
function convertToDatabaseValue($value, AbstractPlatform $platform, $value, AbstractPlatform $platform, $value, AbstractPlatform $platform)
|
|
class DateTimeTzType extends Type implements PhpDateTimeMappingType { /**/ }
|
function convertToPHPValue()
|
class DateTimeTzImmutableType extends DateTimeTzType { /**/ }
|
function convertToPHPValue($value, AbstractPlatform $platform, $value, AbstractPlatform $platform)
|
|
abstract class Type { /**/ }
|
function convertToPHPValue()
|
class DateTimeTzImmutableType extends DateTimeTzType { /**/ }
|
function convertToPHPValue($value, AbstractPlatform $platform, $value, AbstractPlatform $platform, $value, AbstractPlatform $platform)
|
|
abstract class Type { /**/ }
|
function requiresSQLCommentHint()
|
class DateTimeTzImmutableType extends DateTimeTzType { /**/ }
|
function requiresSQLCommentHint(AbstractPlatform $platform, AbstractPlatform $platform)
|
|
abstract class Type { /**/ }
|
function getSQLDeclaration()
|
final class AsciiStringType extends StringType { /**/ }
|
function getSQLDeclaration(array $column, AbstractPlatform $platform, array $column, AbstractPlatform $platform)
|
|
class StringType extends Type { /**/ }
|
function getSQLDeclaration()
|
final class AsciiStringType extends StringType { /**/ }
|
function getSQLDeclaration(array $column, AbstractPlatform $platform, array $column, AbstractPlatform $platform, array $column, AbstractPlatform $platform)
|
|
abstract class Type { /**/ }
|
function getBindingType()
|
final class AsciiStringType extends StringType { /**/ }
|
function getBindingType( , )
|
|
class StringType extends Type { /**/ }
|
function getName()
|
final class AsciiStringType extends StringType { /**/ }
|
function getName( , )
|
|
abstract class Type { /**/ }
|
function getName()
|
final class AsciiStringType extends StringType { /**/ }
|
function getName( , , )
|
|
abstract class Type { /**/ }
|
function getName()
|
class DecimalType extends Type { /**/ }
|
function getName( , )
|
|
abstract class Type { /**/ }
|
function getSQLDeclaration()
|
class DecimalType extends Type { /**/ }
|
function getSQLDeclaration(array $column, AbstractPlatform $platform, array $column, AbstractPlatform $platform)
|
|
abstract class Type { /**/ }
|
function convertToPHPValue()
|
class DecimalType extends Type { /**/ }
|
function convertToPHPValue($value, AbstractPlatform $platform, $value, AbstractPlatform $platform)
|
|
abstract class Type { /**/ }
|
function getName()
|
class DateTimeImmutableType extends DateTimeType { /**/ }
|
function getName( , )
|
|
class DateTimeType extends Type implements PhpDateTimeMappingType { /**/ }
|
function getName()
|
class DateTimeImmutableType extends DateTimeType { /**/ }
|
function getName( , , )
|
|
abstract class Type { /**/ }
|
function convertToDatabaseValue()
|
class DateTimeImmutableType extends DateTimeType { /**/ }
|
function convertToDatabaseValue($value, AbstractPlatform $platform, $value, AbstractPlatform $platform)
|
|
class DateTimeType extends Type implements PhpDateTimeMappingType { /**/ }
|
function convertToDatabaseValue()
|
class DateTimeImmutableType extends DateTimeType { /**/ }
|
function convertToDatabaseValue($value, AbstractPlatform $platform, $value, AbstractPlatform $platform, $value, AbstractPlatform $platform)
|
|
abstract class Type { /**/ }
|
function convertToPHPValue()
|
class DateTimeImmutableType extends DateTimeType { /**/ }
|
function convertToPHPValue($value, AbstractPlatform $platform, $value, AbstractPlatform $platform)
|
|
class DateTimeType extends Type implements PhpDateTimeMappingType { /**/ }
|
function convertToPHPValue()
|
class DateTimeImmutableType extends DateTimeType { /**/ }
|
function convertToPHPValue($value, AbstractPlatform $platform, $value, AbstractPlatform $platform, $value, AbstractPlatform $platform)
|
|
abstract class Type { /**/ }
|
function requiresSQLCommentHint()
|
class DateTimeImmutableType extends DateTimeType { /**/ }
|
function requiresSQLCommentHint(AbstractPlatform $platform, AbstractPlatform $platform)
|
|
abstract class Type { /**/ }
|
function getName()
|
class DateTimeType extends Type implements PhpDateTimeMappingType { /**/ }
|
function getName( , )
|
|
abstract class Type { /**/ }
|
function getSQLDeclaration()
|
class DateTimeType extends Type implements PhpDateTimeMappingType { /**/ }
|
function getSQLDeclaration(array $column, AbstractPlatform $platform, array $column, AbstractPlatform $platform)
|
|
abstract class Type { /**/ }
|
function convertToDatabaseValue()
|
class DateTimeType extends Type implements PhpDateTimeMappingType { /**/ }
|
function convertToDatabaseValue($value, AbstractPlatform $platform, $value, AbstractPlatform $platform)
|
|
abstract class Type { /**/ }
|
function convertToPHPValue()
|
class DateTimeType extends Type implements PhpDateTimeMappingType { /**/ }
|
function convertToPHPValue($value, AbstractPlatform $platform, $value, AbstractPlatform $platform)
|
|
abstract class Type { /**/ }
|
function getSQLDeclaration()
|
class ObjectType extends Type { /**/ }
|
function getSQLDeclaration(array $column, AbstractPlatform $platform, array $column, AbstractPlatform $platform)
|
|
abstract class Type { /**/ }
|
function convertToDatabaseValue()
|
class ObjectType extends Type { /**/ }
|
function convertToDatabaseValue($value, AbstractPlatform $platform, $value, AbstractPlatform $platform)
|
|
abstract class Type { /**/ }
|
function convertToPHPValue()
|
class ObjectType extends Type { /**/ }
|
function convertToPHPValue($value, AbstractPlatform $platform, $value, AbstractPlatform $platform)
|
|
abstract class Type { /**/ }
|
function getName()
|
class ObjectType extends Type { /**/ }
|
function getName( , )
|
|
abstract class Type { /**/ }
|
function requiresSQLCommentHint()
|
class ObjectType extends Type { /**/ }
|
function requiresSQLCommentHint(AbstractPlatform $platform, AbstractPlatform $platform)
|
|
class Driver extends AbstractMySQLDriver { /**/ }
|
function connect()
|
class Driver extends \Doctrine\DBAL\Driver\PDOMySql\Driver { /**/ }
|
function connect(array $params, $username = null, $password = null, array $driverOptions = [ ], array $params, $username = null, $password = null, array $driverOptions = [ ], array $params, $username = null, $password = null, array $driverOptions = [ ])
|
|
abstract class AbstractMySQLDriver implements Driver, ExceptionConverterDriver, VersionAwarePlatformDriver { /**/ }
|
function createDatabasePlatformForVersion()
|
class Driver extends \Doctrine\DBAL\Driver\PDOMySql\Driver { /**/ }
|
function createDatabasePlatformForVersion($version, $version)
|
|
abstract class AbstractMySQLDriver implements Driver, ExceptionConverterDriver, VersionAwarePlatformDriver { /**/ }
|
function getDatabasePlatform()
|
class Driver extends \Doctrine\DBAL\Driver\PDOMySql\Driver { /**/ }
|
function getDatabasePlatform( , )
|
|
abstract class AbstractMySQLDriver implements Driver, ExceptionConverterDriver, VersionAwarePlatformDriver { /**/ }
|
function getSchemaManager()
|
class Driver extends \Doctrine\DBAL\Driver\PDOMySql\Driver { /**/ }
|
function getSchemaManager(\Doctrine\DBAL\Connection $conn, Connection $conn)
|
|
class Driver extends AbstractMySQLDriver { /**/ }
|
function getName()
|
class Driver extends \Doctrine\DBAL\Driver\PDOMySql\Driver { /**/ }
|
function getName( , )
|
|
class PDOConnection extends PDO implements ConnectionInterface, ServerInfoAwareConnection { /**/ }
|
function quote()
|
class Connection extends PDOConnection { /**/ }
|
function quote($value, $type = ParameterType::STRING, $value, $type = ParameterType::STRING)
|
|
class PDOStatement extends \PDOStatement implements StatementInterface, Result { /**/ }
|
function bindParam()
|
class Statement extends PDO\Statement { /**/ }
|
function bindParam($param, &$variable, $type = ParameterType::STRING, $length = null, $driverOptions = null, $param, &$variable, $type = ParameterType::STRING, $length = null, $driverOptions = null)
|
|
class PDOStatement extends \PDOStatement implements StatementInterface, Result { /**/ }
|
function bindValue()
|
class Statement extends PDO\Statement { /**/ }
|
function bindValue($param, $value, $type = ParameterType::STRING, $param, $value, $type = ParameterType::STRING, $param, $value, $type = ParameterType::STRING)
|
|
class PDOConnection extends PDO implements ConnectionInterface, ServerInfoAwareConnection { /**/ }
|
function lastInsertId()
|
class Connection extends PDO\Connection { /**/ }
|
function lastInsertId($name = null, $name = null)
|
|
class Connection implements DriverConnection { /**/ }
|
function connect()
|
class PrimaryReadReplicaConnection extends Connection { /**/ }
|
function connect($connectionName = null, )
|
|
class Connection implements DriverConnection { /**/ }
|
function executeUpdate()
|
class PrimaryReadReplicaConnection extends Connection { /**/ }
|
function executeUpdate($sql, array $params = [ ], array $types = [ ], $sql, array $params = [ ], array $types = [ ])
|
|
class Connection implements DriverConnection { /**/ }
|
function executeStatement()
|
class PrimaryReadReplicaConnection extends Connection { /**/ }
|
function executeStatement($sql, array $params = [ ], array $types = [ ], $sql, array $params = [ ], array $types = [ ])
|
|
class Connection implements DriverConnection { /**/ }
|
function beginTransaction()
|
class PrimaryReadReplicaConnection extends Connection { /**/ }
|
function beginTransaction( , , )
|
|
class Connection implements DriverConnection { /**/ }
|
function commit()
|
class PrimaryReadReplicaConnection extends Connection { /**/ }
|
function commit( , , )
|
|
class Connection implements DriverConnection { /**/ }
|
function rollBack()
|
class PrimaryReadReplicaConnection extends Connection { /**/ }
|
function rollBack( , , )
|
|
class Connection implements DriverConnection { /**/ }
|
function delete()
|
class PrimaryReadReplicaConnection extends Connection { /**/ }
|
function delete($table, array $criteria, array $types = [ ], $table, array $criteria, array $types = [ ])
|
|
class Connection implements DriverConnection { /**/ }
|
function close()
|
class PrimaryReadReplicaConnection extends Connection { /**/ }
|
function close( , )
|
|
class Connection implements DriverConnection { /**/ }
|
function update()
|
class PrimaryReadReplicaConnection extends Connection { /**/ }
|
function update($table, array $data, array $criteria, array $types = [ ], $table, array $data, array $criteria, array $types = [ ])
|
|
class Connection implements DriverConnection { /**/ }
|
function insert()
|
class PrimaryReadReplicaConnection extends Connection { /**/ }
|
function insert($table, array $data, array $types = [ ], $table, array $data, array $types = [ ])
|
|
class Connection implements DriverConnection { /**/ }
|
function exec()
|
class PrimaryReadReplicaConnection extends Connection { /**/ }
|
function exec($statement, $sql)
|
|
class Connection implements DriverConnection { /**/ }
|
function createSavepoint()
|
class PrimaryReadReplicaConnection extends Connection { /**/ }
|
function createSavepoint($savepoint, $savepoint)
|
|
class Connection implements DriverConnection { /**/ }
|
function releaseSavepoint()
|
class PrimaryReadReplicaConnection extends Connection { /**/ }
|
function releaseSavepoint($savepoint, $savepoint)
|
|
class Connection implements DriverConnection { /**/ }
|
function rollbackSavepoint()
|
class PrimaryReadReplicaConnection extends Connection { /**/ }
|
function rollbackSavepoint($savepoint, $savepoint)
|
|
class Connection implements DriverConnection { /**/ }
|
function query()
|
class PrimaryReadReplicaConnection extends Connection { /**/ }
|
function query( , )
|
|
class Connection implements DriverConnection { /**/ }
|
function prepare()
|
class PrimaryReadReplicaConnection extends Connection { /**/ }
|
function prepare($statement, $sql)
|
|
class PrimaryReadReplicaConnection extends Connection { /**/ }
|
function connect()
|
class MasterSlaveConnection extends PrimaryReadReplicaConnection { /**/ }
|
function connect($connectionName = null, $connectionName = null)
|
|
class Connection implements DriverConnection { /**/ }
|
function connect()
|
class MasterSlaveConnection extends PrimaryReadReplicaConnection { /**/ }
|
function connect($connectionName = null, $connectionName = null, )
|
|
class Connection implements DriverConnection { /**/ }
|
function connect()
|
class Connection extends BaseConnection { /**/ }
|
function connect( , )
|
|
class Connection implements DriverConnection { /**/ }
|
function executeQuery()
|
class Connection extends BaseConnection { /**/ }
|
function executeQuery($sql, array $params = [ ], $types = [ ], ?QueryCacheProfile $qcp = null, $sql, array $params = [ ], $types = [ ], ?QueryCacheProfile $qcp = null)
|
|
class Connection implements DriverConnection { /**/ }
|
function prepare()
|
class Connection extends BaseConnection { /**/ }
|
function prepare($sql, $sql, $sql)
|
|
class Connection implements DriverConnection { /**/ }
|
function query()
|
class Connection extends BaseConnection { /**/ }
|
function query( , , )
|
|
class Connection implements DriverConnection { /**/ }
|
function getParams()
|
class PoolingShardConnection extends Connection { /**/ }
|
function getParams( , )
|
|
class Connection implements DriverConnection { /**/ }
|
function getHost()
|
class PoolingShardConnection extends Connection { /**/ }
|
function getHost( , )
|
|
class Connection implements DriverConnection { /**/ }
|
function getPort()
|
class PoolingShardConnection extends Connection { /**/ }
|
function getPort( , )
|
|
class Connection implements DriverConnection { /**/ }
|
function getUsername()
|
class PoolingShardConnection extends Connection { /**/ }
|
function getUsername( , )
|
|
class Connection implements DriverConnection { /**/ }
|
function getPassword()
|
class PoolingShardConnection extends Connection { /**/ }
|
function getPassword( , )
|
|
class Connection implements DriverConnection { /**/ }
|
function connect()
|
class PoolingShardConnection extends Connection { /**/ }
|
function connect($shardId = null, )
|
|
class Connection implements DriverConnection { /**/ }
|
function isConnected()
|
class PoolingShardConnection extends Connection { /**/ }
|
function isConnected($shardId = null, )
|
|
class Connection implements DriverConnection { /**/ }
|
function close()
|
class PoolingShardConnection extends Connection { /**/ }
|
function close( , )
|
|
class Connection implements DriverConnection { /**/ }
|
none getparams |
class PrimaryReadReplicaConnection extends Connection { /**/ }
|
public getparams |
|
class Connection implements DriverConnection { /**/ }
|
none getparams |
class Connection extends BaseConnection { /**/ }
|
public getparams |
|
class Connection implements DriverConnection { /**/ }
|
none getconfiguration |
class PrimaryReadReplicaConnection extends Connection { /**/ }
|
public getconfiguration |
|
class Connection implements DriverConnection { /**/ }
|
none getdatabaseplatform |
class Connection extends BaseConnection { /**/ }
|
public getdatabaseplatform |
|
class Connection implements DriverConnection { /**/ }
|
none gettransactionnestinglevel |
class PrimaryReadReplicaConnection extends Connection { /**/ }
|
public gettransactionnestinglevel |
|
class Connection implements DriverConnection { /**/ }
|
none gettransactionnestinglevel |
class PoolingShardConnection extends Connection { /**/ }
|
public gettransactionnestinglevel |
|
class Connection implements DriverConnection { /**/ }
|
none getwrappedconnection |
class Connection extends BaseConnection { /**/ }
|
public getwrappedconnection |
|
abstract class AbstractSchemaManager { /**/ }
|
none trymethod |
class SQLAnywhereSchemaManager extends AbstractSchemaManager { /**/ }
|
public trymethod |
|
abstract class AbstractSchemaManager { /**/ }
|
none trymethod |
class OracleSchemaManager extends AbstractSchemaManager { /**/ }
|
public trymethod |
|
abstract class AbstractSchemaManager { /**/ }
|
none trymethod |
class SqliteSchemaManager extends AbstractSchemaManager { /**/ }
|
public trymethod |
|
abstract class AbstractSchemaManager { /**/ }
|
none filterassetnames |
class DB2SchemaManager extends AbstractSchemaManager { /**/ }
|
protected filterassetnames |
|
abstract class AbstractSchemaManager { /**/ }
|
none filterassetnames |
class PostgreSqlSchemaManager extends AbstractSchemaManager { /**/ }
|
protected filterassetnames |
|
abstract class AbstractSchemaManager { /**/ }
|
none altertable |
class SqliteSchemaManager extends AbstractSchemaManager { /**/ }
|
public altertable |
|
abstract class AbstractSchemaManager { /**/ }
|
public _getportabletableforeignkeydefinition |
class DrizzleSchemaManager extends AbstractSchemaManager { /**/ }
|
protected _getportabletableforeignkeydefinition |
|
abstract class AbstractSchemaManager { /**/ }
|
none _execsql |
class SQLAnywhereSchemaManager extends AbstractSchemaManager { /**/ }
|
protected _execsql |
|
abstract class AbstractSchemaManager { /**/ }
|
none _execsql |
class PostgreSqlSchemaManager extends AbstractSchemaManager { /**/ }
|
protected _execsql |
|
abstract class AbstractSchemaManager { /**/ }
|
none _execsql |
class OracleSchemaManager extends AbstractSchemaManager { /**/ }
|
protected _execsql |
|
abstract class AbstractSchemaManager { /**/ }
|
none _execsql |
class SQLServerSchemaManager extends AbstractSchemaManager { /**/ }
|
protected _execsql |
|
abstract class AbstractSchemaManager { /**/ }
|
none extractdoctrinetypefromcomment |
class MySqlSchemaManager extends AbstractSchemaManager { /**/ }
|
public extractdoctrinetypefromcomment |
|
abstract class AbstractSchemaManager { /**/ }
|
none extractdoctrinetypefromcomment |
class SQLAnywhereSchemaManager extends AbstractSchemaManager { /**/ }
|
public extractdoctrinetypefromcomment |
|
abstract class AbstractSchemaManager { /**/ }
|
none extractdoctrinetypefromcomment |
class DB2SchemaManager extends AbstractSchemaManager { /**/ }
|
public extractdoctrinetypefromcomment |
|
abstract class AbstractSchemaManager { /**/ }
|
none extractdoctrinetypefromcomment |
class PostgreSqlSchemaManager extends AbstractSchemaManager { /**/ }
|
public extractdoctrinetypefromcomment |
|
abstract class AbstractSchemaManager { /**/ }
|
none extractdoctrinetypefromcomment |
class OracleSchemaManager extends AbstractSchemaManager { /**/ }
|
public extractdoctrinetypefromcomment |
|
abstract class AbstractSchemaManager { /**/ }
|
none extractdoctrinetypefromcomment |
class SqliteSchemaManager extends AbstractSchemaManager { /**/ }
|
public extractdoctrinetypefromcomment |
|
abstract class AbstractSchemaManager { /**/ }
|
none extractdoctrinetypefromcomment |
class SQLServerSchemaManager extends AbstractSchemaManager { /**/ }
|
public extractdoctrinetypefromcomment |
|
abstract class AbstractSchemaManager { /**/ }
|
none extractdoctrinetypefromcomment |
class DrizzleSchemaManager extends AbstractSchemaManager { /**/ }
|
public extractdoctrinetypefromcomment |
|
abstract class AbstractSchemaManager { /**/ }
|
none removedoctrinetypefromcomment |
class MySqlSchemaManager extends AbstractSchemaManager { /**/ }
|
public removedoctrinetypefromcomment |
|
abstract class AbstractSchemaManager { /**/ }
|
none removedoctrinetypefromcomment |
class SQLAnywhereSchemaManager extends AbstractSchemaManager { /**/ }
|
public removedoctrinetypefromcomment |
|
abstract class AbstractSchemaManager { /**/ }
|
none removedoctrinetypefromcomment |
class DB2SchemaManager extends AbstractSchemaManager { /**/ }
|
public removedoctrinetypefromcomment |
|
abstract class AbstractSchemaManager { /**/ }
|
none removedoctrinetypefromcomment |
class PostgreSqlSchemaManager extends AbstractSchemaManager { /**/ }
|
public removedoctrinetypefromcomment |
|
abstract class AbstractSchemaManager { /**/ }
|
none removedoctrinetypefromcomment |
class OracleSchemaManager extends AbstractSchemaManager { /**/ }
|
public removedoctrinetypefromcomment |
|
abstract class AbstractSchemaManager { /**/ }
|
none removedoctrinetypefromcomment |
class SqliteSchemaManager extends AbstractSchemaManager { /**/ }
|
public removedoctrinetypefromcomment |
|
abstract class AbstractSchemaManager { /**/ }
|
none removedoctrinetypefromcomment |
class SQLServerSchemaManager extends AbstractSchemaManager { /**/ }
|
public removedoctrinetypefromcomment |
|
abstract class AbstractSchemaManager { /**/ }
|
none removedoctrinetypefromcomment |
class DrizzleSchemaManager extends AbstractSchemaManager { /**/ }
|
public removedoctrinetypefromcomment |
|
abstract class AbstractAsset { /**/ }
|
none _setname |
class Index extends AbstractAsset implements Constraint { /**/ }
|
protected _setname |
|
abstract class AbstractAsset { /**/ }
|
none _setname |
class Sequence extends AbstractAsset { /**/ }
|
protected _setname |
|
abstract class AbstractAsset { /**/ }
|
none _setname |
class Table extends AbstractAsset { /**/ }
|
protected _setname |
|
abstract class AbstractAsset { /**/ }
|
none _setname |
class Identifier extends AbstractAsset { /**/ }
|
protected _setname |
|
abstract class AbstractAsset { /**/ }
|
none _setname |
class ForeignKeyConstraint extends AbstractAsset implements Constraint { /**/ }
|
protected _setname |
|
abstract class AbstractAsset { /**/ }
|
none _setname |
class Schema extends AbstractAsset { /**/ }
|
protected _setname |
|
abstract class AbstractAsset { /**/ }
|
none _setname |
class View extends AbstractAsset { /**/ }
|
protected _setname |
|
abstract class AbstractAsset { /**/ }
|
none _setname |
class Column extends AbstractAsset { /**/ }
|
protected _setname |
|
abstract class AbstractAsset { /**/ }
|
none getshortestname |
class Sequence extends AbstractAsset { /**/ }
|
public getshortestname |
|
abstract class AbstractAsset { /**/ }
|
none isidentifierquoted |
class Schema extends AbstractAsset { /**/ }
|
protected isidentifierquoted |
|
abstract class AbstractAsset { /**/ }
|
none trimquotes |
class Table extends AbstractAsset { /**/ }
|
protected trimquotes |
|
abstract class AbstractAsset { /**/ }
|
none trimquotes |
class Index extends AbstractAsset implements Constraint { /**/ }
|
protected trimquotes |
|
abstract class AbstractAsset { /**/ }
|
none trimquotes |
class Schema extends AbstractAsset { /**/ }
|
protected trimquotes |
|
abstract class AbstractAsset { /**/ }
|
none getname |
class Schema extends AbstractAsset { /**/ }
|
public getname |
|
abstract class AbstractAsset { /**/ }
|
none getname |
class Identifier extends AbstractAsset { /**/ }
|
public getname |
|
abstract class AbstractAsset { /**/ }
|
none getname |
class Table extends AbstractAsset { /**/ }
|
public getname |
|
abstract class AbstractAsset { /**/ }
|
none _generateidentifiername |
class Table extends AbstractAsset { /**/ }
|
protected _generateidentifiername |
|
abstract class AbstractSchemaSynchronizer implements SchemaSynchronizer { /**/ }
|
none processsqlsafely |
class SingleDatabaseSynchronizer extends AbstractSchemaSynchronizer { /**/ }
|
protected processsqlsafely |
|
abstract class AbstractSchemaSynchronizer implements SchemaSynchronizer { /**/ }
|
none processsqlsafely |
class SQLAzureFederationsSynchronizer extends AbstractSchemaSynchronizer { /**/ }
|
protected processsqlsafely |
|
abstract class AbstractSchemaSynchronizer implements SchemaSynchronizer { /**/ }
|
none processsql |
class SingleDatabaseSynchronizer extends AbstractSchemaSynchronizer { /**/ }
|
protected processsql |
|
abstract class AbstractSchemaSynchronizer implements SchemaSynchronizer { /**/ }
|
none processsql |
class SQLAzureFederationsSynchronizer extends AbstractSchemaSynchronizer { /**/ }
|
protected processsql |
|
abstract class AbstractPlatform { /**/ }
|
public initializedoctrinetypemappings |
class DB2Platform extends AbstractPlatform { /**/ }
|
protected initializedoctrinetypemappings |
|
abstract class AbstractPlatform { /**/ }
|
none getcolumncomment |
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
protected getcolumncomment |
|
abstract class AbstractPlatform { /**/ }
|
none getcolumncomment |
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
protected getcolumncomment |
|
abstract class AbstractPlatform { /**/ }
|
none getcolumncomment |
class DB2Platform extends AbstractPlatform { /**/ }
|
protected getcolumncomment |
|
abstract class AbstractPlatform { /**/ }
|
none getcolumncomment |
class OraclePlatform extends AbstractPlatform { /**/ }
|
protected getcolumncomment |
|
abstract class AbstractPlatform { /**/ }
|
none getcolumncomment |
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
protected getcolumncomment |
|
abstract class AbstractPlatform { /**/ }
|
none getcolumncomment |
class DrizzlePlatform extends AbstractPlatform { /**/ }
|
protected getcolumncomment |
|
abstract class AbstractPlatform { /**/ }
|
none getcolumncomment |
class MySqlPlatform extends AbstractPlatform { /**/ }
|
protected getcolumncomment |
|
abstract class AbstractPlatform { /**/ }
|
none getrtrimexpression |
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
public getrtrimexpression |
|
abstract class AbstractPlatform { /**/ }
|
none getltrimexpression |
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
public getltrimexpression |
|
abstract class AbstractPlatform { /**/ }
|
none getdroptablesql |
class SqlitePlatform extends AbstractPlatform { /**/ }
|
public getdroptablesql |
|
abstract class AbstractPlatform { /**/ }
|
none getdropindexsql |
class DB2Platform extends AbstractPlatform { /**/ }
|
public getdropindexsql |
|
abstract class AbstractPlatform { /**/ }
|
none getdropindexsql |
class SqlitePlatform extends AbstractPlatform { /**/ }
|
public getdropindexsql |
|
abstract class AbstractPlatform { /**/ }
|
none getdropconstraintsql |
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
public getdropconstraintsql |
|
abstract class AbstractPlatform { /**/ }
|
none getdropconstraintsql |
class OraclePlatform extends AbstractPlatform { /**/ }
|
public getdropconstraintsql |
|
abstract class AbstractPlatform { /**/ }
|
none getdropforeignkeysql |
class MySqlPlatform extends AbstractPlatform { /**/ }
|
public getdropforeignkeysql |
|
abstract class AbstractPlatform { /**/ }
|
none getcommentoncolumnsql |
class DB2Platform extends AbstractPlatform { /**/ }
|
public getcommentoncolumnsql |
|
abstract class AbstractPlatform { /**/ }
|
none getcommentoncolumnsql |
class OraclePlatform extends AbstractPlatform { /**/ }
|
public getcommentoncolumnsql |
|
abstract class AbstractPlatform { /**/ }
|
none getcreateconstraintsql |
class OraclePlatform extends AbstractPlatform { /**/ }
|
public getcreateconstraintsql |
|
abstract class AbstractPlatform { /**/ }
|
none getcreateindexsql |
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
public getcreateindexsql |
|
abstract class AbstractPlatform { /**/ }
|
none getcreateindexsql |
class DB2Platform extends AbstractPlatform { /**/ }
|
public getcreateindexsql |
|
abstract class AbstractPlatform { /**/ }
|
none getcreateindexsql |
class SqlitePlatform extends AbstractPlatform { /**/ }
|
public getcreateindexsql |
|
abstract class AbstractPlatform { /**/ }
|
none getcreateindexsql |
class OraclePlatform extends AbstractPlatform { /**/ }
|
public getcreateindexsql |
|
abstract class AbstractPlatform { /**/ }
|
none quotesingleidentifier |
class PostgreSQL91Platform extends PostgreSqlPlatform { /**/ }
|
public quotesingleidentifier |
|
abstract class AbstractPlatform { /**/ }
|
none quotesingleidentifier |
class OraclePlatform extends AbstractPlatform { /**/ }
|
public quotesingleidentifier |
|
abstract class AbstractPlatform { /**/ }
|
none quotesingleidentifier |
class MySqlPlatform extends AbstractPlatform { /**/ }
|
public quotesingleidentifier |
|
abstract class AbstractPlatform { /**/ }
|
none getcreateforeignkeysql |
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
public getcreateforeignkeysql |
|
abstract class AbstractPlatform { /**/ }
|
none getcreateforeignkeysql |
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
public getcreateforeignkeysql |
|
abstract class AbstractPlatform { /**/ }
|
none getcreateforeignkeysql |
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
public getcreateforeignkeysql |
|
abstract class AbstractPlatform { /**/ }
|
none getcreateforeignkeysql |
class DrizzlePlatform extends AbstractPlatform { /**/ }
|
public getcreateforeignkeysql |
|
abstract class AbstractPlatform { /**/ }
|
none getcreateforeignkeysql |
class MySqlPlatform extends AbstractPlatform { /**/ }
|
public getcreateforeignkeysql |
|
abstract class AbstractPlatform { /**/ }
|
none onschemaaltertableaddcolumn |
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
protected onschemaaltertableaddcolumn |
|
abstract class AbstractPlatform { /**/ }
|
none onschemaaltertableaddcolumn |
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
protected onschemaaltertableaddcolumn |
|
abstract class AbstractPlatform { /**/ }
|
none onschemaaltertableaddcolumn |
class DB2Platform extends AbstractPlatform { /**/ }
|
protected onschemaaltertableaddcolumn |
|
abstract class AbstractPlatform { /**/ }
|
none onschemaaltertableaddcolumn |
class SqlitePlatform extends AbstractPlatform { /**/ }
|
protected onschemaaltertableaddcolumn |
|
abstract class AbstractPlatform { /**/ }
|
none onschemaaltertableaddcolumn |
class OraclePlatform extends AbstractPlatform { /**/ }
|
protected onschemaaltertableaddcolumn |
|
abstract class AbstractPlatform { /**/ }
|
none onschemaaltertableaddcolumn |
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
protected onschemaaltertableaddcolumn |
|
abstract class AbstractPlatform { /**/ }
|
none onschemaaltertableaddcolumn |
class DrizzlePlatform extends AbstractPlatform { /**/ }
|
protected onschemaaltertableaddcolumn |
|
abstract class AbstractPlatform { /**/ }
|
none onschemaaltertableaddcolumn |
class MySqlPlatform extends AbstractPlatform { /**/ }
|
protected onschemaaltertableaddcolumn |
|
abstract class AbstractPlatform { /**/ }
|
none onschemaaltertableremovecolumn |
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
protected onschemaaltertableremovecolumn |
|
abstract class AbstractPlatform { /**/ }
|
none onschemaaltertableremovecolumn |
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
protected onschemaaltertableremovecolumn |
|
abstract class AbstractPlatform { /**/ }
|
none onschemaaltertableremovecolumn |
class DB2Platform extends AbstractPlatform { /**/ }
|
protected onschemaaltertableremovecolumn |
|
abstract class AbstractPlatform { /**/ }
|
none onschemaaltertableremovecolumn |
class SqlitePlatform extends AbstractPlatform { /**/ }
|
protected onschemaaltertableremovecolumn |
|
abstract class AbstractPlatform { /**/ }
|
none onschemaaltertableremovecolumn |
class OraclePlatform extends AbstractPlatform { /**/ }
|
protected onschemaaltertableremovecolumn |
|
abstract class AbstractPlatform { /**/ }
|
none onschemaaltertableremovecolumn |
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
protected onschemaaltertableremovecolumn |
|
abstract class AbstractPlatform { /**/ }
|
none onschemaaltertableremovecolumn |
class DrizzlePlatform extends AbstractPlatform { /**/ }
|
protected onschemaaltertableremovecolumn |
|
abstract class AbstractPlatform { /**/ }
|
none onschemaaltertableremovecolumn |
class MySqlPlatform extends AbstractPlatform { /**/ }
|
protected onschemaaltertableremovecolumn |
|
abstract class AbstractPlatform { /**/ }
|
none onschemaaltertablechangecolumn |
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
protected onschemaaltertablechangecolumn |
|
abstract class AbstractPlatform { /**/ }
|
none onschemaaltertablechangecolumn |
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
protected onschemaaltertablechangecolumn |
|
abstract class AbstractPlatform { /**/ }
|
none onschemaaltertablechangecolumn |
class DB2Platform extends AbstractPlatform { /**/ }
|
protected onschemaaltertablechangecolumn |
|
abstract class AbstractPlatform { /**/ }
|
none onschemaaltertablechangecolumn |
class SqlitePlatform extends AbstractPlatform { /**/ }
|
protected onschemaaltertablechangecolumn |
|
abstract class AbstractPlatform { /**/ }
|
none onschemaaltertablechangecolumn |
class OraclePlatform extends AbstractPlatform { /**/ }
|
protected onschemaaltertablechangecolumn |
|
abstract class AbstractPlatform { /**/ }
|
none onschemaaltertablechangecolumn |
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
protected onschemaaltertablechangecolumn |
|
abstract class AbstractPlatform { /**/ }
|
none onschemaaltertablechangecolumn |
class DrizzlePlatform extends AbstractPlatform { /**/ }
|
protected onschemaaltertablechangecolumn |
|
abstract class AbstractPlatform { /**/ }
|
none onschemaaltertablechangecolumn |
class MySqlPlatform extends AbstractPlatform { /**/ }
|
protected onschemaaltertablechangecolumn |
|
abstract class AbstractPlatform { /**/ }
|
none onschemaaltertablerenamecolumn |
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
protected onschemaaltertablerenamecolumn |
|
abstract class AbstractPlatform { /**/ }
|
none onschemaaltertablerenamecolumn |
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
protected onschemaaltertablerenamecolumn |
|
abstract class AbstractPlatform { /**/ }
|
none onschemaaltertablerenamecolumn |
class DB2Platform extends AbstractPlatform { /**/ }
|
protected onschemaaltertablerenamecolumn |
|
abstract class AbstractPlatform { /**/ }
|
none onschemaaltertablerenamecolumn |
class SqlitePlatform extends AbstractPlatform { /**/ }
|
protected onschemaaltertablerenamecolumn |
|
abstract class AbstractPlatform { /**/ }
|
none onschemaaltertablerenamecolumn |
class OraclePlatform extends AbstractPlatform { /**/ }
|
protected onschemaaltertablerenamecolumn |
|
abstract class AbstractPlatform { /**/ }
|
none onschemaaltertablerenamecolumn |
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
protected onschemaaltertablerenamecolumn |
|
abstract class AbstractPlatform { /**/ }
|
none onschemaaltertablerenamecolumn |
class DrizzlePlatform extends AbstractPlatform { /**/ }
|
protected onschemaaltertablerenamecolumn |
|
abstract class AbstractPlatform { /**/ }
|
none onschemaaltertablerenamecolumn |
class MySqlPlatform extends AbstractPlatform { /**/ }
|
protected onschemaaltertablerenamecolumn |
|
abstract class AbstractPlatform { /**/ }
|
none onschemaaltertable |
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
protected onschemaaltertable |
|
abstract class AbstractPlatform { /**/ }
|
none onschemaaltertable |
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
protected onschemaaltertable |
|
abstract class AbstractPlatform { /**/ }
|
none onschemaaltertable |
class DB2Platform extends AbstractPlatform { /**/ }
|
protected onschemaaltertable |
|
abstract class AbstractPlatform { /**/ }
|
none onschemaaltertable |
class SqlitePlatform extends AbstractPlatform { /**/ }
|
protected onschemaaltertable |
|
abstract class AbstractPlatform { /**/ }
|
none onschemaaltertable |
class OraclePlatform extends AbstractPlatform { /**/ }
|
protected onschemaaltertable |
|
abstract class AbstractPlatform { /**/ }
|
none onschemaaltertable |
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
protected onschemaaltertable |
|
abstract class AbstractPlatform { /**/ }
|
none onschemaaltertable |
class DrizzlePlatform extends AbstractPlatform { /**/ }
|
protected onschemaaltertable |
|
abstract class AbstractPlatform { /**/ }
|
none onschemaaltertable |
class MySqlPlatform extends AbstractPlatform { /**/ }
|
protected onschemaaltertable |
|
abstract class AbstractPlatform { /**/ }
|
none getprealtertableindexforeignkeysql |
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
protected getprealtertableindexforeignkeysql |
|
abstract class AbstractPlatform { /**/ }
|
none getprealtertableindexforeignkeysql |
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
protected getprealtertableindexforeignkeysql |
|
abstract class AbstractPlatform { /**/ }
|
none getprealtertableindexforeignkeysql |
class OraclePlatform extends AbstractPlatform { /**/ }
|
protected getprealtertableindexforeignkeysql |
|
abstract class AbstractPlatform { /**/ }
|
none getprealtertableindexforeignkeysql |
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
protected getprealtertableindexforeignkeysql |
|
abstract class AbstractPlatform { /**/ }
|
none getprealtertableindexforeignkeysql |
class DrizzlePlatform extends AbstractPlatform { /**/ }
|
protected getprealtertableindexforeignkeysql |
|
abstract class AbstractPlatform { /**/ }
|
none getpostaltertableindexforeignkeysql |
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
protected getpostaltertableindexforeignkeysql |
|
abstract class AbstractPlatform { /**/ }
|
none getpostaltertableindexforeignkeysql |
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
protected getpostaltertableindexforeignkeysql |
|
abstract class AbstractPlatform { /**/ }
|
none getpostaltertableindexforeignkeysql |
class DB2Platform extends AbstractPlatform { /**/ }
|
protected getpostaltertableindexforeignkeysql |
|
abstract class AbstractPlatform { /**/ }
|
none getpostaltertableindexforeignkeysql |
class OraclePlatform extends AbstractPlatform { /**/ }
|
protected getpostaltertableindexforeignkeysql |
|
abstract class AbstractPlatform { /**/ }
|
none getpostaltertableindexforeignkeysql |
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
protected getpostaltertableindexforeignkeysql |
|
abstract class AbstractPlatform { /**/ }
|
none getpostaltertableindexforeignkeysql |
class DrizzlePlatform extends AbstractPlatform { /**/ }
|
protected getpostaltertableindexforeignkeysql |
|
abstract class AbstractPlatform { /**/ }
|
none getcolumndeclarationlistsql |
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
public getcolumndeclarationlistsql |
|
abstract class AbstractPlatform { /**/ }
|
none getcolumndeclarationlistsql |
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
public getcolumndeclarationlistsql |
|
abstract class AbstractPlatform { /**/ }
|
none getcolumndeclarationlistsql |
class SqlitePlatform extends AbstractPlatform { /**/ }
|
public getcolumndeclarationlistsql |
|
abstract class AbstractPlatform { /**/ }
|
none getcolumndeclarationlistsql |
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
public getcolumndeclarationlistsql |
|
abstract class AbstractPlatform { /**/ }
|
none getcolumndeclarationlistsql |
class DrizzlePlatform extends AbstractPlatform { /**/ }
|
public getcolumndeclarationlistsql |
|
abstract class AbstractPlatform { /**/ }
|
none getcolumndeclarationlistsql |
class MySqlPlatform extends AbstractPlatform { /**/ }
|
public getcolumndeclarationlistsql |
|
abstract class AbstractPlatform { /**/ }
|
none getcolumndeclarationsql |
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
public getcolumndeclarationsql |
|
abstract class AbstractPlatform { /**/ }
|
none getcolumndeclarationsql |
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
public getcolumndeclarationsql |
|
abstract class AbstractPlatform { /**/ }
|
none getcolumndeclarationsql |
class DB2Platform extends AbstractPlatform { /**/ }
|
public getcolumndeclarationsql |
|
abstract class AbstractPlatform { /**/ }
|
none getcolumndeclarationsql |
class SqlitePlatform extends AbstractPlatform { /**/ }
|
public getcolumndeclarationsql |
|
abstract class AbstractPlatform { /**/ }
|
none getcolumndeclarationsql |
class DrizzlePlatform extends AbstractPlatform { /**/ }
|
public getcolumndeclarationsql |
|
abstract class AbstractPlatform { /**/ }
|
none getcolumndeclarationsql |
class MySqlPlatform extends AbstractPlatform { /**/ }
|
public getcolumndeclarationsql |
|
abstract class AbstractPlatform { /**/ }
|
none getdefaultvaluedeclarationsql |
class OraclePlatform extends AbstractPlatform { /**/ }
|
public getdefaultvaluedeclarationsql |
|
abstract class AbstractPlatform { /**/ }
|
none getdefaultvaluedeclarationsql |
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
public getdefaultvaluedeclarationsql |
|
abstract class AbstractPlatform { /**/ }
|
none getcheckdeclarationsql |
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
public getcheckdeclarationsql |
|
abstract class AbstractPlatform { /**/ }
|
none getcheckdeclarationsql |
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
public getcheckdeclarationsql |
|
abstract class AbstractPlatform { /**/ }
|
none getuniqueconstraintdeclarationsql |
class SqlitePlatform extends AbstractPlatform { /**/ }
|
public getuniqueconstraintdeclarationsql |
|
abstract class AbstractPlatform { /**/ }
|
none getuniqueconstraintdeclarationsql |
class DrizzlePlatform extends AbstractPlatform { /**/ }
|
public getuniqueconstraintdeclarationsql |
|
abstract class AbstractPlatform { /**/ }
|
none getuniqueconstraintdeclarationsql |
class MySqlPlatform extends AbstractPlatform { /**/ }
|
public getuniqueconstraintdeclarationsql |
|
abstract class AbstractPlatform { /**/ }
|
none getindexdeclarationsql |
class DrizzlePlatform extends AbstractPlatform { /**/ }
|
public getindexdeclarationsql |
|
abstract class AbstractPlatform { /**/ }
|
none getindexdeclarationsql |
class MySqlPlatform extends AbstractPlatform { /**/ }
|
public getindexdeclarationsql |
|
abstract class AbstractPlatform { /**/ }
|
none getcustomtypedeclarationsql |
class OraclePlatform extends AbstractPlatform { /**/ }
|
public getcustomtypedeclarationsql |
|
abstract class AbstractPlatform { /**/ }
|
none getcustomtypedeclarationsql |
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
public getcustomtypedeclarationsql |
|
abstract class AbstractPlatform { /**/ }
|
none getindexfielddeclarationlistsql |
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
public getindexfielddeclarationlistsql |
|
abstract class AbstractPlatform { /**/ }
|
none getindexfielddeclarationlistsql |
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
public getindexfielddeclarationlistsql |
|
abstract class AbstractPlatform { /**/ }
|
none getindexfielddeclarationlistsql |
class MySqlPlatform extends AbstractPlatform { /**/ }
|
public getindexfielddeclarationlistsql |
|
abstract class AbstractPlatform { /**/ }
|
none getforeignkeydeclarationsql |
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
public getforeignkeydeclarationsql |
|
abstract class AbstractPlatform { /**/ }
|
none getuniquefielddeclarationsql |
class OraclePlatform extends AbstractPlatform { /**/ }
|
public getuniquefielddeclarationsql |
|
abstract class AbstractPlatform { /**/ }
|
none getuniquefielddeclarationsql |
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
public getuniquefielddeclarationsql |
|
abstract class AbstractPlatform { /**/ }
|
none getcolumncollationdeclarationsql |
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
public getcolumncollationdeclarationsql |
|
abstract class AbstractPlatform { /**/ }
|
none getcurrentdatesql |
class SqlitePlatform extends AbstractPlatform { /**/ }
|
public getcurrentdatesql |
|
abstract class AbstractPlatform { /**/ }
|
none getcurrenttimesql |
class SqlitePlatform extends AbstractPlatform { /**/ }
|
public getcurrenttimesql |
|
abstract class AbstractPlatform { /**/ }
|
none getcurrenttimestampsql |
class SqlitePlatform extends AbstractPlatform { /**/ }
|
public getcurrenttimestampsql |
|
abstract class AbstractPlatform { /**/ }
|
none _gettransactionisolationlevelsql |
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
protected _gettransactionisolationlevelsql |
|
abstract class AbstractPlatform { /**/ }
|
none _gettransactionisolationlevelsql |
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
protected _gettransactionisolationlevelsql |
|
abstract class AbstractPlatform { /**/ }
|
none _gettransactionisolationlevelsql |
class MySqlPlatform extends AbstractPlatform { /**/ }
|
protected _gettransactionisolationlevelsql |
|
abstract class AbstractPlatform { /**/ }
|
none quotestringliteral |
class DrizzlePlatform extends AbstractPlatform { /**/ }
|
public quotestringliteral |
|
abstract class AbstractPlatform { /**/ }
|
none quotestringliteral |
class SQLServerPlatform extends AbstractPlatform { /**/ }
|
public quotestringliteral |
|
abstract class AbstractPlatform { /**/ }
|
none quotestringliteral |
class OraclePlatform extends AbstractPlatform { /**/ }
|
public quotestringliteral |
|
abstract class AbstractPlatform { /**/ }
|
none quotestringliteral |
class PostgreSQL92Platform extends PostgreSQL91Platform { /**/ }
|
public quotestringliteral |
|
abstract class AbstractPlatform { /**/ }
|
none quotestringliteral |
class SqlitePlatform extends AbstractPlatform { /**/ }
|
public quotestringliteral |
|
abstract class AbstractPlatform { /**/ }
|
none quotestringliteral |
class DB2Platform extends AbstractPlatform { /**/ }
|
public quotestringliteral |
|
abstract class AbstractPlatform { /**/ }
|
none quotestringliteral |
class SQLAnywherePlatform extends AbstractPlatform { /**/ }
|
public quotestringliteral |
|
abstract class AbstractPlatform { /**/ }
|
none quotestringliteral |
class PostgreSQL100Platform extends PostgreSQL94Platform { /**/ }
|
public quotestringliteral |
|
abstract class AbstractPlatform { /**/ }
|
none quotestringliteral |
class PostgreSqlPlatform extends AbstractPlatform { /**/ }
|
public quotestringliteral |
|
abstract class Type { /**/ }
|
none getname |
class VarDateTimeType extends DateTimeType { /**/ }
|
public getname |
|
class DateTimeType extends Type implements PhpDateTimeMappingType { /**/ }
|
none getname |
class VarDateTimeType extends DateTimeType { /**/ }
|
public getname |
|
interface Connection { /**/ }
|
none prepare |
class Connection extends PDO\Connection { /**/ }
|
public prepare |
|
class PDOConnection extends PDO implements ConnectionInterface, ServerInfoAwareConnection { /**/ }
|
none prepare |
class Connection extends PDO\Connection { /**/ }
|
public prepare |
|
abstract class AbstractOracleDriver implements Driver, ExceptionConverterDriver { /**/ }
|
none geteasyconnectstring |
class Driver extends AbstractOracleDriver { /**/ }
|
protected geteasyconnectstring |
|
abstract class AbstractOracleDriver implements Driver, ExceptionConverterDriver { /**/ }
|
none geteasyconnectstring |
class Driver extends AbstractOracleDriver { /**/ }
|
protected geteasyconnectstring |
|
class Driver extends AbstractMySQLDriver { /**/ }
|
none constructpdodsn |
class Driver extends \Doctrine\DBAL\Driver\PDOMySql\Driver { /**/ }
|
protected constructpdodsn |
|
class PrimaryReadReplicaConnection extends Connection { /**/ }
|
none isconnectedtoprimary |
class MasterSlaveConnection extends PrimaryReadReplicaConnection { /**/ }
|
public isconnectedtoprimary |
|
class PrimaryReadReplicaConnection extends Connection { /**/ }
|
none performconnect |
class MasterSlaveConnection extends PrimaryReadReplicaConnection { /**/ }
|
protected performconnect |
|