|
Scala 2.4.0-RC2
|
abstract
class
Field
extends
scala.dbc.statement.Expression
with
scala.ScalaObject
Constructor Summary | |
def
this
|
Def Summary | |
abstract
|
def
fieldName
: java.lang.String
The name of the field in the database. |
def
schemaName
: scala.Option[java.lang.String]
The name of the schema in the database where the field is located. |
|
def
sqlInnerString
: java.lang.String
A SQL-99 compliant string representation of the relation sub- statement. This only has a meaning inside another statement. |
|
abstract
|
def
tableName
: scala.Option[java.lang.String]
The name of the table in the database where the field is located. |
Def inherited from scala.dbc.statement.Expression | |
fieldTypes , sqlInnerString, sqlString |
Constructor Detail |
Def Detail |
abstract
def
fieldName
: java.lang.String
def
schemaName
: scala.Option[java.lang.String]
def
sqlInnerString
: java.lang.String
abstract
def
tableName
: scala.Option[java.lang.String]