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