Uses of Class
org.ehrbase.aql.dto.select.AQLFunction
-
Packages that use AQLFunction Package Description org.ehrbase.aql.dto.select org.ehrbase.client.aql.funtion -
-
Uses of AQLFunction in org.ehrbase.aql.dto.select
Methods in org.ehrbase.aql.dto.select that return AQLFunction Modifier and Type Method Description AQLFunctionFunctionDto. getAqlFunction()static AQLFunctionAQLFunction. valueOf(String name)Returns the enum constant of this type with the specified name.static AQLFunction[]AQLFunction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.ehrbase.aql.dto.select with parameters of type AQLFunction Modifier and Type Method Description voidFunctionDto. setAqlFunction(AQLFunction aqlFunction) -
Uses of AQLFunction in org.ehrbase.client.aql.funtion
Methods in org.ehrbase.client.aql.funtion with parameters of type AQLFunction Modifier and Type Method Description protected static <X> AbstractFunction<X>AbstractFunction. create(List<SelectAqlField<?>> parameters, AQLFunction function, String name, Class<X> aClass)Constructors in org.ehrbase.client.aql.funtion with parameters of type AQLFunction Constructor Description AbstractFunction(List<SelectAqlField<?>> parameters, AQLFunction function, String name)
-