public static interface MysqlxExpr.FunctionCallOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
MysqlxExpr.Identifier |
getName()
required .Mysqlx.Expr.Identifier name = 1; |
MysqlxExpr.IdentifierOrBuilder |
getNameOrBuilder()
required .Mysqlx.Expr.Identifier name = 1; |
MysqlxExpr.Expr |
getParam(int index)
repeated .Mysqlx.Expr.Expr param = 2; |
int |
getParamCount()
repeated .Mysqlx.Expr.Expr param = 2; |
java.util.List<MysqlxExpr.Expr> |
getParamList()
repeated .Mysqlx.Expr.Expr param = 2; |
MysqlxExpr.ExprOrBuilder |
getParamOrBuilder(int index)
repeated .Mysqlx.Expr.Expr param = 2; |
java.util.List<? extends MysqlxExpr.ExprOrBuilder> |
getParamOrBuilderList()
repeated .Mysqlx.Expr.Expr param = 2; |
boolean |
hasName()
required .Mysqlx.Expr.Identifier name = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasName()
required .Mysqlx.Expr.Identifier name = 1;MysqlxExpr.Identifier getName()
required .Mysqlx.Expr.Identifier name = 1;MysqlxExpr.IdentifierOrBuilder getNameOrBuilder()
required .Mysqlx.Expr.Identifier name = 1;java.util.List<MysqlxExpr.Expr> getParamList()
repeated .Mysqlx.Expr.Expr param = 2;MysqlxExpr.Expr getParam(int index)
repeated .Mysqlx.Expr.Expr param = 2;int getParamCount()
repeated .Mysqlx.Expr.Expr param = 2;java.util.List<? extends MysqlxExpr.ExprOrBuilder> getParamOrBuilderList()
repeated .Mysqlx.Expr.Expr param = 2;MysqlxExpr.ExprOrBuilder getParamOrBuilder(int index)
repeated .Mysqlx.Expr.Expr param = 2;