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