Class KillStatementContext
- java.lang.Object
-
- org.apache.shardingsphere.infra.binder.statement.CommonSQLStatementContext
-
- org.apache.shardingsphere.infra.binder.statement.dal.KillStatementContext
-
- All Implemented Interfaces:
SQLStatementContext
public final class KillStatementContext extends CommonSQLStatementContext
Kill process statement.
-
-
Constructor Summary
Constructors Constructor Description KillStatementContext(org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal.MySQLKillStatement sqlStatement)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal.MySQLKillStatementgetSqlStatement()Get SQL statement.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.shardingsphere.infra.binder.statement.SQLStatementContext
getDatabaseType, getTablesContext
-
-
-
-
Method Detail
-
getSqlStatement
public org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal.MySQLKillStatement getSqlStatement()
Description copied from interface:SQLStatementContextGet SQL statement.- Returns:
- SQL statement
-
-