Class MySQLSQLTransformerLogic
Object
com.liferay.portal.dao.sql.transformer.BaseSQLTransformerLogic
com.liferay.portal.dao.sql.transformer.MySQLSQLTransformerLogic
- All Implemented Interfaces:
SQLTransformerLogic
- Author:
- Manuel de la Peña
-
Constructor Summary
Constructors -
Method Summary
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, replaceAggregation, replaceBitwiseCheck, replaceCastClobText, replaceCastLong, replaceCastText, replaceDropTableIfExistsText, replaceInstr, replaceMod, replaceSubstr, setFunctions
-
Constructor Details
-
MySQLSQLTransformerLogic
public MySQLSQLTransformerLogic(com.liferay.portal.kernel.dao.db.DB db)
-
-
Method Details
-
replaceIntegerDivision
- Overrides:
replaceIntegerDivision
in classBaseSQLTransformerLogic
-