com.ibm.jdg2e.editor.jfacetext.sqleditor.sql
Interface ISQLSyntax
- All Known Implementing Classes:
- SQLCodeScanner, SQLCompletionProcessor, SQLWordDetector, SQLWordStrategy
- public interface ISQLSyntax
SQL Syntax words (upper and lower cases).
allWords
public static final java.lang.Object[] allWords
constants
public static final java.lang.String[] constants
functions
public static final java.lang.String[] functions
predicates
public static final java.lang.String[] predicates
reservedwords
public static final java.lang.String[] reservedwords
types
public static final java.lang.String[] types