Class ShowColumnsStatementContext

    • Constructor Detail

      • ShowColumnsStatementContext

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

      • getSqlStatement

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

        public Collection<org.apache.shardingsphere.sql.parser.sql.common.segment.generic.table.SimpleTableSegment> getAllTables()
        Description copied from interface: TableAvailable
        Get all table segments.
        Specified by:
        getAllTables in interface TableAvailable
        Returns:
        all table segments
      • 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