Uses of Interface
org.pgcodekeeper.core.schema.ISchema
Packages that use ISchema
Package
Description
-
Uses of ISchema in org.pgcodekeeper.core.schema
Classes in org.pgcodekeeper.core.schema that implement ISchemaModifier and TypeClassDescriptionclassAbstract base class representing a database schema.Methods in org.pgcodekeeper.core.schema that return ISchemaModifier and TypeMethodDescriptionAbstractStatistics.getContainingSchema()ISearchPath.getContainingSchema()Gets the schema that contains this object.Gets a schema by name.Methods in org.pgcodekeeper.core.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.schema.ch
Classes in org.pgcodekeeper.core.schema.ch that implement ISchemaModifier and TypeClassDescriptionfinal classRepresents a ClickHouse database schema (database in ClickHouse terms).Methods in org.pgcodekeeper.core.schema.ch that return ISchemaModifier and TypeMethodDescriptionChDictionary.getContainingSchema()ChFunction.getContainingSchema() -
Uses of ISchema in org.pgcodekeeper.core.schema.meta
Methods in org.pgcodekeeper.core.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.schema.ms
Classes in org.pgcodekeeper.core.schema.ms that implement ISchemaModifier and TypeClassDescriptionfinal classRepresents a Microsoft SQL schema that contains database objects like tables, views, functions, and procedures.Methods in org.pgcodekeeper.core.schema.ms that return ISchema -
Uses of ISchema in org.pgcodekeeper.core.schema.pg
Classes in org.pgcodekeeper.core.schema.pg that implement ISchema