public interface CreateTableFromSelect
| Modifier and Type | Method and Description |
|---|---|
SimpleTable |
execute(DBSession session) |
String |
getExpression() |
boolean |
isWithData() |
void |
setSelect(Select query) |
void |
setTableName(String tableName) |
void |
setWithData() |
void |
setWithoutData() |
SimpleTable execute(DBSession session) throws TableAlreadyExistsException, Exception
TableAlreadyExistsExceptionExceptionString getExpression()
void setTableName(String tableName)
void setSelect(Select query)
void setWithData()
void setWithoutData()
boolean isWithData()
Copyright © 2020. All Rights Reserved.