public static interface FlightSql.CommandGetImportedKeysOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getCatalog()
Specifies the catalog to search for the primary key table.
|
com.google.protobuf.ByteString |
getCatalogBytes()
Specifies the catalog to search for the primary key table.
|
String |
getDbSchema()
Specifies the schema to search for the primary key table.
|
com.google.protobuf.ByteString |
getDbSchemaBytes()
Specifies the schema to search for the primary key table.
|
String |
getTable()
Specifies the primary key table to get the foreign keys for.
|
com.google.protobuf.ByteString |
getTableBytes()
Specifies the primary key table to get the foreign keys for.
|
boolean |
hasCatalog()
Specifies the catalog to search for the primary key table.
|
boolean |
hasDbSchema()
Specifies the schema to search for the primary key table.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasCatalog()
Specifies the catalog to search for the primary key table. An empty string retrieves those without a catalog. If omitted the catalog name should not be used to narrow the search.
optional string catalog = 1;
String getCatalog()
Specifies the catalog to search for the primary key table. An empty string retrieves those without a catalog. If omitted the catalog name should not be used to narrow the search.
optional string catalog = 1;
com.google.protobuf.ByteString getCatalogBytes()
Specifies the catalog to search for the primary key table. An empty string retrieves those without a catalog. If omitted the catalog name should not be used to narrow the search.
optional string catalog = 1;
boolean hasDbSchema()
Specifies the schema to search for the primary key table. An empty string retrieves those without a schema. If omitted the schema name should not be used to narrow the search.
optional string db_schema = 2;
String getDbSchema()
Specifies the schema to search for the primary key table. An empty string retrieves those without a schema. If omitted the schema name should not be used to narrow the search.
optional string db_schema = 2;
com.google.protobuf.ByteString getDbSchemaBytes()
Specifies the schema to search for the primary key table. An empty string retrieves those without a schema. If omitted the schema name should not be used to narrow the search.
optional string db_schema = 2;
String getTable()
Specifies the primary key table to get the foreign keys for.
string table = 3;
com.google.protobuf.ByteString getTableBytes()
Specifies the primary key table to get the foreign keys for.
string table = 3;
Copyright © 2023 The Apache Software Foundation. All rights reserved.