Uses of Class
org.pgcodekeeper.core.database.ms.schema.MsAbstractStatementContainer
Packages that use MsAbstractStatementContainer
-
Uses of MsAbstractStatementContainer in org.pgcodekeeper.core.database.ms.schema
Subclasses of MsAbstractStatementContainer in org.pgcodekeeper.core.database.ms.schemaModifier and TypeClassDescriptionclassRepresents a Microsoft SQL table with support for memory-optimized tables, temporal tables, filestream data, and other Microsoft SQL specific features.classRepresents a Microsoft SQL view with support for schema binding, ANSI_NULLS and QUOTED_IDENTIFIER settings, and statistics.Methods in org.pgcodekeeper.core.database.ms.schema that return MsAbstractStatementContainerModifier and TypeMethodDescriptionMsSchema.getStatementContainer(String name) Gets a statement container by name.Methods in org.pgcodekeeper.core.database.ms.schema that return types with arguments of type MsAbstractStatementContainerModifier and TypeMethodDescriptionMsSchema.getStatementContainers()Gets a stream of all statement containers in this schema.