Package com.ocient.jdbc.proto
Interface ClientWireProtocol.ResultSetOrBuilder
- All Superinterfaces:
MessageLiteOrBuilder,MessageOrBuilder
- All Known Implementing Classes:
ClientWireProtocol.ResultSet,ClientWireProtocol.ResultSet.Builder
- Enclosing class:
- ClientWireProtocol
-
Method Summary
Modifier and TypeMethodDescriptionintgetBlobLengths(int index) repeated int32 blobLengths = 2;intrepeated int32 blobLengths = 2;repeated int32 blobLengths = 2;getBlobs(int index) repeated bytes blobs = 3;intrepeated bytes blobs = 3;repeated bytes blobs = 3;intint32 numParts = 1;longgetSequenceNumbers(int index) repeated int64 sequenceNumbers = 4;intrepeated int64 sequenceNumbers = 4;repeated int64 sequenceNumbers = 4;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
-
getNumParts
int getNumParts()int32 numParts = 1;- Returns:
- The numParts.
-
getBlobLengthsList
repeated int32 blobLengths = 2;- Returns:
- A list containing the blobLengths.
-
getBlobLengthsCount
int getBlobLengthsCount()repeated int32 blobLengths = 2;- Returns:
- The count of blobLengths.
-
getBlobLengths
int getBlobLengths(int index) repeated int32 blobLengths = 2;- Parameters:
index- The index of the element to return.- Returns:
- The blobLengths at the given index.
-
getBlobsList
List<ByteString> getBlobsList()repeated bytes blobs = 3;- Returns:
- A list containing the blobs.
-
getBlobsCount
int getBlobsCount()repeated bytes blobs = 3;- Returns:
- The count of blobs.
-
getBlobs
repeated bytes blobs = 3;- Parameters:
index- The index of the element to return.- Returns:
- The blobs at the given index.
-
getSequenceNumbersList
repeated int64 sequenceNumbers = 4;- Returns:
- A list containing the sequenceNumbers.
-
getSequenceNumbersCount
int getSequenceNumbersCount()repeated int64 sequenceNumbers = 4;- Returns:
- The count of sequenceNumbers.
-
getSequenceNumbers
long getSequenceNumbers(int index) repeated int64 sequenceNumbers = 4;- Parameters:
index- The index of the element to return.- Returns:
- The sequenceNumbers at the given index.
-