public static final class MysqlxExpr.FunctionCall.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<MysqlxExpr.FunctionCall.Builder> implements MysqlxExpr.FunctionCallOrBuilder
function call: ``func(a, b, "1", 3)``
.. productionlist::
function_call: `identifier` "(" [ `expr` ["," `expr` ]* ] ")"
Protobuf type Mysqlx.Expr.FunctionCall| Modifier and Type | Method and Description |
|---|---|
MysqlxExpr.FunctionCall.Builder |
addAllParam(java.lang.Iterable<? extends MysqlxExpr.Expr> values)
repeated .Mysqlx.Expr.Expr param = 2; |
MysqlxExpr.FunctionCall.Builder |
addParam(int index,
MysqlxExpr.Expr.Builder builderForValue)
repeated .Mysqlx.Expr.Expr param = 2; |
MysqlxExpr.FunctionCall.Builder |
addParam(int index,
MysqlxExpr.Expr value)
repeated .Mysqlx.Expr.Expr param = 2; |
MysqlxExpr.FunctionCall.Builder |
addParam(MysqlxExpr.Expr.Builder builderForValue)
repeated .Mysqlx.Expr.Expr param = 2; |
MysqlxExpr.FunctionCall.Builder |
addParam(MysqlxExpr.Expr value)
repeated .Mysqlx.Expr.Expr param = 2; |
MysqlxExpr.Expr.Builder |
addParamBuilder()
repeated .Mysqlx.Expr.Expr param = 2; |
MysqlxExpr.Expr.Builder |
addParamBuilder(int index)
repeated .Mysqlx.Expr.Expr param = 2; |
MysqlxExpr.FunctionCall.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
MysqlxExpr.FunctionCall |
build() |
MysqlxExpr.FunctionCall |
buildPartial() |
MysqlxExpr.FunctionCall.Builder |
clear() |
MysqlxExpr.FunctionCall.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
MysqlxExpr.FunctionCall.Builder |
clearName()
required .Mysqlx.Expr.Identifier name = 1; |
MysqlxExpr.FunctionCall.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
MysqlxExpr.FunctionCall.Builder |
clearParam()
repeated .Mysqlx.Expr.Expr param = 2; |
MysqlxExpr.FunctionCall.Builder |
clone() |
MysqlxExpr.FunctionCall |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
MysqlxExpr.Identifier |
getName()
required .Mysqlx.Expr.Identifier name = 1; |
MysqlxExpr.Identifier.Builder |
getNameBuilder()
required .Mysqlx.Expr.Identifier name = 1; |
MysqlxExpr.IdentifierOrBuilder |
getNameOrBuilder()
required .Mysqlx.Expr.Identifier name = 1; |
MysqlxExpr.Expr |
getParam(int index)
repeated .Mysqlx.Expr.Expr param = 2; |
MysqlxExpr.Expr.Builder |
getParamBuilder(int index)
repeated .Mysqlx.Expr.Expr param = 2; |
java.util.List<MysqlxExpr.Expr.Builder> |
getParamBuilderList()
repeated .Mysqlx.Expr.Expr param = 2; |
int |
getParamCount()
repeated .Mysqlx.Expr.Expr param = 2; |
java.util.List<MysqlxExpr.Expr> |
getParamList()
repeated .Mysqlx.Expr.Expr param = 2; |
MysqlxExpr.ExprOrBuilder |
getParamOrBuilder(int index)
repeated .Mysqlx.Expr.Expr param = 2; |
java.util.List<? extends MysqlxExpr.ExprOrBuilder> |
getParamOrBuilderList()
repeated .Mysqlx.Expr.Expr param = 2; |
boolean |
hasName()
required .Mysqlx.Expr.Identifier name = 1; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
MysqlxExpr.FunctionCall.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
MysqlxExpr.FunctionCall.Builder |
mergeFrom(com.google.protobuf.Message other) |
MysqlxExpr.FunctionCall.Builder |
mergeFrom(MysqlxExpr.FunctionCall other) |
MysqlxExpr.FunctionCall.Builder |
mergeName(MysqlxExpr.Identifier value)
required .Mysqlx.Expr.Identifier name = 1; |
MysqlxExpr.FunctionCall.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
MysqlxExpr.FunctionCall.Builder |
removeParam(int index)
repeated .Mysqlx.Expr.Expr param = 2; |
MysqlxExpr.FunctionCall.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
MysqlxExpr.FunctionCall.Builder |
setName(MysqlxExpr.Identifier.Builder builderForValue)
required .Mysqlx.Expr.Identifier name = 1; |
MysqlxExpr.FunctionCall.Builder |
setName(MysqlxExpr.Identifier value)
required .Mysqlx.Expr.Identifier name = 1; |
MysqlxExpr.FunctionCall.Builder |
setParam(int index,
MysqlxExpr.Expr.Builder builderForValue)
repeated .Mysqlx.Expr.Expr param = 2; |
MysqlxExpr.FunctionCall.Builder |
setParam(int index,
MysqlxExpr.Expr value)
repeated .Mysqlx.Expr.Expr param = 2; |
MysqlxExpr.FunctionCall.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
MysqlxExpr.FunctionCall.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxExpr.FunctionCall.Builder>public MysqlxExpr.FunctionCall.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxExpr.FunctionCall.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxExpr.FunctionCall.Builder>public MysqlxExpr.FunctionCall getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic MysqlxExpr.FunctionCall build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic MysqlxExpr.FunctionCall buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic MysqlxExpr.FunctionCall.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxExpr.FunctionCall.Builder>public MysqlxExpr.FunctionCall.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxExpr.FunctionCall.Builder>public MysqlxExpr.FunctionCall.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxExpr.FunctionCall.Builder>public MysqlxExpr.FunctionCall.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxExpr.FunctionCall.Builder>public MysqlxExpr.FunctionCall.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxExpr.FunctionCall.Builder>public MysqlxExpr.FunctionCall.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxExpr.FunctionCall.Builder>public MysqlxExpr.FunctionCall.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<MysqlxExpr.FunctionCall.Builder>public MysqlxExpr.FunctionCall.Builder mergeFrom(MysqlxExpr.FunctionCall other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxExpr.FunctionCall.Builder>public MysqlxExpr.FunctionCall.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<MysqlxExpr.FunctionCall.Builder>java.io.IOExceptionpublic boolean hasName()
required .Mysqlx.Expr.Identifier name = 1;hasName in interface MysqlxExpr.FunctionCallOrBuilderpublic MysqlxExpr.Identifier getName()
required .Mysqlx.Expr.Identifier name = 1;getName in interface MysqlxExpr.FunctionCallOrBuilderpublic MysqlxExpr.FunctionCall.Builder setName(MysqlxExpr.Identifier value)
required .Mysqlx.Expr.Identifier name = 1;public MysqlxExpr.FunctionCall.Builder setName(MysqlxExpr.Identifier.Builder builderForValue)
required .Mysqlx.Expr.Identifier name = 1;public MysqlxExpr.FunctionCall.Builder mergeName(MysqlxExpr.Identifier value)
required .Mysqlx.Expr.Identifier name = 1;public MysqlxExpr.FunctionCall.Builder clearName()
required .Mysqlx.Expr.Identifier name = 1;public MysqlxExpr.Identifier.Builder getNameBuilder()
required .Mysqlx.Expr.Identifier name = 1;public MysqlxExpr.IdentifierOrBuilder getNameOrBuilder()
required .Mysqlx.Expr.Identifier name = 1;getNameOrBuilder in interface MysqlxExpr.FunctionCallOrBuilderpublic java.util.List<MysqlxExpr.Expr> getParamList()
repeated .Mysqlx.Expr.Expr param = 2;getParamList in interface MysqlxExpr.FunctionCallOrBuilderpublic int getParamCount()
repeated .Mysqlx.Expr.Expr param = 2;getParamCount in interface MysqlxExpr.FunctionCallOrBuilderpublic MysqlxExpr.Expr getParam(int index)
repeated .Mysqlx.Expr.Expr param = 2;getParam in interface MysqlxExpr.FunctionCallOrBuilderpublic MysqlxExpr.FunctionCall.Builder setParam(int index, MysqlxExpr.Expr value)
repeated .Mysqlx.Expr.Expr param = 2;public MysqlxExpr.FunctionCall.Builder setParam(int index, MysqlxExpr.Expr.Builder builderForValue)
repeated .Mysqlx.Expr.Expr param = 2;public MysqlxExpr.FunctionCall.Builder addParam(MysqlxExpr.Expr value)
repeated .Mysqlx.Expr.Expr param = 2;public MysqlxExpr.FunctionCall.Builder addParam(int index, MysqlxExpr.Expr value)
repeated .Mysqlx.Expr.Expr param = 2;public MysqlxExpr.FunctionCall.Builder addParam(MysqlxExpr.Expr.Builder builderForValue)
repeated .Mysqlx.Expr.Expr param = 2;public MysqlxExpr.FunctionCall.Builder addParam(int index, MysqlxExpr.Expr.Builder builderForValue)
repeated .Mysqlx.Expr.Expr param = 2;public MysqlxExpr.FunctionCall.Builder addAllParam(java.lang.Iterable<? extends MysqlxExpr.Expr> values)
repeated .Mysqlx.Expr.Expr param = 2;public MysqlxExpr.FunctionCall.Builder clearParam()
repeated .Mysqlx.Expr.Expr param = 2;public MysqlxExpr.FunctionCall.Builder removeParam(int index)
repeated .Mysqlx.Expr.Expr param = 2;public MysqlxExpr.Expr.Builder getParamBuilder(int index)
repeated .Mysqlx.Expr.Expr param = 2;public MysqlxExpr.ExprOrBuilder getParamOrBuilder(int index)
repeated .Mysqlx.Expr.Expr param = 2;getParamOrBuilder in interface MysqlxExpr.FunctionCallOrBuilderpublic java.util.List<? extends MysqlxExpr.ExprOrBuilder> getParamOrBuilderList()
repeated .Mysqlx.Expr.Expr param = 2;getParamOrBuilderList in interface MysqlxExpr.FunctionCallOrBuilderpublic MysqlxExpr.Expr.Builder addParamBuilder()
repeated .Mysqlx.Expr.Expr param = 2;public MysqlxExpr.Expr.Builder addParamBuilder(int index)
repeated .Mysqlx.Expr.Expr param = 2;public java.util.List<MysqlxExpr.Expr.Builder> getParamBuilderList()
repeated .Mysqlx.Expr.Expr param = 2;public final MysqlxExpr.FunctionCall.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxExpr.FunctionCall.Builder>public final MysqlxExpr.FunctionCall.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<MysqlxExpr.FunctionCall.Builder>