Package taack.jdbc.common
Interface TaackResultSetOuterClass.CellOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TaackResultSetOuterClass.Cell,TaackResultSetOuterClass.Cell.Builder
- Enclosing class:
- TaackResultSetOuterClass
public static interface TaackResultSetOuterClass.CellOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring bigDecimal = 4;com.google.protobuf.ByteStringstring bigDecimal = 4;booleanbool boolValue = 5;com.google.protobuf.ByteStringbytes bytesValue = 9;intint32 byteValue = 6;longint64 dateValue = 3;intint32 intValue = 8;longint64 longValue = 2;intint32 shortValue = 7;string stringValue = 1;com.google.protobuf.ByteStringstring stringValue = 1;booleanstring bigDecimal = 4;booleanbool boolValue = 5;booleanbytes bytesValue = 9;booleanint32 byteValue = 6;booleanint64 dateValue = 3;booleanint32 intValue = 8;booleanint64 longValue = 2;booleanint32 shortValue = 7;booleanstring stringValue = 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
-
hasStringValue
boolean hasStringValue()string stringValue = 1;- Returns:
- Whether the stringValue field is set.
-
getStringValue
String getStringValue()string stringValue = 1;- Returns:
- The stringValue.
-
getStringValueBytes
com.google.protobuf.ByteString getStringValueBytes()string stringValue = 1;- Returns:
- The bytes for stringValue.
-
hasLongValue
boolean hasLongValue()int64 longValue = 2;- Returns:
- Whether the longValue field is set.
-
getLongValue
long getLongValue()int64 longValue = 2;- Returns:
- The longValue.
-
hasDateValue
boolean hasDateValue()int64 dateValue = 3;- Returns:
- Whether the dateValue field is set.
-
getDateValue
long getDateValue()int64 dateValue = 3;- Returns:
- The dateValue.
-
hasBigDecimal
boolean hasBigDecimal()string bigDecimal = 4;- Returns:
- Whether the bigDecimal field is set.
-
getBigDecimal
String getBigDecimal()string bigDecimal = 4;- Returns:
- The bigDecimal.
-
getBigDecimalBytes
com.google.protobuf.ByteString getBigDecimalBytes()string bigDecimal = 4;- Returns:
- The bytes for bigDecimal.
-
hasBoolValue
boolean hasBoolValue()bool boolValue = 5;- Returns:
- Whether the boolValue field is set.
-
getBoolValue
boolean getBoolValue()bool boolValue = 5;- Returns:
- The boolValue.
-
hasByteValue
boolean hasByteValue()int32 byteValue = 6;- Returns:
- Whether the byteValue field is set.
-
getByteValue
int getByteValue()int32 byteValue = 6;- Returns:
- The byteValue.
-
hasShortValue
boolean hasShortValue()int32 shortValue = 7;- Returns:
- Whether the shortValue field is set.
-
getShortValue
int getShortValue()int32 shortValue = 7;- Returns:
- The shortValue.
-
hasIntValue
boolean hasIntValue()int32 intValue = 8;- Returns:
- Whether the intValue field is set.
-
getIntValue
int getIntValue()int32 intValue = 8;- Returns:
- The intValue.
-
hasBytesValue
boolean hasBytesValue()bytes bytesValue = 9;- Returns:
- Whether the bytesValue field is set.
-
getBytesValue
com.google.protobuf.ByteString getBytesValue()bytes bytesValue = 9;- Returns:
- The bytesValue.
-
getContentCase
TaackResultSetOuterClass.Cell.ContentCase getContentCase()
-