Scala Library Documentation
|
|
scala/dbc/result/Status.scala
]
abstract
class
Status[ResultType]
extends
AnyRefMethod Summary | |
abstract def
|
result : ResultType |
abstract def
|
statement
: Statement
The statement that generated this status result.
|
abstract def
|
touchedCount
: Option[Int]
The number of elements modified or added by this statement.
|
Methods inherited from AnyRef | |
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
Methods inherited from Any | |
==, !=, isInstanceOf, asInstanceOf |
Method Details |
abstract
def
statement : Statement
abstract
def
result : ResultType
Scala Library Documentation
|
|