|
Scala 2
|
||
class
Table
extends
Relation with
ScalaObjectConstructor Summary | |
def
this
|
Def Summary | |
def
sqlInnerString
: java.lang.String
A SQL-99 compliant string representation of the relation sub- statement. This only has a meaning inside a query. |
|
def
sqlString
: java.lang.String
A SQL-99 compliant string representation of the relation statement. |
|
def
tableName
: java.lang.String
The name of the table in the database. |
|
def
tableRename
: Option
The name that the table will be called in the enclosing statement. |
Constructor Detail |
def
this
Def Detail |
def
sqlInnerString
: java.lang.String
def
sqlString
: java.lang.String
def
tableName
: java.lang.String
def
tableRename
: Option