public abstract class DeleteStatement extends AbstractSQLStatement implements DMLStatement
| Constructor and Description |
|---|
DeleteStatement() |
| Modifier and Type | Method and Description |
|---|---|
Optional<WhereSegment> |
getWhere()
Get where.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetParameterCountpublic Optional<WhereSegment> getWhere()
Copyright © 2022 The Apache Software Foundation. All rights reserved.