Package com.ocient.jdbc.proto
Interface ClientWireProtocol.FetchMetadataResponseOrBuilder
- All Superinterfaces:
MessageLiteOrBuilder,MessageOrBuilder
- All Known Implementing Classes:
ClientWireProtocol.FetchMetadataResponse,ClientWireProtocol.FetchMetadataResponse.Builder
- Enclosing class:
ClientWireProtocol
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsCols2Pos(String key) map<string, sfixed32> cols2pos = 2;booleancontainsCols2Types(String key) map<string, string> cols2Types = 3;Deprecated.intmap<string, sfixed32> cols2pos = 2;map<string, sfixed32> cols2pos = 2;intgetCols2PosOrDefault(String key, int defaultValue) map<string, sfixed32> cols2pos = 2;intgetCols2PosOrThrow(String key) map<string, sfixed32> cols2pos = 2;Deprecated.intmap<string, string> cols2Types = 3;map<string, string> cols2Types = 3;getCols2TypesOrDefault(String key, String defaultValue) map<string, string> cols2Types = 3;map<string, string> cols2Types = 3;.xg.cmdcomp.ConfirmationResponse response = 1;.xg.cmdcomp.ConfirmationResponse response = 1;boolean.xg.cmdcomp.ConfirmationResponse response = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasResponse
boolean hasResponse().xg.cmdcomp.ConfirmationResponse response = 1;- Returns:
- Whether the response field is set.
-
getResponse
ClientWireProtocol.ConfirmationResponse getResponse().xg.cmdcomp.ConfirmationResponse response = 1;- Returns:
- The response.
-
getResponseOrBuilder
ClientWireProtocol.ConfirmationResponseOrBuilder getResponseOrBuilder().xg.cmdcomp.ConfirmationResponse response = 1; -
getCols2PosCount
int getCols2PosCount()map<string, sfixed32> cols2pos = 2; -
containsCols2Pos
map<string, sfixed32> cols2pos = 2; -
getCols2Pos
Deprecated.UsegetCols2PosMap()instead. -
getCols2PosMap
map<string, sfixed32> cols2pos = 2; -
getCols2PosOrDefault
map<string, sfixed32> cols2pos = 2; -
getCols2PosOrThrow
map<string, sfixed32> cols2pos = 2; -
getCols2TypesCount
int getCols2TypesCount()map<string, string> cols2Types = 3; -
containsCols2Types
map<string, string> cols2Types = 3; -
getCols2Types
Deprecated.UsegetCols2TypesMap()instead. -
getCols2TypesMap
map<string, string> cols2Types = 3; -
getCols2TypesOrDefault
map<string, string> cols2Types = 3; -
getCols2TypesOrThrow
map<string, string> cols2Types = 3;
-