public class ReservedDBWords extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isReservedWord(Dialect dialect,
String word)
Check if is a dialect reserved word of ANSI-SQL reserved word
|
static boolean |
isReservedWord(String word)
Check if is a reserved word of any database
|
static String |
reservedForDB(String word)
Return database name of given reserved word
|
public static boolean isReservedWord(Dialect dialect, String word)
public static boolean isReservedWord(String word)
Copyright © 2022. All rights reserved.