|
Scala Library Documentation
|
|
scala/dbc/statement/Table.scala]
abstract
class
Table
extends Relation| Method 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
: Option[java.lang.String]
The name that the table will be called in the enclosing statement.
|
| Methods inherited from Relation | |
| fieldTypes (abstract), 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 |
abstract
def
tableName : java.lang.String
abstract
def
tableRename : Option[java.lang.String]
def
sqlString : java.lang.String
def
sqlInnerString : java.lang.String
|
Scala Library Documentation
|
|