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