public class DdlStatementsProcessor extends Object
Contains higher level logic to handle operations as a whole and communicate with the client.
| Constructor and Description |
|---|
DdlStatementsProcessor() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isDdlStatement(Prepared cmd) |
<any> |
runDdlStatement(String sql,
Prepared prepared)
Execute DDL statement.
|
<any> |
runDdlStatement(String sql,
SqlCommand cmd)
Run DDL statement.
|
void |
start(GridKernalContext ctx,
IgniteH2Indexing idx)
Initialize message handlers and this' fields needed for further operation.
|
public void start(GridKernalContext ctx,
IgniteH2Indexing idx)
ctx - Kernal context.idx - Indexing.public <any> runDdlStatement(String sql, SqlCommand cmd)
sql - Original SQL.cmd - Command.public <any> runDdlStatement(String sql, Prepared prepared)
sql - SQL.prepared - Prepared.public static boolean isDdlStatement(Prepared cmd)
cmd - Statement.cmd is a DDL statement we're able to handle.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2-p3 Release Date : April 25 2019