Class Visibility Suggestions

Below, is a summary of all classes and their component's visiblity. Whenever a visibility is set and used at the right level, a green star is presented. Whenever it is set to a level, but could be updated to another, red and orange stars are mentioned. .

  Name Value None (public) Public Protected Private Constant
class AbstractPlatform
 CREATE_FOREIGNKEYS2    
 CREATE_INDEXES1    
 DATE_INTERVAL_UNIT_DAYDateIntervalUnit::DAY    
 DATE_INTERVAL_UNIT_HOURDateIntervalUnit::HOUR    
 DATE_INTERVAL_UNIT_MINUTEDateIntervalUnit::MINUTE    
 DATE_INTERVAL_UNIT_MONTHDateIntervalUnit::MONTH    
 DATE_INTERVAL_UNIT_QUARTERDateIntervalUnit::QUARTER    
 DATE_INTERVAL_UNIT_SECONDDateIntervalUnit::SECOND    
 DATE_INTERVAL_UNIT_WEEKDateIntervalUnit::WEEK    
 DATE_INTERVAL_UNIT_YEARDateIntervalUnit::YEAR    
 TRIM_BOTHTrimMode::BOTH    
 TRIM_LEADINGTrimMode::LEADING    
 TRIM_TRAILINGTrimMode::TRAILING    
 TRIM_UNSPECIFIEDTrimMode::UNSPECIFIED    
 $doctrineTypeMapping    
 $doctrineTypeComments    
 $_eventManager    
 $_keywords    
class ColumnCase
 LOWERPDO::CASE_LOWER    
 UPPERPDO::CASE_UPPER    
class CompositeExpression
 TYPE_AND'AND'
    
 TYPE_OR'OR'
    
 $type    
 $parts    
class Connection
 TRANSACTION_READ_COMMITTEDTransactionIsolationLevel::READ_COMMITTED    
 TRANSACTION_READ_UNCOMMITTEDTransactionIsolationLevel::READ_UNCOMMITTED    
 TRANSACTION_REPEATABLE_READTransactionIsolationLevel::REPEATABLE_READ    
 TRANSACTION_SERIALIZABLETransactionIsolationLevel::SERIALIZABLE    
 $_conn    
 $_config    
 $_eventManager    
 $_expr    
 $autoCommit    
 $transactionNestingLevel    
 $transactionIsolationLevel    
 $nestTransactionsWithSavepoints    
 $params    
 $platform    
 $_schemaManager    
 $_driver    
 $isRollbackOnly    
 $defaultFetchMode    
class Connection
 PORTABILITY_ALL255    
 PORTABILITY_DB213    
 PORTABILITY_DRIZZLE13    
 PORTABILITY_EMPTY_TO_NULL4    
 PORTABILITY_FIX_CASE8    
 PORTABILITY_NONE0    
 PORTABILITY_ORACLE9    
 PORTABILITY_OTHERVENDORS12    
 PORTABILITY_POSTGRESQL13    
 PORTABILITY_RTRIM1    
 PORTABILITY_SQLANYWHERE13    
 PORTABILITY_SQLITE13    
 PORTABILITY_SQLSRV13    
 $portability    
 $case    
class DateIntervalType
 FORMAT'%RP%YY%MM%DDT%HH%IM%SS'
    
class DateIntervalUnit
 DAY'DAY'
    
 HOUR'HOUR'
    
 MINUTE'MINUTE'
    
 MONTH'MONTH'
    
 QUARTER'QUARTER'
    
 SECOND'SECOND'
    
 WEEK'WEEK'
    
 YEAR'YEAR'
    
class Events
 onSchemaAlterTable'onSchemaAlterTable'
    
 onSchemaAlterTableAddColumn'onSchemaAlterTableAddColumn'
    
 onSchemaAlterTableChangeColumn'onSchemaAlterTableChangeColumn'
    
 onSchemaAlterTableRemoveColumn'onSchemaAlterTableRemoveColumn'
    
 onSchemaAlterTableRenameColumn'onSchemaAlterTableRenameColumn'
    
 onSchemaColumnDefinition'onSchemaColumnDefinition'
    
 onSchemaCreateTable'onSchemaCreateTable'
    
 onSchemaCreateTableColumn'onSchemaCreateTableColumn'
    
 onSchemaDropTable'onSchemaDropTable'
    
 onSchemaIndexDefinition'onSchemaIndexDefinition'
    
 postConnect'postConnect'
    
class ExpressionBuilder
 EQ'='
    
 GT'>'
    
 GTE'>='
    
 LT'<'
    
 LTE'<='
    
 NEQ'<>'
    
 $connection    
class FetchMode
 ASSOCIATIVEPDO::FETCH_ASSOC    
 COLUMNPDO::FETCH_COLUMN    
 CUSTOM_OBJECTPDO::FETCH_CLASS    
 MIXEDPDO::FETCH_BOTH    
 NUMERICPDO::FETCH_NUM    
 STANDARD_OBJECTPDO::FETCH_OBJ    
class LockMode
 NONE0    
 OPTIMISTIC1    
 PESSIMISTIC_READ2    
 PESSIMISTIC_WRITE4    
class MySqlPlatform
 LENGTH_LIMIT_BLOB65535    
 LENGTH_LIMIT_MEDIUMBLOB16777215    
 LENGTH_LIMIT_MEDIUMTEXT16777215    
 LENGTH_LIMIT_TEXT65535    
 LENGTH_LIMIT_TINYBLOB255    
 LENGTH_LIMIT_TINYTEXT255    
class MySqlSchemaManager
 MARIADB_ESCAPE_SEQUENCES['\\0' => "\0""\\'" => "'"'\\"' => '"''\\b' => "\b"'\\n' => "\n"'\\r' => "\r"'\\t' => "\t"'\\Z' => "\x1a"'\\\\' => '\\''\\%' => '%''\\_' => '_'"''" => "'",  ]
    
class MysqliConnection
 OPTION_FLAGS'flags'
    
 $conn    
class PDOStatement
 FETCH_MODE_MAP[FetchMode::ASSOCIATIVE => PDO::FETCH_ASSOCFetchMode::NUMERIC => PDO::FETCH_NUMFetchMode::MIXED => PDO::FETCH_BOTHFetchMode::STANDARD_OBJECT => PDO::FETCH_OBJFetchMode::COLUMN => PDO::FETCH_COLUMNFetchMode::CUSTOM_OBJECT => PDO::FETCH_CLASS,  ]
    
 PARAM_TYPE_MAP[ParameterType::NULL => PDO::PARAM_NULLParameterType::INTEGER => PDO::PARAM_INTParameterType::STRING => PDO::PARAM_STRParameterType::ASCII => PDO::PARAM_STRParameterType::BINARY => PDO::PARAM_LOBParameterType::LARGE_OBJECT => PDO::PARAM_LOBParameterType::BOOLEAN => PDO::PARAM_BOOL,  ]
    
class ParameterType
 ASCII17    
 BINARY16    
 BOOLEANPDO::PARAM_BOOL    
 INTEGERPDO::PARAM_INT    
 LARGE_OBJECTPDO::PARAM_LOB    
 NULLPDO::PARAM_NULL    
 STRINGPDO::PARAM_STR    
class QueryBuilder
 DELETE1    
 INSERT3    
 SELECT0    
 SQL_PARTS_DEFAULTS['select' => [ ], 'distinct' => false'from' => [ ], 'join' => [ ], 'set' => [ ], 'where' => null'groupBy' => [ ], 'having' => null'orderBy' => [ ], 'values' => [ ],  ]
    
 STATE_CLEAN1    
 STATE_DIRTY0    
 UPDATE2    
 $connection    
 $sqlParts    
 $sql    
 $params    
 $paramTypes    
 $type    
 $state    
 $firstResult    
 $maxResults    
 $boundCounter    
class SQLAnywherePlatform
 FOREIGN_KEY_MATCH_FULL2    
 FOREIGN_KEY_MATCH_FULL_UNIQUE130    
 FOREIGN_KEY_MATCH_SIMPLE1    
 FOREIGN_KEY_MATCH_SIMPLE_UNIQUE129    
class SQLAzureFederationsSynchronizer
 FEDERATION_DISTRIBUTION_NAME'azure.federatedOnDistributionName'
    
 FEDERATION_TABLE_FEDERATED'azure.federated'
    
 $shardManager    
 $synchronizer    
class SQLParserUtils
 ESCAPED_BACKTICK_QUOTED_TEXT'(?:`(?:\\\\)+`|`(?:[^`\\\\]|\\\\`?)*`)'
    
 ESCAPED_BRACKET_QUOTED_TEXT'(?<!\b(?i:ARRAY))\[(?:[^\]])*\]'
    
 ESCAPED_DOUBLE_QUOTED_TEXT'(?:"(?:\\\\)+"|"(?:[^"\\\\]|\\\\"?)*")'
    
 ESCAPED_SINGLE_QUOTED_TEXT"(?:'(?:\\\\)+'|'(?:[^'\\\\]|\\\\'?|'')*')"
    
 NAMED_TOKEN'(?<!:):[a-zA-Z_][a-zA-Z0-9_]*'
    
 POSITIONAL_TOKEN'\?'
    
class SQLSrvStatement
 LAST_INSERT_ID_SQL';SELECT SCOPE_IDENTITY() AS LastInsertId;'
    
 $conn    
 $sql    
 $stmt    
 $variables    
 $types    
 $fetchMap    
 $defaultFetchClass    
 $defaultFetchClassCtorArgs    
 $defaultFetchMode    
 $lastInsertId    
 $result    
class SchemaException
 COLUMN_ALREADY_EXISTS40    
 COLUMN_DOESNT_EXIST30    
 FOREIGNKEY_DOESNT_EXIST100    
 INDEX_ALREADY_EXISTS60    
 INDEX_DOESNT_EXIST50    
 INDEX_INVALID_NAME90    
 NAMESPACE_ALREADY_EXISTS110    
 SEQUENCE_ALREADY_EXISTS80    
 SEQUENCE_DOENST_EXIST70    
 TABLE_ALREADY_EXISTS20    
 TABLE_DOESNT_EXIST10    
class TransactionIsolationLevel
 READ_COMMITTED2    
 READ_UNCOMMITTED1    
 REPEATABLE_READ3    
 SERIALIZABLE4    
class TrimMode
 BOTH3    
 LEADING1    
 TRAILING2    
 UNSPECIFIED0    
class Type
 BIGINTTypes::BIGINT    
 BINARYTypes::BINARY    
 BLOBTypes::BLOB    
 BOOLEANTypes::BOOLEAN    
 BUILTIN_TYPES_MAP[Types::ARRAY => ArrayType::class, Types::ASCII_STRING => AsciiStringType::class, Types::BIGINT => BigIntType::class, Types::BINARY => BinaryType::class, Types::BLOB => BlobType::class, Types::BOOLEAN => BooleanType::class, Types::DATE_MUTABLE => DateType::class, Types::DATE_IMMUTABLE => DateImmutableType::class, Types::DATEINTERVAL => DateIntervalType::class, Types::DATETIME_MUTABLE => DateTimeType::class, Types::DATETIME_IMMUTABLE => DateTimeImmutableType::class, Types::DATETIMETZ_MUTABLE => DateTimeTzType::class, Types::DATETIMETZ_IMMUTABLE => DateTimeTzImmutableType::class, Types::DECIMAL => DecimalType::class, Types::FLOAT => FloatType::class, Types::GUID => GuidType::class, Types::INTEGER => IntegerType::class, Types::JSON => JsonType::class, Types::JSON_ARRAY => JsonArrayType::class, Types::OBJECT => ObjectType::class, Types::SIMPLE_ARRAY => SimpleArrayType::class, Types::SMALLINT => SmallIntType::class, Types::STRING => StringType::class, Types::TEXT => TextType::class, Types::TIME_MUTABLE => TimeType::class, Types::TIME_IMMUTABLE => TimeImmutableType::class,  ]
    
 DATETypes::DATE_MUTABLE    
 DATEINTERVALTypes::DATEINTERVAL    
 DATETIMETypes::DATETIME_MUTABLE    
 DATETIMETZTypes::DATETIMETZ_MUTABLE    
 DATETIMETZ_IMMUTABLETypes::DATETIMETZ_IMMUTABLE    
 DATETIME_IMMUTABLETypes::DATETIME_IMMUTABLE    
 DATE_IMMUTABLETypes::DATE_IMMUTABLE    
 DECIMALTypes::DECIMAL    
 FLOATTypes::FLOAT    
 GUIDTypes::GUID    
 INTEGERTypes::INTEGER    
 JSONTypes::JSON    
 JSON_ARRAYTypes::JSON_ARRAY    
 OBJECTTypes::OBJECT    
 SIMPLE_ARRAYTypes::SIMPLE_ARRAY    
 SMALLINTTypes::SMALLINT    
 STRINGTypes::STRING    
 TARRAYTypes::ARRAY
    
 TEXTTypes::TEXT    
 TIMETypes::TIME_MUTABLE    
 TIME_IMMUTABLETypes::TIME_IMMUTABLE    
 $typeRegistry    
