MultiRowTable

case class MultiRowTable(index: SqlColumn => Int, rows: Vector[Array[Any]]) extends Table
trait Serializable
trait Product
trait Equals
trait Table
class Object
trait Matchable
class Any

Value members

Concrete methods

def select(col: SqlColumn): List[Any]

Inherited methods

Inherited from:
Table
Inherited from:
Product