Class ShowTablesStatementContext

    • Constructor Detail

      • ShowTablesStatementContext

        public ShowTablesStatementContext​(org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal.MySQLShowTablesStatement sqlStatement)
    • Method Detail

      • getSqlStatement

        public org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.dal.MySQLShowTablesStatement getSqlStatement()
        Description copied from interface: SQLStatementContext
        Get SQL statement.
        Specified by:
        getSqlStatement in interface SQLStatementContext
        Returns:
        SQL statement
      • getRemoveSegments

        public Collection<org.apache.shardingsphere.sql.parser.sql.common.segment.SQLSegment> getRemoveSegments()
        Description copied from interface: RemoveAvailable
        Get remove segments.
        Specified by:
        getRemoveSegments in interface RemoveAvailable
        Returns:
        remove segments