Class MySQLShowOpenTablesStatement
- java.lang.Object
-
- org.apache.shardingsphere.sql.parser.sql.common.statement.AbstractSQLStatement
-
- org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal.MySQLShowOpenTablesStatement
-
- All Implemented Interfaces:
ASTNode,DALStatement,SQLStatement,MySQLStatement
public final class MySQLShowOpenTablesStatement extends AbstractSQLStatement implements DALStatement, MySQLStatement
MySQL show open tables statement.
-
-
Constructor Summary
Constructors Constructor Description MySQLShowOpenTablesStatement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<ShowFilterSegment>getFilter()Get filter segment.Optional<FromSchemaSegment>getFromSchema()Get from schema.-
Methods inherited from class org.apache.shardingsphere.sql.parser.sql.common.statement.AbstractSQLStatement
addParameterMarkerSegments, getParameterCount
-
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.sql.parser.sql.common.statement.SQLStatement
getParameterCount
-
-
-
-
Method Detail
-
getFromSchema
public Optional<FromSchemaSegment> getFromSchema()
Get from schema.- Returns:
- from schema
-
getFilter
public Optional<ShowFilterSegment> getFilter()
Get filter segment.- Returns:
- filter segment
-
-