jaskell
.
sql
.
Select
From
Related Doc:
package Select
trait
From
extends
sql.From
with
CouldGroup
with
CouldOrder
with
CouldLimit
with
CouldOffset
with
CouldBeJoin
with
CouldUnion
Linear Supertypes
CouldUnion
,
CouldBeJoin
,
CouldOffset
,
CouldLimit
,
CouldOrder
,
CouldGroup
,
sql.From
,
Query
,
Statement
,
CouldBeQuote
,
CouldJoin
,
CouldWhere
,
Directive
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
From
CouldUnion
CouldBeJoin
CouldOffset
CouldLimit
CouldOrder
CouldGroup
From
Query
Statement
CouldBeQuote
CouldJoin
CouldWhere
Directive
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Abstract Value Members
abstract
def
parameters
:
Seq
[
Parameter
[_]]
Definition Classes
Directive
abstract
def
script
:
String
Definition Classes
Directive
Concrete Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
cache
:
Statement
Definition Classes
Statement
def
clear
(
statement:
PreparedStatement
)
:
Unit
Definition Classes
Statement
Annotations
@throws
(
...
)
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@IntrinsicCandidate
()
@throws
(
...
)
def
crossJoin
(
jo:
CouldBeJoin
)
:
Join
Definition Classes
CouldJoin
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
execute
(
statement:
PreparedStatement
)
:
Boolean
Definition Classes
Statement
Annotations
@throws
(
...
)
@throws
(
...
)
def
execute
(
connection:
Connection
)
:
Boolean
Definition Classes
Statement
Annotations
@throws
(
...
)
@throws
(
...
)
def
fullJoin
(
jo:
CouldBeJoin
)
:
Join
Definition Classes
CouldJoin
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
Annotations
@IntrinsicCandidate
()
def
group
:
Group
Definition Classes
CouldGroup
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
Annotations
@IntrinsicCandidate
()
def
innerJoin
(
jo:
CouldBeJoin
)
:
Join
Definition Classes
CouldJoin
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
join
(
jo:
CouldBeJoin
)
:
Join
Definition Classes
CouldJoin
def
leftJoin
(
jo:
CouldBeJoin
)
:
Join
Definition Classes
CouldJoin
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
Annotations
@IntrinsicCandidate
()
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
Annotations
@IntrinsicCandidate
()
def
order
:
Order
Definition Classes
CouldOrder
def
prepare
(
connection:
Connection
)
:
PreparedStatement
Definition Classes
Statement
Annotations
@throws
(
...
)
def
query
(
statement:
PreparedStatement
)
:
ResultSet
Definition Classes
Query
Annotations
@throws
(
...
)
def
rightJoin
(
jo:
CouldBeJoin
)
:
Join
Definition Classes
CouldJoin
def
scalar
[
T
]
(
conn:
Connection
)
:
Option
[
T
]
Definition Classes
Query
Annotations
@throws
(
...
)
def
setParameter
[
T
]
(
key:
Any
,
value:
T
)
:
Statement
Definition Classes
Statement
Annotations
@throws
(
...
)
def
syncParameters
(
statement:
PreparedStatement
)
:
Unit
Definition Classes
Statement
Annotations
@throws
(
...
)
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
def
union
(
qry:
Query
)
:
Query
Definition Classes
CouldUnion
def
unionAll
(
qry:
Query
)
:
Query
Definition Classes
CouldUnion
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
where
(
c:
Condition
)
:
Where
Definition Classes
CouldWhere
Deprecated Value Members
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@Deprecated
@deprecated
@throws
(
classOf[java.lang.Throwable]
)
Deprecated
(Since version )
see corresponding Javadoc for more information.
Inherited from
CouldUnion
Inherited from
CouldBeJoin
Inherited from
CouldOffset
Inherited from
CouldLimit
Inherited from
CouldOrder
Inherited from
CouldGroup
Inherited from
sql.From
Inherited from
Query
Inherited from
Statement
Inherited from
CouldBeQuote
Inherited from
CouldJoin
Inherited from
CouldWhere
Inherited from
Directive
Inherited from
AnyRef
Inherited from
Any
Ungrouped