Package | Description |
---|---|
org.jooq.util.xml.jaxb |
Modifier and Type | Field and Description |
---|---|
protected List<Column> |
InformationSchema.columns |
Modifier and Type | Method and Description |
---|---|
Column |
ObjectFactory.createColumn()
Create an instance of
Column |
Column |
Column.withCharacterMaximumLength(Integer value) |
Column |
Column.withColumnDefault(String value) |
Column |
Column.withColumnName(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) |
Modifier and Type | Method and Description |
---|---|
List<Column> |
InformationSchema.getColumns() |
Modifier and Type | Method and Description |
---|---|
InformationSchema |
InformationSchema.withColumns(Column... values) |
Modifier and Type | Method and Description |
---|---|
void |
InformationSchema.setColumns(List<Column> columns) |
InformationSchema |
InformationSchema.withColumns(Collection<Column> values) |
InformationSchema |
InformationSchema.withColumns(List<Column> columns) |
Copyright © 2017. All Rights Reserved.