public class RemoteScalarFunctionImplementation extends Object implements ScalarFunctionImplementation
| Constructor and Description |
|---|
RemoteScalarFunctionImplementation(SqlFunctionHandle functionHandle,
RoutineCharacteristics.Language language,
FunctionImplementationType implementationType) |
| Modifier and Type | Method and Description |
|---|---|
SqlFunctionHandle |
getFunctionHandle() |
FunctionImplementationType |
getImplementationType() |
RoutineCharacteristics.Language |
getLanguage() |
public RemoteScalarFunctionImplementation(SqlFunctionHandle functionHandle, RoutineCharacteristics.Language language, FunctionImplementationType implementationType)
public SqlFunctionHandle getFunctionHandle()
public RoutineCharacteristics.Language getLanguage()
public FunctionImplementationType getImplementationType()
Copyright © 2012–2022. All rights reserved.