Uses of Interface
liquibase.servicelocator.PrioritizedService
-
-
Uses of PrioritizedService in liquibase.change
Classes in liquibase.change that implement PrioritizedService Modifier and Type Class Description classChangeMetaDataStatic metadata about alink Change. -
Uses of PrioritizedService in liquibase.common.datatype
Classes in liquibase.common.datatype that implement PrioritizedService Modifier and Type Class Description classDataTypeWrapperA wrapper class for data types. -
Uses of PrioritizedService in liquibase.database
Subinterfaces of PrioritizedService in liquibase.database Modifier and Type Interface Description interfaceDatabaseInterface that every DBMS supported by this software must implement.interfaceDatabaseConnectionA liquibase abstraction over the normal Connection that is available in java.sql.Classes in liquibase.database that implement PrioritizedService Modifier and Type Class Description classAbstractJdbcDatabaseAbstractJdbcDatabase is extended by all supported databases as a facade to the underlying database.classMockDatabaseConnectionclassOfflineConnection -
Uses of PrioritizedService in liquibase.database.core
Classes in liquibase.database.core that implement PrioritizedService Modifier and Type Class Description classAbstractDb2DatabaseclassCockroachDatabaseclassDB2DatabaseclassDb2zDatabaseclassDerbyDatabaseclassEnterpriseDBDatabaseclassFirebirdDatabaseFirebird database implementation.classH2DatabaseclassHsqlDatabaseclassInformixDatabaseclassIngres9DatabaseCreated by martoccia.i on 19/10/2016.classMariaDBDatabaseEncapsulates MySQL database support.classMockDatabaseA DBMS that effectively does nothing, but it is useful for tests where everything should work in the same way for all databases.classMSSQLDatabaseEncapsulates MS-SQL database support.classMySQLDatabaseEncapsulates MySQL database support.classOracleDatabaseEncapsulates Oracle database support.classPostgresDatabaseEncapsulates PostgreSQL database support.classSnowflakeDatabaseclassSQLiteDatabaseclassSybaseASADatabaseSupport for SAP (formerly: Sybase) AS (Adapter Server) Anywhere embedded/mobile database.classSybaseDatabaseEncapsulates Sybase ASE database support.classUnsupportedDatabase -
Uses of PrioritizedService in liquibase.database.jvm
Classes in liquibase.database.jvm that implement PrioritizedService Modifier and Type Class Description classDerbyConnectionclassHsqlConnectionclassJdbcConnectionA ConnectionWrapper implementation which delegates completely to an underlying java.sql.connection.classSybaseASAConnectionA SybaseASA specific Delegate that removes the calls to nativeSQL due to driver issues.classSybaseConnectionA Sybase specific Delegate that removes the calls to commit and rollback as Sybase requires that autocommit be set to true. -
Uses of PrioritizedService in liquibase.datatype
Classes in liquibase.datatype that implement PrioritizedService Modifier and Type Class Description classLiquibaseDataTypeObject representing a data type, instead of a plain string. -
Uses of PrioritizedService in liquibase.datatype.core
Classes in liquibase.datatype.core that implement PrioritizedService Modifier and Type Class Description classBigIntTypeRepresents a signed integer number using 64 bits of storage.classBinaryTypeSnowflakeclassBlobTypeclassBooleanTypeclassCharTypeclassClobTypeclassCurrencyTypeclassDatabaseFunctionTypeclassDateTimeTypeclassDateTypeclassDecimalTypeclassDoubleDataTypeSnowflakeclassDoubleTypeclassFloatTypeclassIntTypeRepresents a signed integer number using 32 bits of storage.classMediumIntTypeclassNCharTypeclassNumberTypeclassNVarcharTypeclassSmallIntTypeclassTextDataTypeSnowflakeclassTimestampNTZTypeSnowflakeclassTimestampTypeData type support for TIMESTAMP data types in various DBMS.classTimeTypeclassTinyIntTypeclassUnknownTypeContainer for a data type that is not covered by any implementation inliquibase.datatype.core.classUUIDTypeclassVarcharTypeclassXMLType -
Uses of PrioritizedService in liquibase.diff
Subinterfaces of PrioritizedService in liquibase.diff Modifier and Type Interface Description interfaceDiffGenerator -
Uses of PrioritizedService in liquibase.diff.core
Classes in liquibase.diff.core that implement PrioritizedService Modifier and Type Class Description classStandardDiffGenerator -
Uses of PrioritizedService in liquibase.lockservice
Subinterfaces of PrioritizedService in liquibase.lockservice Modifier and Type Interface Description interfaceLockServiceClasses in liquibase.lockservice that implement PrioritizedService Modifier and Type Class Description classLockServiceImplDeprecated.use StandardLockService insteadclassMockLockServiceclassOfflineLockServiceclassStandardLockService -
Uses of PrioritizedService in liquibase.parser
Subinterfaces of PrioritizedService in liquibase.parser Modifier and Type Interface Description interfaceChangeLogParserDefines the methods a class which is able to parse a Liquibase changelog file must support.interfaceLiquibaseParserinterfaceNamespaceDetailsinterfaceSnapshotParserClasses in liquibase.parser that implement PrioritizedService Modifier and Type Class Description classAbstractFormattedChangeLogParser -
Uses of PrioritizedService in liquibase.parser.core.formattedsql
Classes in liquibase.parser.core.formattedsql that implement PrioritizedService Modifier and Type Class Description classFormattedSqlChangeLogParser -
Uses of PrioritizedService in liquibase.parser.core.json
Classes in liquibase.parser.core.json that implement PrioritizedService Modifier and Type Class Description classJsonChangeLogParserclassJsonSnapshotParser -
Uses of PrioritizedService in liquibase.parser.core.sql
Classes in liquibase.parser.core.sql that implement PrioritizedService Modifier and Type Class Description classSqlChangeLogParser -
Uses of PrioritizedService in liquibase.parser.core.xml
Classes in liquibase.parser.core.xml that implement PrioritizedService Modifier and Type Class Description classAbstractChangeLogParserclassStandardNamespaceDetailsclassXMLChangeLogSAXParser -
Uses of PrioritizedService in liquibase.parser.core.yaml
Classes in liquibase.parser.core.yaml that implement PrioritizedService Modifier and Type Class Description classYamlChangeLogParserclassYamlParserclassYamlSnapshotParser -
Uses of PrioritizedService in liquibase.serializer
Subinterfaces of PrioritizedService in liquibase.serializer Modifier and Type Interface Description interfaceChangeLogSerializerinterfaceLiquibaseSerializerinterfaceSnapshotSerializer -
Uses of PrioritizedService in liquibase.serializer.core.formattedsql
Classes in liquibase.serializer.core.formattedsql that implement PrioritizedService Modifier and Type Class Description classFormattedSqlChangeLogSerializer -
Uses of PrioritizedService in liquibase.serializer.core.json
Classes in liquibase.serializer.core.json that implement PrioritizedService Modifier and Type Class Description classJsonChangeLogSerializerclassJsonSnapshotSerializer -
Uses of PrioritizedService in liquibase.serializer.core.string
Classes in liquibase.serializer.core.string that implement PrioritizedService Modifier and Type Class Description classStringChangeLogSerializerclassStringSnapshotSerializerclassStringSnapshotSerializerReadable -
Uses of PrioritizedService in liquibase.serializer.core.xml
Classes in liquibase.serializer.core.xml that implement PrioritizedService Modifier and Type Class Description classXMLChangeLogSerializer -
Uses of PrioritizedService in liquibase.serializer.core.yaml
Classes in liquibase.serializer.core.yaml that implement PrioritizedService Modifier and Type Class Description classYamlChangeLogSerializerclassYamlSerializerclassYamlSnapshotSerializer -
Uses of PrioritizedService in liquibase.servicelocator
Fields in liquibase.servicelocator with type parameters of type PrioritizedService Modifier and Type Field Description static Comparator<PrioritizedService>PrioritizedService. COMPARATOR -
Uses of PrioritizedService in liquibase.sqlgenerator
Subinterfaces of PrioritizedService in liquibase.sqlgenerator Modifier and Type Interface Description interfaceSqlGenerator<T extends SqlStatement>SqlGenerator implementations take a database-independent SqlStatement interface and create a database-specific Sql object. -
Uses of PrioritizedService in liquibase.sqlgenerator.core
-