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