class Types
 ARRAY
'array'
    
 ASCII_STRING'ascii_string'
    
 BIGINT'bigint'
    
 BINARY'binary'
    
 BLOB'blob'
    
 BOOLEAN'boolean'
    
 DATEINTERVAL'dateinterval'
    
 DATETIMETZ_IMMUTABLE'datetimetz_immutable'
    
 DATETIMETZ_MUTABLE'datetimetz'
    
 DATETIME_IMMUTABLE'datetime_immutable'
    
 DATETIME_MUTABLE'datetime'
    
 DATE_IMMUTABLE'date_immutable'
    
 DATE_MUTABLE'date'
    
 DECIMAL'decimal'
    
 FLOAT'float'
    
 GUID'guid'
    
 INTEGER'integer'
    
 JSON'json'
    
 JSON_ARRAY'json_array'
    
 OBJECT'object'
    
 SIMPLE_ARRAY'simple_array'
    
 SMALLINT'smallint'
    
 STRING'string'
    
 TEXT'text'
    
 TIME_IMMUTABLE'time_immutable'
    
 TIME_MUTABLE'time'
    
class Version
 VERSION'2.11.2-DEV'
    
class Statement
 $sql    
 $params    
 $types    
 $stmt    
 $platform    
 $conn    
class Configuration
 $_attributes    
class DriverManager
 $_driverMap    
 $driverSchemeAliases    
class PostgreSqlSchemaManager
 $existingSchemaPaths    
class TableDiff
 $name    
 $newName    
 $addedColumns    
 $changedColumns    
 $removedColumns    
 $renamedColumns    
 $addedIndexes    
 $changedIndexes    
 $removedIndexes    
 $renamedIndexes    
 $addedForeignKeys    
 $changedForeignKeys    
 $removedForeignKeys    
 $fromTable    
class AbstractSchemaManager
 $_conn    
 $_platform    
class View
 $sql    
class ForeignKeyConstraint
 $_localTable    
 $_localColumnNames    
 $_foreignTableName    
 $_foreignColumnNames    
 $_options    
class Schema
 $namespaces    
 $_tables    
 $_sequences    
 $_schemaConfig    
class Column
 $_type    
 $_length    
 $_precision    
 $_scale    
 $_unsigned    
 $_fixed    
 $_notnull    
 $_default    
 $_autoincrement    
 $_platformOptions    
 $_columnDefinition    
 $_comment    
 $_customSchemaOptions    
class ColumnDiff
 $oldColumnName    
 $column    
 $changedProperties    
 $fromColumn    
class AbstractAsset
 $_name    
 $_namespace    
 $_quoted    
class Index
 $_columns    
 $_isUnique    
 $_isPrimary    
 $_flags    
 $options    
class Table
 $_columns    
 $implicitIndexes    
 $_indexes    
 $_primaryKeyName    
 $_fkConstraints    
 $_options    
 $_schemaConfig    
class Sequence
 $allocationSize    
 $initialValue    
 $cache    
class SchemaConfig
 $hasExplicitForeignKeyIndexes    
 $maxIdentifierLength    
 $name    
 $defaultTableOptions    
class SchemaDiff
 $fromSchema    
 $newNamespaces    
 $removedNamespaces    
 $newTables    
 $changedTables    
 $removedTables    
 $newSequences    
 $changedSequences    
 $removedSequences    
 $orphanedForeignKeys    
class CreateSchemaSqlCollector
 $createNamespaceQueries    
 $createTableQueries    
 $createSequenceQueries    
 $createFkConstraintQueries    
 $platform    
class RemoveNamespacedAssets
 $schema    
class DropSchemaSqlCollector
 $constraints    
 $sequences    
 $tables    
 $platform    
class Graphviz
 $output    
class SingleDatabaseSynchronizer
 $platform    
class AbstractSchemaSynchronizer
 $conn    
class PostgreSqlPlatform
 $useBooleanTrueFalseStrings    
 $booleanLiterals    
class ReservedKeywordsValidator
 $keywordLists    
 $violations    
class KeywordList
 $keywords    
class TypeRegistry
 $instances    
class PDOException
 $errorCode    
 $sqlState    
class AbstractException
 $errorCode    
 $sqlState    
class StatementIterator
 $statement    
class EasyConnectString
 $string    
class SQLSrvConnection
 $conn    
 $lastInsertId    
class LastInsertId
 $id    
class Driver
 $_userDefinedFunctions    
class DB2Statement
 $stmt    
 $bindParam    
 $lobs    
 $defaultFetchClass    
 $defaultFetchClassCtorArgs    
 $defaultFetchMode    
 $result    
class DataSourceName
 $string    
class DB2Connection
 $conn    
class OCI8Connection
 $dbh    
 $executeMode    
class OCI8Statement
 $_dbh    
 $_sth    
 $_conn    
 $_PARAM    
 $fetchModeMap    
 $_defaultFetchMode    
 $_paramMap    
 $boundValues    
 $result    
class MysqliStatement
 $_paramTypeMap    
 $_conn    
 $_stmt    
 $_columnNames    
 $_rowBindedValues    
 $_bindedValues    
 $types    
 $_values    
 $_defaultFetchMode    
 $result    
class SQLAnywhereStatement
 $conn    
 $defaultFetchClass    
 $defaultFetchClassCtorArgs    
 $defaultFetchMode    
 $result    
 $stmt    
 $boundValues    
class SQLAnywhereConnection
 $connection    
class SingleConnectionProvider
 $connection    
 $defaultConnectionName    
class ConnectionHelper
 $_connection    
class RunSqlCommand
 $connectionProvider    
class ReservedWordsCommand
 $keywordListClasses    
 $connectionProvider    
class TableGenerator
 $conn    
 $generatorTableName    
 $sequences    
class TableGeneratorSchemaVisitor
 $generatorTableName    
class SchemaCreateTableEventArgs
 $table    
 $columns    
 $options    
 $platform    
 $sql    
class SchemaCreateTableColumnEventArgs
 $column    
 $table    
 $platform    
 $sql    
class SchemaAlterTableRenameColumnEventArgs
 $oldColumnName    
 $column    
 $tableDiff    
 $platform    
 $sql    
class SchemaAlterTableAddColumnEventArgs
 $column    
 $tableDiff    
 $platform    
 $sql    
class SchemaAlterTableRemoveColumnEventArgs
 $column    
 $tableDiff    
 $platform    
 $sql    
class SchemaAlterTableEventArgs
 $tableDiff    
 $platform    
 $sql    
class SchemaIndexDefinitionEventArgs
 $index    
 $tableIndex    
 $table    
 $connection    
class SchemaColumnDefinitionEventArgs
 $column    
 $tableColumn    
 $table    
 $database    
 $connection    
class SchemaDropTableEventArgs
 $table    
 $platform    
 $sql    
class ConnectionEventArgs
 $connection    
class SchemaEventArgs
 $preventDefault    
class SchemaAlterTableChangeColumnEventArgs
 $columnDiff    
 $tableDiff    
 $platform    
 $sql    
class MysqlSessionInit
 $charset    
 $collation    
class SQLSessionInit
 $sql    
class OracleSessionInit
 $_defaultSessionVars    
class PrimaryReadReplicaConnection
 $connections    
 $keepReplica    
class DriverException
 $driverException    
class ArrayStatement
 $data    
 $columnCount    
 $num    
 $defaultFetchMode    
class QueryCacheProfile
 $resultCacheDriver    
 $lifetime    
 $cacheKey    
class ResultCacheStatement
 $resultCache    
 $cacheKey    
 $realKey    
 $lifetime    
 $statement    
 $data    
 $defaultFetchMode    
class Statement
 $portability    
 $stmt    
 $case    
 $defaultFetchMode    
class OptimizeFlags
 $platforms    
class PoolingShardManager
 $conn    
 $choser    
 $currentDistributionValue    
class PoolingShardConnection
 $activeConnections    
 $activeShardId    
 $connectionParameters    
class SQLAzureShardManager
 $federationName    
 $filteringEnabled    
 $distributionKey    
 $distributionType    
 $conn    
 $currentDistributionValue    
class MultiTenantVisitor
 $excludedTables    
 $tenantColumnName    
 $tenantColumnType    
 $distributionName    
class LoggerChain
 $loggers    
class DebugStack
 $queries    
 $enabled    
 $start    
 $currentQuery    
class
 __construct     
class
 bindValue     
class
 bindParam     
class
 execute     
class
 closeCursor     
class
 columnCount     
class
 errorCode     
class
 errorInfo     
class
 setFetchMode     
class
 getIterator     
class
 fetch     
class
 fetchAll     
class
 fetchColumn     
class
 fetchNumeric     
class
 fetchAssociative     
class
 fetchOne     
class
 fetchAllNumeric     
class
 fetchAllAssociative     
class
 fetchAllKeyValue     
class
 fetchAllAssociativeIndexed     
class
 fetchFirstColumn     
class
 iterateNumeric     
class
 iterateAssociative     
class
 iterateKeyValue     
class
 iterateAssociativeIndexed     
class
 iterateColumn     
class
 rowCount     
class
 free     
class
 getWrappedStatement     
class
 ensureHasKeyValue     
class
 __construct     
class
 __construct     
class
 getParams     
class
 getDatabase     
class
 getHost     
class
 getPort     
class
 getUsername     
class
 getPassword     
class
 getDriver     
class
 getConfiguration     
class
 getEventManager     
class
 getDatabasePlatform     
class
 getExpressionBuilder     
class
 connect     
class
 detectDatabasePlatform     
class
 getDatabasePlatformVersion     
class
 getServerVersion     
class
 isAutoCommit     
class
 setAutoCommit     
class
 setFetchMode     
class
 fetchAssoc     
class
 fetchArray     
class
 fetchColumn     
class
 fetchAssociative     
class
 fetchNumeric     
class
 fetchOne     
class
 isConnected     
class
 isTransactionActive     
class
 addCriteriaCondition     
class
 delete     
class
 close     
class
 setTransactionIsolation     
class
 getTransactionIsolation     
class
 update     
class
 insert     
class
 extractTypeValues     
class
 quoteIdentifier     
class
 quote     
class
 fetchAll     
class
 fetchAllNumeric     
class
 fetchAllAssociative     
class
 fetchAllKeyValue     
class
 fetchAllAssociativeIndexed     
class
 fetchFirstColumn     
class
 iterateNumeric     
class
 iterateAssociative     
class
 iterateKeyValue     
class
 iterateAssociativeIndexed     
class
 iterateColumn     
class
 prepare     
class
 executeQuery     
class
 executeCacheQuery     
class
 project     
class
 query     
class
 executeUpdate     
class
 executeStatement     
class
 exec     
class
 getTransactionNestingLevel     
class
 errorCode     
class
 errorInfo     
class
 lastInsertId     
class
 transactional     
class
 setNestTransactionsWithSavepoints     
class
 getNestTransactionsWithSavepoints     
class
 _getNestedTransactionSavePointName     
class
 beginTransaction     
class
 commit     
class
 commitAll     
class
 rollBack     
class
 createSavepoint     
class
 releaseSavepoint     
class
 rollbackSavepoint     
class
 getWrappedConnection     
class
 getSchemaManager     
class
 setRollbackOnly     
class
 isRollbackOnly     
class
 convertToDatabaseValue     
class
 convertToPHPValue     
class
 _bindTypedValues     
class
 getBindingInfo     
class
 resolveParams     
class
 createQueryBuilder     
class
 ping     
class
 handleExceptionDuringQuery     
class
 handleDriverException     
class
 throw
     
class
 ensureHasKeyValue     
class
 __construct     
class
 __construct     
class
 missingParam     
class
 missingType     
