Skip navigation links
A B C D E F G H I L M N O P R S T U V W 

A

abort(Executor) - Method in class org.apache.arrow.driver.jdbc.utils.ConnectionWrapper
 
AbstractArrowFlightJdbcListVectorAccessor - Class in org.apache.arrow.driver.jdbc.accessor.impl.complex
Base Accessor for the Arrow types ListVector, LargeListVector and FixedSizeListVector.
AbstractArrowFlightJdbcListVectorAccessor(IntSupplier, ArrowFlightJdbcAccessorFactory.WasNullConsumer) - Constructor for class org.apache.arrow.driver.jdbc.accessor.impl.complex.AbstractArrowFlightJdbcListVectorAccessor
 
AbstractArrowFlightJdbcUnionVectorAccessor - Class in org.apache.arrow.driver.jdbc.accessor.impl.complex
Base accessor for UnionVector and DenseUnionVector.
AbstractArrowFlightJdbcUnionVectorAccessor(IntSupplier, ArrowFlightJdbcAccessorFactory.WasNullConsumer) - Constructor for class org.apache.arrow.driver.jdbc.accessor.impl.complex.AbstractArrowFlightJdbcUnionVectorAccessor
 
acceptsURL(String) - Method in class org.apache.arrow.driver.jdbc.ArrowFlightJdbcDriver
 
addConnectionEventListener(ConnectionEventListener) - Method in class org.apache.arrow.driver.jdbc.ArrowFlightJdbcPooledConnection
 
addEmptyField(String, Types.MinorType) - Method in class org.apache.arrow.driver.jdbc.utils.VectorSchemaRootTransformer.Builder
Adds an empty field to the transformed VectorSchemaRoot schema.
addEmptyField(String, ArrowType) - Method in class org.apache.arrow.driver.jdbc.utils.VectorSchemaRootTransformer.Builder
Adds an empty field to the transformed VectorSchemaRoot schema.
addStatementEventListener(StatementEventListener) - Method in class org.apache.arrow.driver.jdbc.ArrowFlightJdbcPooledConnection
 
applyCalendarOffset(long, Calendar) - Static method in class org.apache.arrow.driver.jdbc.utils.DateTimeUtils
Subtracts given Calendar's TimeZone offset from epoch milliseconds.
ArrowDatabaseMetadata - Class in org.apache.arrow.driver.jdbc
Arrow Flight JDBC's implementation of DatabaseMetaData.
ArrowFlightConnection - Class in org.apache.arrow.driver.jdbc
Connection to the Arrow Flight server.
ArrowFlightConnectionConfigImpl - Class in org.apache.arrow.driver.jdbc.utils
A ConnectionConfig for the ArrowFlightConnection.
ArrowFlightConnectionConfigImpl(Properties) - Constructor for class org.apache.arrow.driver.jdbc.utils.ArrowFlightConnectionConfigImpl
 
ArrowFlightConnectionConfigImpl.ArrowFlightConnectionProperty - Enum in org.apache.arrow.driver.jdbc.utils
Custom ConnectionProperty for the ArrowFlightConnectionConfigImpl.
ArrowFlightInfoStatement - Interface in org.apache.arrow.driver.jdbc
A Statement that deals with FlightInfo.
ArrowFlightJdbcAccessor - Class in org.apache.arrow.driver.jdbc.accessor
Base Jdbc Accessor.
ArrowFlightJdbcAccessor(IntSupplier, ArrowFlightJdbcAccessorFactory.WasNullConsumer) - Constructor for class org.apache.arrow.driver.jdbc.accessor.ArrowFlightJdbcAccessor
 
ArrowFlightJdbcAccessorFactory - Class in org.apache.arrow.driver.jdbc.accessor
Factory to instantiate the accessors.
ArrowFlightJdbcAccessorFactory() - Constructor for class org.apache.arrow.driver.jdbc.accessor.ArrowFlightJdbcAccessorFactory
 
ArrowFlightJdbcAccessorFactory.WasNullConsumer - Interface in org.apache.arrow.driver.jdbc.accessor
Functional interface used to propagate that the value accessed was null or not.
ArrowFlightJdbcArray - Class in org.apache.arrow.driver.jdbc
Implementation of Array using an underlying FieldVector.
ArrowFlightJdbcArray(FieldVector, long, long) - Constructor for class org.apache.arrow.driver.jdbc.ArrowFlightJdbcArray
Instantiate an Array backed up by given FieldVector, limited by a start offset and values count.
ArrowFlightJdbcBaseIntVectorAccessor - Class in org.apache.arrow.driver.jdbc.accessor.impl.numeric
Accessor for the arrow types: TinyIntVector, SmallIntVector, IntVector, BigIntVector, UInt1Vector, UInt2Vector, UInt4Vector and UInt8Vector.
ArrowFlightJdbcBaseIntVectorAccessor(UInt1Vector, IntSupplier, ArrowFlightJdbcAccessorFactory.WasNullConsumer) - Constructor for class org.apache.arrow.driver.jdbc.accessor.impl.numeric.ArrowFlightJdbcBaseIntVectorAccessor
 
ArrowFlightJdbcBaseIntVectorAccessor(UInt2Vector, IntSupplier, ArrowFlightJdbcAccessorFactory.WasNullConsumer) - Constructor for class org.apache.arrow.driver.jdbc.accessor.impl.numeric.ArrowFlightJdbcBaseIntVectorAccessor
 
ArrowFlightJdbcBaseIntVectorAccessor(UInt4Vector, IntSupplier, ArrowFlightJdbcAccessorFactory.WasNullConsumer) - Constructor for class org.apache.arrow.driver.jdbc.accessor.impl.numeric.ArrowFlightJdbcBaseIntVectorAccessor
 
ArrowFlightJdbcBaseIntVectorAccessor(UInt8Vector, IntSupplier, ArrowFlightJdbcAccessorFactory.WasNullConsumer) - Constructor for class org.apache.arrow.driver.jdbc.accessor.impl.numeric.ArrowFlightJdbcBaseIntVectorAccessor
 
ArrowFlightJdbcBaseIntVectorAccessor(TinyIntVector, IntSupplier, ArrowFlightJdbcAccessorFactory.WasNullConsumer) - Constructor for class org.apache.arrow.driver.jdbc.accessor.impl.numeric.ArrowFlightJdbcBaseIntVectorAccessor
 
ArrowFlightJdbcBaseIntVectorAccessor(SmallIntVector, IntSupplier, ArrowFlightJdbcAccessorFactory.WasNullConsumer) - Constructor for class org.apache.arrow.driver.jdbc.accessor.impl.numeric.ArrowFlightJdbcBaseIntVectorAccessor
 
ArrowFlightJdbcBaseIntVectorAccessor(IntVector, IntSupplier, ArrowFlightJdbcAccessorFactory.WasNullConsumer) - Constructor for class org.apache.arrow.driver.jdbc.accessor.impl.numeric.ArrowFlightJdbcBaseIntVectorAccessor
 
ArrowFlightJdbcBaseIntVectorAccessor(BigIntVector, IntSupplier, ArrowFlightJdbcAccessorFactory.WasNullConsumer) - Constructor for class org.apache.arrow.driver.jdbc.accessor.impl.numeric.ArrowFlightJdbcBaseIntVectorAccessor
 
ArrowFlightJdbcBinaryVectorAccessor - Class in org.apache.arrow.driver.jdbc.accessor.impl.binary
Accessor for the Arrow types: FixedSizeBinaryVector, VarBinaryVector and LargeVarBinaryVector.
ArrowFlightJdbcBinaryVectorAccessor(FixedSizeBinaryVector, IntSupplier, ArrowFlightJdbcAccessorFactory.WasNullConsumer) - Constructor for class org.apache.arrow.driver.jdbc.accessor.impl.binary.ArrowFlightJdbcBinaryVectorAccessor
 
ArrowFlightJdbcBinaryVectorAccessor(VarBinaryVector, IntSupplier, ArrowFlightJdbcAccessorFactory.WasNullConsumer) - Constructor for class org.apache.arrow.driver.jdbc.accessor.impl.binary.ArrowFlightJdbcBinaryVectorAccessor
 
ArrowFlightJdbcBinaryVectorAccessor(LargeVarBinaryVector, IntSupplier, ArrowFlightJdbcAccessorFactory.WasNullConsumer) - Constructor for class org.apache.arrow.driver.jdbc.accessor.impl.binary.ArrowFlightJdbcBinaryVectorAccessor
 
ArrowFlightJdbcBitVectorAccessor - Class in org.apache.arrow.driver.jdbc.accessor.impl.numeric
Accessor for the arrow BitVector.
ArrowFlightJdbcBitVectorAccessor(BitVector, IntSupplier, ArrowFlightJdbcAccessorFactory.WasNullConsumer) - Constructor for class org.apache.arrow.driver.jdbc.accessor.impl.numeric.ArrowFlightJdbcBitVectorAccessor
Constructor for the BitVectorAccessor.
ArrowFlightJdbcConnectionPoolDataSource - Class in org.apache.arrow.driver.jdbc
ConnectionPoolDataSource implementation for Arrow Flight JDBC Driver.
ArrowFlightJdbcConnectionPoolDataSource(Properties, ArrowFlightConnectionConfigImpl) - Constructor for class org.apache.arrow.driver.jdbc.ArrowFlightJdbcConnectionPoolDataSource
Instantiates a new DataSource.
ArrowFlightJdbcCursor - Class in org.apache.arrow.driver.jdbc
Arrow Flight Jdbc's Cursor class.
ArrowFlightJdbcCursor(VectorSchemaRoot) - Constructor for class org.apache.arrow.driver.jdbc.ArrowFlightJdbcCursor
 
ArrowFlightJdbcDataSource - Class in org.apache.arrow.driver.jdbc
DataSource implementation for Arrow Flight JDBC Driver.
ArrowFlightJdbcDataSource(Properties, ArrowFlightConnectionConfigImpl) - Constructor for class org.apache.arrow.driver.jdbc.ArrowFlightJdbcDataSource
Instantiates a new DataSource.
ArrowFlightJdbcDateVectorAccessor - Class in org.apache.arrow.driver.jdbc.accessor.impl.calendar
Accessor for the Arrow types: DateDayVector and DateMilliVector.
ArrowFlightJdbcDateVectorAccessor(DateDayVector, IntSupplier, ArrowFlightJdbcAccessorFactory.WasNullConsumer) - Constructor for class org.apache.arrow.driver.jdbc.accessor.impl.calendar.ArrowFlightJdbcDateVectorAccessor
Instantiate an accessor for a DateDayVector.
ArrowFlightJdbcDateVectorAccessor(DateMilliVector, IntSupplier, ArrowFlightJdbcAccessorFactory.WasNullConsumer) - Constructor for class org.apache.arrow.driver.jdbc.accessor.impl.calendar.ArrowFlightJdbcDateVectorAccessor
Instantiate an accessor for a DateMilliVector.
ArrowFlightJdbcDecimalVectorAccessor - Class in org.apache.arrow.driver.jdbc.accessor.impl.numeric
ArrowFlightJdbcDecimalVectorAccessor(DecimalVector, IntSupplier, ArrowFlightJdbcAccessorFactory.WasNullConsumer) - Constructor for class org.apache.arrow.driver.jdbc.accessor.impl.numeric.ArrowFlightJdbcDecimalVectorAccessor
 
