Package com.mysql.cj.x.protobuf
Interface MysqlxCrud.LimitExprOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MysqlxCrud.LimitExpr,MysqlxCrud.LimitExpr.Builder
- Enclosing class:
- MysqlxCrud
public static interface MysqlxCrud.LimitExprOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and Type Method Description MysqlxExpr.ExprgetOffset()optional .Mysqlx.Expr.Expr offset = 2;MysqlxExpr.ExprOrBuildergetOffsetOrBuilder()optional .Mysqlx.Expr.Expr offset = 2;MysqlxExpr.ExprgetRowCount()required .Mysqlx.Expr.Expr row_count = 1;MysqlxExpr.ExprOrBuildergetRowCountOrBuilder()required .Mysqlx.Expr.Expr row_count = 1;booleanhasOffset()optional .Mysqlx.Expr.Expr offset = 2;booleanhasRowCount()required .Mysqlx.Expr.Expr row_count = 1;Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasRowCount
boolean hasRowCount()required .Mysqlx.Expr.Expr row_count = 1;- Returns:
- Whether the rowCount field is set.
-
getRowCount
MysqlxExpr.Expr getRowCount()required .Mysqlx.Expr.Expr row_count = 1;- Returns:
- The rowCount.
-
getRowCountOrBuilder
MysqlxExpr.ExprOrBuilder getRowCountOrBuilder()required .Mysqlx.Expr.Expr row_count = 1; -
hasOffset
boolean hasOffset()optional .Mysqlx.Expr.Expr offset = 2;- Returns:
- Whether the offset field is set.
-
getOffset
MysqlxExpr.Expr getOffset()optional .Mysqlx.Expr.Expr offset = 2;- Returns:
- The offset.
-
getOffsetOrBuilder
MysqlxExpr.ExprOrBuilder getOffsetOrBuilder()optional .Mysqlx.Expr.Expr offset = 2;
-