Uses of Class
org.jooq.util.xml.jaxb.IndexColumnUsage
-
Packages that use IndexColumnUsage Package Description org.jooq.util.xml.jaxb -
-
Uses of IndexColumnUsage in org.jooq.util.xml.jaxb
Fields in org.jooq.util.xml.jaxb with type parameters of type IndexColumnUsage Modifier and Type Field Description protected List<IndexColumnUsage>
InformationSchema. indexColumnUsages
Methods in org.jooq.util.xml.jaxb that return IndexColumnUsage Modifier and Type Method Description IndexColumnUsage
ObjectFactory. createIndexColumnUsage()
Create an instance ofIndexColumnUsage
IndexColumnUsage
IndexColumnUsage. withColumnName(String value)
IndexColumnUsage
IndexColumnUsage. withIndexCatalog(String value)
IndexColumnUsage
IndexColumnUsage. withIndexName(String value)
IndexColumnUsage
IndexColumnUsage. withIndexSchema(String value)
IndexColumnUsage
IndexColumnUsage. withIsDescending(Boolean value)
IndexColumnUsage
IndexColumnUsage. withOrdinalPosition(int value)
IndexColumnUsage
IndexColumnUsage. withTableCatalog(String value)
IndexColumnUsage
IndexColumnUsage. withTableName(String value)
IndexColumnUsage
IndexColumnUsage. withTableSchema(String value)
Methods in org.jooq.util.xml.jaxb that return types with arguments of type IndexColumnUsage Modifier and Type Method Description List<IndexColumnUsage>
InformationSchema. getIndexColumnUsages()
Methods in org.jooq.util.xml.jaxb with parameters of type IndexColumnUsage Modifier and Type Method Description InformationSchema
InformationSchema. withIndexColumnUsages(IndexColumnUsage... values)
Method parameters in org.jooq.util.xml.jaxb with type arguments of type IndexColumnUsage Modifier and Type Method Description void
InformationSchema. setIndexColumnUsages(List<IndexColumnUsage> indexColumnUsages)
InformationSchema
InformationSchema. withIndexColumnUsages(Collection<IndexColumnUsage> values)
InformationSchema
InformationSchema. withIndexColumnUsages(List<IndexColumnUsage> indexColumnUsages)
-