ArrowFlightJdbcDecimalVectorAccessor(Decimal256Vector, IntSupplier, ArrowFlightJdbcAccessorFactory.WasNullConsumer) - Constructor for class org.apache.arrow.driver.jdbc.accessor.impl.numeric.ArrowFlightJdbcDecimalVectorAccessor
 
ArrowFlightJdbcDenseUnionVectorAccessor - Class in org.apache.arrow.driver.jdbc.accessor.impl.complex
Accessor for the Arrow type DenseUnionVector.
ArrowFlightJdbcDenseUnionVectorAccessor(DenseUnionVector, IntSupplier, ArrowFlightJdbcAccessorFactory.WasNullConsumer) - Constructor for class org.apache.arrow.driver.jdbc.accessor.impl.complex.ArrowFlightJdbcDenseUnionVectorAccessor
Instantiate an accessor for a DenseUnionVector.
ArrowFlightJdbcDriver - Class in org.apache.arrow.driver.jdbc
JDBC driver for querying data from an Apache Arrow Flight server.
ArrowFlightJdbcDriver() - Constructor for class org.apache.arrow.driver.jdbc.ArrowFlightJdbcDriver
 
ArrowFlightJdbcDurationVectorAccessor - Class in org.apache.arrow.driver.jdbc.accessor.impl.calendar
Accessor for the Arrow type DurationVector.
ArrowFlightJdbcDurationVectorAccessor(DurationVector, IntSupplier, ArrowFlightJdbcAccessorFactory.WasNullConsumer) - Constructor for class org.apache.arrow.driver.jdbc.accessor.impl.calendar.ArrowFlightJdbcDurationVectorAccessor
 
ArrowFlightJdbcFactory - Class in org.apache.arrow.driver.jdbc
Factory for the Arrow Flight JDBC Driver.
ArrowFlightJdbcFactory() - Constructor for class org.apache.arrow.driver.jdbc.ArrowFlightJdbcFactory
 
ArrowFlightJdbcFixedSizeListVectorAccessor - Class in org.apache.arrow.driver.jdbc.accessor.impl.complex
Accessor for the Arrow type FixedSizeListVector.
ArrowFlightJdbcFixedSizeListVectorAccessor(FixedSizeListVector, IntSupplier, ArrowFlightJdbcAccessorFactory.WasNullConsumer) - Constructor for class org.apache.arrow.driver.jdbc.accessor.impl.complex.ArrowFlightJdbcFixedSizeListVectorAccessor
 
ArrowFlightJdbcFlightStreamResultSet - Class in org.apache.arrow.driver.jdbc
ResultSet implementation for Arrow Flight used to access the results of multiple FlightStream objects.
ArrowFlightJdbcFloat4VectorAccessor - Class in org.apache.arrow.driver.jdbc.accessor.impl.numeric
Accessor for the Float4Vector.
ArrowFlightJdbcFloat4VectorAccessor(Float4Vector, IntSupplier, ArrowFlightJdbcAccessorFactory.WasNullConsumer) - Constructor for class org.apache.arrow.driver.jdbc.accessor.impl.numeric.ArrowFlightJdbcFloat4VectorAccessor
Instantiate a accessor for the Float4Vector.
ArrowFlightJdbcFloat8VectorAccessor - Class in org.apache.arrow.driver.jdbc.accessor.impl.numeric
Accessor for the Float8Vector.
ArrowFlightJdbcFloat8VectorAccessor(Float8Vector, IntSupplier, ArrowFlightJdbcAccessorFactory.WasNullConsumer) - Constructor for class org.apache.arrow.driver.jdbc.accessor.impl.numeric.ArrowFlightJdbcFloat8VectorAccessor
Instantiate a accessor for the Float8Vector.
ArrowFlightJdbcIntervalVectorAccessor - Class in org.apache.arrow.driver.jdbc.accessor.impl.calendar
Accessor for the Arrow type IntervalDayVector.
ArrowFlightJdbcIntervalVectorAccessor(IntervalDayVector, IntSupplier, ArrowFlightJdbcAccessorFactory.WasNullConsumer) - Constructor for class org.apache.arrow.driver.jdbc.accessor.impl.calendar.ArrowFlightJdbcIntervalVectorAccessor
Instantiate an accessor for a IntervalDayVector.
ArrowFlightJdbcIntervalVectorAccessor(IntervalYearVector, IntSupplier, ArrowFlightJdbcAccessorFactory.WasNullConsumer) - Constructor for class org.apache.arrow.driver.jdbc.accessor.impl.calendar.ArrowFlightJdbcIntervalVectorAccessor
Instantiate an accessor for a IntervalYearVector.
ArrowFlightJdbcLargeListVectorAccessor - Class in org.apache.arrow.driver.jdbc.accessor.impl.complex
Accessor for the Arrow type LargeListVector.
ArrowFlightJdbcLargeListVectorAccessor(LargeListVector, IntSupplier, ArrowFlightJdbcAccessorFactory.WasNullConsumer) - Constructor for class org.apache.arrow.driver.jdbc.accessor.impl.complex.ArrowFlightJdbcLargeListVectorAccessor
 
ArrowFlightJdbcListVectorAccessor - Class in org.apache.arrow.driver.jdbc.accessor.impl.complex
Accessor for the Arrow type ListVector.
ArrowFlightJdbcListVectorAccessor(ListVector, IntSupplier, ArrowFlightJdbcAccessorFactory.WasNullConsumer) - Constructor for class org.apache.arrow.driver.jdbc.accessor.impl.complex.ArrowFlightJdbcListVectorAccessor
 
ArrowFlightJdbcMapVectorAccessor - Class in org.apache.arrow.driver.jdbc.accessor.impl.complex
Accessor for the Arrow type MapVector.
ArrowFlightJdbcMapVectorAccessor(MapVector, IntSupplier, ArrowFlightJdbcAccessorFactory.WasNullConsumer) - Constructor for class org.apache.arrow.driver.jdbc.accessor.impl.complex.ArrowFlightJdbcMapVectorAccessor
 
ArrowFlightJdbcNullVectorAccessor - Class in org.apache.arrow.driver.jdbc.accessor.impl
Accessor for the Arrow type NullVector.
ArrowFlightJdbcNullVectorAccessor(ArrowFlightJdbcAccessorFactory.WasNullConsumer) - Constructor for class org.apache.arrow.driver.jdbc.accessor.impl.ArrowFlightJdbcNullVectorAccessor
 
ArrowFlightJdbcPooledConnection - Class in org.apache.arrow.driver.jdbc
PooledConnection implementation for Arrow Flight JDBC Driver.
ArrowFlightJdbcStructVectorAccessor - Class in org.apache.arrow.driver.jdbc.accessor.impl.complex
Accessor for the Arrow type StructVector.
ArrowFlightJdbcStructVectorAccessor(StructVector, IntSupplier, ArrowFlightJdbcAccessorFactory.WasNullConsumer) - Constructor for class org.apache.arrow.driver.jdbc.accessor.impl.complex.ArrowFlightJdbcStructVectorAccessor
 
ArrowFlightJdbcTime - Class in org.apache.arrow.driver.jdbc
Wrapper class for Time objects to include the milliseconds part in ISO 8601 format in this#toString.
ArrowFlightJdbcTime(long) - Constructor for class org.apache.arrow.driver.jdbc.ArrowFlightJdbcTime
Constructs this object based on epoch millis.
ArrowFlightJdbcTimeStampVectorAccessor - Class in org.apache.arrow.driver.jdbc.accessor.impl.calendar
Accessor for the Arrow types extending from TimeStampVector.
ArrowFlightJdbcTimeStampVectorAccessor(TimeStampVector, IntSupplier, ArrowFlightJdbcAccessorFactory.WasNullConsumer) - Constructor for class org.apache.arrow.driver.jdbc.accessor.impl.calendar.ArrowFlightJdbcTimeStampVectorAccessor
Instantiate a ArrowFlightJdbcTimeStampVectorAccessor for given vector.
ArrowFlightJdbcTimeVectorAccessor - Class in org.apache.arrow.driver.jdbc.accessor.impl.calendar
Accessor for the Arrow types: TimeNanoVector, TimeMicroVector, TimeMilliVector and TimeSecVector.
ArrowFlightJdbcTimeVectorAccessor(TimeNanoVector, IntSupplier, ArrowFlightJdbcAccessorFactory.WasNullConsumer) - Constructor for class org.apache.arrow.driver.jdbc.accessor.impl.calendar.ArrowFlightJdbcTimeVectorAccessor
Instantiate an accessor for a TimeNanoVector.
ArrowFlightJdbcTimeVectorAccessor(TimeMicroVector, IntSupplier, ArrowFlightJdbcAccessorFactory.WasNullConsumer) - Constructor for class org.apache.arrow.driver.jdbc.accessor.impl.calendar.ArrowFlightJdbcTimeVectorAccessor
Instantiate an accessor for a TimeMicroVector.
ArrowFlightJdbcTimeVectorAccessor(TimeMilliVector, IntSupplier, ArrowFlightJdbcAccessorFactory.WasNullConsumer) - Constructor for class org.apache.arrow.driver.jdbc.accessor.impl.calendar.ArrowFlightJdbcTimeVectorAccessor
Instantiate an accessor for a TimeMilliVector.
ArrowFlightJdbcTimeVectorAccessor(TimeSecVector, IntSupplier, ArrowFlightJdbcAccessorFactory.WasNullConsumer) - Constructor for class org.apache.arrow.driver.jdbc.accessor.impl.calendar.ArrowFlightJdbcTimeVectorAccessor
Instantiate an accessor for a TimeSecVector.
ArrowFlightJdbcUnionVectorAccessor - Class in org.apache.arrow.driver.jdbc.accessor.impl.complex
Accessor for the Arrow type UnionVector.
ArrowFlightJdbcUnionVectorAccessor(UnionVector, IntSupplier, ArrowFlightJdbcAccessorFactory.WasNullConsumer) - Constructor for class org.apache.arrow.driver.jdbc.accessor.impl.complex.ArrowFlightJdbcUnionVectorAccessor
Instantiate an accessor for a UnionVector.
ArrowFlightJdbcVarCharVectorAccessor - Class in org.apache.arrow.driver.jdbc.accessor.impl.text
Accessor for the Arrow types: VarCharVector and LargeVarCharVector.
ArrowFlightJdbcVarCharVectorAccessor(VarCharVector, IntSupplier, ArrowFlightJdbcAccessorFactory.WasNullConsumer) - Constructor for class org.apache.arrow.driver.jdbc.accessor.impl.text.ArrowFlightJdbcVarCharVectorAccessor
 
ArrowFlightJdbcVarCharVectorAccessor(LargeVarCharVector, IntSupplier, ArrowFlightJdbcAccessorFactory.WasNullConsumer) - Constructor for class org.apache.arrow.driver.jdbc.accessor.impl.text.ArrowFlightJdbcVarCharVectorAccessor
 
