Class SqlReservedWords

java.lang.Object
org.mybatis.generator.internal.db.SqlReservedWords

public class SqlReservedWords extends Object
This class contains a somewhat comprehensive list of SQL reserved words. Since different databases have different reserved words, this list is inclusive of many different databases - so it may include words that are not reserved in some databases.

This list is based on the list from Drupal Coding Standards: https://project.pages.drupalcode.org/coding_standards/sql/keywords/ With additions for DB2

Author:
Jeff Butler
  • Method Details

    • containsWord

      public static boolean containsWord(String word)