| Package | Description |
|---|---|
| com.mysql.cj.x.protobuf |
Message classes used for serialization with Google Protocol Buffers to support the X Protocol.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
MysqlxCrud.LimitExpr
LimitExpr, in comparison to Limit, is able to specify that row_count and
offset are placeholders.
|
static class |
MysqlxCrud.LimitExpr.Builder
LimitExpr, in comparison to Limit, is able to specify that row_count and
offset are placeholders.
|
| Modifier and Type | Field and Description |
|---|---|
private com.google.protobuf.SingleFieldBuilderV3<MysqlxCrud.LimitExpr,MysqlxCrud.LimitExpr.Builder,MysqlxCrud.LimitExprOrBuilder> |
MysqlxCrud.Find.Builder.limitExprBuilder_ |
private com.google.protobuf.SingleFieldBuilderV3<MysqlxCrud.LimitExpr,MysqlxCrud.LimitExpr.Builder,MysqlxCrud.LimitExprOrBuilder> |
MysqlxCrud.Update.Builder.limitExprBuilder_ |
private com.google.protobuf.SingleFieldBuilderV3<MysqlxCrud.LimitExpr,MysqlxCrud.LimitExpr.Builder,MysqlxCrud.LimitExprOrBuilder> |
MysqlxCrud.Delete.Builder.limitExprBuilder_ |
| Modifier and Type | Method and Description |
|---|---|
MysqlxCrud.LimitExprOrBuilder |
MysqlxCrud.FindOrBuilder.getLimitExprOrBuilder()
numbers of rows that shall be skipped and returned
(user can set one of: limit, limit_expr)
|
MysqlxCrud.LimitExprOrBuilder |
MysqlxCrud.Find.getLimitExprOrBuilder()
numbers of rows that shall be skipped and returned
(user can set one of: limit, limit_expr)
|
MysqlxCrud.LimitExprOrBuilder |
MysqlxCrud.Find.Builder.getLimitExprOrBuilder()
numbers of rows that shall be skipped and returned
(user can set one of: limit, limit_expr)
|
MysqlxCrud.LimitExprOrBuilder |
MysqlxCrud.UpdateOrBuilder.getLimitExprOrBuilder()
limits the number of rows to match
(user can set one of: limit, limit_expr)
|
MysqlxCrud.LimitExprOrBuilder |
MysqlxCrud.Update.getLimitExprOrBuilder()
limits the number of rows to match
(user can set one of: limit, limit_expr)
|
MysqlxCrud.LimitExprOrBuilder |
MysqlxCrud.Update.Builder.getLimitExprOrBuilder()
limits the number of rows to match
(user can set one of: limit, limit_expr)
|
MysqlxCrud.LimitExprOrBuilder |
MysqlxCrud.DeleteOrBuilder.getLimitExprOrBuilder()
limits the number of rows to match
(user can set one of: limit, limit_expr)
|
MysqlxCrud.LimitExprOrBuilder |
MysqlxCrud.Delete.getLimitExprOrBuilder()
limits the number of rows to match
(user can set one of: limit, limit_expr)
|
MysqlxCrud.LimitExprOrBuilder |
MysqlxCrud.Delete.Builder.getLimitExprOrBuilder()
limits the number of rows to match
(user can set one of: limit, limit_expr)
|
| Modifier and Type | Method and Description |
|---|---|
private com.google.protobuf.SingleFieldBuilderV3<MysqlxCrud.LimitExpr,MysqlxCrud.LimitExpr.Builder,MysqlxCrud.LimitExprOrBuilder> |
MysqlxCrud.Find.Builder.getLimitExprFieldBuilder()
numbers of rows that shall be skipped and returned
(user can set one of: limit, limit_expr)
|
private com.google.protobuf.SingleFieldBuilderV3<MysqlxCrud.LimitExpr,MysqlxCrud.LimitExpr.Builder,MysqlxCrud.LimitExprOrBuilder> |
MysqlxCrud.Update.Builder.getLimitExprFieldBuilder()
limits the number of rows to match
(user can set one of: limit, limit_expr)
|
private com.google.protobuf.SingleFieldBuilderV3<MysqlxCrud.LimitExpr,MysqlxCrud.LimitExpr.Builder,MysqlxCrud.LimitExprOrBuilder> |
MysqlxCrud.Delete.Builder.getLimitExprFieldBuilder()
limits the number of rows to match
(user can set one of: limit, limit_expr)
|