@ApplicationScoped public class ScalarFunctionManagerImpl extends Object implements ScalarFunctionManager
Modifier and Type | Field and Description |
---|---|
protected javax.enterprise.inject.Instance<ScalarFunction> |
scalarFunctions |
protected ScalarFunction[] |
scalarFunctionsArray
The built-in scalar function registry.
|
Constructor and Description |
---|
ScalarFunctionManagerImpl() |
Modifier and Type | Method and Description |
---|---|
ScalarFunction[] |
getAllScalarFunctions() |
ScalarFunction |
getScalarFunctionByCode(String code) |
protected void |
init() |
protected ScalarFunction[] scalarFunctionsArray
@Inject protected javax.enterprise.inject.Instance<ScalarFunction> scalarFunctions
@PostConstruct protected void init()
public ScalarFunction[] getAllScalarFunctions()
getAllScalarFunctions
in interface ScalarFunctionManager
public ScalarFunction getScalarFunctionByCode(String code)
getScalarFunctionByCode
in interface ScalarFunctionManager
Copyright © 2012–2017 JBoss by Red Hat. All rights reserved.