Uses of Class
org.jooq.util.xml.jaxb.IndexColumnUsage
Packages that use IndexColumnUsage
-
Uses of IndexColumnUsage in org.jooq.util.xml.jaxb
Fields in org.jooq.util.xml.jaxb with type parameters of type IndexColumnUsageModifier and TypeFieldDescriptionprotected List<IndexColumnUsage>
InformationSchema.indexColumnUsages
Methods in org.jooq.util.xml.jaxb that return IndexColumnUsageModifier and TypeMethodDescriptionObjectFactory.createIndexColumnUsage()
Create an instance ofIndexColumnUsage
IndexColumnUsage.withColumnName
(String value) IndexColumnUsage.withIndexCatalog
(String value) IndexColumnUsage.withIndexName
(String value) IndexColumnUsage.withIndexSchema
(String value) IndexColumnUsage.withIsDescending
(Boolean value) IndexColumnUsage.withOrdinalPosition
(int value) IndexColumnUsage.withTableCatalog
(String value) IndexColumnUsage.withTableName
(String value) IndexColumnUsage.withTableSchema
(String value) Methods in org.jooq.util.xml.jaxb that return types with arguments of type IndexColumnUsageMethods in org.jooq.util.xml.jaxb with parameters of type IndexColumnUsageModifier and TypeMethodDescriptionInformationSchema.withIndexColumnUsages
(IndexColumnUsage... values) Method parameters in org.jooq.util.xml.jaxb with type arguments of type IndexColumnUsageModifier and TypeMethodDescriptionvoid
InformationSchema.setIndexColumnUsages
(List<IndexColumnUsage> indexColumnUsages) InformationSchema.withIndexColumnUsages
(Collection<IndexColumnUsage> values) InformationSchema.withIndexColumnUsages
(List<IndexColumnUsage> indexColumnUsages)