ArrowFlightJdbcVectorSchemaRootResultSet - Class in org.apache.arrow.driver.jdbc
ResultSet implementation used to access a VectorSchemaRoot.
ArrowFlightMetaImpl - Class in org.apache.arrow.driver.jdbc
Metadata handler for Arrow Flight.
ArrowFlightMetaImpl(AvaticaConnection) - Constructor for class org.apache.arrow.driver.jdbc.ArrowFlightMetaImpl
Constructs a MetaImpl object specific for Arrow Flight.
ArrowFlightPreparedStatement - Class in org.apache.arrow.driver.jdbc
Arrow Flight JBCS's implementation PreparedStatement.
ArrowFlightSqlClientHandler - Class in org.apache.arrow.driver.jdbc.client
A FlightSqlClient handler.
ArrowFlightSqlClientHandler.Builder - Class in org.apache.arrow.driver.jdbc.client
ArrowFlightSqlClientHandler.PreparedStatement - Interface in org.apache.arrow.driver.jdbc.client
A prepared statement handler.
ArrowFlightStatement - Class in org.apache.arrow.driver.jdbc
A SQL statement for querying data from an Arrow Flight server.

B

build() - Method in class org.apache.arrow.driver.jdbc.client.ArrowFlightSqlClientHandler.Builder
Builds a new ArrowFlightSqlClientHandler from the provided fields.
build() - Method in class org.apache.arrow.driver.jdbc.utils.VectorSchemaRootTransformer.Builder
 
Builder() - Constructor for class org.apache.arrow.driver.jdbc.client.ArrowFlightSqlClientHandler.Builder
 
Builder(Schema, BufferAllocator) - Constructor for class org.apache.arrow.driver.jdbc.utils.VectorSchemaRootTransformer.Builder
 

C

camelName() - Method in enum org.apache.arrow.driver.jdbc.utils.ArrowFlightConnectionConfigImpl.ArrowFlightConnectionProperty
 
cancel() - Method in class org.apache.arrow.driver.jdbc.ArrowFlightJdbcFlightStreamResultSet
 
cancel() - Method in class org.apache.arrow.driver.jdbc.ArrowFlightJdbcVectorSchemaRootResultSet
 
checkOpen() - Method in class org.apache.arrow.driver.jdbc.utils.FlightStreamQueue
Checks if this queue is open.
clearWarnings() - Method in class org.apache.arrow.driver.jdbc.utils.ConnectionWrapper
 
ClientAuthenticationUtils - Class in org.apache.arrow.driver.jdbc.client.utils
Utils for FlightClientHandler authentication.
close() - Method in class org.apache.arrow.driver.jdbc.ArrowFlightConnection
 
close() - Method in class org.apache.arrow.driver.jdbc.ArrowFlightJdbcConnectionPoolDataSource
 
close() - Method in class org.apache.arrow.driver.jdbc.ArrowFlightJdbcCursor
 
close() - Method in class org.apache.arrow.driver.jdbc.ArrowFlightJdbcFlightStreamResultSet
 
close() - Method in class org.apache.arrow.driver.jdbc.ArrowFlightJdbcPooledConnection
 
close() - Method in class org.apache.arrow.driver.jdbc.ArrowFlightJdbcVectorSchemaRootResultSet
 
close() - Method in class org.apache.arrow.driver.jdbc.ArrowFlightPreparedStatement
 
close() - Method in class org.apache.arrow.driver.jdbc.client.ArrowFlightSqlClientHandler
 
close() - Method in interface org.apache.arrow.driver.jdbc.client.ArrowFlightSqlClientHandler.PreparedStatement
 
close() - Method in class org.apache.arrow.driver.jdbc.utils.ConnectionWrapper
 
close() - Method in class org.apache.arrow.driver.jdbc.utils.FlightStreamQueue
 
closeStatement(Meta.StatementHandle) - Method in class org.apache.arrow.driver.jdbc.ArrowFlightMetaImpl
 
commit(Meta.ConnectionHandle) - Method in class org.apache.arrow.driver.jdbc.ArrowFlightMetaImpl
 
commit() - Method in class org.apache.arrow.driver.jdbc.utils.ConnectionWrapper
 
connect(String, Properties) - Method in class org.apache.arrow.driver.jdbc.ArrowFlightJdbcDriver
 
connectionClosed(ConnectionEvent) - Method in class org.apache.arrow.driver.jdbc.ArrowFlightJdbcConnectionPoolDataSource
 
connectionErrorOccurred(ConnectionEvent) - Method in class org.apache.arrow.driver.jdbc.ArrowFlightJdbcConnectionPoolDataSource
 
ConnectionWrapper - Class in org.apache.arrow.driver.jdbc.utils
Auxiliary wrapper class for Connection, used on ArrowFlightJdbcPooledConnection.
ConnectionWrapper(Connection) - Constructor for class org.apache.arrow.driver.jdbc.utils.ConnectionWrapper
 
convertArrowFieldsToColumnMetaDataList(List<Field>) - Static method in class org.apache.arrow.driver.jdbc.utils.ConvertUtils
Convert Fields To Column MetaData List functions.
ConvertUtils - Class in org.apache.arrow.driver.jdbc.utils
Convert Fields To Column MetaData List functions.
createAccessor(ValueVector, IntSupplier, ArrowFlightJdbcAccessorFactory.WasNullConsumer) - Static method in class org.apache.arrow.driver.jdbc.accessor.ArrowFlightJdbcAccessorFactory
Create an accessor according to its type.
createAccessorForVector(ValueVector) - Method in class org.apache.arrow.driver.jdbc.accessor.impl.complex.AbstractArrowFlightJdbcUnionVectorAccessor
 
createAccessorForVector(ValueVector) - Method in class org.apache.arrow.driver.jdbc.accessor.impl.complex.ArrowFlightJdbcDenseUnionVectorAccessor
 
createAccessorForVector(ValueVector) - Method in class org.apache.arrow.driver.jdbc.accessor.impl.complex.ArrowFlightJdbcUnionVectorAccessor
 
createAccessors(List<ColumnMetaData>, Calendar, ArrayImpl.Factory) - Method in class org.apache.arrow.driver.jdbc.ArrowFlightJdbcCursor
 
createArrayOf(String, Object...) - Method in class org.apache.arrow.driver.jdbc.utils.ConnectionWrapper
 
createBlob() - Method in class org.apache.arrow.driver.jdbc.utils.ConnectionWrapper
 
createClob() - Method in class org.apache.arrow.driver.jdbc.utils.ConnectionWrapper
 
createDriverVersion() - Method in class org.apache.arrow.driver.jdbc.ArrowFlightJdbcDriver
 
createGetter(int) - Method in class org.apache.arrow.driver.jdbc.ArrowFlightJdbcCursor
ArrowFlightJdbcAccessors do not use AbstractCursor.Getter, as it would box primitive types and cause performance issues.
createMeta(AvaticaConnection) - Method in class org.apache.arrow.driver.jdbc.ArrowFlightJdbcDriver
 
createNClob() - Method in class org.apache.arrow.driver.jdbc.utils.ConnectionWrapper
 
createNewDataSource(Properties) - Static method in class org.apache.arrow.driver.jdbc.ArrowFlightJdbcConnectionPoolDataSource
createNewDataSource(Properties) - Static method in class org.apache.arrow.driver.jdbc.ArrowFlightJdbcDataSource
createNewHandler(FlightClient, Collection<CallOption>) - Static method in class org.apache.arrow.driver.jdbc.client.ArrowFlightSqlClientHandler
Creates a new ArrowFlightSqlClientHandler from the provided client and options.
createNewQueue(ExecutorService) - Static method in class org.apache.arrow.driver.jdbc.utils.FlightStreamQueue
Creates a new FlightStreamQueue from the provided ExecutorService.
createSQLXML() - Method in class org.apache.arrow.driver.jdbc.utils.ConnectionWrapper
 
createStatement() - Method in class org.apache.arrow.driver.jdbc.utils.ConnectionWrapper
 
createStatement(int, int) - Method in class org.apache.arrow.driver.jdbc.utils.ConnectionWrapper
 
createStatement(int, int, int) - Method in class org.apache.arrow.driver.jdbc.utils.ConnectionWrapper
 
createStruct(String, Object...) - Method in class org.apache.arrow.driver.jdbc.utils.ConnectionWrapper
 

D

dataDefinitionCausesTransactionCommit() - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 
dataDefinitionIgnoredInTransactions() - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 
DateTimeUtils - Class in org.apache.arrow.driver.jdbc.utils
Datetime utility functions.
defaultValue() - Method in enum org.apache.arrow.driver.jdbc.utils.ArrowFlightConnectionConfigImpl.ArrowFlightConnectionProperty
 
doesMaxRowSizeIncludeBlobs() - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 

E

enqueue(Collection<FlightStream>) - Method in class org.apache.arrow.driver.jdbc.utils.FlightStreamQueue
Readily adds given FlightStreams to the queue.
enqueue(FlightStream) - Method in class org.apache.arrow.driver.jdbc.utils.FlightStreamQueue
Adds given FlightStream to the queue.
equals(Object) - Method in class org.apache.arrow.driver.jdbc.ArrowFlightJdbcTime
 
execute() - Method in class org.apache.arrow.driver.jdbc.ArrowFlightJdbcFlightStreamResultSet
 
execute() - Method in class org.apache.arrow.driver.jdbc.ArrowFlightJdbcVectorSchemaRootResultSet
 
execute(Meta.StatementHandle, List<TypedValue>, long) - Method in class org.apache.arrow.driver.jdbc.ArrowFlightMetaImpl
 
execute(Meta.StatementHandle, List<TypedValue>, int) - Method in class org.apache.arrow.driver.jdbc.ArrowFlightMetaImpl
 
executeBatch(Meta.StatementHandle, List<List<TypedValue>>) - Method in class org.apache.arrow.driver.jdbc.ArrowFlightMetaImpl
 
executeFlightInfoQuery() - Method in interface org.apache.arrow.driver.jdbc.ArrowFlightInfoStatement
Executes the query this Statement is holding.
executeFlightInfoQuery() - Method in class org.apache.arrow.driver.jdbc.ArrowFlightPreparedStatement
 
executeFlightInfoQuery() - Method in class org.apache.arrow.driver.jdbc.ArrowFlightStatement
 
executeQuery() - Method in interface org.apache.arrow.driver.jdbc.client.ArrowFlightSqlClientHandler.PreparedStatement
executeUpdate() - Method in interface org.apache.arrow.driver.jdbc.client.ArrowFlightSqlClientHandler.PreparedStatement
Executes a Meta.StatementType.UPDATE query.

F

fetch(Meta.StatementHandle, long, int) - Method in class org.apache.arrow.driver.jdbc.ArrowFlightMetaImpl
 
