Class HypersonicSQLTransformerLogic
Object
com.liferay.portal.dao.sql.transformer.BaseSQLTransformerLogic
com.liferay.portal.dao.sql.transformer.HypersonicSQLTransformerLogic
- All Implemented Interfaces:
SQLTransformerLogic
- Author:
- Manuel de la Peña, Brian Wing Shun Chan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected String
replaceCastLong
(Matcher matcher) protected String
replaceCastText
(Matcher matcher) protected String
replaceDropTableIfExistsText
(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, getSubstrFunction, getSubstrPattern, replaceAggregation, replaceBitwiseCheck, replaceCastClobText, replaceInstr, replaceIntegerDivision, replaceMod, replaceSubstr, setFunctions
-
Constructor Details
-
HypersonicSQLTransformerLogic
public HypersonicSQLTransformerLogic(com.liferay.portal.kernel.dao.db.DB db)
-
-
Method Details
-
getNullDateFunction
- Overrides:
getNullDateFunction
in classBaseSQLTransformerLogic
-
replaceCastLong
- Overrides:
replaceCastLong
in classBaseSQLTransformerLogic
-
replaceCastText
- Overrides:
replaceCastText
in classBaseSQLTransformerLogic
-
replaceDropTableIfExistsText
- Overrides:
replaceDropTableIfExistsText
in classBaseSQLTransformerLogic
-