类 MysqlxExpr.FunctionCall.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<MysqlxExpr.FunctionCall.Builder>
-
- com.mysql.cj.x.protobuf.MysqlxExpr.FunctionCall.Builder
-
- 所有已实现的接口:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,MysqlxExpr.FunctionCallOrBuilder,Cloneable
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` ]* ] ")" @endcodeProtobuf typeMysqlx.Expr.FunctionCall
-
-
方法概要
-
从类继承的方法 com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
-
从类继承的方法 com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
-
-
-
方法详细资料
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- 指定者:
internalGetFieldAccessorTable在类中com.google.protobuf.GeneratedMessageV3.Builder<MysqlxExpr.FunctionCall.Builder>
-
clear
public MysqlxExpr.FunctionCall.Builder clear()
- 指定者:
clear在接口中com.google.protobuf.Message.Builder- 指定者:
clear在接口中com.google.protobuf.MessageLite.Builder- 覆盖:
clear在类中com.google.protobuf.GeneratedMessageV3.Builder<MysqlxExpr.FunctionCall.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- 指定者:
getDescriptorForType在接口中com.google.protobuf.Message.Builder- 指定者:
getDescriptorForType在接口中com.google.protobuf.MessageOrBuilder- 覆盖:
getDescriptorForType在类中com.google.protobuf.GeneratedMessageV3.Builder<MysqlxExpr.FunctionCall.Builder>
-
getDefaultInstanceForType
public MysqlxExpr.FunctionCall getDefaultInstanceForType()
- 指定者:
getDefaultInstanceForType在接口中com.google.protobuf.MessageLiteOrBuilder- 指定者:
getDefaultInstanceForType在接口中com.google.protobuf.MessageOrBuilder
-
build
public MysqlxExpr.FunctionCall build()
- 指定者:
build在接口中com.google.protobuf.Message.Builder- 指定者:
build在接口中com.google.protobuf.MessageLite.Builder
-
buildPartial
public MysqlxExpr.FunctionCall buildPartial()
- 指定者:
buildPartial在接口中com.google.protobuf.Message.Builder- 指定者:
buildPartial在接口中com.google.protobuf.MessageLite.Builder
-
clone
public MysqlxExpr.FunctionCall.Builder clone()
- 指定者:
clone在接口中com.google.protobuf.Message.Builder- 指定者:
clone在接口中com.google.protobuf.MessageLite.Builder- 覆盖:
clone在类中com.google.protobuf.GeneratedMessageV3.Builder<MysqlxExpr.FunctionCall.Builder>
-
setField
public MysqlxExpr.FunctionCall.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- 指定者:
setField在接口中com.google.protobuf.Message.Builder- 覆盖:
setField在类中com.google.protobuf.GeneratedMessageV3.Builder<MysqlxExpr.FunctionCall.Builder>
-
clearField
public MysqlxExpr.FunctionCall.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- 指定者:
clearField在接口中com.google.protobuf.Message.Builder- 覆盖:
clearField在类中com.google.protobuf.GeneratedMessageV3.Builder<MysqlxExpr.FunctionCall.Builder>
-
clearOneof
public MysqlxExpr.FunctionCall.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- 指定者:
clearOneof在接口中com.google.protobuf.Message.Builder- 覆盖:
clearOneof在类中com.google.protobuf.GeneratedMessageV3.Builder<MysqlxExpr.FunctionCall.Builder>
-
setRepeatedField
public MysqlxExpr.FunctionCall.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- 指定者:
setRepeatedField在接口中com.google.protobuf.Message.Builder- 覆盖:
setRepeatedField在类中com.google.protobuf.GeneratedMessageV3.Builder<MysqlxExpr.FunctionCall.Builder>
-
addRepeatedField
public MysqlxExpr.FunctionCall.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- 指定者:
addRepeatedField在接口中com.google.protobuf.Message.Builder- 覆盖:
addRepeatedField在类中com.google.protobuf.GeneratedMessageV3.Builder<MysqlxExpr.FunctionCall.Builder>
-
mergeFrom
public MysqlxExpr.FunctionCall.Builder mergeFrom(com.google.protobuf.Message other)
- 指定者:
mergeFrom在接口中com.google.protobuf.Message.Builder- 覆盖:
mergeFrom在类中com.google.protobuf.AbstractMessage.Builder<MysqlxExpr.FunctionCall.Builder>
-
mergeFrom
public MysqlxExpr.FunctionCall.Builder mergeFrom(MysqlxExpr.FunctionCall other)
-
isInitialized
public final boolean isInitialized()
- 指定者:
isInitialized在接口中com.google.protobuf.MessageLiteOrBuilder- 覆盖:
isInitialized在类中com.google.protobuf.GeneratedMessageV3.Builder<MysqlxExpr.FunctionCall.Builder>
-
mergeFrom
public MysqlxExpr.FunctionCall.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- 指定者:
mergeFrom在接口中com.google.protobuf.Message.Builder- 指定者:
mergeFrom在接口中com.google.protobuf.MessageLite.Builder- 覆盖:
mergeFrom在类中com.google.protobuf.AbstractMessage.Builder<MysqlxExpr.FunctionCall.Builder>- 抛出:
IOException
-
hasName
public boolean hasName()
identifier of function; at least name of it
required .Mysqlx.Expr.Identifier name = 1;- 指定者:
hasName在接口中MysqlxExpr.FunctionCallOrBuilder- 返回:
- Whether the name field is set.
-
getName
public MysqlxExpr.Identifier getName()
identifier of function; at least name of it
required .Mysqlx.Expr.Identifier name = 1;- 指定者:
getName在接口中MysqlxExpr.FunctionCallOrBuilder- 返回:
- The name.
-
setName
public MysqlxExpr.FunctionCall.Builder setName(MysqlxExpr.Identifier value)
identifier of function; at least name of it
required .Mysqlx.Expr.Identifier name = 1;
-
setName
public MysqlxExpr.FunctionCall.Builder setName(MysqlxExpr.Identifier.Builder builderForValue)
identifier of function; at least name of it
required .Mysqlx.Expr.Identifier name = 1;
-
mergeName
public MysqlxExpr.FunctionCall.Builder mergeName(MysqlxExpr.Identifier value)
identifier of function; at least name of it
required .Mysqlx.Expr.Identifier name = 1;
-
clearName
public MysqlxExpr.FunctionCall.Builder clearName()
identifier of function; at least name of it
required .Mysqlx.Expr.Identifier name = 1;
-
getNameBuilder
public MysqlxExpr.Identifier.Builder getNameBuilder()
identifier of function; at least name of it
required .Mysqlx.Expr.Identifier name = 1;
-
getNameOrBuilder
public MysqlxExpr.IdentifierOrBuilder getNameOrBuilder()
identifier of function; at least name of it
required .Mysqlx.Expr.Identifier name = 1;
-
getParamList
public List<MysqlxExpr.Expr> getParamList()
list of parameters
repeated .Mysqlx.Expr.Expr param = 2;- 指定者:
getParamList在接口中MysqlxExpr.FunctionCallOrBuilder
-
getParamCount
public int getParamCount()
list of parameters
repeated .Mysqlx.Expr.Expr param = 2;
-
getParam
public MysqlxExpr.Expr getParam(int index)
list of parameters
repeated .Mysqlx.Expr.Expr param = 2;- 指定者:
getParam在接口中MysqlxExpr.FunctionCallOrBuilder
-
setParam
public MysqlxExpr.FunctionCall.Builder setParam(int index, MysqlxExpr.Expr value)
list of parameters
repeated .Mysqlx.Expr.Expr param = 2;
-
setParam
public MysqlxExpr.FunctionCall.Builder setParam(int index, MysqlxExpr.Expr.Builder builderForValue)
list of parameters
repeated .Mysqlx.Expr.Expr param = 2;
-
addParam
public MysqlxExpr.FunctionCall.Builder addParam(MysqlxExpr.Expr value)
list of parameters
repeated .Mysqlx.Expr.Expr param = 2;
-
addParam
public MysqlxExpr.FunctionCall.Builder addParam(int index, MysqlxExpr.Expr value)
list of parameters
repeated .Mysqlx.Expr.Expr param = 2;
-
addParam
public MysqlxExpr.FunctionCall.Builder addParam(MysqlxExpr.Expr.Builder builderForValue)
list of parameters
repeated .Mysqlx.Expr.Expr param = 2;
-
addParam
public MysqlxExpr.FunctionCall.Builder addParam(int index, MysqlxExpr.Expr.Builder builderForValue)
list of parameters
repeated .Mysqlx.Expr.Expr param = 2;
-
addAllParam
public MysqlxExpr.FunctionCall.Builder addAllParam(Iterable<? extends MysqlxExpr.Expr> values)
list of parameters
repeated .Mysqlx.Expr.Expr param = 2;
-
clearParam
public MysqlxExpr.FunctionCall.Builder clearParam()
list of parameters
repeated .Mysqlx.Expr.Expr param = 2;
-
removeParam
public MysqlxExpr.FunctionCall.Builder removeParam(int index)
list of parameters
repeated .Mysqlx.Expr.Expr param = 2;
-
getParamBuilder
public MysqlxExpr.Expr.Builder getParamBuilder(int index)
list of parameters
repeated .Mysqlx.Expr.Expr param = 2;
-
getParamOrBuilder
public MysqlxExpr.ExprOrBuilder getParamOrBuilder(int index)
list of parameters
repeated .Mysqlx.Expr.Expr param = 2;
-
getParamOrBuilderList
public List<? extends MysqlxExpr.ExprOrBuilder> getParamOrBuilderList()
list of parameters
repeated .Mysqlx.Expr.Expr param = 2;
-
addParamBuilder
public MysqlxExpr.Expr.Builder addParamBuilder()
list of parameters
repeated .Mysqlx.Expr.Expr param = 2;
-
addParamBuilder
public MysqlxExpr.Expr.Builder addParamBuilder(int index)
list of parameters
repeated .Mysqlx.Expr.Expr param = 2;
-
getParamBuilderList
public List<MysqlxExpr.Expr.Builder> getParamBuilderList()
list of parameters
repeated .Mysqlx.Expr.Expr param = 2;
-
setUnknownFields
public final MysqlxExpr.FunctionCall.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- 指定者:
setUnknownFields在接口中com.google.protobuf.Message.Builder- 覆盖:
setUnknownFields在类中com.google.protobuf.GeneratedMessageV3.Builder<MysqlxExpr.FunctionCall.Builder>
-
mergeUnknownFields
public final MysqlxExpr.FunctionCall.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- 指定者:
mergeUnknownFields在接口中com.google.protobuf.Message.Builder- 覆盖:
mergeUnknownFields在类中com.google.protobuf.GeneratedMessageV3.Builder<MysqlxExpr.FunctionCall.Builder>
-
-