Package org.firebirdsql.jdbc.parser
Interface ReservedWords
- All Known Implementing Classes:
FirebirdReservedWords
Interface for reserved words checks.
- Since:
- 4.0.8
- Author:
- Mark Rotteveel
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisReservedWord(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:
trueif the token text is a reserved word,falseotherwise
-