Uses of Interface
org.jooq.CreateTableColumnStep
-
Packages that use CreateTableColumnStep Package Description org.jooq This package contains jOOQ's public API.org.jooq.impl This package contains jOOQ's implementation classes. -
-
Uses of CreateTableColumnStep in org.jooq
Methods in org.jooq that return CreateTableColumnStep Modifier and Type Method Description CreateTableColumnStepCreateTableColumnStep. column(String field, DataType<?> type)Add a column to the column list of theCREATE TABLEstatement.CreateTableColumnStepCreateTableColumnStep. column(Field<?> field)Add a column to the column list of theCREATE TABLEstatement.<T> CreateTableColumnStepCreateTableColumnStep. column(Field<T> field, DataType<T> type)Add a column to the column list of theCREATE TABLEstatement.CreateTableColumnStepCreateTableColumnStep. column(Name field, DataType<?> type)Add a column to the column list of theCREATE TABLEstatement.CreateTableColumnStepCreateTableColumnStep. columns(String... fields)Add several columns to the column list of theCREATE TABLEstatement.CreateTableColumnStepCreateTableColumnStep. columns(Collection<? extends Field<?>> fields)Add several columns to the column list of theCREATE TABLEstatement.CreateTableColumnStepCreateTableColumnStep. columns(Field<?>... fields)Add several columns to the column list of theCREATE TABLEstatement.CreateTableColumnStepCreateTableColumnStep. columns(Name... fields)Add several columns to the column list of theCREATE TABLEstatement.CreateTableColumnStepDSLContext. createGlobalTemporaryTable(String table)Create a new DSLCREATE GLOBAL TEMPORARY TABLEstatement.CreateTableColumnStepDSLContext. createGlobalTemporaryTable(Name table)Create a new DSLCREATE GLOBAL TEMPORARY TABLEstatement.CreateTableColumnStepDSLContext. createGlobalTemporaryTable(Table<?> table)Create a new DSLCREATE GLOBAL TEMPORARY TABLEstatement.CreateTableColumnStepDSLContext. createTable(String table)Create a new DSLCREATE TABLEstatement.CreateTableColumnStepDSLContext. createTable(Name table)Create a new DSLCREATE TABLEstatement.CreateTableColumnStepDSLContext. createTable(Table<?> table)Create a new DSLCREATE TABLEstatement.CreateTableColumnStepDSLContext. createTableIfNotExists(String table)Create a new DSLCREATE TABLEstatement.CreateTableColumnStepDSLContext. createTableIfNotExists(Name table)Create a new DSLCREATE TABLEstatement.CreateTableColumnStepDSLContext. createTableIfNotExists(Table<?> table)Create a new DSLCREATE TABLEstatement.CreateTableColumnStepDSLContext. createTemporaryTable(String table)Create a new DSLCREATE TEMPORARY TABLEstatement.CreateTableColumnStepDSLContext. createTemporaryTable(Name table)Create a new DSLCREATE TEMPORARY TABLEstatement.CreateTableColumnStepDSLContext. createTemporaryTable(Table<?> table)Create a new DSLCREATE TEMPORARY TABLEstatement.CreateTableColumnStepDSLContext. createTemporaryTableIfNotExists(String table)Create a new DSLCREATE TEMPORARY TABLE IF NOT EXISTSstatement.CreateTableColumnStepDSLContext. createTemporaryTableIfNotExists(Name table)Create a new DSLCREATE TEMPORARY TABLE IF NOT EXISTSstatement.CreateTableColumnStepDSLContext. createTemporaryTableIfNotExists(Table<?> table)Create a new DSLCREATE TEMPORARY TABLE IF NOT EXISTSstatement. -
Uses of CreateTableColumnStep in org.jooq.impl
Methods in org.jooq.impl that return CreateTableColumnStep Modifier and Type Method Description CreateTableColumnStepDefaultDSLContext. createGlobalTemporaryTable(String table)CreateTableColumnStepDefaultDSLContext. createGlobalTemporaryTable(Name table)CreateTableColumnStepDefaultDSLContext. createGlobalTemporaryTable(Table<?> table)static CreateTableColumnStepDSL. createGlobalTemporaryTable(String table)Create a new DSLCREATE GLOBAL TEMPORARY TABLEstatement.static CreateTableColumnStepDSL. createGlobalTemporaryTable(Name table)Create a new DSLCREATE GLOBAL TEMPORARY TABLEstatement.static CreateTableColumnStepDSL. createGlobalTemporaryTable(Table<?> table)Create a new DSLCREATE GLOBAL TEMPORARY TABLEstatement.CreateTableColumnStepDefaultDSLContext. createTable(String table)CreateTableColumnStepDefaultDSLContext. createTable(Name table)CreateTableColumnStepDefaultDSLContext. createTable(Table<?> table)static CreateTableColumnStepDSL. createTable(String table)Create a new DSLCREATE TABLEstatement.static CreateTableColumnStepDSL. createTable(Name table)Create a new DSLCREATE TABLEstatement.static CreateTableColumnStepDSL. createTable(Table<?> table)Create a new DSLCREATE TABLEstatement.CreateTableColumnStepDefaultDSLContext. createTableIfNotExists(String table)CreateTableColumnStepDefaultDSLContext. createTableIfNotExists(Name table)CreateTableColumnStepDefaultDSLContext. createTableIfNotExists(Table<?> table)static CreateTableColumnStepDSL. createTableIfNotExists(String table)Create a new DSLCREATE TABLEstatement.static CreateTableColumnStepDSL. createTableIfNotExists(Name table)Create a new DSLCREATE TABLEstatement.static CreateTableColumnStepDSL. createTableIfNotExists(Table<?> table)Create a new DSLCREATE TABLEstatement.CreateTableColumnStepDefaultDSLContext. createTemporaryTable(String table)CreateTableColumnStepDefaultDSLContext. createTemporaryTable(Name table)CreateTableColumnStepDefaultDSLContext. createTemporaryTable(Table<?> table)static CreateTableColumnStepDSL. createTemporaryTable(String table)Create a new DSLCREATE TEMPORARY TABLEstatement.static CreateTableColumnStepDSL. createTemporaryTable(Name table)Create a new DSLCREATE TEMPORARY TABLEstatement.static CreateTableColumnStepDSL. createTemporaryTable(Table<?> table)Create a new DSLCREATE TEMPORARY TABLEstatement.CreateTableColumnStepDefaultDSLContext. createTemporaryTableIfNotExists(String table)CreateTableColumnStepDefaultDSLContext. createTemporaryTableIfNotExists(Name table)CreateTableColumnStepDefaultDSLContext. createTemporaryTableIfNotExists(Table<?> table)static CreateTableColumnStepDSL. createTemporaryTableIfNotExists(String table)Create a new DSLCREATE TEMPORARY TABLEstatement.static CreateTableColumnStepDSL. createTemporaryTableIfNotExists(Name table)Create a new DSLCREATE TEMPORARY TABLEstatement.static CreateTableColumnStepDSL. createTemporaryTableIfNotExists(Table<?> table)Create a new DSLCREATE TEMPORARY TABLEstatement.
-