java.lang.Object
org.litebridgedb.db.spi.util.SqlReservedWords
Utility class for working with SQL reserved words.
This class provides functionality to verify if a given word is a reserved keyword in SQL. The list of reserved words is predefined and immutable.
-
Method Summary
-
Method Details
-
contains
Checks if the given word is a SQL reserved word.- Parameters:
word- The word to check.- Returns:
trueif the word is a reserved word,falseotherwise.
-