in scala.dbc.result
class FieldMetadata

abstract class FieldMetadata
extends java.lang.Object
with ScalaObject
Informations attached to a field about its content and its relationship to the originating database.

Constructor 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 : 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
The name of the catalog in the database from which the field originates

def datatype : 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