Uses of Class
org.jooq.util.xml.jaxb.View
-
Packages that use View Package Description org.jooq.util.xml.jaxb -
-
Uses of View in org.jooq.util.xml.jaxb
Fields in org.jooq.util.xml.jaxb with type parameters of type View Modifier and Type Field Description protected List<View>
InformationSchema. views
Methods in org.jooq.util.xml.jaxb that return View Modifier and Type Method Description View
ObjectFactory. createView()
Create an instance ofView
View
View. withTableCatalog(String value)
View
View. withTableName(String value)
View
View. withTableSchema(String value)
View
View. withViewDefinition(String value)
Methods in org.jooq.util.xml.jaxb that return types with arguments of type View Modifier and Type Method Description List<View>
InformationSchema. getViews()
Methods in org.jooq.util.xml.jaxb with parameters of type View Modifier and Type Method Description InformationSchema
InformationSchema. withViews(View... values)
Method parameters in org.jooq.util.xml.jaxb with type arguments of type View Modifier and Type Method Description void
InformationSchema. setViews(List<View> views)
InformationSchema
InformationSchema. withViews(Collection<View> values)
InformationSchema
InformationSchema. withViews(List<View> views)
-