| 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.Insert.TypedRow
set of fields to insert as a one row
|
static class |
MysqlxCrud.Insert.TypedRow.Builder
set of fields to insert as a one row
|
| Modifier and Type | Field and Description |
|---|---|
private com.google.protobuf.RepeatedFieldBuilderV3<MysqlxCrud.Insert.TypedRow,MysqlxCrud.Insert.TypedRow.Builder,MysqlxCrud.Insert.TypedRowOrBuilder> |
MysqlxCrud.Insert.Builder.rowBuilder_ |
| Modifier and Type | Method and Description |
|---|---|
MysqlxCrud.Insert.TypedRowOrBuilder |
MysqlxCrud.InsertOrBuilder.getRowOrBuilder(int index)
set of rows to insert into the collection/table (a single expression
with a JSON document literal or an OBJECT expression)
|
MysqlxCrud.Insert.TypedRowOrBuilder |
MysqlxCrud.Insert.getRowOrBuilder(int index)
set of rows to insert into the collection/table (a single expression
with a JSON document literal or an OBJECT expression)
|
MysqlxCrud.Insert.TypedRowOrBuilder |
MysqlxCrud.Insert.Builder.getRowOrBuilder(int index)
set of rows to insert into the collection/table (a single expression
with a JSON document literal or an OBJECT expression)
|
| Modifier and Type | Method and Description |
|---|---|
private com.google.protobuf.RepeatedFieldBuilderV3<MysqlxCrud.Insert.TypedRow,MysqlxCrud.Insert.TypedRow.Builder,MysqlxCrud.Insert.TypedRowOrBuilder> |
MysqlxCrud.Insert.Builder.getRowFieldBuilder() |
java.util.List<? extends MysqlxCrud.Insert.TypedRowOrBuilder> |
MysqlxCrud.InsertOrBuilder.getRowOrBuilderList()
set of rows to insert into the collection/table (a single expression
with a JSON document literal or an OBJECT expression)
|
java.util.List<? extends MysqlxCrud.Insert.TypedRowOrBuilder> |
MysqlxCrud.Insert.getRowOrBuilderList()
set of rows to insert into the collection/table (a single expression
with a JSON document literal or an OBJECT expression)
|
java.util.List<? extends MysqlxCrud.Insert.TypedRowOrBuilder> |
MysqlxCrud.Insert.Builder.getRowOrBuilderList()
set of rows to insert into the collection/table (a single expression
with a JSON document literal or an OBJECT expression)
|