Uses of Class
liquibase.structure.core.Schema
Packages that use Schema
Package
Description
-
Uses of Schema in liquibase.database
Methods in liquibase.database with parameters of type SchemaModifier and TypeMethodDescriptionfinal String
AbstractJdbcDatabase.getJdbcCatalogName
(Schema schema) final String
AbstractJdbcDatabase.getJdbcSchemaName
(Schema schema) -
Uses of Schema in liquibase.database.core
Methods in liquibase.database.core that return SchemaMethods in liquibase.database.core with parameters of type SchemaModifier and TypeMethodDescriptionMockDatabase.getJdbcCatalogName
(Schema schema) MockDatabase.getJdbcSchemaName
(Schema schema) -
Uses of Schema in liquibase.diff.output
Methods in liquibase.diff.output with parameters of type Schema -
Uses of Schema in liquibase.snapshot.jvm
Methods in liquibase.snapshot.jvm with parameters of type SchemaModifier and TypeMethodDescriptionprotected Index
IndexSnapshotGenerator.finalizeIndex
(Schema schema, String tableName, Index index, DatabaseSnapshot snapshot) protected SqlStatement
SequenceSnapshotGenerator.getSelectSequenceStatement
(Schema schema, Database database) protected SqlStatement
SequenceSnapshotGeneratorSnowflake.getSelectSequenceStatement
(Schema schema, Database database) UniqueConstraintSnapshotGenerator.listConstraints
(Table table, DatabaseSnapshot snapshot, Schema schema) UniqueConstraintSnapshotGeneratorSnowflake.listConstraints
(Table table, DatabaseSnapshot snapshot, Schema schema) ColumnAutoIncrementService.obtainSequencesInformation
(Database database, Schema schema, DatabaseSnapshot snapshot) If the database support autoincrement columns details (as starts with and increment by), this method returns the detailed information about them. -
Uses of Schema in liquibase.structure
Methods in liquibase.structure that return Schema -
Uses of Schema in liquibase.structure.core
Methods in liquibase.structure.core that return SchemaModifier and TypeMethodDescriptionCatalog.getSchema()
Column.getSchema()
Data.getSchema()
ForeignKey.getSchema()
Index.getSchema()
PrimaryKey.getSchema()
Relation.getSchema()
Schema.getSchema()
Sequence.getSchema()
StoredDatabaseLogic.getSchema()
UniqueConstraint.getSchema()
Schema.setDefault
(Boolean isDefault) Methods in liquibase.structure.core with parameters of type Schema