Package com.mysql.cj.x.protobuf
Interface MysqlxExpr.OperatorOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MysqlxExpr.Operator,MysqlxExpr.Operator.Builder
- Enclosing class:
- MysqlxExpr
public static interface MysqlxExpr.OperatorOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and Type Method Description java.lang.StringgetName()required string name = 1;com.google.protobuf.ByteStringgetNameBytes()required string name = 1;MysqlxExpr.ExprgetParam(int index)repeated .Mysqlx.Expr.Expr param = 2;intgetParamCount()repeated .Mysqlx.Expr.Expr param = 2;java.util.List<MysqlxExpr.Expr>getParamList()repeated .Mysqlx.Expr.Expr param = 2;MysqlxExpr.ExprOrBuildergetParamOrBuilder(int index)repeated .Mysqlx.Expr.Expr param = 2;java.util.List<? extends MysqlxExpr.ExprOrBuilder>getParamOrBuilderList()repeated .Mysqlx.Expr.Expr param = 2;booleanhasName()required string name = 1;Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasName
boolean hasName()required string name = 1;- Returns:
- Whether the name field is set.
-
getName
java.lang.String getName()required string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()required string name = 1;- Returns:
- The bytes for name.
-
getParamList
java.util.List<MysqlxExpr.Expr> getParamList()repeated .Mysqlx.Expr.Expr param = 2; -
getParam
repeated .Mysqlx.Expr.Expr param = 2; -
getParamCount
int getParamCount()repeated .Mysqlx.Expr.Expr param = 2; -
getParamOrBuilderList
java.util.List<? extends MysqlxExpr.ExprOrBuilder> getParamOrBuilderList()repeated .Mysqlx.Expr.Expr param = 2; -
getParamOrBuilder
repeated .Mysqlx.Expr.Expr param = 2;
-