Package org.apache.calcite.avatica.proto
Interface Common.AvaticaParameterOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Common.AvaticaParameter,Common.AvaticaParameter.Builder
- Enclosing class:
- Common
public static interface Common.AvaticaParameterOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetClassName()string class_name = 6;com.google.protobuf.ByteStringgetClassNameBytes()string class_name = 6;java.lang.StringgetName()string name = 7;com.google.protobuf.ByteStringgetNameBytes()string name = 7;intgetParameterType()uint32 parameter_type = 4;intgetPrecision()uint32 precision = 2;intgetScale()uint32 scale = 3;booleangetSigned()bool signed = 1;java.lang.StringgetTypeName()string type_name = 5;com.google.protobuf.ByteStringgetTypeNameBytes()string type_name = 5;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getSigned
boolean getSigned()
bool signed = 1;
-
getPrecision
int getPrecision()
uint32 precision = 2;
-
getScale
int getScale()
uint32 scale = 3;
-
getParameterType
int getParameterType()
uint32 parameter_type = 4;
-
getTypeName
java.lang.String getTypeName()
string type_name = 5;
-
getTypeNameBytes
com.google.protobuf.ByteString getTypeNameBytes()
string type_name = 5;
-
getClassName
java.lang.String getClassName()
string class_name = 6;
-
getClassNameBytes
com.google.protobuf.ByteString getClassNameBytes()
string class_name = 6;
-
getName
java.lang.String getName()
string name = 7;
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
string name = 7;
-
-