|
Scala 2
|
||
class
Field
extends
Expression with
ScalaObjectConstructor Summary | |
def
this
|
Def Summary | |
def
fieldName
: java.lang.String
The name of the field in the database. |
|
def
schemaName
: Option
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. |
|
def
tableName
: Option
The name of the table in the database where the field is located. |
Constructor Detail |
def
this
Def Detail |
def
fieldName
: java.lang.String
def
schemaName
: Option
def
sqlInnerString
: java.lang.String
def
tableName
: Option