class
 commitFailedRollbackOnly     
class
 noActiveTransaction     
class
 savepointsNotSupported     
class
 mayNotAlterNestedTransactionWithSavepointsInTransaction     
class
 compare     
class
 __construct     
class
 notSupported     
class
 invalidPlatformSpecified     
class
 invalidPlatformType     
class
 invalidPlatformVersionSpecified     
class
 invalidPdoInstance     
class
 driverRequired     
class
 unknownDriver     
class
 driverExceptionDuringQuery     
class
 driverException     
class
 wrapException     
class
 formatParameters     
class
 invalidWrapperClass     
class
 invalidDriverClass     
class
 invalidTableName     
class
 noColumnsSpecifiedForTable     
class
 limitOffsetInvalid     
class
 typeExists     
class
 unknownColumnType     
class
 typeNotFound     
class
 typeNotRegistered     
class
 typeAlreadyRegistered     
class
 getPlaceholderPositions     
class
 getPositionalPlaceholderPositions     
class
 getNamedPlaceholderPositions     
class
 collectPlaceholders     
class
 expandListParameters     
class
 getUnquotedStatementFragments     
class
 extractParam     
class
 __construct     
class
 __construct     
class
 setSQLLogger     
class
 getSQLLogger     
class
 getResultCacheImpl     
class
 setResultCacheImpl     
class
 setFilterSchemaAssetsExpression     
class
 getFilterSchemaAssetsExpression     
class
 buildSchemaAssetsFilterFromExpression     
class
 setSchemaAssetsFilter     
class
 getSchemaAssetsFilter     
class
 setAutoCommit     
class
 getAutoCommit     
class
 __construct     
class
 getConnection     
class
 getAvailableDrivers     
class
 _checkParams     
class
 normalizeDatabaseUrlPath     
class
 parseDatabaseUrl     
class
 parseDatabaseUrlPath     
class
 parseDatabaseUrlQuery     
class
 parseRegularDatabaseUrlPath     
class
 parseSqliteDatabaseUrlPath     
class
 parseDatabaseUrlScheme     
class
 __construct     
class
 expr     
class
 getType     
class
 getConnection     
class
 getState     
class
 execute     
class
 getSQL     
class
 setParameter     
class
 setParameters     
class
 getParameters     
class
 getParameter     
class
 getParameterTypes     
class
 getParameterType     
class
 setFirstResult     
class
 getFirstResult     
class
 setMaxResults     
class
 getMaxResults     
class
 add     
class
 select     
class
 distinct     
class
 addSelect     
class
 delete     
class
 update     
class
 insert     
class
 from     
class
 join     
class
 innerJoin     
class
 leftJoin     
class
 rightJoin     
class
 set     
class
 where     
class
 andWhere     
class
 orWhere     
class
 groupBy     
class
 addGroupBy     
class
 setValue     
class
 values     
class
 having     
class
 andHaving     
class
 orHaving     
class
 orderBy     
class
 addOrderBy     
class
 getQueryPart     
class
 getQueryParts     
class
 resetQueryParts     
class
 resetQueryPart     
class
 getSQLForSelect     
class
 getFromClauses     
class
 verifyAllAliasesAreKnown     
class
 isLimitQuery     
class
 getSQLForInsert     
class
 getSQLForUpdate     
class
 getSQLForDelete     
class
 __toString     
class
 createNamedParameter     
class
 createPositionalParameter     
class
 getSQLForJoins     
class
 __clone     
class
 unknownAlias     
class
 nonUniqueAlias     
class
 __construct     
class
 and
     
class
 or
     
class
 addMultiple     
class
 add     
class
 with     
class
 count     
class
 __toString     
class
 getType     
class
 __construct     
class
 and
     
class
 or
     
class
 andX     
class
 orX     
class
 comparison     
class
 eq     
class
 neq     
class
 lt     
class
 lte     
class
 gt     
class
 gte     
class
 isNull     
class
 isNotNull     
class
 like     
class
 notLike     
class
 in     
class
 notIn     
class
 literal     
class
 getSchemaNames     
class
 getSchemaSearchPaths     
class
 getExistingSchemaSearchPaths     
class
 determineExistingSchemaSearchPaths     
class
 dropDatabase     
class
 _getPortableTableForeignKeyDefinition     
class
 _getPortableTriggerDefinition     
class
 _getPortableViewDefinition     
class
 _getPortableUserDefinition     
class
 _getPortableTableDefinition     
class
 _getPortableTableIndexesList     
class
 _getPortableDatabaseDefinition     
class
 _getPortableSequencesList     
class
 getPortableNamespaceDefinition     
class
 _getPortableSequenceDefinition     
class
 _getPortableTableColumnDefinition     
class
 fixVersion94NegativeNumericDefaultValue     
class
 parseDefaultExpression     
class
 listTableDetails     
class
 dropDatabase     
class
 createDatabase     
class
 renameTable     
class
 createForeignKey     
class
 dropAndCreateForeignKey     
class
 dropForeignKey     
class
 listTableForeignKeys     
class
 _getPortableTableDefinition     
class
 _getPortableTableIndexesList     
class
 _getPortableTableIndexDefinition     
class
 _getPortableTableColumnList     
class
 _getPortableTableColumnDefinition     
class
 _getPortableViewDefinition     
class
 _getPortableTableForeignKeysList     
class
 getTableDiffForAlterForeignKey     
class
 parseColumnCollationFromSQL     
class
 parseTableCommentFromSQL     
class
 parseColumnCommentFromSQL     
class
 getCreateTableSQL     
class
 listTableDetails     
class
 __construct     
class
 getName     
class
 getNewName     
class
 dropDatabase     
class
 _getPortableViewDefinition     
class
 _getPortableUserDefinition     
class
 _getPortableTableDefinition     
class
 _getPortableTableIndexesList     
class
 _getPortableTableColumnDefinition     
class
 _getPortableTableForeignKeysList     
class
 _getPortableSequenceDefinition     
class
 _getPortableFunctionDefinition     
class
 _getPortableDatabaseDefinition     
class
 createDatabase     
class
 dropAutoincrement     
class
 dropTable     
class
 getQuotedIdentifierName     
class
 killUserSessions     
class
 listTableDetails     
class
 __construct     
class
 getDatabasePlatform     
class
 tryMethod     
class
 listDatabases     
class
 listNamespaceNames     
class
 listSequences     
class
 listTableColumns     
class
 listTableIndexes     
class
 tablesExist     
class
 listTableNames     
class
 filterAssetNames     
class
 getFilterSchemaAssetsExpression     
class
 listTables     
class
 listTableDetails     
class
 listViews     
class
 listTableForeignKeys     
class
 dropDatabase     
class
 dropTable     
class
 dropIndex     
class
 dropConstraint     
class
 dropForeignKey     
class
 dropSequence     
class
 dropView     
class
 createDatabase     
class
 createTable     
class
 createSequence     
class
 createConstraint     
class
 createIndex     
class
 createForeignKey     
class
 createView     
class
 dropAndCreateConstraint     
class
 dropAndCreateIndex     
class
 dropAndCreateForeignKey     
class
 dropAndCreateSequence     
class
 dropAndCreateTable     
class
 dropAndCreateDatabase     
class
 dropAndCreateView     
class
 alterTable     
class
 renameTable     
class
 _getPortableDatabasesList     
class
 getPortableNamespacesList     
class
 _getPortableDatabaseDefinition     
class
 getPortableNamespaceDefinition     
class
 _getPortableFunctionsList     
class
 _getPortableFunctionDefinition     
class
 _getPortableTriggersList     
class
 _getPortableTriggerDefinition     
class
 _getPortableSequencesList     
class
 _getPortableSequenceDefinition     
class
 _getPortableTableColumnList     
class
 _getPortableTableColumnDefinition     
class
 _getPortableTableIndexesList     
class
 _getPortableTablesList     
class
 _getPortableTableDefinition     
class
 _getPortableUsersList     
class
 _getPortableUserDefinition     
class
 _getPortableViewsList     
class
 _getPortableViewDefinition     
class
 _getPortableTableForeignKeysList     
class
 _getPortableTableForeignKeyDefinition     
class
 _execSql     
class
 createSchema     
class
 createSchemaConfig     
class
 getSchemaSearchPaths     
class
 extractDoctrineTypeFromComment     
class
 removeDoctrineTypeFromComment     
class
 __construct     
class
 getSql     
class
 __construct     
class
 createIdentifierMap     
class
 getLocalTableName     
class
 setLocalTable     
class
 getLocalTable     
class
 getLocalColumns     
class
 getQuotedLocalColumns     
class
 getUnquotedLocalColumns     
class
 getUnquotedForeignColumns     
class
 getColumns     
class
 getQuotedColumns     
class
 getForeignTableName     
class
 getUnqualifiedForeignTableName     
class
 getQuotedForeignTableName     
class
 getForeignColumns     
class
 getQuotedForeignColumns     
class
 hasOption     
class
 getOption     
class
 getOptions     
class
 onUpdate     
class
 onDelete     
class
 onEvent     
class
 intersectsIndexColumns     
class
 __construct     
class
 hasExplicitForeignKeyIndexes     
class
 _addTable     
class
 _addSequence     
class
 getNamespaces     
class
 getTables     
class
 getTable     
class
 getFullQualifiedAssetName     
class
 getUnquotedAssetName     
class
 hasNamespace     
class
 hasTable     
class
 getTableNames     
class
 hasSequence     
class
 getSequence     
class
 getSequences     
class
 createNamespace     
class
 createTable     
class
 renameTable     
class
 dropTable     
class
 createSequence     
class
 dropSequence     
class
 toSql     
class
 toDropSql     
class
 getMigrateToSql     
class
 getMigrateFromSql     
class
 visit     
class
 __clone     
class
 _getPortableTableColumnDefinition     
class
 _getPortableDatabaseDefinition     
class
 _getPortableTableDefinition     
class
 _getPortableTableForeignKeyDefinition     
class
 _getPortableTableIndexesList     
class
 dropDatabase     
class
 _getPortableSequenceDefinition     
class
 _getPortableTableColumnDefinition     
class
 parseDefaultExpression     
class
 _getPortableTableForeignKeysList     
class
 _getPortableTableIndexesList     
class
 _getPortableTableForeignKeyDefinition     
class
 _getPortableTableDefinition     
class
 _getPortableDatabaseDefinition     
class
 getPortableNamespaceDefinition     
class
 _getPortableViewDefinition     
class
 listTableIndexes     
class
 alterTable     
class
 getColumnConstraintSQL     
class
 closeActiveDatabaseConnections     
class
 listTableDetails     
class
 __construct     
class
 setOptions     
class
 setType     
class
 setLength     
class
 setPrecision     
class
 setScale     
class
 setUnsigned     
class
 setFixed     
class
 setNotnull     
class
 setDefault     
class
 setPlatformOptions     
class
 setPlatformOption     
class
 setColumnDefinition     
class
 getType     
class
 getLength     
class
 getPrecision     
class
 getScale     
class
 getUnsigned     
class
 getFixed     
class
 getNotnull     
class
 getDefault     
class
 getPlatformOptions     
class
 hasPlatformOption     
class
 getPlatformOption     
class
 getColumnDefinition     
class
 getAutoincrement     
class
 setAutoincrement     
class
 setComment     
class
 getComment     
class
 setCustomSchemaOption     
class
 hasCustomSchemaOption     
class
 getCustomSchemaOption     
class
 setCustomSchemaOptions     
class
 getCustomSchemaOptions     
class
 toArray     
class
 __construct     
class
 hasChanged     
class
 getOldColumnName     
class
 tableDoesNotExist     
class
 indexNameInvalid     
class
 indexDoesNotExist     
class
 indexAlreadyExists     
class
 columnDoesNotExist     
class
 namespaceAlreadyExists     
class
 tableAlreadyExists     
class
 columnAlreadyExists     
class
 sequenceAlreadyExists     
class
 sequenceDoesNotExist     
class
 foreignKeyDoesNotExist     
class
 namedForeignKeyRequired     
class
 alterTableChangeNotSupported     
class
 createDatabase     
class
 dropDatabase     
class
 startDatabase     
class
 stopDatabase     
class
 _getPortableDatabaseDefinition     
class
 _getPortableSequenceDefinition     
class
 _getPortableTableColumnDefinition     
class
 _getPortableTableDefinition     
class
 _getPortableTableForeignKeyDefinition     
