Class MySQLJsonExtractFunction
- java.lang.Object
-
- com.axelor.db.hibernate.dialect.function.AbstractJsonExtractFunction
-
- com.axelor.db.hibernate.dialect.function.MySQLJsonExtractFunction
-
- All Implemented Interfaces:
SQLFunction
public class MySQLJsonExtractFunction extends AbstractJsonExtractFunction
-
-
Constructor Summary
Constructors Constructor Description MySQLJsonExtractFunction(Type type, String cast)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
transformFunction(String func)
String
transformPath(List<String> path)
-
Methods inherited from class com.axelor.db.hibernate.dialect.function.AbstractJsonExtractFunction
getCast, getName, getReturnType, getType, hasArguments, hasParenthesesIfNoArguments, render
-
-
-
-
Method Detail
-
transformPath
public String transformPath(List<String> path)
- Specified by:
transformPath
in classAbstractJsonExtractFunction
-
transformFunction
protected String transformFunction(String func)
- Overrides:
transformFunction
in classAbstractJsonExtractFunction
-
-