pro
.
savant
.
circumflex
.
orm
Select
class
Select
[
T
]
extends
SQLQuery
[
T
] with
SearchQuery
Linear Supertypes
SearchQuery
,
SQLQuery
[
T
],
Query
,
Cloneable
,
Cloneable
,
Expression
,
SQLable
,
AnyRef
,
Any
Ordering
Alphabetic
By inheritance
Inherited
Select
SearchQuery
SQLQuery
Query
Cloneable
Cloneable
Expression
SQLable
AnyRef
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Instance Constructors
new
Select
(
projection:
Projection
[
T
]
)
Value Members
final
def
!=
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
def
DISTINCT
:
Select
[
T
]
def
EXCEPT
(
sql:
SQLQuery
[
T
]
)
:
Select
[
T
]
def
EXCEPT_ALL
(
sql:
SQLQuery
[
T
]
)
:
Select
[
T
]
def
FROM
(
nodes:
RelationNode
[_, _]*
)
:
Select
[
T
]
def
GROUP_BY
(
proj:
Projection
[_]*
)
:
Select
[
T
]
def
HAVING
(
expression:
String
,
params: (
String
,
Any
)*
)
:
Select
[
T
]
def
HAVING
(
predicate:
Predicate
)
:
Select
[
T
]
def
INTERSECT
(
sql:
SQLQuery
[
T
]
)
:
Select
[
T
]
def
INTERSECT_ALL
(
sql:
SQLQuery
[
T
]
)
:
Select
[
T
]
def
LIMIT
(
value:
Int
)
:
Select
[
T
]
def
OFFSET
(
value:
Int
)
:
Select
[
T
]
def
ORDER_BY
(
order:
Order
*
)
:
Select
[
T
]
def
UNION
(
sql:
SQLQuery
[
T
]
)
:
Select
[
T
]
def
UNION_ALL
(
sql:
SQLQuery
[
T
]
)
:
Select
[
T
]
def
WHERE
(
expression:
String
,
params: (
String
,
Any
)*
)
:
Select
.this.type
Definition Classes
SearchQuery
def
WHERE
(
predicate:
Predicate
)
:
Select
.this.type
Definition Classes
SearchQuery
var
_aliasCounter
:
Int
Attributes
protected
Definition Classes
Query
var
_distinct
:
Boolean
Attributes
protected
var
_executionTime
:
Long
Attributes
protected
Definition Classes
Query
var
_groupBy
:
Seq
[
Projection
[_]]
Attributes
protected
var
_groupByClause
:
String
Attributes
protected
var
_having
:
Predicate
Attributes
protected
var
_limit
:
Int
Attributes
protected
var
_namedParams
:
Map
[
String
,
Any
]
Attributes
protected
Definition Classes
Query
var
_offset
:
Int
Attributes
protected
var
_orders
:
Seq
[
Order
]
Attributes
protected
var
_relations
:
Seq
[
RelationNode
[_, _]]
Attributes
protected
var
_setOps
:
Seq
[(
SetOperation
,
SQLQuery
[
T
])]
Attributes
protected
var
_where
:
Predicate
Attributes
protected
Definition Classes
SearchQuery
def
add
(
expression:
String
,
params: (
String
,
Any
)*
)
:
Select
.this.type
Definition Classes
SearchQuery
def
add
(
predicates:
Predicate
*
)
:
Select
.this.type
Definition Classes
SearchQuery
def
addGroupByProjection
(
proj:
Projection
[_]
)
:
Unit
Attributes
protected
def
addSetOp
(
op:
SetOperation
,
sql:
SQLQuery
[
T
]
)
:
Select
[
T
]
Attributes
protected
def
appendGroupBy
(
expr:
String
)
:
Unit
Attributes
protected
def
appendUnaliasedGroupBy
(
projection:
Projection
[_]
)
:
Unit
Attributes
protected
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
Select
.this.type
Definition Classes
Query
→ AnyRef
def
convertNamedParam
(
param:
Any
)
:
Any
Attributes
protected
Definition Classes
Query
def
ensureNodeAlias
(
node:
RelationNode
[_, _]
)
:
RelationNode
[_, _]
Attributes
protected
def
ensureProjectionAlias
[
P
]
(
projection:
Projection
[
P
]
)
:
Unit
Attributes
protected
Definition Classes
SQLQuery
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
that:
Any
)
:
Boolean
Definition Classes
Expression
→ AnyRef → Any
def
executionTime
:
Long
Definition Classes
Query
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
()
def
findProjection
(
projection:
Projection
[_]
,
predicate: (
Projection
[_]) ⇒
Boolean
)
:
Option
[
Projection
[_]]
Attributes
protected
def
fromClause
:
Seq
[
RelationNode
[_, _]]
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
groupByClause
:
String
def
hashCode
()
:
Int
Definition Classes
Expression
→ AnyRef → Any
def
havingClause
:
Predicate
def
isDistinct
:
Boolean
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
isUndefinedQueryPlan
:
Boolean
Definition Classes
Select
→
SQLQuery
def
limit
:
Int
def
list
()
:
Seq
[
T
]
Definition Classes
SQLQuery
def
lookupNamedParam
(
name:
String
)
:
Any
Attributes
protected
Definition Classes
Query
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
nextAlias
:
String
Attributes
protected
Definition Classes
Query
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
offset
:
Int
def
orderByClause
:
Seq
[
Order
]
def
parameters
:
Seq
[
Any
]
Definition Classes
Select
→
Expression
def
projections
:
List
[
Projection
[
T
]]
Definition Classes
Select
→
SQLQuery
def
read
(
rs:
ResultSet
)
:
Option
[
T
]
Definition Classes
SQLQuery
def
renderParams
:
Seq
[
Any
]
Definition Classes
Query
def
resultSet
[
A
]
(
actions: (
ResultSet
) ⇒
A
)
:
A
Definition Classes
SQLQuery
def
set
(
name:
String
,
value:
Any
)
:
Select
.this.type
Definition Classes
Query
def
setOps
:
Seq
[(
SetOperation
,
SQLQuery
[
T
])]
def
setParams
(
st:
PreparedStatement
,
index:
Int
)
:
Int
Definition Classes
Query
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toInlineSql
:
String
Definition Classes
Expression
def
toSql
:
String
Definition Classes
Select
→
SQLable
def
toString
()
:
String
Definition Classes
Query
→
Expression
→ AnyRef → Any
def
unique
()
:
Option
[
T
]
Definition Classes
SQLQuery
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
()
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
()
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
()
def
whereClause
:
Predicate
Definition Classes
SearchQuery
Inherited from
SearchQuery
Inherited from
SQLQuery
[
T
]
Inherited from
Query
Inherited from
Cloneable
Inherited from
Cloneable
Inherited from
Expression
Inherited from
SQLable
Inherited from
AnyRef
Inherited from
Any
Ungrouped