class
 _getPortableTableForeignKeysList     
class
 _getPortableTableIndexesList     
class
 _getPortableViewDefinition     
class
 _setName     
class
 isInDefaultNamespace     
class
 getNamespaceName     
class
 getShortestName     
class
 getFullQualifiedName     
class
 isQuoted     
class
 isIdentifierQuoted     
class
 trimQuotes     
class
 getName     
class
 getQuotedName     
class
 _generateIdentifierName     
class
 __construct     
class
 _addColumn     
class
 getColumns     
class
 getQuotedColumns     
class
 getUnquotedColumns     
class
 isSimpleIndex     
class
 isUnique     
class
 isPrimary     
class
 hasColumnAtPosition     
class
 spansColumns     
class
 isFullfilledBy     
class
 overrules     
class
 getFlags     
class
 addFlag     
class
 hasFlag     
class
 removeFlag     
class
 hasOption     
class
 getOption     
class
 getOptions     
class
 samePartialIndex     
class
 hasSameColumnLengths     
class
 __construct     
class
 setSchemaConfig     
class
 _getMaxIdentifierLength     
class
 setPrimaryKey     
class
 addIndex     
class
 dropPrimaryKey     
class
 dropIndex     
class
 addUniqueIndex     
class
 renameIndex     
class
 columnsAreIndexed     
class
 _createIndex     
class
 addColumn     
class
 renameColumn     
class
 changeColumn     
class
 dropColumn     
class
 addForeignKeyConstraint     
class
 addUnnamedForeignKeyConstraint     
class
 addNamedForeignKeyConstraint     
class
 addOption     
class
 _addColumn     
class
 _addIndex     
class
 _addForeignKeyConstraint     
class
 hasForeignKey     
class
 getForeignKey     
class
 removeForeignKey     
class
 getColumns     
class
 getForeignKeyColumns     
class
 filterColumns     
class
 hasColumn     
class
 getColumn     
class
 getPrimaryKey     
class
 getPrimaryKeyColumns     
class
 hasPrimaryKey     
class
 hasIndex     
class
 getIndex     
class
 getIndexes     
class
 getForeignKeys     
class
 hasOption     
class
 getOption     
class
 getOptions     
class
 visit     
class
 __clone     
class
 normalizeIdentifier     
class
 setComment     
class
 getComment     
class
 __construct     
class
 getAllocationSize     
class
 getInitialValue     
class
 getCache     
class
 setAllocationSize     
class
 setInitialValue     
class
 setCache     
class
 isAutoIncrementsFor     
class
 visit     
class
 hasExplicitForeignKeyIndexes     
class
 setExplicitForeignKeyIndexes     
class
 setMaxIdentifierLength     
class
 getMaxIdentifierLength     
class
 getName     
class
 setName     
class
 getDefaultTableOptions     
class
 setDefaultTableOptions     
class
 compareSchemas     
class
 compare     
class
 isAutoIncrementSequenceInSchema     
class
 diffSequence     
class
 diffTable     
class
 detectColumnRenamings     
class
 detectIndexRenamings     
class
 diffForeignKey     
class
 diffColumn     
class
 isALegacyJsonComparison     
class
 diffIndex     
class
 __construct     
class
 toSaveSql     
class
 toSql     
class
 _toSql     
class
 _getPortableViewDefinition     
class
 _getPortableTableDefinition     
class
 _getPortableUserDefinition     
class
 _getPortableTableIndexesList     
class
 _getPortableDatabaseDefinition     
class
 _getPortableTableColumnDefinition     
class
 getMariaDb1027ColumnDefault     
class
 _getPortableTableForeignKeysList     
class
 listTableDetails     
class
 parseCreateOptions     
class
 listTableNames     
class
 _getPortableTableColumnDefinition     
class
 _getPortableTablesList     
class
 _getPortableTableIndexesList     
class
 _getPortableTableForeignKeyDefinition     
class
 _getPortableTableForeignKeysList     
class
 _getPortableForeignKeyRuleDef     
class
 _getPortableViewDefinition     
class
 listTableDetails     
class
 __construct     
class
 acceptSchema     
class
 acceptNamespace     
class
 acceptTable     
class
 acceptColumn     
class
 acceptForeignKey     
class
 acceptIndex     
class
 acceptSequence     
class
 __construct     
class
 acceptNamespace     
class
 acceptTable     
class
 acceptForeignKey     
class
 acceptSequence     
class
 resetQueries     
class
 getQueries     
class
 acceptSchema     
class
 acceptTable     
class
 acceptSequence     
class
 acceptForeignKey     
class
 __construct     
class
 acceptTable     
class
 acceptForeignKey     
class
 acceptSequence     
class
 clearQueries     
class
 getQueries     
class
 acceptForeignKey     
class
 acceptSchema     
class
 acceptTable     
class
 createTableLabel     
class
 createNode     
class
 createNodeRelation     
class
 getOutput     
class
 write     
class
 __construct     
class
 getCreateSchema     
class
 getUpdateSchema     
class
 getDropSchema     
class
 getDropAllSchema     
class
 createSchema     
class
 updateSchema     
class
 dropSchema     
class
 dropAllSchema     
class
 __construct     
class
 processSqlSafely     
class
 processSql     
class
 appendLockHint     
class
 fixSchemaElementName     
class
 getAdvancedForeignKeyOptionsSQL     
class
 getAlterTableSQL     
class
 getAlterTableAddColumnClause     
class
 getAlterTableClause     
class
 getAlterTableRemoveColumnClause     
class
 getAlterTableRenameColumnClause     
class
 getAlterTableRenameTableClause     
class
 getAlterTableChangeColumnClause     
class
 getBigIntTypeDeclarationSQL     
class
 getBinaryDefaultLength     
class
 getBinaryMaxLength     
class
 getBlobTypeDeclarationSQL     
class
 getBooleanTypeDeclarationSQL     
class
 getClobTypeDeclarationSQL     
class
 getCommentOnColumnSQL     
class
 getConcatExpression     
class
 getCreateConstraintSQL     
class
 getCreateDatabaseSQL     
class
 getCreateIndexSQL     
class
 getCreatePrimaryKeySQL     
class
 getCreateTemporaryTableSnippetSQL     
class
 getCreateViewSQL     
class
 getCurrentDateSQL     
class
 getCurrentTimeSQL     
class
 getCurrentTimestampSQL     
class
 getDateArithmeticIntervalExpression     
class
 getDateDiffExpression     
class
 getDateTimeFormatString     
class
 getDateTimeTypeDeclarationSQL     
class
 getDateTimeTzFormatString     
class
 getDateTypeDeclarationSQL     
class
 getDefaultTransactionIsolationLevel     
class
 getDropDatabaseSQL     
class
 getDropIndexSQL     
class
 getDropViewSQL     
class
 getForeignKeyBaseDeclarationSQL     
class
 getForeignKeyMatchClauseSQL     
class
 getForeignKeyReferentialActionSQL     
class
 getForUpdateSQL     
class
 getGuidExpression     
class
 getGuidTypeDeclarationSQL     
class
 getIndexDeclarationSQL     
class
 getIntegerTypeDeclarationSQL     
class
 getListDatabasesSQL     
class
 getListTableColumnsSQL     
class
 getListTableConstraintsSQL     
class
 getListTableForeignKeysSQL     
class
 getListTableIndexesSQL     
class
 getListTablesSQL     
class
 getListUsersSQL     
class
 getListViewsSQL     
class
 getLocateExpression     
class
 getMaxIdentifierLength     
class
 getMd5Expression     
class
 getName     
class
 getPrimaryKeyDeclarationSQL     
class
 getSetTransactionIsolationSQL     
class
 getSmallIntTypeDeclarationSQL     
class
 getStartDatabaseSQL     
class
 getStopDatabaseSQL     
class
 getSubstringExpression     
class
 getTemporaryTableSQL     
class
 getTimeFormatString     
class
 getTimeTypeDeclarationSQL     
class
 getTrimExpression     
class
 getTruncateTableSQL     
class
 getUniqueConstraintDeclarationSQL     
class
 getVarcharDefaultLength     
class
 getVarcharMaxLength     
class
 hasNativeGuidType     
class
 prefersIdentityColumns     
class
 supportsCommentOnStatement     
class
 supportsIdentityColumns     
class
 _getCommonIntegerTypeDeclarationSQL     
class
 _getCreateTableSQL     
class
 _getTransactionIsolationLevelSQL     
class
 doModifyLimitQuery     
class
 getTopClauseSQL     
class
 getAdvancedIndexOptionsSQL     
class
 getBinaryTypeDeclarationSQLSnippet     
class
 getTableConstraintDeclarationSQL     
class
 getCreateIndexSQLFlags     
class
 getRenameIndexSQL     
class
 getReservedKeywordsClass     
class
 getVarcharTypeDeclarationSQLSnippet     
class
 initializeDoctrineTypeMappings     
class
 getReservedKeywordsClass     
class
 getCharMaxLength     
class
 getBinaryMaxLength     
class
 getBinaryDefaultLength     
class
 getVarcharTypeDeclarationSQL     
class
 getBlobTypeDeclarationSQL     
class
 initializeDoctrineTypeMappings     
class
 isCommentedDoctrineType     
class
 getVarcharTypeDeclarationSQLSnippet     
class
 getBinaryTypeDeclarationSQLSnippet     
class
 getClobTypeDeclarationSQL     
class
 getName     
class
 getBooleanTypeDeclarationSQL     
class
 getIntegerTypeDeclarationSQL     
class
 getBigIntTypeDeclarationSQL     
class
 getSmallIntTypeDeclarationSQL     
class
 _getCommonIntegerTypeDeclarationSQL     
class
 getBitAndComparisonExpression     
class
 getBitOrComparisonExpression     
class
 getDateArithmeticIntervalExpression     
class
 getDateDiffExpression     
class
 getDateTimeTypeDeclarationSQL     
class
 getDateTypeDeclarationSQL     
class
 getTimeTypeDeclarationSQL     
class
 getTruncateTableSQL     
class
 getListTableColumnsSQL     
class
 getListTablesSQL     
class
 getListViewsSQL     
class
 getListTableIndexesSQL     
class
 getListTableForeignKeysSQL     
class
 getCreateViewSQL     
class
 getDropViewSQL     
class
 getCreateDatabaseSQL     
class
 getDropDatabaseSQL     
class
 supportsCreateDropDatabase     
class
 supportsReleaseSavepoints     
class
 supportsCommentOnStatement     
class
 getCurrentDateSQL     
class
 getCurrentTimeSQL     
class
 getCurrentTimestampSQL     
class
 getIndexDeclarationSQL     
class
 _getCreateTableSQL     
class
 getAlterTableSQL     
class
 gatherAlterColumnSQL     
class
 getAlterColumnClausesSQL     
class
 getPreAlterTableIndexForeignKeySQL     
class
 getRenameIndexSQL     
class
 getDefaultValueDeclarationSQL     
class
 getEmptyIdentityInsertSQL     
class
 getCreateTemporaryTableSnippetSQL     
class
 getTemporaryTableName     
class
 doModifyLimitQuery     
class
 getLocateExpression     
class
 getSubstringExpression     
class
 supportsIdentityColumns     
class
 prefersIdentityColumns     
class
 getSQLResultCasing     
class
 getForUpdateSQL     
class
 getDummySelectSQL     
class
 supportsSavepoints     
class
 getReservedKeywordsClass     
class
 getListTableCommentsSQL     
class
 setUseBooleanTrueFalseStrings     
class
 getSubstringExpression     
class
 getNowExpression     
class
 getRegexpExpression     
class
 getLocateExpression     
class
 getDateArithmeticIntervalExpression     
class
 getDateDiffExpression     
class
 supportsSequences     
class
 supportsSchemas     
class
 getDefaultSchemaName     
class
 supportsIdentityColumns     
class
 supportsPartialIndexes     
class
 usesSequenceEmulatedIdentityColumns     
class
 getIdentitySequenceName     
class
 supportsCommentOnStatement     
class
 prefersSequences     
class
 hasNativeGuidType     
class
 getListDatabasesSQL     
class
 getListNamespacesSQL     
class
 getListSequencesSQL     
class
 getListTablesSQL     
class
 getListViewsSQL     
class
 getListTableForeignKeysSQL     
class
 getCreateViewSQL     
class
 getDropViewSQL     
class
 getListTableConstraintsSQL     
