OneRowTable

case class OneRowTable(row: Array[Any]) extends Table

Specialized representation of a table with exactly one row

Source:
SqlMapping.scala
trait Serializable
trait Product
trait Equals
trait Table
class Object
trait Matchable
class Any

Value members

Concrete methods

def select(col: Int): Option[Any]

Inherited methods

Inherited from:
Table
Source:
SqlMapping.scala
Inherited from:
Product