Uses of Class
org.jooq.util.xml.jaxb.Index
-
Uses of Index in org.jooq.util.xml.jaxb
Modifier 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) Modifier and TypeMethodDescriptionvoid
InformationSchema.setIndexes
(List<Index> indexes) InformationSchema.withIndexes
(Collection<Index> values) InformationSchema.withIndexes
(List<Index> indexes)