class
 getListTableIndexesSQL     
class
 getTableWhereClause     
class
 getListTableColumnsSQL     
class
 getCreateDatabaseSQL     
class
 getDisallowDatabaseConnectionsSQL     
class
 getCloseActiveDatabaseConnectionsSQL     
class
 getAdvancedForeignKeyOptionsSQL     
class
 getAlterTableSQL     
class
 isUnchangedBinaryColumn     
class
 getRenameIndexSQL     
class
 getCommentOnColumnSQL     
class
 getCreateSequenceSQL     
class
 getAlterSequenceSQL     
class
 getSequenceCacheSQL     
class
 getDropSequenceSQL     
class
 getCreateSchemaSQL     
class
 getDropForeignKeySQL     
class
 _getCreateTableSQL     
class
 convertSingleBooleanValue     
class
 doConvertBooleans     
class
 convertBooleans     
class
 convertBooleansToDatabaseValue     
class
 convertFromBoolean     
class
 getSequenceNextValSQL     
class
 getSetTransactionIsolationSQL     
class
 getBooleanTypeDeclarationSQL     
class
 getIntegerTypeDeclarationSQL     
class
 getBigIntTypeDeclarationSQL     
class
 getSmallIntTypeDeclarationSQL     
class
 getGuidTypeDeclarationSQL     
class
 getDateTimeTypeDeclarationSQL     
class
 getDateTimeTzTypeDeclarationSQL     
class
 getDateTypeDeclarationSQL     
class
 getTimeTypeDeclarationSQL     
class
 getGuidExpression     
class
 _getCommonIntegerTypeDeclarationSQL     
class
 getVarcharTypeDeclarationSQLSnippet     
class
 getBinaryTypeDeclarationSQLSnippet     
class
 getClobTypeDeclarationSQL     
class
 getName     
class
 getSQLResultCasing     
class
 getDateTimeTzFormatString     
class
 getEmptyIdentityInsertSQL     
class
 getTruncateTableSQL     
class
 getReadLockSQL     
class
 initializeDoctrineTypeMappings     
class
 getVarcharMaxLength     
class
 getBinaryMaxLength     
class
 getBinaryDefaultLength     
class
 getReservedKeywordsClass     
class
 getBlobTypeDeclarationSQL     
class
 getDefaultValueDeclarationSQL     
class
 isSerialColumn     
class
 typeChangeBreaksDefaultValue     
class
 isNumericType     
class
 getOldColumnComment     
class
 getListTableMetadataSQL     
class
 supportsColumnCollation     
class
 getReservedKeywordsClass     
class
 getColumnCollationDeclarationSQL     
class
 getListTableColumnsSQL     
class
 getReservedKeywordsClass     
class
 getListSequencesSQL     
class
 __construct     
class
 getName     
class
 getIdentifierQuoteCharacter     
class
 getConcatExpression     
class
 getDateArithmeticIntervalExpression     
class
 getDateDiffExpression     
class
 getBooleanTypeDeclarationSQL     
class
 getIntegerTypeDeclarationSQL     
class
 _getCommonIntegerTypeDeclarationSQL     
class
 getBigIntTypeDeclarationSQL     
class
 getSmallIntTypeDeclarationSQL     
class
 getVarcharTypeDeclarationSQLSnippet     
class
 getBinaryTypeDeclarationSQLSnippet     
class
 initializeDoctrineTypeMappings     
class
 getClobTypeDeclarationSQL     
class
 getBlobTypeDeclarationSQL     
class
 getCreateDatabaseSQL     
class
 getDropDatabaseSQL     
class
 _getCreateTableSQL     
class
 buildTableOptions     
class
 buildPartitionOptions     
class
 getListDatabasesSQL     
class
 getReservedKeywordsClass     
class
 getListTablesSQL     
class
 getListTableColumnsSQL     
class
 getListTableForeignKeysSQL     
class
 getListTableIndexesSQL     
class
 prefersIdentityColumns     
class
 supportsIdentityColumns     
class
 supportsInlineColumnComments     
class
 supportsViews     
class
 supportsColumnCollation     
class
 getDropIndexSQL     
class
 getDropPrimaryKeySQL     
class
 getDateTimeTypeDeclarationSQL     
class
 getTimeTypeDeclarationSQL     
class
 getDateTypeDeclarationSQL     
class
 getAlterTableSQL     
class
 getDropTemporaryTableSQL     
class
 convertBooleans     
class
 getLocateExpression     
class
 getGuidExpression     
class
 getRegexpExpression     
class
 __construct     
class
 setEventManager     
class
 getEventManager     
class
 getBooleanTypeDeclarationSQL     
class
 getIntegerTypeDeclarationSQL     
class
 getBigIntTypeDeclarationSQL     
class
 getSmallIntTypeDeclarationSQL     
class
 _getCommonIntegerTypeDeclarationSQL     
class
 initializeDoctrineTypeMappings     
class
 initializeAllDoctrineTypeMappings     
class
 getAsciiStringTypeDeclarationSQL     
class
 getVarcharTypeDeclarationSQL     
class
 getBinaryTypeDeclarationSQL     
class
 getGuidTypeDeclarationSQL     
class
 getJsonTypeDeclarationSQL     
class
 getVarcharTypeDeclarationSQLSnippet     
class
 getBinaryTypeDeclarationSQLSnippet     
class
 getClobTypeDeclarationSQL     
class
 getBlobTypeDeclarationSQL     
class
 getName     
class
 registerDoctrineTypeMapping     
class
 getDoctrineTypeMapping     
class
 hasDoctrineTypeMappingFor     
class
 initializeCommentedDoctrineTypes     
class
 isCommentedDoctrineType     
class
 markDoctrineTypeCommented     
class
 getDoctrineTypeComment     
class
 getColumnComment     
class
 getIdentifierQuoteCharacter     
class
 getSqlCommentStartString     
class
 getSqlCommentEndString     
class
 getCharMaxLength     
class
 getVarcharMaxLength     
class
 getVarcharDefaultLength     
class
 getBinaryMaxLength     
class
 getBinaryDefaultLength     
class
 getWildcards     
class
 getRegexpExpression     
class
 getGuidExpression     
class
 getAvgExpression     
class
 getCountExpression     
class
 getMaxExpression     
class
 getMinExpression     
class
 getSumExpression     
class
 getMd5Expression     
class
 getLengthExpression     
class
 getSqrtExpression     
class
 getRoundExpression     
class
 getModExpression     
class
 getTrimExpression     
class
 getRtrimExpression     
class
 getLtrimExpression     
class
 getUpperExpression     
class
 getLowerExpression     
class
 getLocateExpression     
class
 getNowExpression     
class
 getSubstringExpression     
class
 getConcatExpression     
class
 getNotExpression     
class
 getIsNullExpression     
class
 getIsNotNullExpression     
class
 getBetweenExpression     
class
 getAcosExpression     
class
 getSinExpression     
class
 getPiExpression     
class
 getCosExpression     
class
 getDateDiffExpression     
class
 getDateAddSecondsExpression     
class
 getDateSubSecondsExpression     
class
 getDateAddMinutesExpression     
class
 getDateSubMinutesExpression     
class
 getDateAddHourExpression     
class
 getDateSubHourExpression     
class
 getDateAddDaysExpression     
class
 getDateSubDaysExpression     
class
 getDateAddWeeksExpression     
class
 getDateSubWeeksExpression     
class
 getDateAddMonthExpression     
class
 getDateSubMonthExpression     
class
 getDateAddQuartersExpression     
class
 getDateSubQuartersExpression     
class
 getDateAddYearsExpression     
class
 getDateSubYearsExpression     
class
 getDateArithmeticIntervalExpression     
class
 getBitAndComparisonExpression     
class
 getBitOrComparisonExpression     
class
 getForUpdateSQL     
class
 appendLockHint     
class
 getReadLockSQL     
class
 getWriteLockSQL     
class
 getDropDatabaseSQL     
class
 getDropTableSQL     
class
 getDropTemporaryTableSQL     
class
 getDropIndexSQL     
class
 getDropConstraintSQL     
class
 getDropForeignKeySQL     
class
 getCreateTableSQL     
class
 getCommentOnTableSQL     
class
 getCommentOnColumnSQL     
class
 getInlineColumnCommentSQL     
class
 _getCreateTableSQL     
class
 getCreateTemporaryTableSnippetSQL     
class
 getCreateSequenceSQL     
class
 getAlterSequenceSQL     
class
 getCreateConstraintSQL     
class
 getCreateIndexSQL     
class
 getPartialIndexSQL     
class
 getCreateIndexSQLFlags     
class
 getCreatePrimaryKeySQL     
class
 getCreateSchemaSQL     
class
 quoteIdentifier     
class
 quoteSingleIdentifier     
class
 getCreateForeignKeySQL     
class
 getAlterTableSQL     
class
 onSchemaAlterTableAddColumn     
class
 onSchemaAlterTableRemoveColumn     
class
 onSchemaAlterTableChangeColumn     
class
 onSchemaAlterTableRenameColumn     
class
 onSchemaAlterTable     
class
 getPreAlterTableIndexForeignKeySQL     
class
 getPostAlterTableIndexForeignKeySQL     
class
 getRenameIndexSQL     
class
 _getAlterTableIndexForeignKeySQL     
class
 getColumnDeclarationListSQL     
class
 getColumnDeclarationSQL     
class
 getDecimalTypeDeclarationSQL     
class
 getDefaultValueDeclarationSQL     
class
 getCheckDeclarationSQL     
class
 getUniqueConstraintDeclarationSQL     
class
 getIndexDeclarationSQL     
class
 getCustomTypeDeclarationSQL     
class
 getIndexFieldDeclarationListSQL     
class
 getTemporaryTableSQL     
class
 getTemporaryTableName     
class
 getForeignKeyDeclarationSQL     
class
 getAdvancedForeignKeyOptionsSQL     
class
 getForeignKeyReferentialActionSQL     
class
 getForeignKeyBaseDeclarationSQL     
class
 getUniqueFieldDeclarationSQL     
class
 getColumnCharsetDeclarationSQL     
class
 getColumnCollationDeclarationSQL     
class
 prefersSequences     
class
 prefersIdentityColumns     
class
 convertBooleans     
class
 convertFromBoolean     
class
 convertBooleansToDatabaseValue     
class
 getCurrentDateSQL     
class
 getCurrentTimeSQL     
class
 getCurrentTimestampSQL     
class
 _getTransactionIsolationLevelSQL     
class
 getListDatabasesSQL     
class
 getListNamespacesSQL     
class
 getListSequencesSQL     
class
 getListTableConstraintsSQL     
class
 getListTableColumnsSQL     
class
 getListTablesSQL     
class
 getListUsersSQL     
class
 getListViewsSQL     
class
 getListTableIndexesSQL     
class
 getListTableForeignKeysSQL     
class
 getCreateViewSQL     
class
 getDropViewSQL     
class
 getDropSequenceSQL     
class
 getSequenceNextValSQL     
class
 getCreateDatabaseSQL     
class
 getSetTransactionIsolationSQL     
class
 getDateTimeTypeDeclarationSQL     
class
 getDateTimeTzTypeDeclarationSQL     
class
 getDateTypeDeclarationSQL     
class
 getTimeTypeDeclarationSQL     
class
 getFloatDeclarationSQL     
class
 getDefaultTransactionIsolationLevel     
class
 supportsSequences     
class
 supportsIdentityColumns     
class
 usesSequenceEmulatedIdentityColumns     
class
 getIdentitySequenceName     
class
 supportsIndexes     
class
 supportsPartialIndexes     
class
 supportsColumnLengthIndexes     
class
 supportsAlterTable     
class
 supportsTransactions     
class
 supportsSavepoints     
class
 supportsReleaseSavepoints     
class
 supportsPrimaryConstraints     
class
 supportsForeignKeyConstraints     
class
 supportsForeignKeyOnUpdate     
class
 supportsSchemas     
class
 canEmulateSchemas     
class
 getDefaultSchemaName     
class
 supportsCreateDropDatabase     
class
 supportsGettingAffectedRows     
class
 supportsInlineColumnComments     
class
 supportsCommentOnStatement     
class
 hasNativeGuidType     
class
 hasNativeJsonType     
class
 getIdentityColumnNullInsertSQL     
class
 supportsViews     
class
 supportsColumnCollation     
class
 getDateTimeFormatString     
