Class UnknownSQLStatementContext
- java.lang.Object
-
- org.apache.shardingsphere.infra.binder.statement.CommonSQLStatementContext
-
- org.apache.shardingsphere.infra.binder.statement.UnknownSQLStatementContext
-
- All Implemented Interfaces:
SQLStatementContext
public final class UnknownSQLStatementContext extends CommonSQLStatementContext
Unknown SQL statement context.
-
-
Constructor Summary
Constructors Constructor Description UnknownSQLStatementContext(org.apache.shardingsphere.sql.parser.sql.common.statement.SQLStatement sqlStatement)
-
Method Summary
-
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, getSqlStatement, getTablesContext
-
-