FlightStreamQueue - Class in org.apache.arrow.driver.jdbc.utils
Auxiliary class used to handle consuming of multiple FlightStream.
FlightStreamQueue(CompletionService<FlightStream>) - Constructor for class org.apache.arrow.driver.jdbc.utils.FlightStreamQueue
Instantiate a new FlightStreamQueue.
formatIntervalDay(Period) - Static method in class org.apache.arrow.driver.jdbc.utils.IntervalStringUtils
Formats a period similar to Oracle INTERVAL DAY TO SECOND data type.
.
formatIntervalYear(Period) - Static method in class org.apache.arrow.driver.jdbc.utils.IntervalStringUtils
Formats a period similar to Oracle INTERVAL YEAR TO MONTH data type
.
free() - Method in class org.apache.arrow.driver.jdbc.ArrowFlightJdbcArray
 
fromVectorSchemaRoot(VectorSchemaRoot) - Static method in class org.apache.arrow.driver.jdbc.ArrowFlightJdbcVectorSchemaRootResultSet
Instantiate a ResultSet backed up by given VectorSchemaRoot.

G

get(Properties) - Method in enum org.apache.arrow.driver.jdbc.utils.ArrowFlightConnectionConfigImpl.ArrowFlightConnectionProperty
Gets the property.
getAccessor() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.complex.AbstractArrowFlightJdbcUnionVectorAccessor
Returns an accessor for UnionVector child vector on current row.
getArray() - Method in class org.apache.arrow.driver.jdbc.accessor.ArrowFlightJdbcAccessor
 
getArray() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.complex.AbstractArrowFlightJdbcListVectorAccessor
 
getArray() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.complex.AbstractArrowFlightJdbcUnionVectorAccessor
 
getArray() - Method in class org.apache.arrow.driver.jdbc.ArrowFlightJdbcArray
 
getArray(Map<String, Class<?>>) - Method in class org.apache.arrow.driver.jdbc.ArrowFlightJdbcArray
 
getArray(long, int) - Method in class org.apache.arrow.driver.jdbc.ArrowFlightJdbcArray
 
getArray(long, int, Map<String, Class<?>>) - Method in class org.apache.arrow.driver.jdbc.ArrowFlightJdbcArray
 
getAsciiStream() - Method in class org.apache.arrow.driver.jdbc.accessor.ArrowFlightJdbcAccessor
 
getAsciiStream() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.binary.ArrowFlightJdbcBinaryVectorAccessor
 
getAsciiStream() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.complex.AbstractArrowFlightJdbcUnionVectorAccessor
 
getAsciiStream() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.text.ArrowFlightJdbcVarCharVectorAccessor
 
getAuthenticate(FlightClient, CredentialCallOption, CallOption...) - Static method in class org.apache.arrow.driver.jdbc.client.utils.ClientAuthenticationUtils
Gets the CredentialCallOption for the provided authentication info.
getAuthenticate(FlightClient, String, String, ClientIncomingAuthHeaderMiddleware.Factory, CallOption...) - Static method in class org.apache.arrow.driver.jdbc.client.utils.ClientAuthenticationUtils
Gets the CredentialCallOption for the provided authentication info.
getAutoCommit() - Method in class org.apache.arrow.driver.jdbc.utils.ConnectionWrapper
 
getBaseType() - Method in class org.apache.arrow.driver.jdbc.ArrowFlightJdbcArray
 
getBaseTypeName() - Method in class org.apache.arrow.driver.jdbc.ArrowFlightJdbcArray
 
getBigDecimal() - Method in class org.apache.arrow.driver.jdbc.accessor.ArrowFlightJdbcAccessor
 
getBigDecimal(int) - Method in class org.apache.arrow.driver.jdbc.accessor.ArrowFlightJdbcAccessor
 
getBigDecimal() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.complex.AbstractArrowFlightJdbcUnionVectorAccessor
 
getBigDecimal(int) - Method in class org.apache.arrow.driver.jdbc.accessor.impl.complex.AbstractArrowFlightJdbcUnionVectorAccessor
 
getBigDecimal() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.numeric.ArrowFlightJdbcBaseIntVectorAccessor
 
getBigDecimal(int) - Method in class org.apache.arrow.driver.jdbc.accessor.impl.numeric.ArrowFlightJdbcBaseIntVectorAccessor
 
getBigDecimal() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.numeric.ArrowFlightJdbcBitVectorAccessor
 
getBigDecimal() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.numeric.ArrowFlightJdbcDecimalVectorAccessor
 
getBigDecimal(int) - Method in class org.apache.arrow.driver.jdbc.accessor.impl.numeric.ArrowFlightJdbcDecimalVectorAccessor
 
getBigDecimal() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.numeric.ArrowFlightJdbcFloat4VectorAccessor
 
getBigDecimal(int) - Method in class org.apache.arrow.driver.jdbc.accessor.impl.numeric.ArrowFlightJdbcFloat4VectorAccessor
 
getBigDecimal() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.numeric.ArrowFlightJdbcFloat8VectorAccessor
 
getBigDecimal(int) - Method in class org.apache.arrow.driver.jdbc.accessor.impl.numeric.ArrowFlightJdbcFloat8VectorAccessor
 
getBigDecimal() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.text.ArrowFlightJdbcVarCharVectorAccessor
 
getBigDecimal(int) - Method in class org.apache.arrow.driver.jdbc.accessor.impl.text.ArrowFlightJdbcVarCharVectorAccessor
 
getBinaryStream() - Method in class org.apache.arrow.driver.jdbc.accessor.ArrowFlightJdbcAccessor
 
getBinaryStream() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.binary.ArrowFlightJdbcBinaryVectorAccessor
 
getBinaryStream() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.complex.AbstractArrowFlightJdbcUnionVectorAccessor
 
getBlob() - Method in class org.apache.arrow.driver.jdbc.accessor.ArrowFlightJdbcAccessor
 
getBlob() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.complex.AbstractArrowFlightJdbcUnionVectorAccessor
 
getBoolean() - Method in class org.apache.arrow.driver.jdbc.accessor.ArrowFlightJdbcAccessor
 
getBoolean() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.complex.AbstractArrowFlightJdbcUnionVectorAccessor
 
getBoolean() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.numeric.ArrowFlightJdbcBaseIntVectorAccessor
 
getBoolean() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.numeric.ArrowFlightJdbcBitVectorAccessor
 
getBoolean() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.numeric.ArrowFlightJdbcDecimalVectorAccessor
 
getBoolean() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.numeric.ArrowFlightJdbcFloat4VectorAccessor
 
getBoolean() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.numeric.ArrowFlightJdbcFloat8VectorAccessor
 
getBoolean() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.text.ArrowFlightJdbcVarCharVectorAccessor
 
getBoolean(Properties) - Method in enum org.apache.arrow.driver.jdbc.utils.ArrowFlightConnectionConfigImpl.ArrowFlightConnectionProperty
Gets the property as Boolean.
getByte() - Method in class org.apache.arrow.driver.jdbc.accessor.ArrowFlightJdbcAccessor
 
getByte() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.complex.AbstractArrowFlightJdbcUnionVectorAccessor
 
getByte() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.numeric.ArrowFlightJdbcBaseIntVectorAccessor
 
getByte() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.numeric.ArrowFlightJdbcBitVectorAccessor
 
getByte() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.numeric.ArrowFlightJdbcDecimalVectorAccessor
 
getByte() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.numeric.ArrowFlightJdbcFloat4VectorAccessor
 
getByte() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.numeric.ArrowFlightJdbcFloat8VectorAccessor
 
getByte() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.text.ArrowFlightJdbcVarCharVectorAccessor
 
getBytes() - Method in class org.apache.arrow.driver.jdbc.accessor.ArrowFlightJdbcAccessor
 
getBytes() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.binary.ArrowFlightJdbcBinaryVectorAccessor
 
getBytes() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.complex.AbstractArrowFlightJdbcUnionVectorAccessor
 
getBytes() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.text.ArrowFlightJdbcVarCharVectorAccessor
 
getCatalog() - Method in class org.apache.arrow.driver.jdbc.utils.ConnectionWrapper
 
getCatalogs() - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 
getCatalogs() - Method in class org.apache.arrow.driver.jdbc.client.ArrowFlightSqlClientHandler
Makes an RPC "getCatalogs" request.
getCatalogTerm() - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 
getCertificateInputStreamFromSystem(String) - Static method in class org.apache.arrow.driver.jdbc.client.utils.ClientAuthenticationUtils
It gets the trusted certificate based on the operating system and loads all the certificate into a InputStream.
getCertificateStream(String, String) - Static method in class org.apache.arrow.driver.jdbc.client.utils.ClientAuthenticationUtils
Generates an InputStream that contains certificates for a private key.
getCharacterStream() - Method in class org.apache.arrow.driver.jdbc.accessor.ArrowFlightJdbcAccessor
 
getCharacterStream() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.binary.ArrowFlightJdbcBinaryVectorAccessor
 
getCharacterStream() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.complex.AbstractArrowFlightJdbcUnionVectorAccessor
 
getCharacterStream() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.text.ArrowFlightJdbcVarCharVectorAccessor
 
getClientInfo() - Method in class org.apache.arrow.driver.jdbc.ArrowFlightConnection
 
getClientInfo(String) - Method in class org.apache.arrow.driver.jdbc.utils.ConnectionWrapper
 
getClientInfo() - Method in class org.apache.arrow.driver.jdbc.utils.ConnectionWrapper
 
getClob() - Method in class org.apache.arrow.driver.jdbc.accessor.ArrowFlightJdbcAccessor
 
getClob() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.complex.AbstractArrowFlightJdbcUnionVectorAccessor
 
getColumns(String, String, String, String) - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 
getConfig() - Method in class org.apache.arrow.driver.jdbc.ArrowFlightJdbcDataSource
getConnection() - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 
getConnection() - Method in interface org.apache.arrow.driver.jdbc.ArrowFlightInfoStatement
 
getConnection() - Method in class org.apache.arrow.driver.jdbc.ArrowFlightJdbcDataSource
 
getConnection(String, String) - Method in class org.apache.arrow.driver.jdbc.ArrowFlightJdbcDataSource
 
getConnection() - Method in class org.apache.arrow.driver.jdbc.ArrowFlightJdbcPooledConnection
 
getConnection() - Method in class org.apache.arrow.driver.jdbc.ArrowFlightPreparedStatement
 
getConnection() - Method in class org.apache.arrow.driver.jdbc.ArrowFlightStatement
 
getConnectStringPrefix() - Method in class org.apache.arrow.driver.jdbc.ArrowFlightJdbcDriver
 
getCrossReference(String, String, String, String, String, String) - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 
getCrossReference(String, String, String, String, String, String) - Method in class org.apache.arrow.driver.jdbc.client.ArrowFlightSqlClientHandler
Makes an RPC "getCrossReference" request based on the provided info.
getCurrentRow() - Method in class org.apache.arrow.driver.jdbc.accessor.ArrowFlightJdbcAccessor
 
getCurrentTypeId() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.complex.AbstractArrowFlightJdbcUnionVectorAccessor
 
getCurrentTypeId() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.complex.ArrowFlightJdbcDenseUnionVectorAccessor
 
getCurrentTypeId() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.complex.ArrowFlightJdbcUnionVectorAccessor
 
getDatabaseProductName() - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 
getDatabaseProductVersion() - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 
getDataSetSchema() - Method in interface org.apache.arrow.driver.jdbc.client.ArrowFlightSqlClientHandler.PreparedStatement
getDataVector() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.complex.AbstractArrowFlightJdbcListVectorAccessor
 
