in scala.dbc.statement
class Table

abstract class Table
extends Relation
with 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.
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
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.