Package | Description |
---|---|
org.jooq |
The
org.jooq package contains jOOQ's public API. |
Modifier and Type | Method and Description |
---|---|
<T> CreateTableColumnStep |
CreateTableColumnStep.column(Field<T> field,
DataType<T> type)
Add a column to the column list of the
CREATE TABLE statement. |
<T> CreateTableColumnStep |
CreateTableAsStep.column(Field<T> field,
DataType<T> type)
Add a column to the column list of the
CREATE TABLE statement. |
CreateTableColumnStep |
CreateTableColumnStep.column(java.lang.String field,
DataType<?> type)
Add a column to the column list of the
CREATE TABLE statement. |
CreateTableColumnStep |
CreateTableAsStep.column(java.lang.String field,
DataType<?> type)
Add a column to the column list of the
CREATE TABLE statement. |
Copyright © 2015. All Rights Reserved.