jaskell
.
sql
.
Insert
Values
Related Doc:
package Insert
class
Values
extends
Directive
with
CouldReturning
with
Statement
Linear Supertypes
Statement
,
CouldReturning
,
Directive
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
Values
Statement
CouldReturning
Directive
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
Values
(
prefix:
Directive
,
values:
Seq
[
Expression
]
)
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
(
...
)
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
(
...
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
Annotations
@IntrinsicCandidate
()
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
Annotations
@IntrinsicCandidate
()
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
Values
→
Directive
val
prefix
:
Directive
def
prepare
(
connection:
Connection
)
:
PreparedStatement
Definition Classes
Statement
Annotations
@throws
(
...
)
def
returning
:
Returning
Definition Classes
CouldReturning
def
script
:
String
Definition Classes
Values
→
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
val
values
:
Seq
[
Expression
]
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
Statement
Inherited from
CouldReturning
Inherited from
Directive
Inherited from
AnyRef
Inherited from
Any
Ungrouped