public class OracleSelect extends Select<OracleSelect>
plainSelectstringBuilder| Constructor and Description |
|---|
OracleSelect() |
| Modifier and Type | Method and Description |
|---|---|
OracleSelect |
into(Table... tables) |
protected Select |
newSelect() |
OracleSelect |
page(int start,
int limit) |
static OracleSelect |
select(SelectItem... selectItems) |
static OracleSelect |
selectFrom(Table... tables) |
OracleSelect |
startWith(Condition startWithCondition,
Condition connectCondition,
boolean noCycle) |
copy, customSelectItem, forUpdate, from, from, getId, getPlainSelect, groupBy, having, id, join, orderBy, parserStatementBody, setPlainSelect, toString, whereaddParamName, addParamValue, and, appendSql, build, deparseFetch, deparseJoin, deparseLimit, deparseOffset, deparseOrderBy, deparseOrderBy, getLimitString, getNamedList, getStringBuilder, getValues, isNamedSql, isUseBracketsInExprList, mapValue, newSql, or, parsedSql, reset, setUseBracketsInExprList, sql, visitBinaryExpression, visitOldOracleJoinBinaryExpressionpublic static OracleSelect select(SelectItem... selectItems)
public static OracleSelect selectFrom(Table... tables)
public OracleSelect into(Table... tables)
public OracleSelect page(int start, int limit)
public OracleSelect startWith(Condition startWithCondition, Condition connectCondition, boolean noCycle)
protected Select newSelect()
newSelect in class Select<OracleSelect>Copyright © 2006–2018 TinyGroup. All rights reserved.