Package org.apache.calcite.avatica.proto
Interface Common.DatabasePropertyOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Common.DatabaseProperty,Common.DatabaseProperty.Builder
- Enclosing class:
- Common
public static interface Common.DatabasePropertyOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetFunctions(int index)repeated string functions = 2;com.google.protobuf.ByteStringgetFunctionsBytes(int index)repeated string functions = 2;intgetFunctionsCount()repeated string functions = 2;java.util.List<java.lang.String>getFunctionsList()repeated string functions = 2;java.lang.StringgetName()string name = 1;com.google.protobuf.ByteStringgetNameBytes()string name = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
java.lang.String getName()
string name = 1;
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
string name = 1;
-
getFunctionsList
java.util.List<java.lang.String> getFunctionsList()
repeated string functions = 2;
-
getFunctionsCount
int getFunctionsCount()
repeated string functions = 2;
-
getFunctions
java.lang.String getFunctions(int index)
repeated string functions = 2;
-
getFunctionsBytes
com.google.protobuf.ByteString getFunctionsBytes(int index)
repeated string functions = 2;
-
-