Package com.mysql.cj.x.protobuf
Interface MysqlxExpr.FunctionCallOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MysqlxExpr.FunctionCall,MysqlxExpr.FunctionCall.Builder
- Enclosing class:
- MysqlxExpr
public static interface MysqlxExpr.FunctionCallOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and Type Method Description MysqlxExpr.IdentifiergetName()required .Mysqlx.Expr.Identifier name = 1;MysqlxExpr.IdentifierOrBuildergetNameOrBuilder()required .Mysqlx.Expr.Identifier 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 .Mysqlx.Expr.Identifier 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 .Mysqlx.Expr.Identifier name = 1;- Returns:
- Whether the name field is set.
-
getName
MysqlxExpr.Identifier getName()required .Mysqlx.Expr.Identifier name = 1;- Returns:
- The name.
-
getNameOrBuilder
MysqlxExpr.IdentifierOrBuilder getNameOrBuilder()required .Mysqlx.Expr.Identifier name = 1; -
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;
-