Package com.ocient.jdbc.proto
Interface ClientWireProtocol.FetchSystemMetadataOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ClientWireProtocol.FetchSystemMetadata,ClientWireProtocol.FetchSystemMetadata.Builder
- Enclosing class:
- ClientWireProtocol
public static interface ClientWireProtocol.FetchSystemMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and Type Method Description ClientWireProtocol.FetchSystemMetadata.SystemMetadataCallgetCall().xg.cmdcomp.FetchSystemMetadata.SystemMetadataCall call = 1;intgetCallValue().xg.cmdcomp.FetchSystemMetadata.SystemMetadataCall call = 1;StringgetColumn()string column = 4;com.google.protobuf.ByteStringgetColumnBytes()string column = 4;StringgetSchema()Parameters for callscom.google.protobuf.ByteStringgetSchemaBytes()Parameters for callsStringgetTable()string table = 3;com.google.protobuf.ByteStringgetTableBytes()string table = 3;booleangetTest()whether to test against patternsStringgetView()string view = 5;com.google.protobuf.ByteStringgetViewBytes()string view = 5;Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getCallValue
int getCallValue().xg.cmdcomp.FetchSystemMetadata.SystemMetadataCall call = 1; -
getCall
.xg.cmdcomp.FetchSystemMetadata.SystemMetadataCall call = 1; -
getSchema
String getSchema()Parameters for calls
string schema = 2; -
getSchemaBytes
com.google.protobuf.ByteString getSchemaBytes()Parameters for calls
string schema = 2; -
getTable
String getTable()string table = 3; -
getTableBytes
com.google.protobuf.ByteString getTableBytes()string table = 3; -
getColumn
String getColumn()string column = 4; -
getColumnBytes
com.google.protobuf.ByteString getColumnBytes()string column = 4; -
getView
String getView()string view = 5; -
getViewBytes
com.google.protobuf.ByteString getViewBytes()string view = 5; -
getTest
boolean getTest()whether to test against patterns
bool test = 6;
-