Uses of Enum
org.apache.arrow.adbc.core.AdbcConnection.GetObjectsDepth
Packages that use AdbcConnection.GetObjectsDepth
Package
Description
ADBC (Arrow Database Connectivity) is an API standard for Arrow-based database access.
-
Uses of AdbcConnection.GetObjectsDepth in org.apache.arrow.adbc.core
Methods in org.apache.arrow.adbc.core that return AdbcConnection.GetObjectsDepthModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static AdbcConnection.GetObjectsDepth[]AdbcConnection.GetObjectsDepth.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 AdbcConnection.GetObjectsDepthModifier and TypeMethodDescriptiondefault ArrowReaderAdbcConnection.getObjects(AdbcConnection.GetObjectsDepth depth, String catalogPattern, String dbSchemaPattern, String tableNamePattern, String[] tableTypes, String columnNamePattern) Get a hierarchical view of all catalogs, database schemas, tables, and columns. -
Uses of AdbcConnection.GetObjectsDepth in org.apache.arrow.adbc.driver.flightsql
Methods in org.apache.arrow.adbc.driver.flightsql with parameters of type AdbcConnection.GetObjectsDepthModifier and TypeMethodDescriptionFlightSqlConnection.getObjects(AdbcConnection.GetObjectsDepth depth, String catalogPattern, String dbSchemaPattern, String tableNamePattern, String[] tableTypes, String columnNamePattern) -
Uses of AdbcConnection.GetObjectsDepth in org.apache.arrow.adbc.driver.jdbc
Methods in org.apache.arrow.adbc.driver.jdbc with parameters of type AdbcConnection.GetObjectsDepthModifier and TypeMethodDescriptionJdbcConnection.getObjects(AdbcConnection.GetObjectsDepth depth, String catalogPattern, String dbSchemaPattern, String tableNamePattern, String[] tableTypes, String columnNamePattern)