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