class
 getDateTimeTzFormatString     
class
 getDateFormatString     
class
 getTimeFormatString     
class
 modifyLimitQuery     
class
 doModifyLimitQuery     
class
 supportsLimitOffset     
class
 getSQLResultCasing     
class
 fixSchemaElementName     
class
 getMaxIdentifierLength     
class
 getEmptyIdentityInsertSQL     
class
 getTruncateTableSQL     
class
 getDummySelectSQL     
class
 createSavePoint     
class
 releaseSavePoint     
class
 rollbackSavePoint     
class
 getReservedKeywordsList     
class
 getReservedKeywordsClass     
class
 quoteStringLiteral     
class
 getStringLiteralQuoteCharacter     
class
 escapeStringForLike     
class
 getLikeWildcardCharacters     
class
 getAlterSequenceSQL     
class
 getCreateSequenceSQL     
class
 getDropSequenceSQL     
class
 getListSequencesSQL     
class
 getSequenceNextValSQL     
class
 supportsSequences     
class
 getReservedKeywordsClass     
class
 doModifyLimitQuery     
class
 supportsLimitOffset     
class
 getClobTypeDeclarationSQL     
class
 getReservedKeywordsClass     
class
 doModifyLimitQuery     
class
 getIdentifierQuoteCharacter     
class
 getRegexpExpression     
class
 getGuidExpression     
class
 getLocateExpression     
class
 getConcatExpression     
class
 getDateArithmeticIntervalExpression     
class
 getDateDiffExpression     
class
 getListDatabasesSQL     
class
 getListTableConstraintsSQL     
class
 getListTableIndexesSQL     
class
 getListViewsSQL     
class
 getListTableForeignKeysSQL     
class
 getCreateViewSQL     
class
 getDropViewSQL     
class
 getVarcharTypeDeclarationSQLSnippet     
class
 getBinaryTypeDeclarationSQLSnippet     
class
 getClobTypeDeclarationSQL     
class
 getDateTimeTypeDeclarationSQL     
class
 getDateTypeDeclarationSQL     
class
 getTimeTypeDeclarationSQL     
class
 getBooleanTypeDeclarationSQL     
class
 getCollationFieldDeclaration     
class
 prefersIdentityColumns     
class
 supportsIdentityColumns     
class
 supportsInlineColumnComments     
class
 supportsColumnCollation     
class
 getListTablesSQL     
class
 getListTableColumnsSQL     
class
 getListTableMetadataSQL     
class
 getCreateDatabaseSQL     
class
 getDropDatabaseSQL     
class
 _getCreateTableSQL     
class
 getDefaultValueDeclarationSQL     
class
 buildTableOptions     
class
 buildPartitionOptions     
class
 getAlterTableSQL     
class
 getPreAlterTableIndexForeignKeySQL     
class
 getPreAlterTableAlterPrimaryKeySQL     
class
 getPreAlterTableAlterIndexForeignKeySQL     
class
 getPreAlterTableRenameIndexForeignKeySQL     
class
 getRemainingForeignKeyConstraintsRequiringRenamedIndexes     
class
 getPostAlterTableIndexForeignKeySQL     
class
 getPostAlterTableRenameIndexForeignKeySQL     
class
 getCreateIndexSQLFlags     
class
 getIntegerTypeDeclarationSQL     
class
 getBigIntTypeDeclarationSQL     
class
 getSmallIntTypeDeclarationSQL     
class
 getFloatDeclarationSQL     
class
 getDecimalTypeDeclarationSQL     
class
 getUnsignedDeclaration     
class
 _getCommonIntegerTypeDeclarationSQL     
class
 getColumnCharsetDeclarationSQL     
class
 getColumnCollationDeclarationSQL     
class
 getAdvancedForeignKeyOptionsSQL     
class
 getDropIndexSQL     
class
 getDropPrimaryKeySQL     
class
 getSetTransactionIsolationSQL     
class
 getName     
class
 getReadLockSQL     
class
 initializeDoctrineTypeMappings     
class
 getVarcharMaxLength     
class
 getBinaryMaxLength     
class
 getReservedKeywordsClass     
class
 getDropTemporaryTableSQL     
class
 getBlobTypeDeclarationSQL     
class
 quoteStringLiteral     
class
 getDefaultTransactionIsolationLevel     
class
 supportsColumnLengthIndexes     
class
 getCreateSequenceSQL     
class
 getAlterSequenceSQL     
class
 getDateTimeTzFormatString     
class
 getDateTimeTzTypeDeclarationSQL     
class
 getDropSequenceSQL     
class
 getListSequencesSQL     
class
 getSequenceNextValSQL     
class
 supportsSequences     
class
 getAdvancedIndexOptionsSQL     
class
 getReservedKeywordsClass     
class
 initializeDoctrineTypeMappings     
class
 getCurrentDateSQL     
class
 getCurrentTimeSQL     
class
 getConvertExpression     
class
 getDateArithmeticIntervalExpression     
class
 getDateDiffExpression     
class
 prefersIdentityColumns     
class
 supportsIdentityColumns     
class
 supportsReleaseSavepoints     
class
 supportsSchemas     
class
 getDefaultSchemaName     
class
 supportsColumnCollation     
class
 hasNativeGuidType     
class
 getCreateDatabaseSQL     
class
 getDropDatabaseSQL     
class
 supportsCreateDropDatabase     
class
 getCreateSchemaSQL     
class
 getDropForeignKeySQL     
class
 getDropIndexSQL     
class
 _getCreateTableSQL     
class
 getCreatePrimaryKeySQL     
class
 getCreateColumnCommentSQL     
class
 getDefaultConstraintDeclarationSQL     
class
 getUniqueConstraintDeclarationSQL     
class
 getCreateIndexSQL     
class
 getCreateIndexSQLFlags     
class
 _appendUniqueConstraintDefinition     
class
 getAlterTableSQL     
class
 getAlterTableAddDefaultConstraintClause     
class
 getAlterTableDropDefaultConstraintClause     
class
 alterColumnRequiresDropDefaultConstraint     
class
 getAlterColumnCommentSQL     
class
 getDropColumnCommentSQL     
class
 getRenameIndexSQL     
class
 getAddExtendedPropertySQL     
class
 getDropExtendedPropertySQL     
class
 getUpdateExtendedPropertySQL     
class
 getEmptyIdentityInsertSQL     
class
 getListTablesSQL     
class
 getListTableColumnsSQL     
class
 getListTableForeignKeysSQL     
class
 getListTableIndexesSQL     
class
 getCreateViewSQL     
class
 getListViewsSQL     
class
 getTableWhereClause     
class
 getDropViewSQL     
class
 getGuidExpression     
class
 getLocateExpression     
class
 getModExpression     
class
 getTrimExpression     
class
 getConcatExpression     
class
 getListDatabasesSQL     
class
 getListNamespacesSQL     
class
 getSubstringExpression     
class
 getLengthExpression     
class
 getSetTransactionIsolationSQL     
class
 getIntegerTypeDeclarationSQL     
class
 getBigIntTypeDeclarationSQL     
class
 getSmallIntTypeDeclarationSQL     
class
 getGuidTypeDeclarationSQL     
class
 getAsciiStringTypeDeclarationSQL     
class
 getVarcharTypeDeclarationSQLSnippet     
class
 getBinaryTypeDeclarationSQLSnippet     
class
 getBinaryMaxLength     
class
 getClobTypeDeclarationSQL     
class
 _getCommonIntegerTypeDeclarationSQL     
class
 getDateTimeTypeDeclarationSQL     
class
 getDateTypeDeclarationSQL     
class
 getTimeTypeDeclarationSQL     
class
 getBooleanTypeDeclarationSQL     
class
 doModifyLimitQuery     
class
 scrubInnerOrderBy     
class
 isOrderByInTopNSubquery     
class
 supportsLimitOffset     
class
 convertBooleans     
class
 getCreateTemporaryTableSnippetSQL     
class
 getTemporaryTableName     
class
 getDateTimeFormatString     
class
 getDateFormatString     
class
 getTimeFormatString     
class
 getDateTimeTzFormatString     
class
 getName     
class
 initializeDoctrineTypeMappings     
class
 createSavePoint     
class
 releaseSavePoint     
class
 rollbackSavePoint     
class
 getForeignKeyReferentialActionSQL     
class
 appendLockHint     
class
 getForUpdateSQL     
class
 getReservedKeywordsClass     
class
 quoteSingleIdentifier     
class
 getTruncateTableSQL     
class
 getBlobTypeDeclarationSQL     
class
 getColumnDeclarationSQL     
class
 generateDefaultConstraintName     
class
 generateIdentifierName     
class
 getCommentOnTableSQL     
class
 getListTableMetadataSQL     
class
 assertValidIdentifier     
class
 getSubstringExpression     
class
 getNowExpression     
class
 getLocateExpression     
class
 getGuidExpression     
class
 getDateArithmeticIntervalExpression     
class
 getDateDiffExpression     
class
 getBitAndComparisonExpression     
class
 getBitOrComparisonExpression     
class
 getCreateSequenceSQL     
class
 getAlterSequenceSQL     
class
 getSequenceCacheSQL     
class
 getSequenceNextValSQL     
class
 getSetTransactionIsolationSQL     
class
 _getTransactionIsolationLevelSQL     
class
 getBooleanTypeDeclarationSQL     
class
 getIntegerTypeDeclarationSQL     
class
 getBigIntTypeDeclarationSQL     
class
 getSmallIntTypeDeclarationSQL     
class
 getDateTimeTypeDeclarationSQL     
class
 getDateTimeTzTypeDeclarationSQL     
class
 getDateTypeDeclarationSQL     
class
 getTimeTypeDeclarationSQL     
class
 _getCommonIntegerTypeDeclarationSQL     
class
 getVarcharTypeDeclarationSQLSnippet     
class
 getBinaryTypeDeclarationSQLSnippet     
class
 getBinaryMaxLength     
class
 getClobTypeDeclarationSQL     
class
 getListDatabasesSQL     
class
 getListSequencesSQL     
class
 _getCreateTableSQL     
class
 getListTableIndexesSQL     
class
 getListTablesSQL     
class
 getListViewsSQL     
class
 getCreateViewSQL     
class
 getDropViewSQL     
class
 getCreateAutoincrementSql     
class
 getDropAutoincrementSql     
class
 normalizeIdentifier     
class
 addSuffix     
class
 getAutoincrementIdentifierName     
class
 getListTableForeignKeysSQL     
class
 getListTableConstraintsSQL     
class
 getListTableColumnsSQL     
class
 getDropSequenceSQL     
class
 getDropForeignKeySQL     
class
 getAdvancedForeignKeyOptionsSQL     
class
 getForeignKeyReferentialActionSQL     
class
 getDropDatabaseSQL     
class
 getAlterTableSQL     
class
 getColumnDeclarationSQL     
class
 getRenameIndexSQL     
class
 prefersSequences     
class
 usesSequenceEmulatedIdentityColumns     
class
 getIdentitySequenceName     
class
 supportsCommentOnStatement     
class
 getName     
class
 doModifyLimitQuery     
class
 getSQLResultCasing     
class
 getCreateTemporaryTableSnippetSQL     
class
 getDateTimeTzFormatString     
class
 getDateFormatString     
class
 getTimeFormatString     
class
 fixSchemaElementName     
class
 getMaxIdentifierLength     
class
 supportsSequences     
class
 supportsForeignKeyOnUpdate     
class
 supportsReleaseSavepoints     
class
 getTruncateTableSQL     
class
 getDummySelectSQL     
class
 initializeDoctrineTypeMappings     
class
 releaseSavePoint     
class
 getReservedKeywordsClass     
class
 getBlobTypeDeclarationSQL     
class
 getListTableCommentsSQL     
class
 getListTablesSQL     
class
 getDateTimeTypeDeclarationSQL     
class
 getDateTypeDeclarationSQL     
class
 getTimeTypeDeclarationSQL     
class
 getDateTimeTzTypeDeclarationSQL     
class
 getDateTimeFormatString     
class
 getDateTimeTzFormatString     
class
 getDateFormatString     
class
 getTimeFormatString     
class
 initializeDoctrineTypeMappings     
class
 getReservedKeywordsClass     
class
 getLikeWildcardCharacters     
class
 getAdvancedIndexOptionsSQL     
class
 getReservedKeywordsClass     
class
 __construct     
class
 hasNativeJsonType     
