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)``
@par production list
@code{unparsed}
function_call: `identifier` "(" [ `expr` ["," `expr` ]* ] ")"
@endcode
Protobuf type Mysqlx.Expr.FunctionCall| Modifier and Type | Method and Description |
|---|---|
MysqlxExpr.FunctionCall.Builder |
addAllParam(java.lang.Iterable<? extends MysqlxExpr.Expr> values)
list of parameters
|
MysqlxExpr.FunctionCall.Builder |
addParam(int index,
MysqlxExpr.Expr.Builder builderForValue)
list of parameters
|
MysqlxExpr.FunctionCall.Builder |
addParam(int index,
MysqlxExpr.Expr value)
list of parameters
|
MysqlxExpr.FunctionCall.Builder |
addParam(MysqlxExpr.Expr.Builder builderForValue)
list of parameters
|
MysqlxExpr.FunctionCall.Builder |
addParam(MysqlxExpr.Expr value)
list of parameters
|
MysqlxExpr.Expr.Builder |
addParamBuilder()
list of parameters
|
MysqlxExpr.Expr.Builder |
addParamBuilder(int index)
list of parameters
|
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()
identifier of function; at least name of it
|
MysqlxExpr.FunctionCall.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
MysqlxExpr.FunctionCall.Builder |
clearParam()
list of parameters
|
MysqlxExpr.FunctionCall.Builder |
clone() |
MysqlxExpr.FunctionCall |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
MysqlxExpr.Identifier |
getName()
identifier of function; at least name of it
|
MysqlxExpr.Identifier.Builder |
getNameBuilder()
identifier of function; at least name of it
|
MysqlxExpr.IdentifierOrBuilder |
getNameOrBuilder()
identifier of function; at least name of it
|
MysqlxExpr.Expr |
getParam(int index)
list of parameters
|
MysqlxExpr.Expr.Builder |
getParamBuilder(int index)
list of parameters
|
java.util.List<MysqlxExpr.Expr.Builder> |
getParamBuilderList()
list of parameters
|
int |
getParamCount()
list of parameters
|
java.util.List<MysqlxExpr.Expr> |
getParamList()
list of parameters
|
MysqlxExpr.ExprOrBuilder |
getParamOrBuilder(int index)
list of parameters
|
java.util.List<? extends MysqlxExpr.ExprOrBuilder> |
getParamOrBuilderList()
list of parameters
|
boolean |
hasName()
identifier of function; at least name of it
|
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)
identifier of function; at least name of it
|
MysqlxExpr.FunctionCall.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
MysqlxExpr.FunctionCall.Builder |
removeParam(int index)
list of parameters
|
MysqlxExpr.FunctionCall.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
MysqlxExpr.FunctionCall.Builder |
setName(MysqlxExpr.Identifier.Builder builderForValue)
identifier of function; at least name of it
|
MysqlxExpr.FunctionCall.Builder |
setName(MysqlxExpr.Identifier value)
identifier of function; at least name of it
|
MysqlxExpr.FunctionCall.Builder |
setParam(int index,
MysqlxExpr.Expr.Builder builderForValue)
list of parameters
|
MysqlxExpr.FunctionCall.Builder |
setParam(int index,
MysqlxExpr.Expr value)
list of parameters
|
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()
identifier of function; at least name of it
required .Mysqlx.Expr.Identifier name = 1;hasName in interface MysqlxExpr.FunctionCallOrBuilderpublic MysqlxExpr.Identifier getName()
identifier of function; at least name of it
required .Mysqlx.Expr.Identifier name = 1;getName in interface MysqlxExpr.FunctionCallOrBuilderpublic MysqlxExpr.FunctionCall.Builder setName(MysqlxExpr.Identifier value)
identifier of function; at least name of it
required .Mysqlx.Expr.Identifier name = 1;public MysqlxExpr.FunctionCall.Builder setName(MysqlxExpr.Identifier.Builder builderForValue)
identifier of function; at least name of it
required .Mysqlx.Expr.Identifier name = 1;public MysqlxExpr.FunctionCall.Builder mergeName(MysqlxExpr.Identifier value)
identifier of function; at least name of it
required .Mysqlx.Expr.Identifier name = 1;public MysqlxExpr.FunctionCall.Builder clearName()
identifier of function; at least name of it
required .Mysqlx.Expr.Identifier name = 1;public MysqlxExpr.Identifier.Builder getNameBuilder()
identifier of function; at least name of it
required .Mysqlx.Expr.Identifier name = 1;public MysqlxExpr.IdentifierOrBuilder getNameOrBuilder()
identifier of function; at least name of it
required .Mysqlx.Expr.Identifier name = 1;getNameOrBuilder in interface MysqlxExpr.FunctionCallOrBuilderpublic java.util.List<MysqlxExpr.Expr> getParamList()
list of parameters
repeated .Mysqlx.Expr.Expr param = 2;getParamList in interface MysqlxExpr.FunctionCallOrBuilderpublic int getParamCount()
list of parameters
repeated .Mysqlx.Expr.Expr param = 2;getParamCount in interface MysqlxExpr.FunctionCallOrBuilderpublic MysqlxExpr.Expr getParam(int index)
list of parameters
repeated .Mysqlx.Expr.Expr param = 2;getParam in interface MysqlxExpr.FunctionCallOrBuilderpublic MysqlxExpr.FunctionCall.Builder setParam(int index, MysqlxExpr.Expr value)
list of parameters
repeated .Mysqlx.Expr.Expr param = 2;public MysqlxExpr.FunctionCall.Builder setParam(int index, MysqlxExpr.Expr.Builder builderForValue)
list of parameters
repeated .Mysqlx.Expr.Expr param = 2;public MysqlxExpr.FunctionCall.Builder addParam(MysqlxExpr.Expr value)
list of parameters
repeated .Mysqlx.Expr.Expr param = 2;public MysqlxExpr.FunctionCall.Builder addParam(int index, MysqlxExpr.Expr value)
list of parameters
repeated .Mysqlx.Expr.Expr param = 2;public MysqlxExpr.FunctionCall.Builder addParam(MysqlxExpr.Expr.Builder builderForValue)
list of parameters
repeated .Mysqlx.Expr.Expr param = 2;public MysqlxExpr.FunctionCall.Builder addParam(int index, MysqlxExpr.Expr.Builder builderForValue)
list of parameters
repeated .Mysqlx.Expr.Expr param = 2;public MysqlxExpr.FunctionCall.Builder addAllParam(java.lang.Iterable<? extends MysqlxExpr.Expr> values)
list of parameters
repeated .Mysqlx.Expr.Expr param = 2;public MysqlxExpr.FunctionCall.Builder clearParam()
list of parameters
repeated .Mysqlx.Expr.Expr param = 2;public MysqlxExpr.FunctionCall.Builder removeParam(int index)
list of parameters
repeated .Mysqlx.Expr.Expr param = 2;public MysqlxExpr.Expr.Builder getParamBuilder(int index)
list of parameters
repeated .Mysqlx.Expr.Expr param = 2;public MysqlxExpr.ExprOrBuilder getParamOrBuilder(int index)
list of parameters
repeated .Mysqlx.Expr.Expr param = 2;getParamOrBuilder in interface MysqlxExpr.FunctionCallOrBuilderpublic java.util.List<? extends MysqlxExpr.ExprOrBuilder> getParamOrBuilderList()
list of parameters
repeated .Mysqlx.Expr.Expr param = 2;getParamOrBuilderList in interface MysqlxExpr.FunctionCallOrBuilderpublic MysqlxExpr.Expr.Builder addParamBuilder()
list of parameters
repeated .Mysqlx.Expr.Expr param = 2;public MysqlxExpr.Expr.Builder addParamBuilder(int index)
list of parameters
repeated .Mysqlx.Expr.Expr param = 2;public java.util.List<MysqlxExpr.Expr.Builder> getParamBuilderList()
list of parameters
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>