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 . |
org.apache.calcite.avatica.Meta.StatementType |
getType()
Gets the
Meta.StatementType of this ArrowFlightSqlClientHandler.PreparedStatement . |
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
.void close()
close
in interface AutoCloseable
Copyright © 2023 The Apache Software Foundation. All rights reserved.