Package org.apache.arrow.flight.sql.impl
Interface FlightSql.CommandGetCrossReferenceOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FlightSql.CommandGetCrossReference
,FlightSql.CommandGetCrossReference.Builder
- Enclosing class:
- FlightSql
public static interface FlightSql.CommandGetCrossReferenceOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe catalog name where the foreign table is.com.google.protobuf.ByteString
The catalog name where the foreign table is.The schema name where the foreign table is.com.google.protobuf.ByteString
The schema name where the foreign table is.The foreign table name.com.google.protobuf.ByteString
The foreign table name.The catalog name where the parent table is.com.google.protobuf.ByteString
The catalog name where the parent table is.The Schema name where the parent table is.com.google.protobuf.ByteString
The Schema name where the parent table is.The parent table name.com.google.protobuf.ByteString
The parent table name.boolean
The catalog name where the foreign table is.boolean
The schema name where the foreign table is.boolean
The catalog name where the parent table is.boolean
The Schema name where the parent table is.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasPkCatalog
boolean hasPkCatalog()The catalog name where the parent table is. An empty string retrieves those without a catalog. If omitted the catalog name should not be used to narrow the search.
optional string pk_catalog = 1;
- Returns:
- Whether the pkCatalog field is set.
-
getPkCatalog
String getPkCatalog()The catalog name where the parent table is. An empty string retrieves those without a catalog. If omitted the catalog name should not be used to narrow the search.
optional string pk_catalog = 1;
- Returns:
- The pkCatalog.
-
getPkCatalogBytes
com.google.protobuf.ByteString getPkCatalogBytes()The catalog name where the parent table is. An empty string retrieves those without a catalog. If omitted the catalog name should not be used to narrow the search.
optional string pk_catalog = 1;
- Returns:
- The bytes for pkCatalog.
-
hasPkDbSchema
boolean hasPkDbSchema()The Schema name where the parent table is. An empty string retrieves those without a schema. If omitted the schema name should not be used to narrow the search.
optional string pk_db_schema = 2;
- Returns:
- Whether the pkDbSchema field is set.
-
getPkDbSchema
String getPkDbSchema()The Schema name where the parent table is. An empty string retrieves those without a schema. If omitted the schema name should not be used to narrow the search.
optional string pk_db_schema = 2;
- Returns:
- The pkDbSchema.
-
getPkDbSchemaBytes
com.google.protobuf.ByteString getPkDbSchemaBytes()The Schema name where the parent table is. An empty string retrieves those without a schema. If omitted the schema name should not be used to narrow the search.
optional string pk_db_schema = 2;
- Returns:
- The bytes for pkDbSchema.
-
getPkTable
String getPkTable()The parent table name. It cannot be null.
string pk_table = 3;
- Returns:
- The pkTable.
-
getPkTableBytes
com.google.protobuf.ByteString getPkTableBytes()The parent table name. It cannot be null.
string pk_table = 3;
- Returns:
- The bytes for pkTable.
-
hasFkCatalog
boolean hasFkCatalog()The catalog name where the foreign table is. An empty string retrieves those without a catalog. If omitted the catalog name should not be used to narrow the search.
optional string fk_catalog = 4;
- Returns:
- Whether the fkCatalog field is set.
-
getFkCatalog
String getFkCatalog()The catalog name where the foreign table is. An empty string retrieves those without a catalog. If omitted the catalog name should not be used to narrow the search.
optional string fk_catalog = 4;
- Returns:
- The fkCatalog.
-
getFkCatalogBytes
com.google.protobuf.ByteString getFkCatalogBytes()The catalog name where the foreign table is. An empty string retrieves those without a catalog. If omitted the catalog name should not be used to narrow the search.
optional string fk_catalog = 4;
- Returns:
- The bytes for fkCatalog.
-
hasFkDbSchema
boolean hasFkDbSchema()The schema name where the foreign table is. An empty string retrieves those without a schema. If omitted the schema name should not be used to narrow the search.
optional string fk_db_schema = 5;
- Returns:
- Whether the fkDbSchema field is set.
-
getFkDbSchema
String getFkDbSchema()The schema name where the foreign table is. An empty string retrieves those without a schema. If omitted the schema name should not be used to narrow the search.
optional string fk_db_schema = 5;
- Returns:
- The fkDbSchema.
-
getFkDbSchemaBytes
com.google.protobuf.ByteString getFkDbSchemaBytes()The schema name where the foreign table is. An empty string retrieves those without a schema. If omitted the schema name should not be used to narrow the search.
optional string fk_db_schema = 5;
- Returns:
- The bytes for fkDbSchema.
-
getFkTable
String getFkTable()The foreign table name. It cannot be null.
string fk_table = 6;
- Returns:
- The fkTable.
-
getFkTableBytes
com.google.protobuf.ByteString getFkTableBytes()The foreign table name. It cannot be null.
string fk_table = 6;
- Returns:
- The bytes for fkTable.
-