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