Uses of Class
org.jooq.util.xml.jaxb.Index
Packages that use Index
-
Uses of Index in org.jooq.util.xml.jaxb
Fields in org.jooq.util.xml.jaxb with type parameters of type IndexMethods in org.jooq.util.xml.jaxb that return IndexModifier and TypeMethodDescriptionObjectFactory.createIndex()
Create an instance ofIndex
Index.withComment
(String value) Index.withIndexCatalog
(String value) Index.withIndexName
(String value) Index.withIndexSchema
(String value) Index.withIsUnique
(Boolean value) Index.withTableCatalog
(String value) Index.withTableName
(String value) Index.withTableSchema
(String value) Methods in org.jooq.util.xml.jaxb that return types with arguments of type IndexMethods in org.jooq.util.xml.jaxb with parameters of type IndexMethod parameters in org.jooq.util.xml.jaxb with type arguments of type IndexModifier and TypeMethodDescriptionvoid
InformationSchema.setIndexes
(List<Index> indexes) InformationSchema.withIndexes
(Collection<Index> values) InformationSchema.withIndexes
(List<Index> indexes)