| Package | Description |
|---|---|
| org.apache.calcite.avatica |
Avatica JDBC framework.
|
| org.apache.calcite.avatica.remote |
JDBC driver that uses remote procedure calls.
|
| Modifier and Type | Field and Description |
|---|---|
private QueryState |
MetaImpl.FetchIterable.state |
private QueryState |
MetaImpl.FetchIterator.state |
protected QueryState |
AvaticaResultSet.state |
| Modifier and Type | Method and Description |
|---|---|
static QueryState |
QueryState.fromProto(Common.QueryState protoState) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Object> |
Meta.createIterable(Meta.StatementHandle stmt,
QueryState state,
Meta.Signature signature,
List<TypedValue> parameterValues,
Meta.Frame firstFrame)
Creates an iterable for a result set.
|
Iterable<Object> |
MetaImpl.createIterable(Meta.StatementHandle handle,
QueryState state,
Meta.Signature signature,
List<TypedValue> parameterValues,
Meta.Frame firstFrame) |
protected ResultSet |
AvaticaConnection.createResultSet(Meta.MetaResultSet metaResultSet,
QueryState state) |
protected ResultSet |
AvaticaConnection.executeQueryInternal(AvaticaStatement statement,
Meta.Signature signature,
Meta.Frame firstFrame,
QueryState state)
Executes a prepared query, closing any previously open result set.
|
AvaticaResultSet |
AvaticaJdbc41Factory.newResultSet(AvaticaStatement statement,
QueryState state,
Meta.Signature signature,
TimeZone timeZone,
Meta.Frame firstFrame) |
AvaticaResultSet |
AvaticaFactory.newResultSet(AvaticaStatement statement,
QueryState state,
Meta.Signature signature,
TimeZone timeZone,
Meta.Frame firstFrame)
Creates a result set.
|
boolean |
Meta.syncResults(Meta.StatementHandle sh,
QueryState state,
long offset)
Re-set the
ResultSet on a Statement. |
protected boolean |
AvaticaStatement.syncResults(QueryState state,
long offset)
Re-initialize the ResultSet on the server with the given state.
|
| Constructor and Description |
|---|
AvaticaResultSet(AvaticaStatement statement,
QueryState state,
Meta.Signature signature,
ResultSetMetaData resultSetMetaData,
TimeZone timeZone,
Meta.Frame firstFrame) |
MetaImpl.FetchIterable(AvaticaStatement stmt,
QueryState state,
Meta.Frame firstFrame,
List<TypedValue> parameterValues) |
MetaImpl.FetchIterator(AvaticaStatement stmt,
QueryState state,
Meta.Frame firstFrame,
List<TypedValue> parameterValues) |
| Modifier and Type | Field and Description |
|---|---|
QueryState |
Service.SyncResultsRequest.state |
| Modifier and Type | Method and Description |
|---|---|
boolean |
RemoteMeta.syncResults(Meta.StatementHandle h,
QueryState state,
long offset) |
| Constructor and Description |
|---|
Service.SyncResultsRequest(String connectionId,
int statementId,
QueryState state,
long offset) |
Copyright © 2012–2016 The Apache Software Foundation. All rights reserved.