Class OracleSQLTransformerLogic
Object
com.liferay.portal.dao.sql.transformer.BaseSQLTransformerLogic
com.liferay.portal.dao.sql.transformer.OracleSQLTransformerLogic
- All Implemented Interfaces:
SQLTransformerLogic
- Author:
- Manuel de la Peña
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringreplaceBitwiseOr(Matcher matcher) protected StringreplaceCastClobText(Matcher matcher) protected StringreplaceCastText(Matcher matcher) protected StringreplaceDropTableIfExistsText(Matcher matcher) protected StringreplaceIntegerDivision(Matcher matcher) Methods inherited from class com.liferay.portal.dao.sql.transformer.BaseSQLTransformerLogic
getAggregationFunction, getAggregationPattern, getBitwiseCheckFunction, getBitwiseCheckPattern, getBitwiseOrFunction, getBitwiseOrPattern, getBooleanFunction, getCastClobTextFunction, getCastClobTextPattern, getCastDecimalFunction, getCastDecimalPattern, getCastLongFunction, getCastLongPattern, getCastTextFunction, getCastTextPattern, getDropTableIfExistsTextFunction, getDropTableIfExistsTextPattern, getFunctions, getInstrFunction, getInstrPattern, getIntegerDivisionFunction, getIntegerDivisionPattern, getLengthFunction, getLowerFunction, getModFunction, getModPattern, getNullDateFunction, getSubstrFunction, getSubstrPattern, replaceAggregation, replaceBitwiseCheck, replaceCastDecimal, replaceCastLong, replaceInstr, replaceMod, replaceSubstr, setFunctions
-
Constructor Details
-
OracleSQLTransformerLogic
public OracleSQLTransformerLogic(com.liferay.portal.kernel.dao.db.DB db)
-
-
Method Details
-
getConcatFunction
- Overrides:
getConcatFunctionin classBaseSQLTransformerLogic
-
replaceBitwiseOr
- Overrides:
replaceBitwiseOrin classBaseSQLTransformerLogic
-
replaceCastClobText
- Overrides:
replaceCastClobTextin classBaseSQLTransformerLogic
-
replaceCastText
- Overrides:
replaceCastTextin classBaseSQLTransformerLogic
-
replaceDropTableIfExistsText
- Overrides:
replaceDropTableIfExistsTextin classBaseSQLTransformerLogic
-
replaceIntegerDivision
- Overrides:
replaceIntegerDivisionin classBaseSQLTransformerLogic
-