public static interface MysqlxCrud.LimitExprOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
MysqlxExpr.Expr |
getOffset()
optional .Mysqlx.Expr.Expr offset = 2; |
MysqlxExpr.ExprOrBuilder |
getOffsetOrBuilder()
optional .Mysqlx.Expr.Expr offset = 2; |
MysqlxExpr.Expr |
getRowCount()
required .Mysqlx.Expr.Expr row_count = 1; |
MysqlxExpr.ExprOrBuilder |
getRowCountOrBuilder()
required .Mysqlx.Expr.Expr row_count = 1; |
boolean |
hasOffset()
optional .Mysqlx.Expr.Expr offset = 2; |
boolean |
hasRowCount()
required .Mysqlx.Expr.Expr row_count = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasRowCount()
required .Mysqlx.Expr.Expr row_count = 1;MysqlxExpr.Expr getRowCount()
required .Mysqlx.Expr.Expr row_count = 1;MysqlxExpr.ExprOrBuilder getRowCountOrBuilder()
required .Mysqlx.Expr.Expr row_count = 1;boolean hasOffset()
optional .Mysqlx.Expr.Expr offset = 2;MysqlxExpr.Expr getOffset()
optional .Mysqlx.Expr.Expr offset = 2;MysqlxExpr.ExprOrBuilder getOffsetOrBuilder()
optional .Mysqlx.Expr.Expr offset = 2;