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