Uses of Enum
org.apache.arrow.adbc.core.AdbcStatusCode
Packages that use AdbcStatusCode
Package
Description
ADBC (Arrow Database Connectivity) is an API standard for Arrow-based database access.
-
Uses of AdbcStatusCode in org.apache.arrow.adbc.core
Methods in org.apache.arrow.adbc.core that return AdbcStatusCodeModifier and TypeMethodDescriptionAdbcException.getStatus()The ADBC status code.static AdbcStatusCodeReturns the enum constant of this type with the specified name.static AdbcStatusCode[]AdbcStatusCode.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.arrow.adbc.core with parameters of type AdbcStatusCodeModifierConstructorDescriptionAdbcException(@Nullable String message, @Nullable Throwable cause, AdbcStatusCode status, @Nullable String sqlState, int vendorCode) AdbcException(@Nullable String message, @Nullable Throwable cause, AdbcStatusCode status, @Nullable String sqlState, int vendorCode, Collection<ErrorDetail> details) -
Uses of AdbcStatusCode in org.apache.arrow.adbc.driver.testsuite
Methods in org.apache.arrow.adbc.driver.testsuite with parameters of type AdbcStatusCodeModifier and TypeMethodDescriptionArrowAssertions.AdbcExceptionAssert.isStatus(AdbcStatusCode status)