class
 getJsonTypeDeclarationSQL     
class
 getPreAlterTableRenameIndexForeignKeySQL     
class
 getPostAlterTableRenameIndexForeignKeySQL     
class
 getRenameIndexSQL     
class
 getReservedKeywordsClass     
class
 initializeDoctrineTypeMappings     
class
 getJsonTypeDeclarationSQL     
class
 getReservedKeywordsClass     
class
 initializeDoctrineTypeMappings     
class
 getCreateTableSQL     
class
 getRegexpExpression     
class
 getReservedKeywordsClass     
class
 getJsonTypeDeclarationSQL     
class
 getReservedKeywordsClass     
class
 initializeDoctrineTypeMappings     
class
 getRegexpExpression     
class
 getGuidExpression     
class
 getNowExpression     
class
 getTrimExpression     
class
 getSubstringExpression     
class
 getLocateExpression     
class
 getDateArithmeticIntervalExpression     
class
 getDateDiffExpression     
class
 _getTransactionIsolationLevelSQL     
class
 getSetTransactionIsolationSQL     
class
 prefersIdentityColumns     
class
 getBooleanTypeDeclarationSQL     
class
 getIntegerTypeDeclarationSQL     
class
 getBigIntTypeDeclarationSQL     
class
 getTinyIntTypeDeclarationSql     
class
 getSmallIntTypeDeclarationSQL     
class
 getMediumIntTypeDeclarationSql     
class
 getDateTimeTypeDeclarationSQL     
class
 getDateTypeDeclarationSQL     
class
 getTimeTypeDeclarationSQL     
class
 _getCommonIntegerTypeDeclarationSQL     
class
 getForeignKeyDeclarationSQL     
class
 _getCreateTableSQL     
class
 getNonAutoincrementPrimaryKeyDefinition     
class
 getVarcharTypeDeclarationSQLSnippet     
class
 getBinaryTypeDeclarationSQLSnippet     
class
 getBinaryMaxLength     
class
 getBinaryDefaultLength     
class
 getClobTypeDeclarationSQL     
class
 getListTableConstraintsSQL     
class
 getListTableColumnsSQL     
class
 getListTableIndexesSQL     
class
 getListTablesSQL     
class
 getListViewsSQL     
class
 getCreateViewSQL     
class
 getDropViewSQL     
class
 getAdvancedForeignKeyOptionsSQL     
class
 supportsIdentityColumns     
class
 supportsColumnCollation     
class
 supportsInlineColumnComments     
class
 getName     
class
 getTruncateTableSQL     
class
 udfSqrt     
class
 udfMod     
class
 udfLocate     
class
 getForUpdateSQL     
class
 getInlineColumnCommentSQL     
class
 getInlineTableCommentSQL     
class
 initializeDoctrineTypeMappings     
class
 getReservedKeywordsClass     
class
 getPreAlterTableIndexForeignKeySQL     
class
 getPostAlterTableIndexForeignKeySQL     
class
 doModifyLimitQuery     
class
 getBlobTypeDeclarationSQL     
class
 getTemporaryTableName     
class
 canEmulateSchemas     
class
 supportsForeignKeyConstraints     
class
 getCreatePrimaryKeySQL     
class
 getCreateForeignKeySQL     
class
 getDropForeignKeySQL     
class
 getCreateConstraintSQL     
class
 getCreateTableSQL     
class
 getListTableForeignKeysSQL     
class
 getAlterTableSQL     
class
 getSimpleAlterTableSQL     
class
 getColumnNamesInAlteredTable     
class
 getIndexesInAlteredTable     
class
 getForeignKeysInAlteredTable     
class
 getPrimaryIndexInAlteredTable     
class
 getJsonTypeDeclarationSQL     
class
 getSmallIntTypeDeclarationSQL     
class
 hasNativeJsonType     
class
 getReservedKeywordsClass     
class
 initializeDoctrineTypeMappings     
class
 getCloseActiveDatabaseConnectionsSQL     
class
 getName     
class
 getKeywords     
class
 __construct     
class
 getViolations     
class
 isReservedWord     
class
 addViolation     
class
 acceptColumn     
class
 acceptForeignKey     
class
 acceptIndex     
class
 acceptSchema     
class
 acceptSequence     
class
 acceptTable     
class
 getName     
class
 getKeywords     
class
 getName     
class
 getKeywords     
class
 isKeyword     
class
 initializeKeywords     
class
 getKeywords     
class
 getName     
class
 getName     
class
 getKeywords     
class
 getName     
class
 getKeywords     
class
 getName     
class
 getKeywords     
class
 getName     
class
 getKeywords     
class
 getName     
class
 getKeywords     
class
 getName     
class
 getKeywords     
class
 getName     
class
 getKeywords     
class
 getName     
class
 getKeywords     
class
 getName     
class
 getKeywords     
class
 getName     
class
 getKeywords     
class
 getName     
class
 getKeywords     
class
 getName     
class
 getKeywords     
class
 getName     
class
 getKeywords     
class
 getName     
class
 getKeywords     
class
 getName     
class
 getKeywords     
class
 getName     
class
 getKeywords     
class
 getName     
class
 getName     
class
 getName     
class
 getKeywords     
class
 convertToPHPValue     
class
 getName     
class
 requiresSQLCommentHint     
class
 getName     
class
 getSQLDeclaration     
class
 getBindingType     
class
 convertToPHPValue     
class
 getName     
class
 getSQLDeclaration     
class
 convertToPHPValue     
class
 getBindingType     
class
 getName     
class
 convertToDatabaseValue     
class
 convertToPHPValue     
class
 requiresSQLCommentHint     
class
 getName     
class
 getSQLDeclaration     
class
 convertToPHPValue     
class
 getBindingType     
class
 __construct     
class
 getName     
class
 convertToDatabaseValue     
class
 convertToPHPValue     
class
 requiresSQLCommentHint     
class
 conversionFailed     
class
 conversionFailedFormat     
class
 conversionFailedInvalidType     
class
 conversionFailedSerialization     
class
 conversionFailedUnserialization     
class
 getSQLDeclaration     
class
 convertToPHPValue     
class
 getName     
class
 getBindingType     
class
 getSQLDeclaration     
class
 getDefaultLength     
class
 getName     
class
 __construct     
class
 convertToDatabaseValue     
class
 convertToPHPValue     
class
 getDefaultLength     
class
 getSQLDeclaration     
class
 getName     
class
 getTypeRegistry     
class
 createTypeRegistry     
class
 getType     
class
 addType     
class
 hasType     
class
 overrideType     
class
 getBindingType     
class
 getTypesMap     
class
 __toString     
class
 canRequireSQLConversion     
class
 convertToDatabaseValueSQL     
class
 convertToPHPValueSQL     
class
 getMappedDatabaseTypes     
class
 requiresSQLCommentHint     
class
 getSQLDeclaration     
class
 getName     
class
 requiresSQLCommentHint     
class
 getName     
class
 getSQLDeclaration     
class
 convertToDatabaseValue     
class
 convertToPHPValue     
class
 getName     
class
 getSQLDeclaration     
class
 convertToDatabaseValue     
class
 convertToPHPValue     
class
 getSQLDeclaration     
class
 convertToDatabaseValue     
class
 convertToPHPValue     
class
 getName     
class
 getBindingType     
class
 getSQLDeclaration     
class
 convertToDatabaseValue     
class
 convertToPHPValue     
class
 getName     
class
 requiresSQLCommentHint     
class
 getSQLDeclaration     
class
 convertToPHPValue     
class
 getName     
class
 getBindingType     
class
 getName     
class
 convertToDatabaseValue     
class
 convertToPHPValue     
class
 requiresSQLCommentHint     
class
 getSQLDeclaration     
class
 convertToDatabaseValue     
class
 convertToPHPValue     
class
 getName     
class
 requiresSQLCommentHint     
class
 getSQLDeclaration     
class
 convertToDatabaseValue     
class
 convertToPHPValue     
class
 getName     
class
 requiresSQLCommentHint     
class
 convertToPHPValue     
class
 getName     
class
 getSQLDeclaration     
class
 convertToPHPValue     
class
 getName     
class
 getSQLDeclaration     
class
 convertToDatabaseValue     
class
 convertToPHPValue     
class
 requiresSQLCommentHint     
class
 getSQLDeclaration     
class
 convertToPHPValue     
class
 getName     
class
 getName     
class
 getSQLDeclaration     
class
 convertToDatabaseValue     
class
 convertToPHPValue     
class
 getName     
class
 convertToDatabaseValue     
class
 convertToPHPValue     
class
 requiresSQLCommentHint     
class
 getSQLDeclaration     
class
 getBindingType     
class
 getName     
class
 getName     
class
 getSQLDeclaration     
class
 convertToPHPValue     
class
 getName     
class
 convertToDatabaseValue     
class
 convertToPHPValue     
class
 requiresSQLCommentHint     
class
 __construct     
class
 get     
class
 lookupName     
class
 has     
class
 register     
class
 override     
class
 getMap     
class
 findTypeName     
class
 getName     
class
 getSQLDeclaration     
class
 convertToDatabaseValue     
class
 convertToPHPValue     
class
 getSQLDeclaration     
class
 convertToDatabaseValue     
class
 convertToPHPValue     
class
 getName     
class
 requiresSQLCommentHint     
class
 __construct     
class
 getErrorCode     
class
 getSQLState     
class
 convertException     
class
 createDatabasePlatformForVersion     
class
 getDatabase     
class
 getDatabasePlatform     
class
 getSchemaManager     
class
 convertException     
class
 createDatabasePlatformForVersion     
class
 getDatabase     
class
 getDatabasePlatform     
class
 getSchemaManager     
class
 convertException     
class
 getDatabase     
class
 getDatabasePlatform     
class
 getSchemaManager     
class
 getDatabase     
class
 getDatabasePlatform     
class
 getSchemaManager     
class
 convertException     
class
 __construct     
class
 exec     
class
 getServerVersion     
class
 prepare     
class
 query     
class
 quote     
class
 lastInsertId     
class
 requiresQueryForServerVersion     
class
 __construct     
class
 setFetchMode     
class
 bindValue     
class
 bindParam     
class
 closeCursor     
class
 execute     
class
 fetch     
class
 fetchAll     
class
 fetchColumn     
class
 fetchNumeric     
class
 fetchAssociative     
class
 fetchOne     
class
 fetchAllNumeric     
class
 fetchAllAssociative     
class
 fetchFirstColumn     
class
 free     
class
 convertParamType     
class
 convertFetchMode     
class
 fetchOne     
class
 fetchAllNumeric     
class
 fetchAllAssociative     
class
 fetchFirstColumn     
class
 __construct     
class
 getErrorCode     
class
 getSQLState     
class
 convertException     
class
 createDatabasePlatformForVersion     
class
 getOracleMysqlVersionNumber     
class
 getMariaDbMysqlVersionNumber     
class
 getDatabase     
class
 getDatabasePlatform     
class
 getSchemaManager     
class
 createDatabasePlatformForVersion     
class
 getDatabase     
class
 getDatabasePlatform     
class
 getSchemaManager     
class
 convertException     
class
 convertException     
class
 getDatabase     
class
 getDatabasePlatform     
class
 getSchemaManager     
class
 getEasyConnectString     
class
 __construct     
class
 getIterator     
class
 new
     
class
 connect     
class
 constructPdoDsn     
class
 getName     
class
 __construct     
class
 __toString     
class
 fromArray     
class
 fromConnectionParameters     
class
 renderParams     
class
 renderValue     
class
 __construct     
class
 bindValue     
class
 bindParam     
class
 closeCursor     
class
 columnCount     
class
 errorCode     
class
 errorInfo     
class
 execute     
class
 prepare     
class
 setFetchMode     
class
 getIterator     
class
 fetch     
class
 fetchAll     
class
 fetchColumn     
class
 fetchNumeric     
class
 fetchAssociative     
class
 fetchOne     
class
 fetchAllNumeric     
class
 fetchAllAssociative     
class
 fetchFirstColumn     
class
 rowCount     
class
 free     
class
 doFetch     
class
 connect     
class
 getName     
class
 fromSqlSrvErrors     
class
 __construct     
class
 getServerVersion     
class
 requiresQueryForServerVersion     
class
 prepare     
class
 query     
class
 quote     
class
 exec     
class
 lastInsertId     
class
 beginTransaction     
class
 commit     
class
 rollBack     
