public class OracleSQLTransformerLogic extends BaseSQLTransformerLogic
| Constructor and Description |
|---|
OracleSQLTransformerLogic(com.liferay.portal.kernel.dao.db.DB db) |
| Modifier and Type | Method and Description |
|---|---|
protected Function<String,String> |
getConcatFunction() |
protected String |
replaceCastClobText(Matcher matcher) |
protected String |
replaceCastText(Matcher matcher) |
protected String |
replaceDropTableIfExistsText(Matcher matcher) |
protected String |
replaceIntegerDivision(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, replaceCastLong, replaceInstr, replaceMod, replaceSubstr, setFunctionspublic OracleSQLTransformerLogic(com.liferay.portal.kernel.dao.db.DB db)
protected Function<String,String> getConcatFunction()
getConcatFunction in class BaseSQLTransformerLogicprotected String replaceCastClobText(Matcher matcher)
replaceCastClobText in class BaseSQLTransformerLogicprotected String replaceCastText(Matcher matcher)
replaceCastText in class BaseSQLTransformerLogicprotected String replaceDropTableIfExistsText(Matcher matcher)
replaceDropTableIfExistsText in class BaseSQLTransformerLogicprotected String replaceIntegerDivision(Matcher matcher)
replaceIntegerDivision in class BaseSQLTransformerLogic