Package | Description |
---|---|
org.apache.arrow.flight.sql | |
org.apache.arrow.flight.sql.util |
Modifier and Type | Method and Description |
---|---|
FlightInfo |
FlightSqlClient.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).
|
FlightInfo |
FlightSqlClient.getExportedKeys(TableRef tableRef,
CallOption... options)
Retrieves a description about the foreign key columns that reference the primary key columns of the given table.
|
FlightInfo |
FlightSqlClient.getImportedKeys(TableRef tableRef,
CallOption... options)
Retrieves the foreign key columns for the given table.
|
FlightInfo |
FlightSqlClient.getPrimaryKeys(TableRef tableRef,
CallOption... options)
Request the primary keys for a table.
|
Modifier and Type | Method and Description |
---|---|
static TableRef |
TableRef.of(String catalog,
String dbSchema,
String table)
A static initializer of the TableRef with all the arguments.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.