public class OracleDeleteStatement extends SQLDeleteStatement
Constructor and Description |
---|
OracleDeleteStatement() |
Modifier and Type | Method and Description |
---|---|
List<SQLHint> |
getHints() |
OracleReturningClause |
getReturning() |
boolean |
isOnly() |
void |
setOnly(boolean only) |
void |
setReturning(OracleReturningClause returning) |
getAlias, getExprTableSource, getFrom, getTableName, getTableSource, getWhere, setAlias, setFrom, setTableName, setTableName, setTableSource, setTableSource, setWhere
getDbType, setDbType, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public OracleReturningClause getReturning()
public void setReturning(OracleReturningClause returning)
public boolean isOnly()
public void setOnly(boolean only)
Copyright © 2013–2017 Alibaba Group. All rights reserved.