|
Scala 2.3.2
|
abstract
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. |
|
abstract
|
def
tableName
: java.lang.String
The name of the table in the database. |
abstract
|
def
tableRename
: scala.Option[java.lang.String]
The name that the table will be called in the enclosing statement. |
Def inherited from scala.dbc.statement.Relation | |
execute , execute, fieldTypes, isCompatibleType, sqlInnerString, sqlString, sqlTypeString, typeCheck |
Constructor Detail |
Def Detail |
def
sqlInnerString
: java.lang.String
def
sqlString
: java.lang.String
abstract
def
tableName
: java.lang.String
abstract
def
tableRename
: scala.Option[java.lang.String]