org.hsqldb
Class Token

java.lang.Object
  extended byorg.hsqldb.Token

public class Token
extends Object

Provides declaratin and enumeration of reserved and non-reserved SQL keywords.

Since:
HSQLDB 1.7.2
Version:
1.7.2
Author:
Nitin Chauhan

Field Summary
static int CALL
           
static int DELETE
           
static int INSERT
           
static int SELECT
           
static String T_BINARY
           
static String T_COMPRESSED
           
static String T_TEXT
           
static int UNKNOWNTOKEN
           
static int UPDATE
           
 
Constructor Summary
Token()
           
 
Method Summary
static int get(String token)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

T_BINARY

public static final String T_BINARY
See Also:
Constant Field Values

T_COMPRESSED

public static final String T_COMPRESSED
See Also:
Constant Field Values

T_TEXT

public static final String T_TEXT
See Also:
Constant Field Values

CALL

public static final int CALL
See Also:
Constant Field Values

DELETE

public static final int DELETE
See Also:
Constant Field Values

INSERT

public static final int INSERT
See Also:
Constant Field Values

SELECT

public static final int SELECT
See Also:
Constant Field Values

UPDATE

public static final int UPDATE
See Also:
Constant Field Values

UNKNOWNTOKEN

public static final int UNKNOWNTOKEN
See Also:
Constant Field Values
Constructor Detail

Token

public Token()
Method Detail

get

public static int get(String token)


Copyright © 2001 - 2004 HSQL Development Group. All Rights Reserved.