Class symantec.itools.db.beans.sqleditor.SQLKeywords
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class symantec.itools.db.beans.sqleditor.SQLKeywords

Object
   |
   +----symantec.itools.db.beans.sqleditor.SQLKeywords

public final class SQLKeywords
extends Object

This class contains the list of some SQL keywords

Version:
1.0 06/15/97
Author:
Hristo Tonev

Variable Index

 o ANSI_SQL_KEYWORDS
A String array with all ANSI/ISO SQL keywords
 o COMMON_SQL_STATEMENTS
A String[][] array with some common SQL statements

Variables

 o ANSI_SQL_KEYWORDS
public static final java.lang.String[] ANSI_SQL_KEYWORDS
A String array with all ANSI/ISO SQL keywords

 o COMMON_SQL_STATEMENTS
public static final java.lang.String[][] COMMON_SQL_STATEMENTS
A String[][] array with some common SQL statements


All Packages  Class Hierarchy  This Package  Previous  Next  Index