| Package | Description | 
|---|---|
| org.jooq | The  org.jooqpackage contains jOOQ's public API. | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateTableColumnStep | CreateTableColumnStep. column(Field<?> field)Add a column to the column list of the  CREATE TABLEstatement. | 
| CreateTableColumnStep | CreateTableAsStep. column(Field<?> field)Add a column to the column list of the  CREATE TABLEstatement. | 
| <T> CreateTableColumnStep | CreateTableColumnStep. column(Field<T> field,
      DataType<T> type)Add a column to the column list of the  CREATE TABLEstatement. | 
| <T> CreateTableColumnStep | CreateTableAsStep. column(Field<T> field,
      DataType<T> type)Add a column to the column list of the  CREATE TABLEstatement. | 
| CreateTableColumnStep | CreateTableColumnStep. column(Name field,
      DataType<?> type)Add a column to the column list of the  CREATE TABLEstatement. | 
| CreateTableColumnStep | CreateTableAsStep. column(Name field,
      DataType<?> type)Add a column to the column list of the  CREATE TABLEstatement. | 
| CreateTableColumnStep | CreateTableColumnStep. column(java.lang.String field,
      DataType<?> type)Add a column to the column list of the  CREATE TABLEstatement. | 
| CreateTableColumnStep | CreateTableAsStep. column(java.lang.String field,
      DataType<?> type)Add a column to the column list of the  CREATE TABLEstatement. | 
| CreateTableColumnStep | CreateTableColumnStep. columns(java.util.Collection<? extends Field<?>> fields)Add several columns to the column list of the  CREATE TABLEstatement. | 
| CreateTableColumnStep | CreateTableAsStep. columns(java.util.Collection<? extends Field<?>> fields)Add several columns to the column list of the  CREATE TABLEstatement. | 
| CreateTableColumnStep | CreateTableColumnStep. columns(Field<?>... fields)Add several columns to the column list of the  CREATE TABLEstatement. | 
| CreateTableColumnStep | CreateTableAsStep. columns(Field<?>... fields)Add several columns to the column list of the  CREATE TABLEstatement. | 
Copyright © 2018. All Rights Reserved.