public class OracleSelect extends SQLSelect
| 构造器和说明 |
|---|
OracleSelect() |
| 限定符和类型 | 方法和说明 |
|---|---|
SubqueryFactoringClause |
getFactoring() |
OracleSelectForUpdate |
getForUpdate() |
OracleSelectRestriction |
getRestriction() |
void |
output(StringBuffer buf) |
void |
setFactoring(SubqueryFactoringClause factoring) |
void |
setForUpdate(OracleSelectForUpdate forUpdate) |
void |
setRestriction(OracleSelectRestriction restriction) |
getOrderBy, getQuery, setOrderBy, setQueryaccept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParent, toStringpublic SubqueryFactoringClause getFactoring()
public void setFactoring(SubqueryFactoringClause factoring)
public OracleSelectRestriction getRestriction()
public void setRestriction(OracleSelectRestriction restriction)
public OracleSelectForUpdate getForUpdate()
public void setForUpdate(OracleSelectForUpdate forUpdate)
public void output(StringBuffer buf)
Copyright © 2012 Alibaba Group. All Rights Reserved.