getDataVector() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.complex.ArrowFlightJdbcFixedSizeListVectorAccessor
 
getDataVector() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.complex.ArrowFlightJdbcLargeListVectorAccessor
 
getDataVector() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.complex.ArrowFlightJdbcListVectorAccessor
 
getDataVector() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.complex.ArrowFlightJdbcMapVectorAccessor
 
getDate(Calendar) - Method in class org.apache.arrow.driver.jdbc.accessor.ArrowFlightJdbcAccessor
 
getDate(Calendar) - Method in class org.apache.arrow.driver.jdbc.accessor.impl.calendar.ArrowFlightJdbcDateVectorAccessor
 
getDate(Calendar) - Method in class org.apache.arrow.driver.jdbc.accessor.impl.calendar.ArrowFlightJdbcTimeStampVectorAccessor
 
getDate(Calendar) - Method in class org.apache.arrow.driver.jdbc.accessor.impl.complex.AbstractArrowFlightJdbcUnionVectorAccessor
 
getDate(Calendar) - Method in class org.apache.arrow.driver.jdbc.accessor.impl.text.ArrowFlightJdbcVarCharVectorAccessor
 
getDefaultTransactionIsolation() - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 
getDisableCertificateVerification() - Method in class org.apache.arrow.driver.jdbc.utils.ArrowFlightConnectionConfigImpl
 
getDouble() - Method in class org.apache.arrow.driver.jdbc.accessor.ArrowFlightJdbcAccessor
 
getDouble() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.complex.AbstractArrowFlightJdbcUnionVectorAccessor
 
getDouble() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.numeric.ArrowFlightJdbcBaseIntVectorAccessor
 
getDouble() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.numeric.ArrowFlightJdbcBitVectorAccessor
 
getDouble() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.numeric.ArrowFlightJdbcDecimalVectorAccessor
 
getDouble() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.numeric.ArrowFlightJdbcFloat4VectorAccessor
 
getDouble() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.numeric.ArrowFlightJdbcFloat8VectorAccessor
 
getDouble() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.text.ArrowFlightJdbcVarCharVectorAccessor
 
getEndOffset(int) - Method in class org.apache.arrow.driver.jdbc.accessor.impl.complex.AbstractArrowFlightJdbcListVectorAccessor
 
getEndOffset(int) - Method in class org.apache.arrow.driver.jdbc.accessor.impl.complex.ArrowFlightJdbcFixedSizeListVectorAccessor
 
getEndOffset(int) - Method in class org.apache.arrow.driver.jdbc.accessor.impl.complex.ArrowFlightJdbcLargeListVectorAccessor
 
getEndOffset(int) - Method in class org.apache.arrow.driver.jdbc.accessor.impl.complex.ArrowFlightJdbcListVectorAccessor
 
getEndOffset(int) - Method in class org.apache.arrow.driver.jdbc.accessor.impl.complex.ArrowFlightJdbcMapVectorAccessor
 
getExportedKeys(String, String, String) - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 
getExportedKeys(String, String, String) - Method in class org.apache.arrow.driver.jdbc.client.ArrowFlightSqlClientHandler
Makes an RPC "getExportedKeys" request based on the provided info.
getExtraNameCharacters() - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 
getFactoryClassName(UnregisteredDriver.JdbcVersion) - Method in class org.apache.arrow.driver.jdbc.ArrowFlightJdbcDriver
 
getFloat() - Method in class org.apache.arrow.driver.jdbc.accessor.ArrowFlightJdbcAccessor
 
getFloat() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.complex.AbstractArrowFlightJdbcUnionVectorAccessor
 
getFloat() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.numeric.ArrowFlightJdbcBaseIntVectorAccessor
 
getFloat() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.numeric.ArrowFlightJdbcBitVectorAccessor
 
getFloat() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.numeric.ArrowFlightJdbcDecimalVectorAccessor
 
getFloat() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.numeric.ArrowFlightJdbcFloat4VectorAccessor
 
getFloat() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.numeric.ArrowFlightJdbcFloat8VectorAccessor
 
getFloat() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.text.ArrowFlightJdbcVarCharVectorAccessor
 
getHeaderAttributes() - Method in class org.apache.arrow.driver.jdbc.utils.ArrowFlightConnectionConfigImpl
Gets which properties should be added as headers.
getHoldability() - Method in class org.apache.arrow.driver.jdbc.utils.ConnectionWrapper
 
getHost() - Method in class org.apache.arrow.driver.jdbc.utils.ArrowFlightConnectionConfigImpl
Gets the host.
getIdentifierQuoteString() - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 
getImportedKeys(String, String, String) - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 
getImportedKeys(String, String, String) - Method in class org.apache.arrow.driver.jdbc.client.ArrowFlightSqlClientHandler
Makes an RPC "getImportedKeys" request based on the provided info.
getInfo(String) - Method in class org.apache.arrow.driver.jdbc.client.ArrowFlightSqlClientHandler
Makes an RPC "getInfo" request based on the provided query object.
getInt() - Method in class org.apache.arrow.driver.jdbc.accessor.ArrowFlightJdbcAccessor
 
getInt() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.complex.AbstractArrowFlightJdbcUnionVectorAccessor
 
getInt() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.numeric.ArrowFlightJdbcBaseIntVectorAccessor
 
getInt() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.numeric.ArrowFlightJdbcBitVectorAccessor
 
getInt() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.numeric.ArrowFlightJdbcDecimalVectorAccessor
 
getInt() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.numeric.ArrowFlightJdbcFloat4VectorAccessor
 
getInt() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.numeric.ArrowFlightJdbcFloat8VectorAccessor
 
getInt() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.text.ArrowFlightJdbcVarCharVectorAccessor
 
getInteger(Properties) - Method in enum org.apache.arrow.driver.jdbc.utils.ArrowFlightConnectionConfigImpl.ArrowFlightConnectionProperty
Gets the property as Integer.
getJdbcMajorVersion() - Method in class org.apache.arrow.driver.jdbc.ArrowFlightJdbcFactory
 
getJdbcMinorVersion() - Method in class org.apache.arrow.driver.jdbc.ArrowFlightJdbcFactory
 
getLoginTimeout() - Method in class org.apache.arrow.driver.jdbc.ArrowFlightJdbcDataSource
 
getLogWriter() - Method in class org.apache.arrow.driver.jdbc.ArrowFlightJdbcDataSource
 
getLong() - Method in class org.apache.arrow.driver.jdbc.accessor.ArrowFlightJdbcAccessor
 
getLong() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.complex.AbstractArrowFlightJdbcUnionVectorAccessor
 
getLong() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.numeric.ArrowFlightJdbcBaseIntVectorAccessor
 
getLong() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.numeric.ArrowFlightJdbcBitVectorAccessor
 
getLong() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.numeric.ArrowFlightJdbcDecimalVectorAccessor
 
getLong() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.numeric.ArrowFlightJdbcFloat4VectorAccessor
 
getLong() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.numeric.ArrowFlightJdbcFloat8VectorAccessor
 
getLong() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.text.ArrowFlightJdbcVarCharVectorAccessor
 
getLongToLocalDateTimeForVector(TimeStampVector, TimeZone) - Static method in class org.apache.arrow.driver.jdbc.accessor.impl.calendar.ArrowFlightJdbcTimeStampVectorAccessor
 
getMaxBinaryLiteralLength() - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 
getMaxCatalogNameLength() - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 
getMaxCharLiteralLength() - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 
getMaxColumnNameLength() - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 
getMaxColumnsInGroupBy() - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 
getMaxColumnsInIndex() - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 
getMaxColumnsInOrderBy() - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 
getMaxColumnsInSelect() - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 
getMaxColumnsInTable() - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 
getMaxConnections() - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 
getMaxCursorNameLength() - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 
getMaxIndexLength() - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 
getMaxProcedureNameLength() - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 
getMaxRowSize() - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 
getMaxSchemaNameLength() - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 
getMaxStatementLength() - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 
getMaxStatements() - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 
getMaxTableNameLength() - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 
getMaxTablesInSelect() - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 
getMaxUserNameLength() - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 
getMeta() - Method in class org.apache.arrow.driver.jdbc.ArrowFlightConnection
 
getMetaData() - Method in class org.apache.arrow.driver.jdbc.utils.ConnectionWrapper
 
getNCharacterStream() - Method in class org.apache.arrow.driver.jdbc.accessor.ArrowFlightJdbcAccessor
 
getNCharacterStream() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.complex.AbstractArrowFlightJdbcUnionVectorAccessor
 
getNClob() - Method in class org.apache.arrow.driver.jdbc.accessor.ArrowFlightJdbcAccessor
 
getNClob() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.complex.AbstractArrowFlightJdbcUnionVectorAccessor
 
getNetworkTimeout() - Method in class org.apache.arrow.driver.jdbc.utils.ConnectionWrapper
 
getNString() - Method in class org.apache.arrow.driver.jdbc.accessor.ArrowFlightJdbcAccessor
 
getNString() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.complex.AbstractArrowFlightJdbcUnionVectorAccessor
 
getNumericFunctions() - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 
getObject() - Method in class org.apache.arrow.driver.jdbc.accessor.ArrowFlightJdbcAccessor
 
getObject(Map<String, Class<?>>) - Method in class org.apache.arrow.driver.jdbc.accessor.ArrowFlightJdbcAccessor
 
getObject(Class<T>) - Method in class org.apache.arrow.driver.jdbc.accessor.ArrowFlightJdbcAccessor
 
getObject() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.ArrowFlightJdbcNullVectorAccessor
 
getObject() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.binary.ArrowFlightJdbcBinaryVectorAccessor
 
getObject() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.calendar.ArrowFlightJdbcDateVectorAccessor
 
getObject() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.calendar.ArrowFlightJdbcDurationVectorAccessor
 
getObject() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.calendar.ArrowFlightJdbcIntervalVectorAccessor
 
getObject() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.calendar.ArrowFlightJdbcTimeStampVectorAccessor
 
getObject() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.calendar.ArrowFlightJdbcTimeVectorAccessor
 
getObject() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.complex.AbstractArrowFlightJdbcUnionVectorAccessor
 
getObject(Map<String, Class<?>>) - Method in class org.apache.arrow.driver.jdbc.accessor.impl.complex.AbstractArrowFlightJdbcUnionVectorAccessor
 
getObject(Class<T>) - Method in class org.apache.arrow.driver.jdbc.accessor.impl.complex.AbstractArrowFlightJdbcUnionVectorAccessor
 
getObject() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.complex.ArrowFlightJdbcFixedSizeListVectorAccessor
 
getObject() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.complex.ArrowFlightJdbcLargeListVectorAccessor
 
getObject() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.complex.ArrowFlightJdbcListVectorAccessor
 
getObject() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.complex.ArrowFlightJdbcMapVectorAccessor
 
getObject() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.complex.ArrowFlightJdbcStructVectorAccessor
 
getObject() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.numeric.ArrowFlightJdbcBaseIntVectorAccessor
 
getObject() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.numeric.ArrowFlightJdbcBitVectorAccessor
 
