Class UpdateStatementContext

    • Constructor Detail

      • UpdateStatementContext

        public UpdateStatementContext​(org.apache.shardingsphere.sql.parser.sql.common.statement.dml.UpdateStatement sqlStatement)
    • Method Detail

      • getSqlStatement

        public org.apache.shardingsphere.sql.parser.sql.common.statement.dml.UpdateStatement 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
      • getWhereSegments

        public Collection<org.apache.shardingsphere.sql.parser.sql.common.segment.dml.predicate.WhereSegment> getWhereSegments()
        Description copied from interface: WhereAvailable
        Get where segments.
        Specified by:
        getWhereSegments in interface WhereAvailable
        Returns:
        where segments
      • getColumnSegments

        public Collection<org.apache.shardingsphere.sql.parser.sql.common.segment.dml.column.ColumnSegment> getColumnSegments()
        Description copied from interface: WhereAvailable
        Get column segments.
        Specified by:
        getColumnSegments in interface WhereAvailable
        Returns:
        column segments