planetj.database.sql
Class TypeToken

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

public class TypeToken
extends SQLToken

Author:
PlanetJ Corporation
See Also:
Serialized Form

Field Summary
 
Fields inherited from class planetj.database.sql.SQLToken
WHITE_SPACE
 
Constructor Summary
TypeToken(String token, SQLStatement statement)
          TypeToken constructor comment.
 
Method Summary
static boolean isSQLType(String s)
          Gets whether or not the given String is a SQL type.
 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

TypeToken

public TypeToken(String token,
                 SQLStatement statement)
TypeToken constructor comment.

Method Detail

isSQLType

public static boolean isSQLType(String s)
Gets whether or not the given String is a SQL type.


toString

public String toString()
Overrides:
toString in class SQLToken