|
Scala
1.4.0.4 |
|||
Method Summary | |
abstract
|
def catalog: String
The name of the catalog in the database from which the field originates |
abstract
|
def datatype: DataType
The expected type of the field. |
abstract
|
def index: Int
The index of the field in the tuple. |
abstract
|
def name: String
The name of the field. |
abstract
|
def schema: String
The name of the schema in the database from which the field originates |
abstract
|
def table: String
The name of the table in the database from which the field originates |
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 name: String
abstract def index: Int
abstract def datatype: DataType
abstract def catalog: String
abstract def schema: String
abstract def table: String
|
Scala
1.4.0.4 |
|||