| Modifier and Type | Method and Description |
|---|---|
H2EmbeddedDataSourceConfig.CompressLob |
H2EmbeddedDataSourceConfig.getCompressLob()
Sets the compression algorithm for BLOB and CLOB data.
|
static H2EmbeddedDataSourceConfig.CompressLob |
H2EmbeddedDataSourceConfig.CompressLob.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static H2EmbeddedDataSourceConfig.CompressLob[] |
H2EmbeddedDataSourceConfig.CompressLob.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
H2EmbeddedDataSourceConfig |
H2EmbeddedDataSourceConfig.setCompressLob(H2EmbeddedDataSourceConfig.CompressLob compressLob) |
Copyright © 2010–2019 Airlift. All rights reserved.