|
Scala 2.1.7
|
class
FieldMetadata
extends
java.lang.Object with
scala.ScalaObjectConstructor Summary | |
def
this
|
Def Summary | |
def
catalog
: java.lang.String
The name of the catalog in the database from which the field originates |
|
def
datatype
: scala.dbc.DataType
The expected type of the field. This information is used for automatic transformation of the field value into a usable type. |
|
def
index
: scala.Int
The index of the field in the tuple. |
|
def
name
: java.lang.String
The name of the field. |
|
def
schema
: java.lang.String
The name of the schema in the database from which the field originates |
|
def
table
: java.lang.String
The name of the table in the database from which the field originates |
Constructor Detail |
def
this
Def Detail |
def
catalog
: java.lang.String
def
datatype
: scala.dbc.DataType
def
index
: scala.Int
def
name
: java.lang.String
def
schema
: java.lang.String
def
table
: java.lang.String