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
-
ANSI_SQL_KEYWORDS
- A String array with all ANSI/ISO SQL keywords
-
COMMON_SQL_STATEMENTS
- A String[][] array with some common SQL statements
ANSI_SQL_KEYWORDS
public static final java.lang.String[] ANSI_SQL_KEYWORDS
- A String array with all ANSI/ISO SQL keywords
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