Uses of Interface
org.pgcodekeeper.core.database.api.schema.ISchema
Packages that use ISchema
Package
Description
-
Uses of ISchema in org.pgcodekeeper.core.database.api.schema
Methods in org.pgcodekeeper.core.database.api.schema that return ISchemaModifier and TypeMethodDescriptiondefault ISchemaISearchPath.getContainingSchema()Gets the schema that contains this object.default ISchemaISubElement.getContainingSchema()IDatabase.getDefaultSchema()Gets a schema by name.Methods in org.pgcodekeeper.core.database.api.schema that return types with arguments of type ISchemaModifier and TypeMethodDescriptionCollection<? extends ISchema>IDatabase.getSchemas()Gets all schemas in this database. -
Uses of ISchema in org.pgcodekeeper.core.database.base.loader
Methods in org.pgcodekeeper.core.database.base.loader that return ISchemaMethods in org.pgcodekeeper.core.database.base.loader with parameters of type ISchema -
Uses of ISchema in org.pgcodekeeper.core.database.base.schema.meta
Methods in org.pgcodekeeper.core.database.base.schema.meta that return ISchemaModifier and TypeMethodDescriptionMetaConstraint.getContainingSchema()Returns the containing schema of this constraint.MetaFunction.getContainingSchema()Returns the containing schema of this function.MetaOperator.getContainingSchema()Returns the containing schema of this operator.MetaRelation.getContainingSchema()Returns the containing schema of this relation. -
Uses of ISchema in org.pgcodekeeper.core.database.ch.schema
Classes in org.pgcodekeeper.core.database.ch.schema that implement ISchemaModifier and TypeClassDescriptionclassRepresents a ClickHouse database schema (database in ClickHouse terms).Methods in org.pgcodekeeper.core.database.ch.schema that return types with arguments of type ISchema -
Uses of ISchema in org.pgcodekeeper.core.database.ms.schema
Classes in org.pgcodekeeper.core.database.ms.schema that implement ISchemaModifier and TypeClassDescriptionclassRepresents a Microsoft SQL schema that contains database objects like tables, views, functions, and procedures. -
Uses of ISchema in org.pgcodekeeper.core.database.pg.schema
Classes in org.pgcodekeeper.core.database.pg.schema that implement ISchema