Package | Description |
---|---|
com.sleepycat.db |
Modifier and Type | Field and Description |
---|---|
static DatabaseStreamConfig |
DatabaseStreamConfig.DEFAULT
Default configuration used if null is passed to methods that create a
database stream.
|
Modifier and Type | Method and Description |
---|---|
DatabaseStreamConfig |
DatabaseStream.getConfig()
Return this database stream configuration.
|
Modifier and Type | Method and Description |
---|---|
DatabaseStream |
Cursor.openDatabaseStream(DatabaseStreamConfig config)
Return a database stream pointing to a key/data pair where the data item
is an external file.
|
Constructor and Description |
---|
DatabaseStream(Cursor cursor,
DatabaseStreamConfig config) |
Copyright (c) 1996, 2017 Oracle and/or its affiliates. All rights reserved.