|
Scala
1.4.0.4 |
|||
Field Summary | |
val insertionData: InsertionData
|
|
val insertionTarget: String
|
Method Summary | |
def sqlString: String
A SQL-99 compliant string representation of the select statement. |
Methods inherited from java/lang/Object-class |
clone, eq, equals, finalize, getClass, hashCode, ne, notify, notifyAll, synchronized, toString, wait, wait, wait |
Methods inherited from scala/Any-class |
!=, ==, asInstanceOf, isInstanceOf, match |
Methods inherited from scala/CaseClass-class |
caseArity, caseElement, caseName |
Methods inherited from scala/ScalaObject-class |
getScalaType |
Methods inherited from scala/dbc/statement/Status-class |
execute, execute |
Field Detail |
val insertionTarget: String
val insertionData: InsertionData
Method Detail |
def sqlString: String
|
Scala
1.4.0.4 |
|||