public static interface ArrowFlightSqlClientHandler.PreparedStatement extends AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
FlightInfo |
executeQuery()
Executes this
ArrowFlightSqlClientHandler.PreparedStatement. |
long |
executeUpdate()
Executes a
Meta.StatementType.UPDATE query. |
Schema |
getDataSetSchema()
Gets the
Schema of this ArrowFlightSqlClientHandler.PreparedStatement. |
Schema |
getParameterSchema()
Gets the
Schema of the parameters for this ArrowFlightSqlClientHandler.PreparedStatement. |
org.apache.calcite.avatica.Meta.StatementType |
getType()
Gets the
Meta.StatementType of this ArrowFlightSqlClientHandler.PreparedStatement. |
void |
setParameters(VectorSchemaRoot parameters) |
FlightInfo executeQuery() throws SQLException
ArrowFlightSqlClientHandler.PreparedStatement.FlightInfo representing the outcome of this query execution.SQLException - on error.long executeUpdate()
Meta.StatementType.UPDATE query.org.apache.calcite.avatica.Meta.StatementType getType()
Meta.StatementType of this ArrowFlightSqlClientHandler.PreparedStatement.Schema getDataSetSchema()
Schema of this ArrowFlightSqlClientHandler.PreparedStatement.Schema.Schema getParameterSchema()
Schema of the parameters for this ArrowFlightSqlClientHandler.PreparedStatement.Schema.void setParameters(VectorSchemaRoot parameters)
void close()
close in interface AutoCloseableCopyright © 2024 The Apache Software Foundation. All rights reserved.