Package | Description |
---|---|
oracle.pgx.config |
This package contains all configuration-related classes of PGX.
|
Modifier and Type | Method and Description |
---|---|
StringPoolingStrategy |
PgxConfig.getStringPoolingStrategy()
[only relevant if use_string_pool is enabled] which string pooling strategy to use
|
StringPoolingStrategy |
RuntimeConfig.getStringPoolingStrategy()
[only relevant if use_string_pool is enabled] which string pooling strategy to use
|
static StringPoolingStrategy |
StringPoolingStrategy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StringPoolingStrategy[] |
StringPoolingStrategy.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PgxConfigBuilder |
PgxConfigBuilder.setStringPoolingStrategy(StringPoolingStrategy stringPoolingStrategy)
[only relevant if use_string_pool is enabled] which string pooling strategy to use
|
RuntimeConfigBuilder |
RuntimeConfigBuilder.setStringPoolingStrategy(StringPoolingStrategy stringPoolingStrategy)
[only relevant if use_string_pool is enabled] which string pooling strategy to use
|
Copyright © 2016, 2018 Oracle and/or its affiliates. All Rights Reserved.