Class CreateSchemaStatementContext
- java.lang.Object
-
- org.apache.shardingsphere.infra.binder.statement.CommonSQLStatementContext
-
- org.apache.shardingsphere.infra.binder.statement.ddl.CreateSchemaStatementContext
-
- All Implemented Interfaces:
SQLStatementContext
public final class CreateSchemaStatementContext extends CommonSQLStatementContext
Create schema statement context.
-
-
Constructor Summary
Constructors Constructor Description CreateSchemaStatementContext(org.apache.shardingsphere.sql.parser.sql.common.statement.ddl.CreateSchemaStatement sqlStatement)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.shardingsphere.sql.parser.sql.common.statement.ddl.CreateSchemaStatementgetSqlStatement()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.common.statement.ddl.CreateSchemaStatement getSqlStatement()
Description copied from interface:SQLStatementContextGet SQL statement.- Returns:
- SQL statement
-
-