public static interface FlightSql.CommandGetCrossReferenceOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getFkCatalog()
The catalog name where the foreign table is.
|
com.google.protobuf.ByteString |
getFkCatalogBytes()
The catalog name where the foreign table is.
|
String |
getFkDbSchema()
The schema name where the foreign table is.
|
com.google.protobuf.ByteString |
getFkDbSchemaBytes()
The schema name where the foreign table is.
|
String |
getFkTable()
The foreign table name.
|
com.google.protobuf.ByteString |
getFkTableBytes()
The foreign table name.
|
String |
getPkCatalog()
The catalog name where the parent table is.
|
com.google.protobuf.ByteString |
getPkCatalogBytes()
The catalog name where the parent table is.
|
String |
getPkDbSchema()
The Schema name where the parent table is.
|
com.google.protobuf.ByteString |
getPkDbSchemaBytes()
The Schema name where the parent table is.
|
String |
getPkTable()
The parent table name.
|
com.google.protobuf.ByteString |
getPkTableBytes()
The parent table name.
|
boolean |
hasFkCatalog()
The catalog name where the foreign table is.
|
boolean |
hasFkDbSchema()
The schema name where the foreign table is.
|
boolean |
hasPkCatalog()
The catalog name where the parent table is.
|
boolean |
hasPkDbSchema()
The Schema name where the parent table is.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
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;
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;
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;
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;
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;
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;
String getPkTable()
The parent table name. It cannot be null.
string pk_table = 3;
com.google.protobuf.ByteString getPkTableBytes()
The parent table name. It cannot be null.
string pk_table = 3;
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;
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;
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;
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;
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;
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;
String getFkTable()
The foreign table name. It cannot be null.
string fk_table = 6;
com.google.protobuf.ByteString getFkTableBytes()
The foreign table name. It cannot be null.
string fk_table = 6;
Copyright © 2023 The Apache Software Foundation. All rights reserved.