Scala Library Documentation
|
|
abstract
class
Field
extends
ExpressionMethod Summary | |
abstract def
|
fieldName
: java.lang.String
The name of the field in the database.
|
def
|
schemaName
: 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
: Option[java.lang.String]
The name of the table in the database where the field is located.
|
Methods inherited from Expression | |
fieldTypes, sqlString |
Methods inherited from Relation | |
isCompatibleType, typeCheck, sqlTypeString, execute, execute |
Methods inherited from AnyRef | |
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
Methods inherited from Any | |
==, !=, isInstanceOf, asInstanceOf |
Method Details |
def
schemaName : Option[java.lang.String]
abstract
def
tableName : Option[java.lang.String]
abstract
def
fieldName : java.lang.String
def
sqlInnerString : java.lang.String
Scala Library Documentation
|
|