| Package | Description |
|---|---|
| com.pivotal.gemfirexd.internal.client.am | |
| com.pivotal.gemfirexd.internal.client.net |
| Modifier and Type | Method and Description |
|---|---|
protected Clob |
Clob.createClobWrapper(Clob clob,
String columnName) |
abstract Clob |
Cursor.getClobColumn_(int column,
Agent agent,
boolean toBePublished)
Returns a
Clob object. |
| Modifier and Type | Method and Description |
|---|---|
void |
LogWriter.traceExit(Object instance,
String methodName,
Clob clob) |
| Constructor and Description |
|---|
ClobLocatorInputStream(Connection connection,
Clob clob)
Create an
InputStream for reading the
Clob value represented by the given locator based
Clob object. |
ClobLocatorInputStream(Connection connection,
Clob clob,
long pos)
Create an
InputStream for reading the
Clob value represented by the given locator based
Clob object. |
ClobLocatorOutputStream(Connection connection,
Clob clob,
long pos)
Create an
OutputStream for writing to the
Clob value represented by the given locator based
Clob object. |
ClobLocatorReader(Connection connection,
Clob clob)
Create an
Reader for reading the
Clob value represented by the given locator based
Clob object. |
ClobLocatorReader(Connection connection,
Clob clob,
long pos,
long len)
Create an
Reader for reading the
Clob value represented by the given locator based
Clob object. |
ClobLocatorWriter(Connection connection,
Clob clob,
long pos)
Create a
Writer for writing to the
Clob value represented by the given locator based
Clob object. |
ClobOutputStream(Clob clob,
long offset) |
ClobWriter(Clob clob,
long offset) |
UpdateSensitiveClobLocatorInputStream(Connection con,
Clob clob)
Creates an instance of the ClobLocatorInputStream
wrapped in a BufferedInputStream and and calls the
super class constructor with appropriate initializers.
|
UpdateSensitiveClobLocatorReader(Connection con,
Clob clob)
Initializes the Reader, updateCount, currentPos
and the connection to the appropriate values.
|
UpdateSensitiveClobLocatorReader(Connection con,
Clob clob,
long pos,
long len)
Initializes the Reader, updateCount, currentPos,
length and the connection to the appropriate values.
|
| Modifier and Type | Method and Description |
|---|---|
Clob |
NetCursor.getClobColumn_(int column,
Agent agent,
boolean toBePublished) |
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.