planetj.database.sql
Class TableToken

java.lang.Object
  |
  +--planetj.database.sql.SQLToken
        |
        +--planetj.database.sql.TableToken
All Implemented Interfaces:
Serializable

public class TableToken
extends SQLToken

Author:
PlanetJ Corporation
See Also:
Serialized Form

Field Summary
 
Fields inherited from class planetj.database.sql.SQLToken
WHITE_SPACE
 
Constructor Summary
TableToken(String pToken, SQLStatement pStatement)
          TableToken constructor comment.
 
Method Summary
 String getCorrelationName()
           
 String getLibraryName()
           
 String getTableName()
           
 void setToken(String pToken)
           
 String toString()
           
 
Methods inherited from class planetj.database.sql.SQLToken
getStatement, getToken, isTokenParameter, isTokenWhiteSpace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TableToken

public TableToken(String pToken,
                  SQLStatement pStatement)
TableToken constructor comment.

Parameters:
pToken - String to create this token from.
Method Detail

getCorrelationName

public String getCorrelationName()
Returns:
correlation name for the table.

getLibraryName

public String getLibraryName()
Returns:
name of library.

getTableName

public String getTableName()
Returns:
name of table.

setToken

public void setToken(String pToken)
Overrides:
setToken in class SQLToken

toString

public String toString()
Overrides:
toString in class SQLToken