Method Fossilization
Method
Level
abstract public function getName( ) ;
77
protected function getReservedKeywordsClass( ) { /**/ }
75
abstract protected function getKeywords( ) ;
59
abstract public function getName( ) ;
38
public function convertToPHPValue($value, AbstractPlatform $platform) { /**/ }
35
abstract public function getSQLDeclaration(array $column, AbstractPlatform $platform) ;
24
abstract protected function initializeDoctrineTypeMappings( ) ;
23
public function convertToDatabaseValue($value, AbstractPlatform $platform) { /**/ }
21
public function connect(array $params, $username = null, $password = null, array $driverOptions = [ ]) ;
14
public function prepare($sql) ;
14
public function getName( ) ;
14
public function requiresSQLCommentHint(AbstractPlatform $platform) { /**/ }
14
public function acceptTable(Table $table) ;
13
public function acceptForeignKey(Table $localTable, ForeignKeyConstraint $fkConstraint) ;
13
public function query( ) ;
12
public function quoteStringLiteral($str) { /**/ }
11
public function fetchAssociative( ) ;
11
public function getDateTimeTypeDeclarationSQL(array $column) { /**/ }
11
public function fetchAll($fetchMode = null, $fetchArgument = null, $ctorArgs = null) ;
11
public function acceptSequence(Sequence $sequence) ;
11
public function fetch($fetchMode = null, $cursorOrientation = PDO::FETCH_ORI_NEXT, $cursorOffset = 0) ;
11
public function setFetchMode($fetchMode, $arg2 = null, $arg3 = null) ;
11
public function closeCursor( ) ;
11
public function getListTablesSQL( ) { /**/ }
11
public function getListTableColumnsSQL($table, $database = null) { /**/ }
11
public function fetchNumeric( ) ;
11
public function fetchOne( ) ;
11
public function getTimeTypeDeclarationSQL(array $column) { /**/ }
11
public function fetchAllNumeric( ) : array ;
11
public function fetchAllAssociative( ) : array ;
11
public function fetchFirstColumn( ) : array ;
11
abstract public function getClobTypeDeclarationSQL(array $column) ;
11
public function fetchColumn($columnIndex = 0) ;
11
public function free( ) : void ;
11
public function bindValue($param, $value, $type = ParameterType::STRING) ;
11
public function bindParam($param, &$variable, $type = ParameterType::STRING, $length = null) ;
11
abstract public function getSmallIntTypeDeclarationSQL(array $column) ;
11
public function getDateTypeDeclarationSQL(array $column) { /**/ }
11
public function getDatabasePlatform( ) ;
10
public function quote($value, $type = ParameterType::STRING) ;
10
public function getSchemaManager(Connection $conn) ;
10
public function exec($sql) ;
10
public function columnCount( ) ;
10
public function lastInsertId($name = null) ;
10
public function columnCount( ) ;
10
public function rowCount( ) ;
10
public function getDateTimeTzFormatString( ) { /**/ }
9
public function getDateDiffExpression($date1, $date2) { /**/ }
9
abstract public function getBooleanTypeDeclarationSQL(array $column) ;
9
abstract public function getIntegerTypeDeclarationSQL(array $column) ;
9
abstract public function getBigIntTypeDeclarationSQL(array $column) ;
9
public function execute($params = null) ;
9
abstract protected function _getCommonIntegerTypeDeclarationSQL(array $column) ;
9
protected function getVarcharTypeDeclarationSQLSnippet($length, $fixed) { /**/ }
9
protected function getBinaryTypeDeclarationSQLSnippet($length, $fixed) { /**/ }
9
abstract public function getBlobTypeDeclarationSQL(array $column) ;
9
abstract public function getName( ) ;
9
public function getLocateExpression($str, $substr, $startPos = false) { /**/ }
9
protected function getDateArithmeticIntervalExpression($date, $operator, $interval, $unit) { /**/ }
9
protected function doModifyLimitQuery($query, $limit, $offset) { /**/ }
9
protected function _getCreateTableSQL($name, array $columns, array $options = [ ]) { /**/ }
9
public function getAlterTableSQL(TableDiff $diff) { /**/ }
9
protected function onSchemaAlterTableAddColumn(Column $column, TableDiff $diff, &$columnSql) { /**/ }
9
protected function onSchemaAlterTableRemoveColumn(Column $column, TableDiff $diff, &$columnSql) { /**/ }
9
protected function onSchemaAlterTableChangeColumn(ColumnDiff $columnDiff, TableDiff $diff, &$columnSql) { /**/ }
9
protected function onSchemaAlterTableRenameColumn($oldColumnName, Column $column, TableDiff $diff, &$columnSql) { /**/ }
9
public function beginTransaction( ) ;
9
protected function getPreAlterTableIndexForeignKeySQL(TableDiff $diff) { /**/ }
9
protected function getPostAlterTableIndexForeignKeySQL(TableDiff $diff) { /**/ }
9
public function getColumnDeclarationSQL($name, array $column) { /**/ }
9
public function commit( ) ;
9
public function rollBack( ) ;
9
public function getListTableIndexesSQL($table, $database = null) { /**/ }
9
public function getListTableForeignKeysSQL($table) { /**/ }
9
protected function onSchemaAlterTable(TableDiff $diff, &$sql) { /**/ }
9
public function acceptSchema(Schema $schema) ;
9
public function removeDoctrineTypeFromComment($comment, $type) { /**/ }
9
public function extractDoctrineTypeFromComment($comment, $currentType) { /**/ }
9
protected function _setName($name) { /**/ }
9
protected function _getPortableTableIndexesList($tableIndexes, $tableName = null) { /**/ }
9
abstract protected function _getPortableTableColumnDefinition($tableColumn) ;
9
protected function _getPortableViewDefinition($view) { /**/ }
8
public function getGuidExpression( ) { /**/ }
8
public function getBinaryMaxLength( ) { /**/ }
8
protected function getColumnComment(Column $column) { /**/ }
8
protected function _getPortableTableDefinition($table) { /**/ }
8
public function getDropViewSQL($name) { /**/ }
8
public function getBindingType( ) { /**/ }
8
public function errorCode( ) ;
8
public function errorInfo( ) ;
8
public function supportsIdentityColumns( ) { /**/ }
8
public function getListViewsSQL($database) { /**/ }
8
public function getCreateViewSQL($name, $sql) { /**/ }
8
public function getDatabase(Connection $conn) ;
8
public function rowCount( ) ;
8
public function getColumnDeclarationListSQL(array $columns) { /**/ }
7
public function getListSequencesSQL($database) { /**/ }
7
protected function _getPortableDatabaseDefinition($database) { /**/ }
7
protected function _getTransactionIsolationLevelSQL($level) { /**/ }
7
public function requiresQueryForServerVersion( ) ;
7
public function getSubstringExpression($string, $start, $length = null) { /**/ }
7
public function getCreateForeignKeySQL(ForeignKeyConstraint $foreignKey, $table) { /**/ }
7
public function getServerVersion( ) ;
7
public function getSetTransactionIsolationSQL($level) { /**/ }
7
protected function _getPortableTableForeignKeysList($tableForeignKeys) { /**/ }
7
public function getCreateDatabaseSQL($database) { /**/ }
7
public function createDatabasePlatformForVersion($version) ;
7
public function getListDatabasesSQL( ) { /**/ }
7
public function prefersIdentityColumns( ) { /**/ }
7
public function getDropIndexSQL($index, $table = null) { /**/ }
7
public function errorInfo( ) ;
7
public function getTruncateTableSQL($tableName, $cascade = false) { /**/ }
7
public function errorCode( ) ;
7
public function getCreateIndexSQL(Index $index, $table) { /**/ }
7
public function listTableDetails($name) { /**/ }
7
protected function getRenameIndexSQL($oldIndexName, Index $index, $tableName) { /**/ }
7
public function getDropDatabaseSQL($database) { /**/ }
7
public function getDropForeignKeySQL($foreignKey, $table) { /**/ }
6
public function getListTableConstraintsSQL($table) { /**/ }
6
public function dropDatabase($database) { /**/ }
6
public function getUniqueConstraintDeclarationSQL($name, Index $index) { /**/ }
6
public function getRegexpExpression( ) { /**/ }
6
public function getAdvancedForeignKeyOptionsSQL(ForeignKeyConstraint $foreignKey) { /**/ }
6
protected function _getPortableTableForeignKeyDefinition($tableForeignKey) { /**/ }
6
public function supportsColumnCollation( ) { /**/ }
6
public function getTimeFormatString( ) { /**/ }
6
public function getDefaultValueDeclarationSQL($column) { /**/ }
6
public function connect( ) { /**/ }
6
public function convertException($message, TheDriverException $exception) ;
6
public function getJsonTypeDeclarationSQL(array $column) { /**/ }
6
public function getCurrentTimeSQL( ) { /**/ }
5
public function getCreateTemporaryTableSnippetSQL( ) { /**/ }
5
protected function _execSql($sql) { /**/ }
5
public function getCurrentDateSQL( ) { /**/ }
5
public function getCreateSequenceSQL(Sequence $sequence) { /**/ }
5
public function getAlterSequenceSQL(Sequence $sequence) { /**/ }
5
public function quoteSingleIdentifier($str) { /**/ }
5
public function acceptIndex(Table $table, Index $index) ;
5
public function getDateTimeTzTypeDeclarationSQL(array $column) { /**/ }
5
public function getCommentOnColumnSQL($tableName, $columnName, $comment) { /**/ }
5
public function supportsCommentOnStatement( ) { /**/ }
5
public function __construct(array $params, Driver $driver, ?Configuration $config = null, ?EventManager $eventManager = null) { /**/ }
5
public function acceptColumn(Table $table, Column $column) ;
5
public function getDateFormatString( ) { /**/ }
5
protected function _getPortableSequenceDefinition($sequence) { /**/ }
5
public function getBinaryDefaultLength( ) { /**/ }
5
public function getDateTimeFormatString( ) { /**/ }
5
public function getIndexDeclarationSQL($name, Index $index) { /**/ }
5
public function supportsSequences( ) { /**/ }
5
public function getDropSequenceSQL($sequence) { /**/ }
5
public function getConcatExpression( ) { /**/ }
5
public function getSequenceNextValSQL($sequence) { /**/ }
5
public function getForUpdateSQL( ) { /**/ }
5
public function tryMethod( ) { /**/ }
4
public function startQuery($sql, ?array $params = null, ?array $types = null) ;
4
public function getParams( ) { /**/ }
4
public function getForeignKeyReferentialActionSQL($action) { /**/ }
4
public function getColumnCollationDeclarationSQL($collation) { /**/ }
4
public function getCurrentTimestampSQL( ) { /**/ }
4
public function createDatabase($database) { /**/ }
4
public function getEmptyIdentityInsertSQL($quotedTableName, $quotedIdentifierColumnName) { /**/ }
4
public function supportsReleaseSavepoints( ) { /**/ }
4
public function supportsLimitOffset( ) { /**/ }
4
public function convertBooleans($item) { /**/ }
4
public function hasNativeGuidType( ) { /**/ }
4
public function getTemporaryTableName($tableName) { /**/ }
4
public function supportsInlineColumnComments( ) { /**/ }
4
public function getSQLResultCasing($column) { /**/ }
4
public function stopQuery( ) ;
4
public function getIndexFieldDeclarationListSQL($columnsOrIndex) : string { /**/ }
4
protected function getAdvancedIndexOptionsSQL(Index $index) { /**/ }
4
public function getName( ) { /**/ }
4
protected function trimQuotes($identifier) { /**/ }
4
public function getCreateConstraintSQL(Constraint $constraint, $table) { /**/ }
4
protected function getCreateIndexSQLFlags(Index $index) { /**/ }
4
public function getCreatePrimaryKeySQL(Index $index, $table) { /**/ }
4
public function getGuidTypeDeclarationSQL(array $column) { /**/ }
4
protected function _getPortableUserDefinition($user) { /**/ }
4
public function getVarcharMaxLength( ) { /**/ }
4
public function getNowExpression( ) { /**/ }
4
public function getTrimExpression($str, $mode = TrimMode::UNSPECIFIED, $char = false) { /**/ }
4
public function acceptNamespace($namespaceName) ;
4
public function getQuotedColumns(AbstractPlatform $platform) ;
3
public function fixSchemaElementName($schemaElementName) { /**/ }
3
public function getColumns( ) ;
3
public function getMaxIdentifierLength( ) { /**/ }
3
public function releaseSavePoint($savepoint) { /**/ }
3
public function getIdentifierQuoteCharacter( ) { /**/ }
3
public function alterTable(TableDiff $tableDiff) { /**/ }
3
public function hasNativeJsonType( ) { /**/ }
3
protected function filterAssetNames($assetNames) { /**/ }
3
public function supportsCreateDropDatabase( ) { /**/ }
3
public function getTransactionNestingLevel( ) { /**/ }
3
public function dropSchema(Schema $dropSchema) ;
3
public function close( ) { /**/ }
3
protected function processSql(array $sql) { /**/ }
3
protected function processSqlSafely(array $sql) { /**/ }
3
public function queryAll($sql, array $params, array $types) ;
3
public function getShards( ) ;
3
public function getCurrentDistributionValue( ) ;
3
public function selectShard($distributionValue) ;
3
public function selectGlobal( ) ;
3
protected function getEasyConnectString(array $params) { /**/ }
3
public function getCreateSchema(Schema $createSchema) ;
3
public function dropAllSchema( ) ;
3
public function getUpdateSchema(Schema $toSchema, $noDrops = false) ;
3
public function getDropSchema(Schema $dropSchema) ;
3
public function getDropAllSchema( ) ;
3
public function createSchema(Schema $createSchema) ;
3
public function getSQLState( ) ;
3
public function getErrorCode( ) ;
3
public function updateSchema(Schema $toSchema, $noDrops = false) ;
3
public function supportsSchemas( ) { /**/ }
3
public function getDefaultSchemaName( ) { /**/ }
3
public function getDummySelectSQL( ) { /**/ }
3
public function appendLockHint($fromClause, $lockMode) { /**/ }
3
public function getDefaultTransactionIsolationLevel( ) { /**/ }
3
public function getCreateSchemaSQL($schemaName) { /**/ }
3
public function getBitOrComparisonExpression($value1, $value2) { /**/ }
3
public function getListNamespacesSQL( ) { /**/ }
3
public function getCreateTableSQL(Table $table, $createFlags = self::CREATE_INDEXES) { /**/ }
3
public function prefersSequences( ) { /**/ }
3
public function getBitAndComparisonExpression($value1, $value2) { /**/ }
3
protected function getPortableNamespaceDefinition(array $namespace) { /**/ }
3
public function getReadLockSQL( ) { /**/ }
3
public function getDropConstraintSQL($constraint, $table) { /**/ }
3
public function __construct(Connection $conn) { /**/ }
3
public function getIdentitySequenceName($tableName, $columnName) { /**/ }
3
public function getCustomTypeDeclarationSQL(array $column) { /**/ }
3
public function getDropTemporaryTableSQL($table) { /**/ }
3
public function getForeignKeyDeclarationSQL(ForeignKeyConstraint $foreignKey) { /**/ }
3
public function getCheckDeclarationSQL(array $definition) { /**/ }
3
public function usesSequenceEmulatedIdentityColumns( ) { /**/ }
3
public function getUniqueFieldDeclarationSQL( ) { /**/ }
3
public function getConfiguration( ) { /**/ }
2
public function getCloseActiveDatabaseConnectionsSQL($database) { /**/ }
2
public function getPassword( ) { /**/ }
2
protected function _getPortableSequencesList($sequences) { /**/ }
2
public function getUsername( ) { /**/ }
2
public function getDatabasePlatform( ) { /**/ }
2
public function update($table, array $data, array $criteria, array $types = [ ]) { /**/ }
2
public function __construct($dsn, $user = null, $password = null, ?array $options = null) { /**/ }
2
protected function getCommentOnTableSQL(string $tableName, ?string $comment) : string { /**/ }
2
public function isConnected( ) { /**/ }
2
public function delete($table, array $criteria, array $types = [ ]) { /**/ }
2
public function getInlineColumnCommentSQL($comment) { /**/ }
2
public function supportsColumnLengthIndexes( ) : bool { /**/ }
2
public function convertFromBoolean($item) { /**/ }
2
public function ping( ) ;
2
public function isConnectedToPrimary( ) : bool { /**/ }
2
public function pickShard($distributionValue, PoolingShardConnection $conn) ;
2
public function getDecimalTypeDeclarationSQL(array $column) { /**/ }
2
public function getForeignKeyBaseDeclarationSQL(ForeignKeyConstraint $foreignKey) { /**/ }
2
public function iterateColumn( ) : Traversable ;
2
public function iterateAssociative( ) : Traversable ;
2
public function iterateNumeric( ) : Traversable ;
2
protected function performConnect(?string $connectionName = null) : bool { /**/ }
2
public function getConnection(string $name) : Connection ;
2
public function getPort( ) { /**/ }
2
public function getDefaultConnection( ) : Connection ;
2
protected function constructPdoDsn(array $params) { /**/ }
2
public function getColumnCharsetDeclarationSQL($charset) { /**/ }
2
protected function _getPortableTableColumnList($table, $database, $tableColumns) { /**/ }
2
protected function _getPortableTablesList($tables) { /**/ }
2
public function insert($table, array $data, array $types = [ ]) { /**/ }
2
public function convertBooleansToDatabaseValue($item) { /**/ }
2
public function getHost( ) { /**/ }
2
protected function _generateIdentifierName($columnNames, $prefix = '', $maxSize = 30) { /**/ }
2
public function createSavepoint($savepoint) { /**/ }
2
public function executeQuery($sql, array $params = [ ], $types = [ ], ?QueryCacheProfile $qcp = null) { /**/ }
2
public function getCharMaxLength( ) : int { /**/ }
2
protected function isIdentifierQuoted($identifier) { /**/ }
2
public function getShortestName($defaultNamespaceName) { /**/ }
2
public function getSchemaSearchPaths( ) { /**/ }
2
public function getLtrimExpression($str) { /**/ }
2
public function dropAndCreateForeignKey(ForeignKeyConstraint $foreignKey, $table) { /**/ }
2
public function isCommentedDoctrineType(Type $doctrineType) { /**/ }
2
public function renameTable($name, $newName) { /**/ }
2
public function getFloatDeclarationSQL(array $column) { /**/ }
2
public function supportsViews( ) { /**/ }
2
public function createSavePoint($savepoint) { /**/ }
2
public function getRtrimExpression($str) { /**/ }
2
public function getVarcharDefaultLength( ) { /**/ }
2
public function getMd5Expression($column) { /**/ }
2
public function getLengthExpression($column) { /**/ }
2
public function canEmulateSchemas( ) { /**/ }
2
public function supportsPartialIndexes( ) { /**/ }
2
public function supportsForeignKeyOnUpdate( ) { /**/ }
2
public function supportsForeignKeyConstraints( ) { /**/ }
2
public function getModExpression($expression1, $expression2) { /**/ }
2
public function getTemporaryTableSQL( ) { /**/ }
2
public function rollbackSavePoint($savepoint) { /**/ }
2
public function executeUpdate($sql, array $params = [ ], array $types = [ ]) { /**/ }
2
public function listTableNames( ) { /**/ }
2
public function executeStatement($sql, array $params = [ ], array $types = [ ]) { /**/ }
2
protected function _getPortableTriggerDefinition($trigger) { /**/ }
2
public function supportsSavepoints( ) { /**/ }
2
public function releaseSavepoint($savepoint) { /**/ }
2
public function rollbackSavepoint($savepoint) { /**/ }
2
public function getWrappedConnection( ) { /**/ }
2
protected function _getPortableFunctionDefinition($function) { /**/ }
2
public function listTableIndexes($table) { /**/ }
2
public function getDropTableSQL($table) { /**/ }
2
public function createForeignKey(ForeignKeyConstraint $foreignKey, $table) { /**/ }
2
public function getAsciiStringTypeDeclarationSQL(array $column) : string { /**/ }
2
public function getDefaultLength(AbstractPlatform $platform) { /**/ }
2
public function listTableForeignKeys($table, $database = null) { /**/ }
2
public function getVarcharTypeDeclarationSQL(array $column) { /**/ }
2
public function dropTable($name) { /**/ }
2
public function dropForeignKey($foreignKey, $table) { /**/ }
2
protected function getPostAlterTableRenameIndexForeignKeySQL(TableDiff $diff) { /**/ }
2
protected function getPreAlterTableRenameIndexForeignKeySQL(TableDiff $diff) { /**/ }
2
protected function getLikeWildcardCharacters( ) : string { /**/ }
2
public function getListUsersSQL( ) { /**/ }
2