- All Known Implementing Classes:
FirebirdReservedWords
Interface for reserved words checks.
- Since:
- 5
- Author:
- Mark Rotteveel
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isReservedWord
(CharSequence tokenText) Checks case-insensitively if the supplied token text is a reserved word.
-
Method Details
-
isReservedWord
Checks case-insensitively if the supplied token text is a reserved word.- Parameters:
tokenText
- Token text to check- Returns:
true
if the token text is a reserved word,false
otherwise
-