| Package | Description |
|---|---|
| org.h2.engine | |
| org.h2.security | |
| org.h2.store | |
| org.h2.tools |
| Modifier and Type | Method and Description |
|---|---|
FileStore |
SessionRemote.openFile(String name,
String mode,
boolean mustExist) |
FileStore |
Database.openFile(String name,
String openMode,
boolean mustExist) |
| Modifier and Type | Class and Description |
|---|---|
class |
SecureFileStore
A file store that encrypts all data before writing, and decrypts all data
after reading.
|
| Modifier and Type | Method and Description |
|---|---|
static FileStore |
FileStore.open(DataHandler handler,
String name,
String mode)
Open a non encrypted file store with the given settings.
|
static FileStore |
FileStore.open(DataHandler handler,
String name,
String mode,
String cipher,
byte[] key)
Open an encrypted file store with the given settings.
|
static FileStore |
FileStore.open(DataHandler handler,
String name,
String mode,
String cipher,
byte[] key,
int keyIterations)
Open an encrypted file store with the given settings.
|
FileStore |
DataHandler.openFile(String name,
String mode,
boolean mustExist)
Open a file at the given location.
|
| Constructor and Description |
|---|
FileStoreInputStream(FileStore store,
DataHandler handler,
boolean compression,
boolean alwaysClose) |
FileStoreOutputStream(FileStore store,
DataHandler handler,
String compressionAlgorithm) |
| Modifier and Type | Method and Description |
|---|---|
FileStore |
Recover.openFile(String name,
String mode,
boolean mustExist)
INTERNAL
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.