Uses of Class
org.pgcodekeeper.core.schema.meta.MetaStatement
Packages that use MetaStatement
-
Uses of MetaStatement in org.pgcodekeeper.core.schema.meta
Subclasses of MetaStatement in org.pgcodekeeper.core.schema.metaModifier and TypeClassDescriptionfinal classRepresents a database cast metadata object.final classRepresents a PostgreSQL composite type metadata object.final classRepresents a database constraint metadata object.final classRepresents a database function metadata object.final classRepresents a database operator metadata object.final classRepresents a database relation metadata object (table, view, sequence, etc.).Methods in org.pgcodekeeper.core.schema.meta that return MetaStatementModifier and TypeMethodDescriptionMetaStatement.getParent()Returns the parent statement of this object.Methods in org.pgcodekeeper.core.schema.meta that return types with arguments of type MetaStatementModifier and TypeMethodDescriptionstatic Map<String,List<MetaStatement>> MetaUtils.getObjDefinitions(AbstractDatabase db) Returns object definitions grouped by file path.Methods in org.pgcodekeeper.core.schema.meta with parameters of type MetaStatementModifier and TypeMethodDescriptionvoidMetaStorage.addMetaChild(MetaStatement meta) Adds a metadata statement to this storage.Method parameters in org.pgcodekeeper.core.schema.meta with type arguments of type MetaStatementModifier and TypeMethodDescriptionstatic MetaContainerMetaUtils.createTreeFromDefs(Stream<MetaStatement> defs, DatabaseType dbType, SupportedPgVersion version) Creates a metadata container from a stream of metadata definitions.