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