Uses of Class
org.jooq.util.xml.jaxb.KeyColumnUsage
-
Packages that use KeyColumnUsage Package Description org.jooq.util.xml.jaxb -
-
Uses of KeyColumnUsage in org.jooq.util.xml.jaxb
Fields in org.jooq.util.xml.jaxb with type parameters of type KeyColumnUsage Modifier and Type Field Description protected List<KeyColumnUsage>
InformationSchema. keyColumnUsages
Methods in org.jooq.util.xml.jaxb that return KeyColumnUsage Modifier and Type Method Description KeyColumnUsage
ObjectFactory. createKeyColumnUsage()
Create an instance ofKeyColumnUsage
KeyColumnUsage
KeyColumnUsage. withColumnName(String value)
KeyColumnUsage
KeyColumnUsage. withConstraintCatalog(String value)
KeyColumnUsage
KeyColumnUsage. withConstraintName(String value)
KeyColumnUsage
KeyColumnUsage. withConstraintSchema(String value)
KeyColumnUsage
KeyColumnUsage. withOrdinalPosition(int value)
KeyColumnUsage
KeyColumnUsage. withTableCatalog(String value)
KeyColumnUsage
KeyColumnUsage. withTableName(String value)
KeyColumnUsage
KeyColumnUsage. withTableSchema(String value)
Methods in org.jooq.util.xml.jaxb that return types with arguments of type KeyColumnUsage Modifier and Type Method Description List<KeyColumnUsage>
InformationSchema. getKeyColumnUsages()
Methods in org.jooq.util.xml.jaxb with parameters of type KeyColumnUsage Modifier and Type Method Description InformationSchema
InformationSchema. withKeyColumnUsages(KeyColumnUsage... values)
Method parameters in org.jooq.util.xml.jaxb with type arguments of type KeyColumnUsage Modifier and Type Method Description void
InformationSchema. setKeyColumnUsages(List<KeyColumnUsage> keyColumnUsages)
InformationSchema
InformationSchema. withKeyColumnUsages(Collection<KeyColumnUsage> values)
InformationSchema
InformationSchema. withKeyColumnUsages(List<KeyColumnUsage> keyColumnUsages)
-