| Package | Description |
|---|---|
| com.pivotal.gemfirexd.internal.client.am | |
| com.pivotal.gemfirexd.internal.client.net |
| Modifier and Type | Method and Description |
|---|---|
NetResultSet |
CallableStatement40.getSuperResultSet() |
NetResultSet |
SingleHopPreparedStatement.getSuperResultSet() |
NetResultSet |
PreparedStatement.getSuperResultSet() |
| Modifier and Type | Method and Description |
|---|---|
ResultSet |
ClientJDBCObjectFactory.getSingleHopResultSet(NetResultSet nrs0,
PreparedStatement[] psarray,
NetConnection.DSConnectionInfo dsConnInfo) |
| Modifier and Type | Class and Description |
|---|---|
class |
NetResultSet40 |
| Modifier and Type | Method and Description |
|---|---|
protected NetResultSet |
NetStatementReply.parseOPNQRYRM(StatementCallbackInterface statementI,
boolean isOPNQRYreply)
Open Query Complete Reply Message indicates to the requester
that an OPNQRY or EXCSQLSTT command completed normally and that
the query process has been initiated.
|
protected NetResultSet |
NetStatementReply.parseResultSetCursor(StatementCallbackInterface statementI,
Section section) |
| Modifier and Type | Method and Description |
|---|---|
ResultSet |
ClientJDBCObjectFactoryImpl40.getSingleHopResultSet(NetResultSet nrs0,
PreparedStatement[] psarray,
NetConnection.DSConnectionInfo dsConnInfo) |
protected void |
NetStatementReply.parseQRYDTA(NetResultSet netResultSet) |
void |
NetResultSetRequest.writeCursorClose(NetResultSet resultSet,
Section section) |
void |
ResultSetRequestInterface.writeCursorClose(NetResultSet resultSet,
Section section) |
void |
NetResultSetRequest.writeFetch(NetResultSet resultSet,
Section section,
int fetchSize) |
void |
ResultSetRequestInterface.writeFetch(NetResultSet resultSet,
Section section,
int fetchSize) |
void |
NetResultSetRequest.writePositioningFetch(NetResultSet resultSet,
Section section,
int orientation,
long rowToFetch) |
void |
ResultSetRequestInterface.writePositioningFetch(NetResultSet resultSet,
Section section,
int orientation,
long rowToFetch) |
void |
NetResultSetRequest.writeScrollableFetch(NetResultSet resultSet,
Section section,
int fetchSize,
int orientation,
long rowToFetch,
boolean resetQueryBlocks) |
void |
ResultSetRequestInterface.writeScrollableFetch(NetResultSet resultSet,
Section section,
int fetchSize,
int orientation,
long rowToFetch,
boolean resetQueryBlocks) |
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.