Uses of Class
org.pgcodekeeper.core.schema.AbstractSchema
Packages that use AbstractSchema
Package
Description
-
Uses of AbstractSchema in org.pgcodekeeper.core.loader.jdbc
Methods in org.pgcodekeeper.core.loader.jdbc with parameters of type AbstractSchemaModifier and TypeMethodDescriptionvoidJdbcLoaderBase.putSchema(Object schemaId, AbstractSchema schema) Associates a schema ID with a schema object. -
Uses of AbstractSchema in org.pgcodekeeper.core.parsers.antlr.ms.statement
Methods in org.pgcodekeeper.core.parsers.antlr.ms.statement with parameters of type AbstractSchemaModifier and TypeMethodDescriptionCreateMsFunction.getObject(AbstractSchema schema, boolean isJdbc) Creates and configures the function object from the parse context.CreateMsProcedure.getObject(AbstractSchema schema, boolean isJdbc) Creates and configures the procedure object from the parse context.CreateMsTrigger.getObject(AbstractSchema schema, boolean isJdbc) Creates and configures the trigger object from the parse context. -
Uses of AbstractSchema in org.pgcodekeeper.core.schema
Methods in org.pgcodekeeper.core.schema that return AbstractSchemaModifier and TypeMethodDescriptionAbstractColumn.getContainingSchema()AbstractConstraint.getContainingSchema()AbstractFunction.getContainingSchema()AbstractIndex.getContainingSchema()AbstractSequence.getContainingSchema()AbstractTrigger.getContainingSchema()AbstractType.getContainingSchema()PgStatementContainer.getContainingSchema()AbstractDatabase.getDefaultSchema()Returns schema of given name or null if the schema has not been found.AbstractSchema.shallowCopy()Methods in org.pgcodekeeper.core.schema that return types with arguments of type AbstractSchemaModifier and TypeMethodDescriptionAbstractDatabase.getSchemas()Getter forAbstractDatabase.schemas.Methods in org.pgcodekeeper.core.schema with parameters of type AbstractSchemaModifier and TypeMethodDescriptionvoidAbstractDatabase.addSchema(AbstractSchema schema) Adds a schema to this database. -
Uses of AbstractSchema in org.pgcodekeeper.core.schema.ch
Subclasses of AbstractSchema in org.pgcodekeeper.core.schema.chModifier and TypeClassDescriptionfinal classRepresents a ClickHouse database schema (database in ClickHouse terms). -
Uses of AbstractSchema in org.pgcodekeeper.core.schema.ms
Subclasses of AbstractSchema in org.pgcodekeeper.core.schema.msModifier and TypeClassDescriptionfinal classRepresents a Microsoft SQL schema that contains database objects like tables, views, functions, and procedures. -
Uses of AbstractSchema in org.pgcodekeeper.core.schema.pg
Subclasses of AbstractSchema in org.pgcodekeeper.core.schema.pgMethods in org.pgcodekeeper.core.schema.pg that return AbstractSchemaModifier and TypeMethodDescriptionPgCollation.getContainingSchema()PgDomain.getContainingSchema()PgFtsConfiguration.getContainingSchema()PgFtsDictionary.getContainingSchema()PgFtsParser.getContainingSchema()PgFtsTemplate.getContainingSchema()PgOperator.getContainingSchema()PgPolicy.getContainingSchema()PgRule.getContainingSchema()