Uses of Class
org.jooq.util.xml.jaxb.Column
-
Packages that use Column Package Description org.jooq.util.xml.jaxb -
-
Uses of Column in org.jooq.util.xml.jaxb
Fields in org.jooq.util.xml.jaxb with type parameters of type Column Modifier and Type Field Description protected List<Column>
InformationSchema. columns
Methods in org.jooq.util.xml.jaxb that return Column Modifier and Type Method Description Column
ObjectFactory. createColumn()
Create an instance ofColumn
Column
Column. withCharacterMaximumLength(Integer value)
Column
Column. withColumnDefault(String value)
Column
Column. withColumnName(String value)
Column
Column. withComment(String value)
Column
Column. withDataType(String value)
Column
Column. withIdentityGeneration(String value)
Column
Column. withIsNullable(Boolean value)
Column
Column. withNumericPrecision(Integer value)
Column
Column. withNumericScale(Integer value)
Column
Column. withOrdinalPosition(Integer value)
Column
Column. withTableCatalog(String value)
Column
Column. withTableName(String value)
Column
Column. withTableSchema(String value)
Column
Column. withUdtCatalog(String value)
Column
Column. withUdtName(String value)
Column
Column. withUdtSchema(String value)
Methods in org.jooq.util.xml.jaxb that return types with arguments of type Column Modifier and Type Method Description List<Column>
InformationSchema. getColumns()
Methods in org.jooq.util.xml.jaxb with parameters of type Column Modifier and Type Method Description InformationSchema
InformationSchema. withColumns(Column... values)
Method parameters in org.jooq.util.xml.jaxb with type arguments of type Column Modifier and Type Method Description void
InformationSchema. setColumns(List<Column> columns)
InformationSchema
InformationSchema. withColumns(Collection<Column> values)
InformationSchema
InformationSchema. withColumns(List<Column> columns)
-