Package | Description |
---|---|
com.espertech.esper.client.soda |
This package defines the Esper statement object model.
|
Modifier and Type | Method and Description |
---|---|
List<CreateTableColumn> |
CreateTableClause.getColumns()
Returns the table columns
|
Modifier and Type | Method and Description |
---|---|
void |
CreateTableClause.setColumns(List<CreateTableColumn> columns)
Sets the table columns
|
Constructor and Description |
---|
CreateTableClause(String tableName,
List<CreateTableColumn> columns)
Ctor.
|