Package com.ocient.jdbc.proto
Interface ClientWireProtocol.FetchMetadataResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ClientWireProtocol.FetchMetadataResponse,ClientWireProtocol.FetchMetadataResponse.Builder
- Enclosing class:
- ClientWireProtocol
public static interface ClientWireProtocol.FetchMetadataResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleancontainsCols2Pos(String key)map<string, sfixed32> cols2pos = 2;booleancontainsCols2Types(String key)map<string, string> cols2Types = 3;Map<String,Integer>getCols2Pos()Deprecated.intgetCols2PosCount()map<string, sfixed32> cols2pos = 2;Map<String,Integer>getCols2PosMap()map<string, sfixed32> cols2pos = 2;intgetCols2PosOrDefault(String key, int defaultValue)map<string, sfixed32> cols2pos = 2;intgetCols2PosOrThrow(String key)map<string, sfixed32> cols2pos = 2;Map<String,String>getCols2Types()Deprecated.intgetCols2TypesCount()map<string, string> cols2Types = 3;Map<String,String>getCols2TypesMap()map<string, string> cols2Types = 3;StringgetCols2TypesOrDefault(String key, String defaultValue)map<string, string> cols2Types = 3;StringgetCols2TypesOrThrow(String key)map<string, string> cols2Types = 3;ClientWireProtocol.ConfirmationResponsegetResponse().xg.cmdcomp.ConfirmationResponse response = 1;ClientWireProtocol.ConfirmationResponseOrBuildergetResponseOrBuilder().xg.cmdcomp.ConfirmationResponse response = 1;booleanhasResponse().xg.cmdcomp.ConfirmationResponse response = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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
boolean containsCols2Pos(String key)
map<string, sfixed32> cols2pos = 2;
-
getCols2Pos
@Deprecated Map<String,Integer> getCols2Pos()
Deprecated.UsegetCols2PosMap()instead.
-
getCols2PosOrDefault
int getCols2PosOrDefault(String key, int defaultValue)
map<string, sfixed32> cols2pos = 2;
-
getCols2PosOrThrow
int getCols2PosOrThrow(String key)
map<string, sfixed32> cols2pos = 2;
-
getCols2TypesCount
int getCols2TypesCount()
map<string, string> cols2Types = 3;
-
containsCols2Types
boolean containsCols2Types(String key)
map<string, string> cols2Types = 3;
-
getCols2Types
@Deprecated Map<String,String> getCols2Types()
Deprecated.UsegetCols2TypesMap()instead.
-
getCols2TypesOrDefault
String getCols2TypesOrDefault(String key, String defaultValue)
map<string, string> cols2Types = 3;
-
-