Package com.ocient.jdbc.proto
Interface PlanProtocol.CheckedExceptionColsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PlanProtocol.CheckedExceptionCols,PlanProtocol.CheckedExceptionCols.Builder
- Enclosing class:
- PlanProtocol
public static interface PlanProtocol.CheckedExceptionColsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and Type Method Description StringgetCols(int index)repeated string cols = 1;com.google.protobuf.ByteStringgetColsBytes(int index)repeated string cols = 1;intgetColsCount()repeated string cols = 1;List<String>getColsList()repeated string cols = 1;Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getColsList
repeated string cols = 1; -
getColsCount
int getColsCount()repeated string cols = 1; -
getCols
repeated string cols = 1; -
getColsBytes
com.google.protobuf.ByteString getColsBytes(int index)repeated string cols = 1;
-