Package | Description |
---|---|
org.jooq.util.xml.jaxb |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<Column> |
InformationSchema.columns |
Modifier and Type | Method and Description |
---|---|
Column |
ObjectFactory.createColumn()
Create an instance of
Column |
Column |
Column.withCharacterMaximumLength(java.lang.Integer value) |
Column |
Column.withColumnDefault(java.lang.String value) |
Column |
Column.withColumnName(java.lang.String value) |
Column |
Column.withDataType(java.lang.String value) |
Column |
Column.withIdentityGeneration(java.lang.String value) |
Column |
Column.withIsNullable(java.lang.Boolean value) |
Column |
Column.withNumericPrecision(java.lang.Integer value) |
Column |
Column.withNumericScale(java.lang.Integer value) |
Column |
Column.withOrdinalPosition(java.lang.Integer value) |
Column |
Column.withTableCatalog(java.lang.String value) |
Column |
Column.withTableName(java.lang.String value) |
Column |
Column.withTableSchema(java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Column> |
InformationSchema.getColumns() |
Modifier and Type | Method and Description |
---|---|
InformationSchema |
InformationSchema.withColumns(Column... values) |
Modifier and Type | Method and Description |
---|---|
void |
InformationSchema.setColumns(java.util.List<Column> columns) |
InformationSchema |
InformationSchema.withColumns(java.util.Collection<Column> values) |
InformationSchema |
InformationSchema.withColumns(java.util.List<Column> columns) |
Copyright © 2018. All Rights Reserved.