|
Scala 2
|
||
class
Tuple
extends
java.lang.Object with
ScalaObjectConstructor Summary | |
def
this
|
Def Summary | |
def
apply
( index : scala.Int )
: Field
The field at the given index. If there is no such field (that is the index is out of bounds), None is returned instead.
|
|
def
apply
( name : java.lang.String )
: Field
The field with the given column name. If there is no such field, None is returned instead.
|
|
def
fields
: List
All the fields contained in the tuple. |
|
def
originatingRelation
: Relation
The relation that contains the tuple. |
Constructor Detail |
def
this
Def Detail |
def
apply
( index : scala.Int ) : Field
None
is returned instead.def
apply
( name : java.lang.String ) : Field
None
is returned instead.def
fields
: List
def
originatingRelation
: Relation