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