getObject() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.numeric.ArrowFlightJdbcDecimalVectorAccessor
 
getObject() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.numeric.ArrowFlightJdbcFloat4VectorAccessor
 
getObject() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.numeric.ArrowFlightJdbcFloat8VectorAccessor
 
getObject() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.text.ArrowFlightJdbcVarCharVectorAccessor
 
getObjectClass() - Method in class org.apache.arrow.driver.jdbc.accessor.ArrowFlightJdbcAccessor
 
getObjectClass() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.ArrowFlightJdbcNullVectorAccessor
 
getObjectClass() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.binary.ArrowFlightJdbcBinaryVectorAccessor
 
getObjectClass() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.calendar.ArrowFlightJdbcDateVectorAccessor
 
getObjectClass() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.calendar.ArrowFlightJdbcDurationVectorAccessor
 
getObjectClass() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.calendar.ArrowFlightJdbcIntervalVectorAccessor
 
getObjectClass() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.calendar.ArrowFlightJdbcTimeStampVectorAccessor
 
getObjectClass() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.calendar.ArrowFlightJdbcTimeVectorAccessor
 
getObjectClass() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.complex.AbstractArrowFlightJdbcListVectorAccessor
 
getObjectClass() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.complex.AbstractArrowFlightJdbcUnionVectorAccessor
 
getObjectClass() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.complex.ArrowFlightJdbcMapVectorAccessor
 
getObjectClass() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.complex.ArrowFlightJdbcStructVectorAccessor
 
getObjectClass() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.numeric.ArrowFlightJdbcBaseIntVectorAccessor
 
getObjectClass() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.numeric.ArrowFlightJdbcBitVectorAccessor
 
getObjectClass() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.numeric.ArrowFlightJdbcDecimalVectorAccessor
 
getObjectClass() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.numeric.ArrowFlightJdbcFloat4VectorAccessor
 
getObjectClass() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.numeric.ArrowFlightJdbcFloat8VectorAccessor
 
getObjectClass() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.text.ArrowFlightJdbcVarCharVectorAccessor
 
getParentLogger() - Method in class org.apache.arrow.driver.jdbc.ArrowFlightJdbcDataSource
 
getPassword() - Method in class org.apache.arrow.driver.jdbc.utils.ArrowFlightConnectionConfigImpl
Gets the host.
getPooledConnection() - Method in class org.apache.arrow.driver.jdbc.ArrowFlightJdbcConnectionPoolDataSource
 
getPooledConnection(String, String) - Method in class org.apache.arrow.driver.jdbc.ArrowFlightJdbcConnectionPoolDataSource
 
getPort() - Method in class org.apache.arrow.driver.jdbc.utils.ArrowFlightConnectionConfigImpl
Gets the port.
getPrimaryKeys(String, String, String) - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 
getPrimaryKeys(String, String, String) - Method in class org.apache.arrow.driver.jdbc.client.ArrowFlightSqlClientHandler
Makes an RPC "getPrimaryKeys" request based on the provided info.
getProcedureTerm() - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 
getProperties(String, String) - Method in class org.apache.arrow.driver.jdbc.ArrowFlightJdbcDataSource
Gets a copy of the ArrowFlightJdbcDataSource.properties for this ArrowFlightJdbcDataSource with the provided username and password.
getProperties() - Method in class org.apache.arrow.driver.jdbc.ArrowFlightJdbcPooledConnection
 
getRef() - Method in class org.apache.arrow.driver.jdbc.accessor.ArrowFlightJdbcAccessor
 
getRef() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.complex.AbstractArrowFlightJdbcUnionVectorAccessor
 
getResultSet() - Method in class org.apache.arrow.driver.jdbc.ArrowFlightJdbcArray
 
getResultSet(Map<String, Class<?>>) - Method in class org.apache.arrow.driver.jdbc.ArrowFlightJdbcArray
 
getResultSet(long, int) - Method in class org.apache.arrow.driver.jdbc.ArrowFlightJdbcArray
 
getResultSet(long, int, Map<String, Class<?>>) - Method in class org.apache.arrow.driver.jdbc.ArrowFlightJdbcArray
 
getSchema() - Method in class org.apache.arrow.driver.jdbc.utils.ConnectionWrapper
 
getSchemas(String, String) - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 
getSchemas(String, String) - Method in class org.apache.arrow.driver.jdbc.client.ArrowFlightSqlClientHandler
Makes an RPC "getSchemas" request based on the provided info.
getSchemaTerm() - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 
getSearchStringEscape() - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 
getShort() - Method in class org.apache.arrow.driver.jdbc.accessor.ArrowFlightJdbcAccessor
 
getShort() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.complex.AbstractArrowFlightJdbcUnionVectorAccessor
 
getShort() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.numeric.ArrowFlightJdbcBaseIntVectorAccessor
 
getShort() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.numeric.ArrowFlightJdbcBitVectorAccessor
 
getShort() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.numeric.ArrowFlightJdbcDecimalVectorAccessor
 
getShort() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.numeric.ArrowFlightJdbcFloat4VectorAccessor
 
getShort() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.numeric.ArrowFlightJdbcFloat8VectorAccessor
 
getShort() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.text.ArrowFlightJdbcVarCharVectorAccessor
 
getSqlInfo(FlightSql.SqlInfo...) - Method in class org.apache.arrow.driver.jdbc.client.ArrowFlightSqlClientHandler
Gets SQL info.
getSQLKeywords() - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 
getSqlTypeIdFromArrowType(ArrowType) - Static method in class org.apache.arrow.driver.jdbc.utils.SqlTypes
Convert given ArrowType to its corresponding SQL type ID.
getSqlTypeNameFromArrowType(ArrowType) - Static method in class org.apache.arrow.driver.jdbc.utils.SqlTypes
Convert given ArrowType to its corresponding SQL type name.
getSQLXML() - Method in class org.apache.arrow.driver.jdbc.accessor.ArrowFlightJdbcAccessor
 
getSQLXML() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.complex.AbstractArrowFlightJdbcUnionVectorAccessor
 
getStartOffset(int) - Method in class org.apache.arrow.driver.jdbc.accessor.impl.complex.AbstractArrowFlightJdbcListVectorAccessor
 
getStartOffset(int) - Method in class org.apache.arrow.driver.jdbc.accessor.impl.complex.ArrowFlightJdbcFixedSizeListVectorAccessor
 
getStartOffset(int) - Method in class org.apache.arrow.driver.jdbc.accessor.impl.complex.ArrowFlightJdbcLargeListVectorAccessor
 
getStartOffset(int) - Method in class org.apache.arrow.driver.jdbc.accessor.impl.complex.ArrowFlightJdbcListVectorAccessor
 
getStartOffset(int) - Method in class org.apache.arrow.driver.jdbc.accessor.impl.complex.ArrowFlightJdbcMapVectorAccessor
 
getStreams(FlightInfo) - Method in class org.apache.arrow.driver.jdbc.client.ArrowFlightSqlClientHandler
Makes an RPC "getStream" request based on the provided FlightInfo object.
getString() - Method in class org.apache.arrow.driver.jdbc.accessor.ArrowFlightJdbcAccessor
 
getString() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.binary.ArrowFlightJdbcBinaryVectorAccessor
 
getString() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.calendar.ArrowFlightJdbcDateVectorAccessor
 
getString() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.calendar.ArrowFlightJdbcIntervalVectorAccessor
 
getString() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.complex.AbstractArrowFlightJdbcUnionVectorAccessor
 
getString() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.numeric.ArrowFlightJdbcBaseIntVectorAccessor
 
getString() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.numeric.ArrowFlightJdbcBitVectorAccessor
 
getString() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.numeric.ArrowFlightJdbcDecimalVectorAccessor
 
getString() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.numeric.ArrowFlightJdbcFloat4VectorAccessor
 
getString() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.numeric.ArrowFlightJdbcFloat8VectorAccessor
 
getString() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.text.ArrowFlightJdbcVarCharVectorAccessor
 
getString(Properties) - Method in enum org.apache.arrow.driver.jdbc.utils.ArrowFlightConnectionConfigImpl.ArrowFlightConnectionProperty
Gets the property as String.
getStringFunctions() - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 
getStruct() - Method in class org.apache.arrow.driver.jdbc.accessor.ArrowFlightJdbcAccessor
 
getStruct() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.complex.AbstractArrowFlightJdbcUnionVectorAccessor
 
getStruct() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.complex.ArrowFlightJdbcStructVectorAccessor
 
getSystemFunctions() - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 
getTables(String, String, String, String[]) - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 
getTables(String, String, String, List<String>, boolean) - Method in class org.apache.arrow.driver.jdbc.client.ArrowFlightSqlClientHandler
Makes an RPC "getTables" request based on the provided info.
getTableTypes() - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 
getTableTypes() - Method in class org.apache.arrow.driver.jdbc.client.ArrowFlightSqlClientHandler
Makes an RPC "getTableTypes" request.
getTime(Calendar) - Method in class org.apache.arrow.driver.jdbc.accessor.ArrowFlightJdbcAccessor
 
getTime(Calendar) - Method in class org.apache.arrow.driver.jdbc.accessor.impl.calendar.ArrowFlightJdbcTimeStampVectorAccessor
 
getTime(Calendar) - Method in class org.apache.arrow.driver.jdbc.accessor.impl.calendar.ArrowFlightJdbcTimeVectorAccessor
 
getTime(Calendar) - Method in class org.apache.arrow.driver.jdbc.accessor.impl.complex.AbstractArrowFlightJdbcUnionVectorAccessor
 
getTime(Calendar) - Method in class org.apache.arrow.driver.jdbc.accessor.impl.text.ArrowFlightJdbcVarCharVectorAccessor
 
getTimeDateFunctions() - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 
getTimestamp(Calendar) - Method in class org.apache.arrow.driver.jdbc.accessor.ArrowFlightJdbcAccessor
 
getTimestamp(Calendar) - Method in class org.apache.arrow.driver.jdbc.accessor.impl.calendar.ArrowFlightJdbcDateVectorAccessor
 
getTimestamp(Calendar) - Method in class org.apache.arrow.driver.jdbc.accessor.impl.calendar.ArrowFlightJdbcTimeStampVectorAccessor
 
getTimestamp(Calendar) - Method in class org.apache.arrow.driver.jdbc.accessor.impl.calendar.ArrowFlightJdbcTimeVectorAccessor
 
getTimestamp(Calendar) - Method in class org.apache.arrow.driver.jdbc.accessor.impl.complex.AbstractArrowFlightJdbcUnionVectorAccessor
 
getTimestamp(Calendar) - Method in class org.apache.arrow.driver.jdbc.accessor.impl.text.ArrowFlightJdbcVarCharVectorAccessor
 
getTimestampValue(long) - Static method in class org.apache.arrow.driver.jdbc.utils.DateTimeUtils
Converts Epoch millis to a Timestamp object.
getTimeUnitForVector(ValueVector) - Static method in class org.apache.arrow.driver.jdbc.accessor.impl.calendar.ArrowFlightJdbcDateVectorAccessor
 