class
 errorCode     
class
 errorInfo     
class
 setId     
class
 getId     
class
 new
     
class
 connect     
class
 _constructPdoDsn     
class
 getName     
class
 connect     
class
 _constructPdoDsn     
class
 getName     
class
 __construct     
class
 bindValue     
class
 bindParam     
class
 bind     
class
 closeCursor     
class
 columnCount     
class
 errorCode     
class
 errorInfo     
class
 execute     
class
 setFetchMode     
class
 getIterator     
class
 fetch     
class
 fetchAll     
class
 fetchColumn     
class
 fetchNumeric     
class
 fetchAssociative     
class
 fetchOne     
class
 fetchAllNumeric     
class
 fetchAllAssociative     
class
 fetchFirstColumn     
class
 rowCount     
class
 free     
class
 castObject     
class
 createTemporaryFile     
class
 copyStreamToStream     
class
 writeStringToStream     
class
 __construct     
class
 toString     
class
 fromArray     
class
 fromConnectionParameters     
class
 connect     
class
 getName     
class
 __construct     
class
 getServerVersion     
class
 requiresQueryForServerVersion     
class
 prepare     
class
 query     
class
 quote     
class
 exec     
class
 lastInsertId     
class
 beginTransaction     
class
 commit     
class
 rollBack     
class
 errorCode     
class
 errorInfo     
class
 new
     
class
 new
     
class
 new
     
class
 new
     
class
 new
     
class
 new
     
class
 new
     
class
 connect     
class
 _constructPdoDsn     
class
 getName     
class
 fromErrorInfo     
class
 connect     
class
 _constructDsn     
class
 getName     
class
 __construct     
class
 getServerVersion     
class
 requiresQueryForServerVersion     
class
 prepare     
class
 query     
class
 quote     
class
 exec     
class
 lastInsertId     
class
 getExecuteMode     
class
 beginTransaction     
class
 commit     
class
 rollBack     
class
 errorCode     
class
 errorInfo     
class
 __construct     
class
 convertPositionalToNamedPlaceholders     
class
 findPlaceholderOrOpeningQuote     
class
 findClosingQuote     
class
 findToken     
class
 bindValue     
class
 bindParam     
class
 convertParameterType     
class
 closeCursor     
class
 columnCount     
class
 errorCode     
class
 errorInfo     
class
 execute     
class
 setFetchMode     
class
 getIterator     
class
 fetch     
class
 fetchAll     
class
 fetchColumn     
class
 rowCount     
class
 fetchNumeric     
class
 fetchAssociative     
class
 fetchOne     
class
 fetchAllNumeric     
class
 fetchAllAssociative     
class
 fetchFirstColumn     
class
 free     
class
 doFetch     
class
 doFetchAll     
class
 new
     
class
 new
     
class
 new
     
class
 connect     
class
 createDatabasePlatformForVersion     
class
 getDatabasePlatform     
class
 getSchemaManager     
class
 getName     
class
 quote     
class
 connect     
class
 constructPdoDsn     
class
 getName     
class
 new
     
class
 connect     
class
 getName     
class
 __construct     
class
 bindParam     
class
 bindValue     
class
 execute     
class
 bindTypedParameters     
class
 sendLongData     
class
 bindUntypedValues     
class
 _fetch     
class
 fetch     
class
 fetchAll     
class
 fetchColumn     
class
 fetchNumeric     
class
 fetchAssociative     
class
 fetchOne     
class
 fetchAllNumeric     
class
 fetchAllAssociative     
class
 fetchFirstColumn     
class
 errorCode     
class
 errorInfo     
class
 closeCursor     
class
 rowCount     
class
 columnCount     
class
 free     
class
 setFetchMode     
class
 getIterator     
class
 __construct     
class
 getWrappedResourceHandle     
class
 getServerVersion     
class
 requiresQueryForServerVersion     
class
 prepare     
class
 query     
class
 quote     
class
 exec     
class
 lastInsertId     
class
 beginTransaction     
class
 commit     
class
 rollBack     
class
 errorCode     
class
 errorInfo     
class
 setDriverOptions     
class
 ping     
class
 setSecureConnection     
class
 new
     
class
 new
     
class
 fromOption     
class
 new
     
class
 new
     
class
 new
     
class
 bindParam     
class
 bindValue     
class
 connect     
class
 _constructPdoDsn     
class
 getConnectionOptionsDsn     
class
 getName     
class
 __construct     
class
 lastInsertId     
class
 connect     
class
 getName     
class
 buildDsn     
class
 fromSQLAnywhereError     
class
 __construct     
class
 bindParam     
class
 bindValue     
class
 closeCursor     
class
 columnCount     
class
 errorCode     
class
 errorInfo     
class
 execute     
class
 fetch     
class
 fetchAll     
class
 fetchColumn     
class
 getIterator     
class
 fetchNumeric     
class
 fetchAssociative     
class
 fetchOne     
class
 fetchAllNumeric     
class
 fetchAllAssociative     
class
 fetchFirstColumn     
class
 rowCount     
class
 free     
class
 setFetchMode     
class
 castObject     
class
 __construct     
class
 beginTransaction     
class
 commit     
class
 errorCode     
class
 errorInfo     
class
 exec     
class
 getServerVersion     
class
 lastInsertId     
class
 prepare     
class
 query     
class
 quote     
class
 requiresQueryForServerVersion     
class
 rollBack     
class
 endTransaction     
class
 __construct     
class
 dump     
class
 export     
class
 fillReturnWithClassAttributes     
class
 getClass     
class
 createHelperSet     
class
 run     
class
 addCommands     
class
 printCliConfigTemplate     
class
 __construct     
class
 getDefaultConnection     
class
 getConnection     
class
 __construct     
class
 getConnection     
class
 getName     
class
 __construct     
class
 configure     
class
 execute     
class
 getConnection     
class
 configure     
class
 execute     
class
 __construct     
class
 setKeywordListClass     
class
 configure     
class
 execute     
class
 getConnection     
class
 __construct     
class
 nextValue     
class
 __construct     
class
 acceptSchema     
class
 acceptTable     
class
 acceptColumn     
class
 acceptForeignKey     
class
 acceptIndex     
class
 acceptSequence     
class
 __construct     
class
 getTable     
class
 getColumns     
class
 getOptions     
class
 getPlatform     
class
 addSql     
class
 getSql     
class
 __construct     
class
 getColumn     
class
 getTable     
class
 getPlatform     
class
 addSql     
class
 getSql     
class
 __construct     
class
 getOldColumnName     
class
 getColumn     
class
 getTableDiff     
class
 getPlatform     
class
 addSql     
class
 getSql     
class
 __construct     
class
 getColumn     
class
 getTableDiff     
class
 getPlatform     
class
 addSql     
class
 getSql     
class
 __construct     
class
 getColumn     
class
 getTableDiff     
class
 getPlatform     
class
 addSql     
class
 getSql     
class
 __construct     
class
 getTableDiff     
class
 getPlatform     
class
 addSql     
class
 getSql     
class
 __construct     
class
 setIndex     
class
 getIndex     
class
 getTableIndex     
class
 getTable     
class
 getConnection     
class
 getDatabasePlatform     
class
 __construct     
class
 setColumn     
class
 getColumn     
class
 getTableColumn     
class
 getTable     
class
 getDatabase     
class
 getConnection     
class
 getDatabasePlatform     
class
 __construct     
class
 getTable     
class
 getPlatform     
class
 setSql     
class
 getSql     
class
 __construct     
class
 getConnection     
class
 getDriver     
class
 getDatabasePlatform     
class
 getSchemaManager     
class
 preventDefault     
class
 isDefaultPrevented     
class
 __construct     
class
 getColumnDiff     
class
 getTableDiff     
class
 getPlatform     
class
 addSql     
class
 getSql     
class
 __construct     
class
 postConnect     
class
 getSubscribedEvents     
class
 __construct     
class
 postConnect     
class
 getSubscribedEvents     
class
 __construct     
class
 postConnect     
class
 getSubscribedEvents     
class
 __construct     
class
 isConnectedToPrimary     
class
 connect     
class
 performConnect     
class
 ensureConnectedToPrimary     
class
 ensureConnectedToReplica     
class
 connectTo     
class
 chooseConnectionConfiguration     
class
 executeUpdate     
class
 executeStatement     
class
 beginTransaction     
class
 commit     
class
 rollBack     
class
 delete     
class
 close     
class
 update     
class
 insert     
class
 exec     
class
 createSavepoint     
class
 releaseSavepoint     
class
 rollbackSavepoint     
class
 query     
class
 prepare     
class
 __construct     
class
 isConnectedToMaster     
class
 connect     
class
 deprecated     
class
 fromEmptyCriteria     
class
 fromColumnCount     
class
 __construct     
class
 getErrorCode     
class
 getSQLState     
class
 __construct     
class
 closeCursor     
class
 rowCount     
class
 columnCount     
class
 setFetchMode     
class
 getIterator     
class
 fetch     
class
 fetchAll     
class
 fetchColumn     
class
 fetchNumeric     
class
 fetchAssociative     
class
 fetchOne     
class
 fetchAllNumeric     
class
 fetchAllAssociative     
class
 fetchFirstColumn     
class
 free     
class
 doFetch     
class
 __construct     
class
 getResultCacheDriver     
class
 getLifetime     
class
 getCacheKey     
class
 generateCacheKeys     
class
 setResultCacheDriver     
class
 setCacheKey     
class
 setLifetime     
class
 __construct     
class
 closeCursor     
class
 columnCount     
class
 setFetchMode     
class
 getIterator     
class
 fetch     
class
 fetchAll     
class
 fetchColumn     
class
 fetchNumeric     
class
 fetchAssociative     
class
 fetchOne     
class
 fetchAllNumeric     
class
 fetchAllAssociative     
class
 fetchFirstColumn     
class
 rowCount     
class
 free     
class
 doFetch     
class
 store     
class
 saveToCache     
class
 noCacheKey     
class
 noResultDriverConfigured     
class
 __construct     
class
 bindParam     
class
 bindValue     
class
 closeCursor     
class
 columnCount     
class
 errorCode     
class
 errorInfo     
class
 execute     
class
 setFetchMode     
class
 getIterator     
class
 fetch     
class
 fetchAll     
class
 fetchNumeric     
class
 fetchAssociative     
class
 fetchOne     
class
 fetchAllNumeric     
class
 fetchAllAssociative     
class
 fetchFirstColumn     
class
 free     
class
 fixResult     
class
 fixResultSet     
class
 fixRow     
class
 fetchColumn     
class
 rowCount     
class
 connect     
class
 getPortability     
class
 getFetchCase     
class
 executeQuery     
class
 prepare     
class
 query     
class
 __invoke     
class
 __construct     
class
 selectGlobal     
class
 selectShard     
class
 getCurrentDistributionValue     
class
 getShards     
class
 queryAll     
class
 __construct     
class
 getActiveShardId     
class
 getParams     
class
 getHost     
class
 getPort     
class
 getUsername     
class
 getPassword     
class
 connect     
class
 connectTo     
class
 isConnected     
class
 close     
class
 notImplemented     
class
 missingDefaultFederationName     
class
 missingDefaultDistributionKey     
class
 activeTransaction     
class
 noShardDistributionValue     
class
 missingDistributionType     
class
 __construct     
class
 getCreateSchema     
class
 getUpdateSchema     
class
 getDropSchema     
class
 createSchema     
class
 updateSchema     
class
 dropSchema     
class
 getDropAllSchema     
class
 dropAllSchema     
class
 partitionSchema     
class
 extractSchemaFederation     
class
 work     
class
 getFederationTypeDefaultValue     
class
 getCreateFederationStatement     
class
 __construct     
class
 getFederationName     
class
 getDistributionKey     
class
 getDistributionType     
class
 setFilteringEnabled     
class
 selectGlobal     
class
 selectShard     
class
 getCurrentDistributionValue     
class
 getShards     
class
 queryAll     
class
 splitFederation     
class
 __construct     
class
 acceptTable     
class
 getClusteredIndex     
class
 acceptSchema     
class
 acceptColumn     
class
 acceptForeignKey     
class
 acceptIndex     
class
 acceptSequence     
class
 pickShard     
class
 startQuery     
class
 stopQuery     
class
 __construct     
class
 addLogger     
class
 startQuery     
class
 stopQuery     
class
 startQuery     
class
 stopQuery