Table

sealed trait Table

Representation of an SQL query result

Companion:
object
class Object
trait Matchable
class Any
object EmptyTable.type

Value members

Abstract methods

True if all the given columns are defined, false otherwise

True if all the given columns are defined, false otherwise

A copy of this Table containing only the rows for which all the given columns are defined

A copy of this Table containing only the rows for which all the given columns are defined

Group this Table by the values of the given columns

Group this Table by the values of the given columns

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

Yield the values of the given column

Yield the values of the given column

Concrete methods