Package | Description |
---|---|
oracle.pgx.config |
This package contains all configuration-related classes of PGX.
|
Modifier and Type | Method and Description |
---|---|
abstract UdfLanguage |
AbstractUdfFunctionConfig.getLanguage() |
UdfLanguage |
UdfFunctionConfig.getLanguage()
language the function is implemented in
|
static UdfLanguage |
UdfLanguage.parseUdfLanguage(java.lang.String input) |
static UdfLanguage |
UdfLanguage.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UdfLanguage[] |
UdfLanguage.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
UdfFunctionConfigBuilder |
UdfFunctionConfigBuilder.setLanguage(UdfLanguage language)
language the function is implemented in
|
Copyright © 2010, 2020 Oracle and/or its affiliates. All Rights Reserved.