Modifier and Type | Method and Description |
---|---|
CreateTableOnCommitStep |
as(Select<? extends R> select)
Add an
AS clause to the CREATE TABLE statement. |
<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. |
@Support(value={ACCESS,ASE,CUBRID,DB2,DERBY,FIREBIRD,H2,HANA,HSQLDB,INGRES,MARIADB,MYSQL,ORACLE,POSTGRES,SQLSERVER,SQLITE}) CreateTableOnCommitStep as(Select<? extends R> select)
AS
clause to the CREATE TABLE
statement.@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 © 2015. All Rights Reserved.