getTimeUnitForVector(TimeStampVector) - Static method in class org.apache.arrow.driver.jdbc.accessor.impl.calendar.ArrowFlightJdbcTimeStampVectorAccessor
 
getTimeUnitForVector(ValueVector) - Static method in class org.apache.arrow.driver.jdbc.accessor.impl.calendar.ArrowFlightJdbcTimeVectorAccessor
 
getTimeZoneForVector(TimeStampVector) - Static method in class org.apache.arrow.driver.jdbc.accessor.impl.calendar.ArrowFlightJdbcTimeStampVectorAccessor
 
getToken() - Method in class org.apache.arrow.driver.jdbc.utils.ArrowFlightConnectionConfigImpl
 
getTransactionIsolation() - Method in class org.apache.arrow.driver.jdbc.utils.ConnectionWrapper
 
getTrustStorePassword() - Method in class org.apache.arrow.driver.jdbc.utils.ArrowFlightConnectionConfigImpl
Gets the KeyStore password.
getTrustStorePath() - Method in class org.apache.arrow.driver.jdbc.utils.ArrowFlightConnectionConfigImpl
Gets the KeyStore path.
getType() - Method in interface org.apache.arrow.driver.jdbc.client.ArrowFlightSqlClientHandler.PreparedStatement
Gets the Meta.StatementType of this ArrowFlightSqlClientHandler.PreparedStatement.
getTypeMap() - Method in class org.apache.arrow.driver.jdbc.utils.ConnectionWrapper
 
getUnicodeStream() - Method in class org.apache.arrow.driver.jdbc.accessor.ArrowFlightJdbcAccessor
 
getUnicodeStream() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.binary.ArrowFlightJdbcBinaryVectorAccessor
 
getUnicodeStream() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.complex.AbstractArrowFlightJdbcUnionVectorAccessor
 
getUnicodeStream() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.text.ArrowFlightJdbcVarCharVectorAccessor
 
getURL() - Method in class org.apache.arrow.driver.jdbc.accessor.ArrowFlightJdbcAccessor
 
getURL() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.complex.AbstractArrowFlightJdbcUnionVectorAccessor
 
getUser() - Method in class org.apache.arrow.driver.jdbc.utils.ArrowFlightConnectionConfigImpl
Gets the host.
getVectorByTypeId(byte) - Method in class org.apache.arrow.driver.jdbc.accessor.impl.complex.AbstractArrowFlightJdbcUnionVectorAccessor
 
getVectorByTypeId(byte) - Method in class org.apache.arrow.driver.jdbc.accessor.impl.complex.ArrowFlightJdbcDenseUnionVectorAccessor
 
getVectorByTypeId(byte) - Method in class org.apache.arrow.driver.jdbc.accessor.impl.complex.ArrowFlightJdbcUnionVectorAccessor
 
getWarnings() - Method in class org.apache.arrow.driver.jdbc.utils.ConnectionWrapper
 

H

hashCode() - Method in class org.apache.arrow.driver.jdbc.ArrowFlightJdbcTime
 

I

IntervalStringUtils - Class in org.apache.arrow.driver.jdbc.utils
Utility class to format periods similar to Oracle's representation of "INTERVAL * to *" data type.
isCatalogAtStart() - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 
isClosed() - Method in class org.apache.arrow.driver.jdbc.utils.ConnectionWrapper
 
isClosed() - Method in class org.apache.arrow.driver.jdbc.utils.FlightStreamQueue
Gets whether this queue is closed.
isMac() - Static method in class org.apache.arrow.driver.jdbc.client.utils.ClientAuthenticationUtils
Check if the operating system running the software is Mac.
isNull(int) - Method in class org.apache.arrow.driver.jdbc.accessor.impl.complex.AbstractArrowFlightJdbcListVectorAccessor
 
isNull(int) - Method in class org.apache.arrow.driver.jdbc.accessor.impl.complex.ArrowFlightJdbcFixedSizeListVectorAccessor
 
isNull(int) - Method in class org.apache.arrow.driver.jdbc.accessor.impl.complex.ArrowFlightJdbcLargeListVectorAccessor
 
isNull(int) - Method in class org.apache.arrow.driver.jdbc.accessor.impl.complex.ArrowFlightJdbcListVectorAccessor
 
isNull(int) - Method in class org.apache.arrow.driver.jdbc.accessor.impl.complex.ArrowFlightJdbcMapVectorAccessor
 
isReadOnly() - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 
isReadOnly() - Method in class org.apache.arrow.driver.jdbc.utils.ConnectionWrapper
 
isValid(int) - Method in class org.apache.arrow.driver.jdbc.utils.ConnectionWrapper
 
isWindows() - Static method in class org.apache.arrow.driver.jdbc.client.utils.ClientAuthenticationUtils
Check if the operating system running the software is Windows.
isWrapperFor(Class<?>) - Method in class org.apache.arrow.driver.jdbc.ArrowFlightJdbcDataSource
 
isWrapperFor(Class<?>) - Method in class org.apache.arrow.driver.jdbc.utils.ConnectionWrapper
 

L

locatorsUpdateCopy() - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 

M

millisFromPeriod(Period) - Static method in class org.apache.arrow.driver.jdbc.utils.IntervalStringUtils
 

N

nativeSQL(String) - Method in class org.apache.arrow.driver.jdbc.utils.ConnectionWrapper
 
newConnection(UnregisteredDriver, AvaticaFactory, String, Properties) - Method in class org.apache.arrow.driver.jdbc.ArrowFlightJdbcFactory
 
newDatabaseMetaData(AvaticaConnection) - Method in class org.apache.arrow.driver.jdbc.ArrowFlightJdbcFactory
 
newPreparedStatement(AvaticaConnection, Meta.StatementHandle, Meta.Signature, int, int, int) - Method in class org.apache.arrow.driver.jdbc.ArrowFlightJdbcFactory
 
newResultSet(AvaticaStatement, QueryState, Meta.Signature, TimeZone, Meta.Frame) - Method in class org.apache.arrow.driver.jdbc.ArrowFlightJdbcFactory
 
newResultSetMetaData(AvaticaStatement, Meta.Signature) - Method in class org.apache.arrow.driver.jdbc.ArrowFlightJdbcFactory
 
newStatement(AvaticaConnection, Meta.StatementHandle, int, int, int) - Method in class org.apache.arrow.driver.jdbc.ArrowFlightJdbcFactory
 
next() - Method in class org.apache.arrow.driver.jdbc.ArrowFlightJdbcCursor
 
next() - Method in class org.apache.arrow.driver.jdbc.ArrowFlightJdbcFlightStreamResultSet
 
next(long, TimeUnit) - Method in class org.apache.arrow.driver.jdbc.utils.FlightStreamQueue
Blocking request with timeout to get the next ready FlightStream in queue.
next() - Method in class org.apache.arrow.driver.jdbc.utils.FlightStreamQueue
Blocking request to get the next ready FlightStream in queue.
nullPlusNonNullIsNull() - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 

O

org.apache.arrow.driver.jdbc - package org.apache.arrow.driver.jdbc
 
org.apache.arrow.driver.jdbc.accessor - package org.apache.arrow.driver.jdbc.accessor
 
org.apache.arrow.driver.jdbc.accessor.impl - package org.apache.arrow.driver.jdbc.accessor.impl
 
org.apache.arrow.driver.jdbc.accessor.impl.binary - package org.apache.arrow.driver.jdbc.accessor.impl.binary
 
org.apache.arrow.driver.jdbc.accessor.impl.calendar - package org.apache.arrow.driver.jdbc.accessor.impl.calendar
 
org.apache.arrow.driver.jdbc.accessor.impl.complex - package org.apache.arrow.driver.jdbc.accessor.impl.complex
 
org.apache.arrow.driver.jdbc.accessor.impl.numeric - package org.apache.arrow.driver.jdbc.accessor.impl.numeric
 
org.apache.arrow.driver.jdbc.accessor.impl.text - package org.apache.arrow.driver.jdbc.accessor.impl.text
 
org.apache.arrow.driver.jdbc.client - package org.apache.arrow.driver.jdbc.client
 
org.apache.arrow.driver.jdbc.client.utils - package org.apache.arrow.driver.jdbc.client.utils
 
org.apache.arrow.driver.jdbc.utils - package org.apache.arrow.driver.jdbc.utils
 

P

parse(String, String) - Static method in class org.apache.arrow.driver.jdbc.utils.UrlParser
Parse URL key value parameters.
prepare(Meta.ConnectionHandle, String, long) - Method in class org.apache.arrow.driver.jdbc.ArrowFlightMetaImpl
 
prepare(String) - Method in class org.apache.arrow.driver.jdbc.client.ArrowFlightSqlClientHandler
Creates a new ArrowFlightSqlClientHandler.PreparedStatement for the given query.
prepareAndExecute(Meta.StatementHandle, String, long, Meta.PrepareCallback) - Method in class org.apache.arrow.driver.jdbc.ArrowFlightMetaImpl
 
prepareAndExecute(Meta.StatementHandle, String, long, int, Meta.PrepareCallback) - Method in class org.apache.arrow.driver.jdbc.ArrowFlightMetaImpl
 
prepareAndExecuteBatch(Meta.StatementHandle, List<String>) - Method in class org.apache.arrow.driver.jdbc.ArrowFlightMetaImpl
 
prepareCall(String) - Method in class org.apache.arrow.driver.jdbc.utils.ConnectionWrapper
 
prepareCall(String, int, int) - Method in class org.apache.arrow.driver.jdbc.utils.ConnectionWrapper
 
prepareCall(String, int, int, int) - Method in class org.apache.arrow.driver.jdbc.utils.ConnectionWrapper
 
prepareStatement(String) - Method in class org.apache.arrow.driver.jdbc.utils.ConnectionWrapper
 
prepareStatement(String, int, int) - Method in class org.apache.arrow.driver.jdbc.utils.ConnectionWrapper
 
prepareStatement(String, int, int, int) - Method in class org.apache.arrow.driver.jdbc.utils.ConnectionWrapper
 
prepareStatement(String, int) - Method in class org.apache.arrow.driver.jdbc.utils.ConnectionWrapper
 
prepareStatement(String, int...) - Method in class org.apache.arrow.driver.jdbc.utils.ConnectionWrapper
 
prepareStatement(String, String...) - Method in class org.apache.arrow.driver.jdbc.utils.ConnectionWrapper
 

R

releaseSavepoint(Savepoint) - Method in class org.apache.arrow.driver.jdbc.utils.ConnectionWrapper
 
removeConnectionEventListener(ConnectionEventListener) - Method in class org.apache.arrow.driver.jdbc.ArrowFlightJdbcPooledConnection
 
removeStatementEventListener(StatementEventListener) - Method in class org.apache.arrow.driver.jdbc.ArrowFlightJdbcPooledConnection
 
renameFieldVector(String, String) - Method in class org.apache.arrow.driver.jdbc.utils.VectorSchemaRootTransformer.Builder
Add task to transform a vector to a new vector renaming it.
replaceSemiColons(String) - Static method in enum org.apache.arrow.driver.jdbc.utils.ArrowFlightConnectionConfigImpl.ArrowFlightConnectionProperty
Replaces the semicolons in the URL to the proper format.
required() - Method in enum org.apache.arrow.driver.jdbc.utils.ArrowFlightConnectionConfigImpl.ArrowFlightConnectionProperty
 
