接口 MysqlxExpr.OperatorOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 封闭类:
- MysqlxExpr
public static interface MysqlxExpr.OperatorOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 StringgetName()name of operatorcom.google.protobuf.ByteStringgetNameBytes()name of operatorMysqlxExpr.ExprgetParam(int index)list of parametersintgetParamCount()list of parametersList<MysqlxExpr.Expr>getParamList()list of parametersMysqlxExpr.ExprOrBuildergetParamOrBuilder(int index)list of parametersList<? extends MysqlxExpr.ExprOrBuilder>getParamOrBuilderList()list of parametersbooleanhasName()name of operator
-
-
-
方法详细资料
-
hasName
boolean hasName()
name of operator
required string name = 1;- 返回:
- Whether the name field is set.
-
getName
String getName()
name of operator
required string name = 1;- 返回:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
name of operator
required string name = 1;- 返回:
- The bytes for name.
-
getParamList
List<MysqlxExpr.Expr> getParamList()
list of parameters
repeated .Mysqlx.Expr.Expr param = 2;
-
getParam
MysqlxExpr.Expr getParam(int index)
list of parameters
repeated .Mysqlx.Expr.Expr param = 2;
-
getParamCount
int getParamCount()
list of parameters
repeated .Mysqlx.Expr.Expr param = 2;
-
getParamOrBuilderList
List<? extends MysqlxExpr.ExprOrBuilder> getParamOrBuilderList()
list of parameters
repeated .Mysqlx.Expr.Expr param = 2;
-
getParamOrBuilder
MysqlxExpr.ExprOrBuilder getParamOrBuilder(int index)
list of parameters
repeated .Mysqlx.Expr.Expr param = 2;
-
-