Package com.mysql.cj.x.protobuf
Interface MysqlxCrud.OrderOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MysqlxCrud.Order
,MysqlxCrud.Order.Builder
- Enclosing class:
- MysqlxCrud
public static interface MysqlxCrud.OrderOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and Type Method Description MysqlxCrud.Order.Direction
getDirection()
optional .Mysqlx.Crud.Order.Direction direction = 2 [default = ASC];
MysqlxExpr.Expr
getExpr()
required .Mysqlx.Expr.Expr expr = 1;
MysqlxExpr.ExprOrBuilder
getExprOrBuilder()
required .Mysqlx.Expr.Expr expr = 1;
boolean
hasDirection()
optional .Mysqlx.Crud.Order.Direction direction = 2 [default = ASC];
boolean
hasExpr()
required .Mysqlx.Expr.Expr expr = 1;
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasExpr
boolean hasExpr()required .Mysqlx.Expr.Expr expr = 1;
- Returns:
- Whether the expr field is set.
-
getExpr
MysqlxExpr.Expr getExpr()required .Mysqlx.Expr.Expr expr = 1;
- Returns:
- The expr.
-
getExprOrBuilder
MysqlxExpr.ExprOrBuilder getExprOrBuilder()required .Mysqlx.Expr.Expr expr = 1;
-
hasDirection
boolean hasDirection()optional .Mysqlx.Crud.Order.Direction direction = 2 [default = ASC];
- Returns:
- Whether the direction field is set.
-
getDirection
MysqlxCrud.Order.Direction getDirection()optional .Mysqlx.Crud.Order.Direction direction = 2 [default = ASC];
- Returns:
- The direction.
-