|
|
Scala 2.3.3
|
abstract
class
Status
[ResultType]
extends java.lang.Object
with scala.ScalaObject
| Constructor Summary | |
def
this
|
|
| Def Summary | |
abstract
|
def
result
: ResultType
|
abstract
|
def
statement
: scala.dbc.statement.Statement
The statement that generated this status result. |
abstract
|
def
touchedCount
: scala.Option[scala.Int]
The number of elements modified or added by this statement. |
| Constructor Detail |
| Def Detail |
abstract
def
result
: ResultType
abstract
def
statement
: scala.dbc.statement.Statement
abstract
def
touchedCount
: scala.Option[scala.Int]