Interface | Description |
---|---|
ArrowFlightInfoStatement |
A
Statement that deals with FlightInfo . |
Class | Description |
---|---|
ArrowDatabaseMetadata |
Arrow Flight JDBC's implementation of
DatabaseMetaData . |
ArrowFlightConnection |
Connection to the Arrow Flight server.
|
ArrowFlightJdbcArray |
Implementation of
Array using an underlying FieldVector . |
ArrowFlightJdbcConnectionPoolDataSource |
ConnectionPoolDataSource implementation for Arrow Flight JDBC Driver. |
ArrowFlightJdbcCursor |
Arrow Flight Jdbc's Cursor class.
|
ArrowFlightJdbcDataSource |
DataSource implementation for Arrow Flight JDBC Driver. |
ArrowFlightJdbcDriver |
JDBC driver for querying data from an Apache Arrow Flight server.
|
ArrowFlightJdbcFactory |
Factory for the Arrow Flight JDBC Driver.
|
ArrowFlightJdbcFlightStreamResultSet |
ResultSet implementation for Arrow Flight used to access the results of multiple FlightStream
objects. |
ArrowFlightJdbcPooledConnection |
PooledConnection implementation for Arrow Flight JDBC Driver. |
ArrowFlightJdbcTime |
Wrapper class for Time objects to include the milliseconds part in ISO 8601 format in this#toString.
|
ArrowFlightJdbcVectorSchemaRootResultSet |
ResultSet implementation used to access a VectorSchemaRoot . |
ArrowFlightMetaImpl |
Metadata handler for Arrow Flight.
|
ArrowFlightPreparedStatement |
Arrow Flight JBCS's implementation
PreparedStatement . |
ArrowFlightStatement |
A SQL statement for querying data from an Arrow Flight server.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.