Uses of Class
org.jooq.meta.jaxb.SyntheticViewType
-
Packages that use SyntheticViewType Package Description org.jooq.meta org.jooq.meta.jaxb -
-
Uses of SyntheticViewType in org.jooq.meta
Methods in org.jooq.meta that return types with arguments of type SyntheticViewType Modifier and Type Method Description List<SyntheticViewType>AbstractDatabase. getConfiguredSyntheticViews()List<SyntheticViewType>Database. getConfiguredSyntheticViews()Get the configured synthetic views.List<SyntheticViewType>AbstractDatabase. getUnusedSyntheticViews()List<SyntheticViewType>Database. getUnusedSyntheticViews()Retrieve the not-yet used synthetic views.Methods in org.jooq.meta with parameters of type SyntheticViewType Modifier and Type Method Description voidAbstractDatabase. markUsed(SyntheticViewType view)voidDatabase. markUsed(SyntheticViewType view)Mark a synthetic view as used. -
Uses of SyntheticViewType in org.jooq.meta.jaxb
Fields in org.jooq.meta.jaxb with type parameters of type SyntheticViewType Modifier and Type Field Description protected List<SyntheticViewType>SyntheticObjectsType. viewsMethods in org.jooq.meta.jaxb that return SyntheticViewType Modifier and Type Method Description SyntheticViewTypeObjectFactory. createSyntheticViewType()Create an instance ofSyntheticViewTypeSyntheticViewTypeSyntheticViewType. withCatalog(String value)The defining catalog of the view.SyntheticViewTypeSyntheticViewType. withComment(String value)The defining comment on the view.SyntheticViewTypeSyntheticViewType. withName(String value)The defining name of the view.SyntheticViewTypeSyntheticViewType. withSchema(String value)The defining schema of the view.SyntheticViewTypeSyntheticViewType. withSql(String value)The defining SQL query.Methods in org.jooq.meta.jaxb that return types with arguments of type SyntheticViewType Modifier and Type Method Description List<SyntheticViewType>SyntheticObjectsType. getViews()Methods in org.jooq.meta.jaxb with parameters of type SyntheticViewType Modifier and Type Method Description SyntheticObjectsTypeSyntheticObjectsType. withViews(SyntheticViewType... values)Method parameters in org.jooq.meta.jaxb with type arguments of type SyntheticViewType Modifier and Type Method Description voidSyntheticObjectsType. setViews(List<SyntheticViewType> views)SyntheticObjectsTypeSyntheticObjectsType. withViews(Collection<SyntheticViewType> values)SyntheticObjectsTypeSyntheticObjectsType. withViews(List<SyntheticViewType> views)
-