Class DeleteStatement
- java.lang.Object
-
- org.apache.shardingsphere.sql.parser.sql.common.statement.AbstractSQLStatement
-
- org.apache.shardingsphere.sql.parser.sql.common.statement.dml.DeleteStatement
-
- All Implemented Interfaces:
ASTNode,DMLStatement,SQLStatement
- Direct Known Subclasses:
MySQLDeleteStatement,OpenGaussDeleteStatement,OracleDeleteStatement,PostgreSQLDeleteStatement,SQL92DeleteStatement,SQLServerDeleteStatement
public abstract class DeleteStatement extends AbstractSQLStatement implements DMLStatement
Delete statement.
-
-
Constructor Summary
Constructors Constructor Description DeleteStatement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<WhereSegment>getWhere()Get where.-
Methods inherited from class org.apache.shardingsphere.sql.parser.sql.common.statement.AbstractSQLStatement
addParameterMarkerSegments, getParameterCount
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.shardingsphere.sql.parser.sql.common.statement.SQLStatement
getParameterCount
-
-
-
-
Method Detail
-
getWhere
public Optional<WhereSegment> getWhere()
Get where.- Returns:
- where segment
-
-