|
Scala
1.4.0.4 |
|||
Method Summary | |
def apply(index: Int): Field
The field at the given index. |
|
def apply(name: String): Field
The field with the given column name. |
|
abstract
|
def fields: List[Field]
All the fields contained in the tuple. |
abstract
|
def originatingRelation: Relation
The relation that contains the tuple. |
Methods inherited from java/lang/Object-class |
clone, eq, equals, finalize, getClass, hashCode, ne, notify, notifyAll, synchronized, toString, wait, wait, wait |
Methods inherited from scala/Any-class |
!=, ==, asInstanceOf, isInstanceOf, match |
Methods inherited from scala/ScalaObject-class |
getScalaType |
Method Detail |
abstract def fields: List[Field]
abstract def originatingRelation: Relation
def apply(index: Int): Field
None
is returned instead.
def apply(name: String): Field
None
is returned instead.
|
Scala
1.4.0.4 |
|||