| Package | Description |
|---|---|
| com.mysql.cj.protocol.x | |
| com.mysql.cj.xdevapi |
Java classes for X DevAPI support.
|
| Modifier and Type | Method and Description |
|---|---|
XMessage |
XMessageBuilder.buildCreateCollection(java.lang.String schemaName,
java.lang.String collectionName,
Schema.CreateCollectionOptions options) |
| Modifier and Type | Method and Description |
|---|---|
Schema.CreateCollectionOptions |
Schema.CreateCollectionOptions.setReuseExisting(boolean reuse) |
Schema.CreateCollectionOptions |
Schema.CreateCollectionOptions.setValidation(Schema.Validation validation) |
| Modifier and Type | Method and Description |
|---|---|
Collection |
SchemaImpl.createCollection(java.lang.String collectionName,
Schema.CreateCollectionOptions options) |
Collection |
Schema.createCollection(java.lang.String collectionName,
Schema.CreateCollectionOptions options)
Create a new collection.
|