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. indexes
Methods in org.jooq.util.xml.jaxb that return Index Modifier and Type Method Description Index
ObjectFactory. createIndex()
Create an instance ofIndex
Index
Index. withComment(String value)
Index
Index. withIndexCatalog(String value)
Index
Index. withIndexName(String value)
Index
Index. withIndexSchema(String value)
Index
Index. withIsUnique(Boolean value)
Index
Index. withTableCatalog(String value)
Index
Index. withTableName(String value)
Index
Index. 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 InformationSchema
InformationSchema. withIndexes(Index... values)
Method parameters in org.jooq.util.xml.jaxb with type arguments of type Index Modifier and Type Method Description void
InformationSchema. setIndexes(List<Index> indexes)
InformationSchema
InformationSchema. withIndexes(Collection<Index> values)
InformationSchema
InformationSchema. withIndexes(List<Index> indexes)
-