rollback(Meta.ConnectionHandle) - Method in class org.apache.arrow.driver.jdbc.ArrowFlightMetaImpl
 
rollback() - Method in class org.apache.arrow.driver.jdbc.utils.ConnectionWrapper
 
rollback(Savepoint) - Method in class org.apache.arrow.driver.jdbc.utils.ConnectionWrapper
 

S

setAutoCommit(boolean) - Method in class org.apache.arrow.driver.jdbc.utils.ConnectionWrapper
 
setCatalog(String) - Method in class org.apache.arrow.driver.jdbc.utils.ConnectionWrapper
 
setClientInfo(String, String) - Method in class org.apache.arrow.driver.jdbc.utils.ConnectionWrapper
 
setClientInfo(Properties) - Method in class org.apache.arrow.driver.jdbc.utils.ConnectionWrapper
 
setHoldability(int) - Method in class org.apache.arrow.driver.jdbc.utils.ConnectionWrapper
 
setLoginTimeout(int) - Method in class org.apache.arrow.driver.jdbc.ArrowFlightJdbcDataSource
 
setLogWriter(PrintWriter) - Method in class org.apache.arrow.driver.jdbc.ArrowFlightJdbcDataSource
 
setNetworkTimeout(Executor, int) - Method in class org.apache.arrow.driver.jdbc.utils.ConnectionWrapper
 
setOnColumnMetaDataBuilder(Common.ColumnMetaData.Builder, Map<String, String>) - Static method in class org.apache.arrow.driver.jdbc.utils.ConvertUtils
Set on Column MetaData Builder.
setReadOnly(boolean) - Method in class org.apache.arrow.driver.jdbc.utils.ConnectionWrapper
 
setSavepoint() - Method in class org.apache.arrow.driver.jdbc.utils.ConnectionWrapper
 
setSavepoint(String) - Method in class org.apache.arrow.driver.jdbc.utils.ConnectionWrapper
 
setSchema(String) - Method in class org.apache.arrow.driver.jdbc.utils.ConnectionWrapper
 
setTransactionIsolation(int) - Method in class org.apache.arrow.driver.jdbc.utils.ConnectionWrapper
 
setTypeMap(Map<String, Class<?>>) - Method in class org.apache.arrow.driver.jdbc.utils.ConnectionWrapper
 
setWasNull(boolean) - Method in interface org.apache.arrow.driver.jdbc.accessor.ArrowFlightJdbcAccessorFactory.WasNullConsumer
 
SqlTypes - Class in org.apache.arrow.driver.jdbc.utils
SQL Types utility functions.
SqlTypes() - Constructor for class org.apache.arrow.driver.jdbc.utils.SqlTypes
 
supportsANSI92EntryLevelSQL() - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 
supportsANSI92FullSQL() - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 
supportsANSI92IntermediateSQL() - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 
supportsBatchUpdates() - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 
supportsCatalogsInIndexDefinitions() - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 
supportsCatalogsInPrivilegeDefinitions() - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 
supportsColumnAliasing() - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 
supportsConvert() - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 
supportsConvert(int, int) - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 
supportsCoreSQLGrammar() - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 
supportsCorrelatedSubqueries() - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 
supportsDifferentTableCorrelationNames() - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 
supportsExpressionsInOrderBy() - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 
supportsExtendedSQLGrammar() - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 
supportsFullOuterJoins() - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 
supportsGroupBy() - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 
supportsGroupByUnrelated() - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 
supportsIntegrityEnhancementFacility() - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 
supportsLikeEscapeClause() - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 
supportsLimitedOuterJoins() - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 
supportsMinimumSQLGrammar() - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 
supportsNamedParameters() - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 
supportsNonNullableColumns() - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 
supportsOrderByUnrelated() - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 
supportsOuterJoins() - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 
supportsPositionedDelete() - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 
supportsPositionedUpdate() - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 
supportsResultSetType(int) - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 
supportsSavepoints() - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 
supportsSchemasInIndexDefinitions() - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 
supportsSchemasInPrivilegeDefinitions() - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 
supportsSchemasInProcedureCalls() - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 
supportsSelectForUpdate() - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 
supportsStoredFunctionsUsingCallSyntax() - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 
supportsStoredProcedures() - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 
supportsSubqueriesInComparisons() - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 
supportsSubqueriesInExists() - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 
supportsSubqueriesInIns() - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 
supportsSubqueriesInQuantifieds() - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 
supportsTableCorrelationNames() - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 
supportsTransactionIsolationLevel(int) - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 
supportsTransactions() - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 
supportsUnion() - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 
supportsUnionAll() - Method in class org.apache.arrow.driver.jdbc.ArrowDatabaseMetadata
 
syncResults(Meta.StatementHandle, QueryState, long) - Method in class org.apache.arrow.driver.jdbc.ArrowFlightMetaImpl
 

T

threadPoolSize() - Method in class org.apache.arrow.driver.jdbc.utils.ArrowFlightConnectionConfigImpl
Gets the thread pool size.
toCallOption() - Method in class org.apache.arrow.driver.jdbc.utils.ArrowFlightConnectionConfigImpl
Gets the CallOptions from this ConnectionConfig.
toString() - Method in class org.apache.arrow.driver.jdbc.ArrowFlightJdbcArray
 
toString() - Method in class org.apache.arrow.driver.jdbc.ArrowFlightJdbcTime
 
transform(VectorSchemaRoot, VectorSchemaRoot) - Method in interface org.apache.arrow.driver.jdbc.utils.VectorSchemaRootTransformer
 
type() - Method in enum org.apache.arrow.driver.jdbc.utils.ArrowFlightConnectionConfigImpl.ArrowFlightConnectionProperty
 

U

unwrap(Class<T>) - Method in class org.apache.arrow.driver.jdbc.ArrowFlightJdbcDataSource
 
unwrap(Class<T>) - Method in class org.apache.arrow.driver.jdbc.utils.ConnectionWrapper
 
UrlParser - Class in org.apache.arrow.driver.jdbc.utils
URL Parser for extracting key values from a connection string.
useEncryption() - Method in class org.apache.arrow.driver.jdbc.utils.ArrowFlightConnectionConfigImpl
Whether to use TLS encryption.
useSystemTrustStore() - Method in class org.apache.arrow.driver.jdbc.utils.ArrowFlightConnectionConfigImpl
Check if the JDBC should use the trusted store files from the operating system.

V

valueClass() - Method in enum org.apache.arrow.driver.jdbc.utils.ArrowFlightConnectionConfigImpl.ArrowFlightConnectionProperty
 
valueOf(String) - Static method in enum org.apache.arrow.driver.jdbc.utils.ArrowFlightConnectionConfigImpl.ArrowFlightConnectionProperty
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.arrow.driver.jdbc.utils.ArrowFlightConnectionConfigImpl.ArrowFlightConnectionProperty
Returns an array containing the constants of this enum type, in the order they are declared.
VectorSchemaRootTransformer - Interface in org.apache.arrow.driver.jdbc.utils
Converts Arrow's VectorSchemaRoot format to one JDBC would expect.
VectorSchemaRootTransformer.Builder - Class in org.apache.arrow.driver.jdbc.utils
Transformer's helper class; builds a new VectorSchemaRoot.

W

wasNull - Variable in class org.apache.arrow.driver.jdbc.accessor.ArrowFlightJdbcAccessor
 
wasNull() - Method in class org.apache.arrow.driver.jdbc.accessor.ArrowFlightJdbcAccessor
 
wasNull() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.ArrowFlightJdbcNullVectorAccessor
 
wasNull() - Method in class org.apache.arrow.driver.jdbc.accessor.impl.complex.AbstractArrowFlightJdbcUnionVectorAccessor
 
wasNullConsumer - Variable in class org.apache.arrow.driver.jdbc.accessor.ArrowFlightJdbcAccessor
 
withBufferAllocator(BufferAllocator) - Method in class org.apache.arrow.driver.jdbc.client.ArrowFlightSqlClientHandler.Builder
Sets the BufferAllocator to use in this handler.
withCallOptions(CallOption...) - Method in class org.apache.arrow.driver.jdbc.client.ArrowFlightSqlClientHandler.Builder
Adds the provided CallOptions to this handler.
withCallOptions(Collection<CallOption>) - Method in class org.apache.arrow.driver.jdbc.client.ArrowFlightSqlClientHandler.Builder
Adds the provided CallOptions to this handler.
withDisableCertificateVerification(boolean) - Method in class org.apache.arrow.driver.jdbc.client.ArrowFlightSqlClientHandler.Builder
Sets whether to disable the certificate verification in this handler.
withEncryption(boolean) - Method in class org.apache.arrow.driver.jdbc.client.ArrowFlightSqlClientHandler.Builder
Sets whether to use TLS encryption in this handler.
withHost(String) - Method in class org.apache.arrow.driver.jdbc.client.ArrowFlightSqlClientHandler.Builder
Sets the host for this handler.
withMiddlewareFactories(FlightClientMiddleware.Factory...) - Method in class org.apache.arrow.driver.jdbc.client.ArrowFlightSqlClientHandler.Builder
Adds the provided factories to the list of ArrowFlightSqlClientHandler.Builder.middlewareFactories of this handler.
withMiddlewareFactories(Collection<FlightClientMiddleware.Factory>) - Method in class org.apache.arrow.driver.jdbc.client.ArrowFlightSqlClientHandler.Builder
Adds the provided factories to the list of ArrowFlightSqlClientHandler.Builder.middlewareFactories of this handler.
withPassword(String) - Method in class org.apache.arrow.driver.jdbc.client.ArrowFlightSqlClientHandler.Builder
Sets the password for this handler.
withPort(int) - Method in class org.apache.arrow.driver.jdbc.client.ArrowFlightSqlClientHandler.Builder
Sets the port for this handler.
withSystemTrustStore(boolean) - Method in class org.apache.arrow.driver.jdbc.client.ArrowFlightSqlClientHandler.Builder
Sets whether to use the certificates from the operating system.
withToken(String) - Method in class org.apache.arrow.driver.jdbc.client.ArrowFlightSqlClientHandler.Builder
Sets the token used in the token authetication.
withTrustStorePassword(String) - Method in class org.apache.arrow.driver.jdbc.client.ArrowFlightSqlClientHandler.Builder
Sets the KeyStore password for this handler.
withTrustStorePath(String) - Method in class org.apache.arrow.driver.jdbc.client.ArrowFlightSqlClientHandler.Builder
Sets the KeyStore path for this handler.
withUsername(String) - Method in class org.apache.arrow.driver.jdbc.client.ArrowFlightSqlClientHandler.Builder
Sets the username for this handler.
wrap(Properties) - Method in enum org.apache.arrow.driver.jdbc.utils.ArrowFlightConnectionConfigImpl.ArrowFlightConnectionProperty
 
A B C D E F G H I L M N O P R S T U V W 
Skip navigation links

Copyright © 2023 The Apache Software Foundation. All rights reserved.