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.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;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof