|
|
Scala 2.1.6
|
class
Table
extends
scala.dbc.statement.Relation with
scala.ScalaObject| Constructor 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
: scala.Option[java.lang.String]
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
: scala.Option[java.lang.String]