public class QuarkDDLExecutor extends Object implements QuarkExecutor
| Constructor and Description |
|---|
QuarkDDLExecutor(ParserFactory parserFactory,
Properties info) |
| Modifier and Type | Method and Description |
|---|---|
Object |
execute(ParserResult result) |
int |
executeAlterDataSource(SqlAlterQuarkDataSource sqlNode) |
int |
executeAlterView(SqlAlterQuarkView sqlNode) |
int |
executeCreateView(SqlCreateQuarkView sqlNode) |
public QuarkDDLExecutor(ParserFactory parserFactory, Properties info)
public Object execute(ParserResult result) throws SQLException
execute in interface QuarkExecutorSQLExceptionpublic int executeAlterDataSource(SqlAlterQuarkDataSource sqlNode) throws SQLException
SQLExceptionpublic int executeAlterView(SqlAlterQuarkView sqlNode) throws SQLException
SQLExceptionpublic int executeCreateView(SqlCreateQuarkView sqlNode) throws SQLException
SQLExceptionCopyright © 2016. All rights reserved.