Class AlterIndexStatementContext

    • Constructor Detail

      • AlterIndexStatementContext

        public AlterIndexStatementContext​(org.apache.shardingsphere.sql.parser.sql.common.statement.ddl.AlterIndexStatement sqlStatement)
    • Method Detail

      • getSqlStatement

        public org.apache.shardingsphere.sql.parser.sql.common.statement.ddl.AlterIndexStatement 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
      • getIndexes

        public Collection<org.apache.shardingsphere.sql.parser.sql.common.segment.ddl.index.IndexSegment> getIndexes()
        Description copied from interface: IndexAvailable
        Get index segments.
        Specified by:
        getIndexes in interface IndexAvailable
        Returns:
        index segments
      • getIndexColumns

        public Collection<org.apache.shardingsphere.sql.parser.sql.common.segment.dml.column.ColumnSegment> getIndexColumns()
        Description copied from interface: IndexAvailable
        Get index columns.
        Specified by:
        getIndexColumns in interface IndexAvailable
        Returns:
        index columns