|
Scala Library Documentation
|
|
scala/dbc/statement/InsertionData.scala]
object
InsertionData
extends AnyRef| Methods inherited from AnyRef | |
| getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
| Methods inherited from Any | |
| ==, !=, isInstanceOf, asInstanceOf |
| Class Summary | |
case class
|
Constructor
(val columnNames : Option[List[String]], val columnValues : List[Expression]) extends InsertionData with Product
Insertion of data as explicitly defined values.
|
case class
|
Subquery
(val query : Relation) extends InsertionData with Product
Insertion of data resulting from a query on the database.
|
|
Scala Library Documentation
|
|