Uses of Interface
org.pgcodekeeper.core.database.api.schema.IView
Packages that use IView
Package
Description
-
Uses of IView in org.pgcodekeeper.core.database.ch.schema
Classes in org.pgcodekeeper.core.database.ch.schema that implement IViewModifier and TypeClassDescriptionclassRepresents a ClickHouse view (VIEW, MATERIALIZED VIEW, or LIVE VIEW). -
Uses of IView in org.pgcodekeeper.core.database.ms.schema
Classes in org.pgcodekeeper.core.database.ms.schema that implement IViewModifier and TypeClassDescriptionclassRepresents a Microsoft SQL view with support for schema binding, ANSI_NULLS and QUOTED_IDENTIFIER settings, and statistics. -
Uses of IView in org.pgcodekeeper.core.database.pg.schema
Classes in org.pgcodekeeper.core.database.pg.schema that implement IViewModifier and TypeClassDescriptionclassBase PostgreSQL view implementation.classPostgreSQL materialized view implementation.classPostgreSQL view implementation.