Uses of Enum
org.apache.arrow.adbc.core.BulkIngestMode
Packages that use BulkIngestMode
Package
Description
ADBC (Arrow Database Connectivity) is an API standard for Arrow-based database access.
-
Uses of BulkIngestMode in org.apache.arrow.adbc.core
Methods in org.apache.arrow.adbc.core that return BulkIngestModeModifier and TypeMethodDescriptionstatic BulkIngestModeReturns the enum constant of this type with the specified name.static BulkIngestMode[]BulkIngestMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.arrow.adbc.core with parameters of type BulkIngestModeModifier and TypeMethodDescriptiondefault AdbcStatementAdbcConnection.bulkIngest(String targetTableName, BulkIngestMode mode) Create a new statement to bulk ingest Arrow data into a table.default AdbcStatementAdbcConnection.bulkIngest(String targetTableName, BulkIngestMode mode, IngestOption... options) Create a new statement to bulk ingest Arrow data into a table.BulkIngestBuilder.mode(BulkIngestMode mode) How to handle an already-existing/non-existent target table. -
Uses of BulkIngestMode in org.apache.arrow.adbc.driver.flightsql
Methods in org.apache.arrow.adbc.driver.flightsql with parameters of type BulkIngestModeModifier and TypeMethodDescriptionFlightSqlConnection.bulkIngest(String targetTableName, BulkIngestMode mode) -
Uses of BulkIngestMode in org.apache.arrow.adbc.driver.jdbc
Methods in org.apache.arrow.adbc.driver.jdbc with parameters of type BulkIngestModeModifier and TypeMethodDescriptionJdbcConnection.bulkIngest(String targetTableName, BulkIngestMode mode) -
Uses of BulkIngestMode in org.apache.arrow.adbc.driver.jni
Methods in org.apache.arrow.adbc.driver.jni with parameters of type BulkIngestModeModifier and TypeMethodDescriptionJniConnection.bulkIngest(String targetTableName, BulkIngestMode mode) JniConnection.bulkIngest(String targetTableName, BulkIngestMode mode, IngestOption... options)