public class PostgreSQLTransformerLogic extends BaseSQLTransformerLogic
Constructor and Description |
---|
PostgreSQLTransformerLogic(com.liferay.portal.kernel.dao.db.DB db) |
Modifier and Type | Method and Description |
---|---|
protected String |
replaceAggregation(Matcher matcher) |
protected String |
replaceCastLong(Matcher matcher) |
protected String |
replaceCastText(Matcher matcher) |
protected String |
replaceInstr(Matcher matcher) |
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
public PostgreSQLTransformerLogic(com.liferay.portal.kernel.dao.db.DB db)
protected String replaceAggregation(Matcher matcher)
replaceAggregation
in class BaseSQLTransformerLogic
protected String replaceCastLong(Matcher matcher)
replaceCastLong
in class BaseSQLTransformerLogic
protected String replaceCastText(Matcher matcher)
replaceCastText
in class BaseSQLTransformerLogic
protected String replaceInstr(Matcher matcher)
replaceInstr
in class BaseSQLTransformerLogic