Uses of Class
org.apache.arrow.flight.sql.util.TableRef
Packages that use TableRef
-
Uses of TableRef in org.apache.arrow.flight.sql
Methods in org.apache.arrow.flight.sql with parameters of type TableRefModifier and TypeMethodDescriptionFlightSqlClient.getCrossReference
(TableRef pkTableRef, TableRef fkTableRef, CallOption... options) Retrieves a description of the foreign key columns that reference the given table's primary key columns (the foreign keys exported by a table).FlightSqlClient.getExportedKeys
(TableRef tableRef, CallOption... options) Retrieves a description about the foreign key columns that reference the primary key columns of the given table.FlightSqlClient.getImportedKeys
(TableRef tableRef, CallOption... options) Retrieves the foreign key columns for the given table.FlightSqlClient.getPrimaryKeys
(TableRef tableRef, CallOption... options) Request the primary keys for a table. -
Uses of TableRef in org.apache.arrow.flight.sql.util
Methods in org.apache.arrow.flight.sql.util that return TableRef