Uses of Class
liquibase.structure.core.Schema
-
Packages that use Schema Package Description liquibase.database liquibase.database.core liquibase.diff.output liquibase.snapshot.jvm liquibase.structure liquibase.structure.core -
-
Uses of Schema in liquibase.database
Methods in liquibase.database with parameters of type Schema Modifier and Type Method Description StringAbstractJdbcDatabase. getJdbcCatalogName(Schema schema)StringAbstractJdbcDatabase. getJdbcSchemaName(Schema schema) -
Uses of Schema in liquibase.database.core
Methods in liquibase.database.core that return Schema Modifier and Type Method Description SchemaMockDatabase. getSchema()Methods in liquibase.database.core with parameters of type Schema Modifier and Type Method Description StringMockDatabase. getJdbcCatalogName(Schema schema)StringMockDatabase. getJdbcSchemaName(Schema schema) -
Uses of Schema in liquibase.diff.output
Methods in liquibase.diff.output with parameters of type Schema Modifier and Type Method Description DiffOutputControlDiffOutputControl. addIncludedSchema(Schema schema) -
Uses of Schema in liquibase.snapshot.jvm
Methods in liquibase.snapshot.jvm with parameters of type Schema Modifier and Type Method Description protected IndexIndexSnapshotGenerator. finalizeIndex(Schema schema, String tableName, Index index, DatabaseSnapshot snapshot)protected StringSequenceSnapshotGenerator. getSelectSequenceSql(Schema schema, Database database)protected StringSequenceSnapshotGeneratorSnowflake. getSelectSequenceSql(Schema schema, Database database)protected List<CachedRow>UniqueConstraintSnapshotGenerator. listConstraints(Table table, DatabaseSnapshot snapshot, Schema schema)protected List<CachedRow>UniqueConstraintSnapshotGeneratorSnowflake. listConstraints(Table table, DatabaseSnapshot snapshot, Schema schema)Map<String,Column.AutoIncrementInformation>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 Modifier and Type Method Description SchemaDatabaseObject. getSchema() -
Uses of Schema in liquibase.structure.core
Methods in liquibase.structure.core that return Schema Modifier and Type Method Description SchemaCatalog. getSchema()SchemaColumn. getSchema()SchemaData. getSchema()SchemaForeignKey. getSchema()SchemaIndex. getSchema()SchemaPrimaryKey. getSchema()SchemaRelation. getSchema()SchemaSchema. getSchema()SchemaSequence. getSchema()SchemaStoredDatabaseLogic. getSchema()SchemaUniqueConstraint. getSchema()SchemaSchema. setDefault(Boolean isDefault)SchemaSchema. setName(String name)Methods in liquibase.structure.core with parameters of type Schema Modifier and Type Method Description RelationRelation. setSchema(Schema schema)SequenceSequence. setSchema(Schema schema)TStoredDatabaseLogic. setSchema(Schema schema)RelationView. setSchema(Schema schema)
-