类 ReservedWordsUtil
- java.lang.Object
-
- org.sagacity.sqltoy.utils.ReservedWordsUtil
-
public class ReservedWordsUtil extends Object
- 版本:
- v1.0,Date:2020-05-06
- 作者:
- zhongxuchen
-
-
方法详细资料
-
put
public static void put(String words)
- 参数:
words-
-
convertSimpleSql
public static String convertSimpleSql(String sql, Integer dbType)
- 参数:
sql-dbType-- 返回:
-
convertWord
public static String convertWord(String column, Integer dbType)
- 参数:
column-dbType-- 返回:
-
isKeyWord
public static boolean isKeyWord(String column)
- 参数:
column-- 返回:
-
-