Uses of Class
org.jooq.util.xml.jaxb.Index
-
Packages that use Index Package Description org.jooq.util.xml.jaxb -
-
Uses of Index in org.jooq.util.xml.jaxb
Fields in org.jooq.util.xml.jaxb with type parameters of type Index Modifier and Type Field Description protected List<Index>InformationSchema. indexesMethods in org.jooq.util.xml.jaxb that return Index Modifier and Type Method Description IndexObjectFactory. createIndex()Create an instance ofIndexIndexIndex. withComment(String value)IndexIndex. withIndexCatalog(String value)IndexIndex. withIndexName(String value)IndexIndex. withIndexSchema(String value)IndexIndex. withIsUnique(Boolean value)IndexIndex. withTableCatalog(String value)IndexIndex. withTableName(String value)IndexIndex. withTableSchema(String value)Methods in org.jooq.util.xml.jaxb that return types with arguments of type Index Modifier and Type Method Description List<Index>InformationSchema. getIndexes()Methods in org.jooq.util.xml.jaxb with parameters of type Index Modifier and Type Method Description InformationSchemaInformationSchema. withIndexes(Index... values)Method parameters in org.jooq.util.xml.jaxb with type arguments of type Index Modifier and Type Method Description voidInformationSchema. setIndexes(List<Index> indexes)InformationSchemaInformationSchema. withIndexes(Collection<Index> values)InformationSchemaInformationSchema. withIndexes(List<Index> indexes)
-