| Package | Description |
|---|---|
| org.apache.calcite.avatica |
Avatica JDBC framework.
|
| org.apache.calcite.avatica.remote |
JDBC driver that uses remote procedure calls.
|
| Modifier and Type | Method and Description |
|---|---|
Meta.ExecuteResult |
Meta.execute(Meta.StatementHandle h,
List<TypedValue> parameterValues,
long maxRowCount)
Executes a prepared statement.
|
Meta.Frame |
MetaImpl.fetch(AvaticaStatement stmt,
List<TypedValue> parameterValues,
long offset,
int fetchMaxRowCount) |
Meta.Frame |
Meta.fetch(Meta.StatementHandle h,
long offset,
int fetchMaxRowCount)
Returns a frame of rows.
|
Meta.ExecuteResult |
Meta.prepareAndExecute(Meta.StatementHandle h,
String sql,
long maxRowCount,
Meta.PrepareCallback callback)
Prepares and executes a statement.
|
protected Meta.ExecuteResult |
AvaticaConnection.prepareAndExecuteInternal(AvaticaStatement statement,
String sql,
long maxRowCount) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
Meta.ExecuteResult |
RemoteMeta.execute(Meta.StatementHandle h,
List<TypedValue> parameterValues,
long maxRowCount) |
Meta.Frame |
RemoteMeta.fetch(Meta.StatementHandle h,
long offset,
int fetchMaxRowCount) |
Meta.ExecuteResult |
RemoteMeta.prepareAndExecute(Meta.StatementHandle h,
String sql,
long maxRowCount,
Meta.PrepareCallback callback) |
boolean |
RemoteMeta.syncResults(Meta.StatementHandle h,
QueryState state,
long offset) |
Copyright © 2012–2016 The Apache Software Foundation. All rights reserved.