Package | Description |
---|---|
com.sleepycat.db |
Modifier and Type | Field | Description |
---|---|---|
static DatabaseStreamConfig |
DatabaseStreamConfig.DEFAULT |
Default configuration used if null is passed to methods that create a
database stream.
|
Modifier and Type | Method | Description |
---|---|---|
DatabaseStreamConfig |
DatabaseStream.getConfig() |
Return this database stream configuration.
|
Modifier and Type | Method | 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 | Description |
---|---|
DatabaseStream(Cursor cursor,
DatabaseStreamConfig config) |
Copyright (c) 1996, 2020 Oracle and/or its affiliates. All rights reserved.