public class InformixComplexSelect extends ComplexSelect<InformixComplexSelect>
operationList
stringBuilder
Constructor and Description |
---|
InformixComplexSelect() |
Modifier and Type | Method and Description |
---|---|
StringBuilder |
getLimitString(String sql,
int start,
int limit) |
static InformixComplexSelect |
intersect(Select... selects) |
static InformixComplexSelect |
minus(Select... selects) |
protected ComplexSelect |
newSelect() |
InformixComplexSelect |
page(int start,
int limit) |
static InformixComplexSelect |
setOperation(SetOperationInstanceCallBack instance,
Select... selects) |
static InformixComplexSelect |
union(Select... selects) |
static InformixComplexSelect |
unionAll(Select... selects) |
copy, getId, getOperationList, id, orderBy, parserStatementBody, setOperationList, toString
addParamName, addParamValue, and, appendSql, build, deparseFetch, deparseJoin, deparseLimit, deparseOffset, deparseOrderBy, deparseOrderBy, getNamedList, getStringBuilder, getValues, isNamedSql, isUseBracketsInExprList, mapValue, newSql, or, parsedSql, reset, setUseBracketsInExprList, sql, visitBinaryExpression, visitOldOracleJoinBinaryExpression
public static InformixComplexSelect union(Select... selects)
public static InformixComplexSelect unionAll(Select... selects)
public static InformixComplexSelect setOperation(SetOperationInstanceCallBack instance, Select... selects)
public static InformixComplexSelect minus(Select... selects)
public static InformixComplexSelect intersect(Select... selects)
public InformixComplexSelect page(int start, int limit)
public StringBuilder getLimitString(String sql, int start, int limit)
getLimitString
in class StatementSqlBuilder
protected ComplexSelect newSelect()
newSelect
in class ComplexSelect<InformixComplexSelect>
Copyright © 2006–2018 TinyGroup. All rights reserved.