| 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.ExecuteBatchResult |
Meta.executeBatch(Meta.StatementHandle h,
List<List<TypedValue>> parameterValues)
Executes a collection of bound parameter values on a prepared statement.
|
Meta.ExecuteBatchResult |
Meta.prepareAndExecuteBatch(Meta.StatementHandle h,
List<String> sqlCommands)
Prepares a statement and then executes a number of SQL commands in one pass.
|
protected Meta.ExecuteBatchResult |
AvaticaConnection.prepareAndUpdateBatch(AvaticaStatement statement,
List<String> queries) |
| Modifier and Type | Method and Description |
|---|---|
Meta.ExecuteBatchResult |
RemoteMeta.executeBatch(Meta.StatementHandle h,
List<List<TypedValue>> parameterValues) |
Meta.ExecuteBatchResult |
ProtobufMeta.executeBatchProtobuf(Meta.StatementHandle h,
List<Requests.UpdateBatch> parameterValues)
Executes a batch of commands on a prepared statement.
|
Meta.ExecuteBatchResult |
RemoteMeta.prepareAndExecuteBatch(Meta.StatementHandle h,
List<String> sqlCommands) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.