public final class DeleteStatementContext extends CommonSQLStatementContext<org.apache.shardingsphere.sql.parser.sql.common.statement.dml.DeleteStatement> implements TableAvailable, WhereAvailable
| Constructor and Description |
|---|
DeleteStatementContext(org.apache.shardingsphere.sql.parser.sql.common.statement.dml.DeleteStatement sqlStatement) |
| Modifier and Type | Method and Description |
|---|---|
Collection<org.apache.shardingsphere.sql.parser.sql.common.segment.generic.table.SimpleTableSegment> |
getAllTables()
Get all table segments.
|
Optional<org.apache.shardingsphere.sql.parser.sql.common.segment.dml.predicate.WhereSegment> |
getWhere()
Get where segment.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTablesContextgetSqlStatement, getTablesContextpublic DeleteStatementContext(org.apache.shardingsphere.sql.parser.sql.common.statement.dml.DeleteStatement sqlStatement)
public Collection<org.apache.shardingsphere.sql.parser.sql.common.segment.generic.table.SimpleTableSegment> getAllTables()
TableAvailablegetAllTables in interface TableAvailablepublic Optional<org.apache.shardingsphere.sql.parser.sql.common.segment.dml.predicate.WhereSegment> getWhere()
WhereAvailablegetWhere in interface WhereAvailableCopyright © 2021 The Apache Software Foundation. All rights reserved.