Package org.firebirdsql.jaybird.parser
Interface ReservedWords
- 
- All Known Implementing Classes:
- FirebirdReservedWords
 
 @InternalApi public interface ReservedWords Interface for reserved words checks.- Since:
- 5
- Author:
- Mark Rotteveel
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisReservedWord(java.lang.CharSequence tokenText)Checks case-insensitively if the supplied token text is a reserved word.
 
-