class Values extends Directive with CouldReturning with Statement
Linear Supertypes
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[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
-
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
- @native() @IntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @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
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def parameters: Seq[Parameter[_]]
- val prefix: Directive
-
def
prepare(connection: Connection): PreparedStatement
- Definition Classes
- Statement
- Annotations
- @throws( ... )
-
def
returning: Returning
- Definition Classes
- CouldReturning
- def script: String
-
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( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated