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 |
---|---|
RuntimeConfigBuilder |
RuntimeConfigBuilder.setStringPoolingStrategy(StringPoolingStrategy stringPoolingStrategy)
[only relevant if use_string_pool is enabled] which string pooling strategy to use
|
PgxConfigBuilder |
PgxConfigBuilder.setStringPoolingStrategy(StringPoolingStrategy stringPoolingStrategy)
[only relevant if use_string_pool is enabled] which string pooling strategy to use
|
Copyright © 2017 Oracle Corp. All Rights Reserved.