|
Scala 2.3.0
|
abstract
class
Tuple
extends
java.lang.Object
with
scala.ScalaObject
Constructor Summary | |
def
this
|
Def Summary | |
def
apply
(index: scala.Int)
: scala.dbc.result.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)
: scala.dbc.result.Field
The field with the given column name. If there is no such field, None is returned instead.
|
|
abstract
|
def
fields
: scala.List[scala.dbc.result.Field]
All the fields contained in the tuple. |
abstract
|
def
originatingRelation
: scala.dbc.result.Relation
The relation that contains the tuple. |
Constructor Detail |
Def Detail |
def
apply
(index: scala.Int): scala.dbc.result.Field
None
is returned instead.
def
apply
(name: java.lang.String): scala.dbc.result.Field
None
is returned instead.
abstract
def
fields
: scala.List[scala.dbc.result.Field]
abstract
def
originatingRelation
: scala.dbc.result.Relation