| Package | Description |
|---|---|
| com.pivotal.gemfirexd.internal.client.am | |
| com.pivotal.gemfirexd.internal.client.net |
| Modifier and Type | Method and Description |
|---|---|
abstract Blob |
Cursor.getBlobColumn_(int column,
Agent agent,
boolean toBePublished)
Returns a
Blob object. |
| Modifier and Type | Method and Description |
|---|---|
void |
LogWriter.traceExit(Object instance,
String methodName,
Blob blob) |
| Constructor and Description |
|---|
BlobLocatorInputStream(Connection connection,
Blob blob)
Create an
InputStream for reading the
Blob value represented by the given locator based
Blob object. |
BlobLocatorInputStream(Connection connection,
Blob blob,
long position,
long length)
Create an
InputStream for reading the
Blob value represented by the given locator based
Blob object. |
BlobLocatorOutputStream(Connection connection,
Blob blob,
long pos)
Create an
OutputStream for writing to the
Blob value represented by the given locator based
Blob object. |
BlobOutputStream(Blob blob,
long offset) |
UpdateSensitiveBlobLocatorInputStream(Connection con,
Blob blob)
Creates an instance of the BlobLocatorInputStream
and and calls the super class constructors with
appropriate initializers.
|
UpdateSensitiveBlobLocatorInputStream(Connection con,
Blob blob,
long position,
long length)
Creates an instance of the BlobLocatorInputStream.
|
| Modifier and Type | Method and Description |
|---|---|
Blob |
NetCursor.getBlobColumn_(int column,
Agent agent,
boolean toBePublished) |
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.