org.radrails.db.internal.ui.editors.sql
Interface ISQLSyntax
- All Known Implementing Classes:
- SQLCodeScanner, SQLCompletionProcessor, SQLWordDetector, SQLWordStrategy
- public interface ISQLSyntax
SQL Syntax words (upper and lower cases).
reservedwords
public static final java.lang.String[] reservedwords
predicates
public static final java.lang.String[] predicates
types
public static final java.lang.String[] types
constants
public static final java.lang.String[] constants
functions
public static final java.lang.String[] functions
allWords
public static final java.lang.Object[] allWords