com.redhat.persistence.common
Class SQLToken

java.lang.Object
  extended bycom.redhat.persistence.common.SQLToken

public class SQLToken
extends Object

SQLToken

Version:
$Revision: #6 $ $Date: 2004/04/07 $
Author:
Rafael H. Schloming <rhs@mit.edu>

Nested Class Summary
static class SQLToken.Type
           
 
Field Summary
static SQLToken.Type BIND
           
static SQLToken.Type PATH
           
static SQLToken.Type RAW
           
static SQLToken.Type SPACE
           
static String versionId
           
 
Constructor Summary
SQLToken(String image, SQLToken.Type type)
           
 
Method Summary
 String getImage()
           
 SQLToken getNext()
           
 SQLToken getPrevious()
           
 SQLToken.Type getType()
           
 boolean isBind()
           
 boolean isPath()
           
 boolean isRaw()
           
 boolean isSpace()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

versionId

public static final String versionId
See Also:
Constant Field Values

BIND

public static final SQLToken.Type BIND

PATH

public static final SQLToken.Type PATH

RAW

public static final SQLToken.Type RAW

SPACE

public static final SQLToken.Type SPACE
Constructor Detail

SQLToken

public SQLToken(String image,
                SQLToken.Type type)
Method Detail

getPrevious

public SQLToken getPrevious()

getNext

public SQLToken getNext()

getImage

public String getImage()

getType

public SQLToken.Type getType()

isBind

public boolean isBind()

isPath

public boolean isPath()

isRaw

public boolean isRaw()

isSpace

public boolean isSpace()


Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC