public class OracleDeleteStatement extends SQLDeleteStatement
| 限定符和类型 | 字段和说明 |
|---|---|
private List<SQLHint> |
hints |
private OracleReturningClause |
returning |
from, only, tableSource, using, where, withafterSemi, dbType, headHintsattributes, parent| 构造器和说明 |
|---|
OracleDeleteStatement() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(OracleASTVisitor visitor) |
protected void |
accept0(SQLASTVisitor visitor) |
OracleDeleteStatement |
clone() |
List<SQLHint> |
getHints() |
OracleReturningClause |
getReturning() |
void |
setReturning(OracleReturningClause returning) |
addCondition, addCondition, addWhere, cloneTo, getAlias, getChildren, getExprTableSource, getFrom, getTableName, getTableSource, getUsing, getWhere, getWith, isOnly, removeCondition, removeCondition, replace, setAlias, setFrom, setOnly, setTableName, setTableName, setTableSource, setTableSource, setUsing, setWhere, setWithgetDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toLowerCaseString, toStringaccept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentprivate OracleReturningClause returning
public OracleReturningClause getReturning()
public void setReturning(OracleReturningClause returning)
protected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLDeleteStatementprotected void accept0(OracleASTVisitor visitor)
public OracleDeleteStatement clone()
clone 在接口中 SQLObjectclone 在接口中 SQLStatementclone 在类中 SQLDeleteStatementCopyright © 2013–2019 Alibaba Group. All rights reserved.