public interface CreateTableColumnStep extends CreateTableFinalStep
Query
that can create tables.Modifier and Type | Method and Description |
---|---|
<T> CreateTableColumnStep |
column(Field<T> field,
DataType<T> type)
Add a column to the column list of the
CREATE TABLE statement. |
CreateTableColumnStep |
column(java.lang.String field,
DataType<?> type)
Add a column to the column list of the
CREATE TABLE statement. |
bind, bind, cancel, close, execute, getBindValues, getParam, getParams, getSQL, getSQL, getSQL, isExecutable, keepStatement, queryTimeout
attach, detach
@Support <T> CreateTableColumnStep column(Field<T> field, DataType<T> type)
CREATE TABLE
statement.@Support CreateTableColumnStep column(java.lang.String field, DataType<?> type)
CREATE TABLE
statement.Copyright © 2014. All Rights Reserved.