in scala.dbc.statement
class Table

abstract class Table
extends scala.dbc.statement.Relation
with scala.ScalaObject
A reference to a table in the database.
Author:
Gilles Dubochet
Version:
1.0

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.


Constructor Detail
def this

Def Detail
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.