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 StringreplaceCastLong(Matcher matcher) protected 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, 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:
getNullDateFunctionin classBaseSQLTransformerLogic
-
replaceCastLong
- Overrides:
replaceCastLongin classBaseSQLTransformerLogic
-
replaceCastText
- Overrides:
replaceCastTextin classBaseSQLTransformerLogic
-
replaceDropTableIfExistsText
- Overrides:
replaceDropTableIfExistsTextin classBaseSQLTransformerLogic
-