Class MysqlxCrud.LimitExpr.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderType>
com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.LimitExpr.Builder>
com.mysql.cj.x.protobuf.MysqlxCrud.LimitExpr.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, MysqlxCrud.LimitExprOrBuilder, java.lang.Cloneable
Enclosing class:
MysqlxCrud.LimitExpr

public static final class MysqlxCrud.LimitExpr.Builder
extends com.google.protobuf.GeneratedMessageV3.Builder<MysqlxCrud.LimitExpr.Builder>
implements MysqlxCrud.LimitExprOrBuilder
 limit expression
 LimitExpr in comparison to Limit, is able to specify that row_count and
 offset are placeholders.
 This message support expressions of following types Expr/literal/UINT,
 Expr/PLACEHOLDER.
 :param row_count: maximum rows to filter
 :param offset: maximum rows to skip before applying the row_count
 
Protobuf type Mysqlx.Crud.LimitExpr