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 definesAll(cols: List[SqlColumn]): Boolean
def filterDefined(cols: List[SqlColumn]): Table
def group(cols: List[SqlColumn]): Iterator[Table]
def numCols: Int
def numRows: Int
def select(col: SqlColumn): List[Any]

Inherited methods

def isEmpty: Boolean
Inherited from
Table
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product