Uses of Class
org.jooq.util.xml.jaxb.KeyColumnUsage
Packages that use KeyColumnUsage
-
Uses of KeyColumnUsage in org.jooq.util.xml.jaxb
Fields in org.jooq.util.xml.jaxb with type parameters of type KeyColumnUsageModifier and TypeFieldDescriptionprotected List<KeyColumnUsage>
InformationSchema.keyColumnUsages
Methods in org.jooq.util.xml.jaxb that return KeyColumnUsageModifier and TypeMethodDescriptionObjectFactory.createKeyColumnUsage()
Create an instance ofKeyColumnUsage
KeyColumnUsage.withColumnName
(String value) KeyColumnUsage.withConstraintCatalog
(String value) KeyColumnUsage.withConstraintName
(String value) KeyColumnUsage.withConstraintSchema
(String value) KeyColumnUsage.withOrdinalPosition
(int value) KeyColumnUsage.withTableCatalog
(String value) KeyColumnUsage.withTableName
(String value) KeyColumnUsage.withTableSchema
(String value) Methods in org.jooq.util.xml.jaxb that return types with arguments of type KeyColumnUsageMethods in org.jooq.util.xml.jaxb with parameters of type KeyColumnUsageModifier and TypeMethodDescriptionInformationSchema.withKeyColumnUsages
(KeyColumnUsage... values) Method parameters in org.jooq.util.xml.jaxb with type arguments of type KeyColumnUsageModifier and TypeMethodDescriptionvoid
InformationSchema.setKeyColumnUsages
(List<KeyColumnUsage> keyColumnUsages) InformationSchema.withKeyColumnUsages
(Collection<KeyColumnUsage> values) InformationSchema.withKeyColumnUsages
(List<KeyColumnUsage> keyColumnUsages)