接口 MysqlxCrud.LimitOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 所有已知实现类:
MysqlxCrud.Limit,MysqlxCrud.Limit.Builder
- 封闭类:
- MysqlxCrud
public static interface MysqlxCrud.LimitOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 longgetOffset()maximum rows to skip before applying the row_countlonggetRowCount()maximum rows to filterbooleanhasOffset()maximum rows to skip before applying the row_countbooleanhasRowCount()maximum rows to filter
-
-
-
方法详细资料
-
hasRowCount
boolean hasRowCount()
maximum rows to filter
required uint64 row_count = 1;- 返回:
- Whether the rowCount field is set.
-
getRowCount
long getRowCount()
maximum rows to filter
required uint64 row_count = 1;- 返回:
- The rowCount.
-
hasOffset
boolean hasOffset()
maximum rows to skip before applying the row_count
optional uint64 offset = 2;- 返回:
- Whether the offset field is set.
-
getOffset
long getOffset()
maximum rows to skip before applying the row_count
optional uint64 offset = 2;- 返回:
- The offset.
-
-