jaskell
.
sql
.
Insert
Select
Related Doc:
package Insert
class
Select
extends
sql.Select
Linear Supertypes
sql.Select
,
CouldUnion
,
Query
,
CouldBeQuote
,
CouldFrom
,
Statement
,
Directive
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
Select
Select
CouldUnion
Query
CouldBeQuote
CouldFrom
Statement
Directive
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
Select
(
prefix:
Directive
)
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
def
++=
(
names:
Seq
[_]
)
:
Select
.this.type
Definition Classes
Select
def
+=
(
name:
Any
)
:
Select
.this.type
Definition Classes
Select
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
apply
(
names:
CouldBeColumn
*
)
:
Select
.this.type
Definition Classes
Select
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
(
...
)
val
columns
:
ListBuffer
[
CouldBeColumn
]
Definition Classes
Select
def
distinct
:
Select
.this.type
Definition Classes
Select
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
from
(
f:
String
)
:
From
Definition Classes
CouldFrom
def
from
(
f:
CouldBeFrom
)
:
From
Definition Classes
CouldFrom
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
Annotations
@IntrinsicCandidate
()
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
Annotations
@IntrinsicCandidate
()
var
isDistinct
:
Boolean
Definition Classes
Select
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
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
parameters
:
Seq
[
Parameter
[_]]
Definition Classes
Select
→
Select
→
Directive
val
prefix
:
Directive
def
prepare
(
connection:
Connection
)
:
PreparedStatement
Definition Classes
Statement
Annotations
@throws
(
...
)
def
query
(
statement:
PreparedStatement
)
:
ResultSet
Definition Classes
Query
Annotations
@throws
(
...
)
def
scalar
[
T
]
(
conn:
Connection
)
:
Option
[
T
]
Definition Classes
Query
Annotations
@throws
(
...
)
def
script
:
String
Definition Classes
Select
→
Select
→
Directive
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
(
...
)
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
sql.Select
Inherited from
CouldUnion
Inherited from
Query
Inherited from
CouldBeQuote
Inherited from
CouldFrom
Inherited from
Statement
Inherited from
Directive
Inherited from
AnyRef
Inherited from
Any
Ungrouped