public class DB2SQLTransformerLogic extends BaseSQLTransformerLogic
| Constructor and Description |
|---|
DB2SQLTransformerLogic(com.liferay.portal.kernel.dao.db.DB db) |
| Modifier and Type | Method and Description |
|---|---|
protected Function<String,String> |
getConcatFunction() |
protected String |
replaceCastText(Matcher matcher) |
protected String |
replaceDropTableIfExistsText(Matcher matcher) |
getBitwiseCheckFunction, getBitwiseCheckPattern, getBooleanFunction, getCastClobTextFunction, getCastClobTextPattern, getCastLongFunction, getCastLongPattern, getCastTextFunction, getCastTextPattern, getDropTableIfExistsTextFunction, getDropTableIfExistsTextPattern, getFunctions, getInstrFunction, getInstrPattern, getIntegerDivisionFunction, getIntegerDivisionPattern, getLengthFunction, getLowerFunction, getModFunction, getModPattern, getNullDateFunction, getSubstrFunction, getSubstrPattern, replaceBitwiseCheck, replaceCastClobText, replaceCastLong, replaceInstr, replaceIntegerDivision, replaceMod, replaceSubstr, setFunctionspublic DB2SQLTransformerLogic(com.liferay.portal.kernel.dao.db.DB db)
protected Function<String,String> getConcatFunction()
getConcatFunction in class BaseSQLTransformerLogicprotected String replaceCastText(Matcher matcher)
replaceCastText in class BaseSQLTransformerLogicprotected String replaceDropTableIfExistsText(Matcher matcher)
replaceDropTableIfExistsText in class BaseSQLTransformerLogic