Package org.apache.calcite.avatica.proto
Interface Common.CursorFactoryOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Common.CursorFactory,Common.CursorFactory.Builder
- Enclosing class:
- Common
public static interface Common.CursorFactoryOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetClassName()string class_name = 2;com.google.protobuf.ByteStringgetClassNameBytes()string class_name = 2;java.lang.StringgetFieldNames(int index)repeated string field_names = 3;com.google.protobuf.ByteStringgetFieldNamesBytes(int index)repeated string field_names = 3;intgetFieldNamesCount()repeated string field_names = 3;java.util.List<java.lang.String>getFieldNamesList()repeated string field_names = 3;Common.CursorFactory.StylegetStyle().CursorFactory.Style style = 1;intgetStyleValue().CursorFactory.Style style = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getStyleValue
int getStyleValue()
.CursorFactory.Style style = 1;
-
getStyle
Common.CursorFactory.Style getStyle()
.CursorFactory.Style style = 1;
-
getClassName
java.lang.String getClassName()
string class_name = 2;
-
getClassNameBytes
com.google.protobuf.ByteString getClassNameBytes()
string class_name = 2;
-
getFieldNamesList
java.util.List<java.lang.String> getFieldNamesList()
repeated string field_names = 3;
-
getFieldNamesCount
int getFieldNamesCount()
repeated string field_names = 3;
-
getFieldNames
java.lang.String getFieldNames(int index)
repeated string field_names = 3;
-
getFieldNamesBytes
com.google.protobuf.ByteString getFieldNamesBytes(int index)
repeated string field_names = 3;
-
-