| Package | Description |
|---|---|
| com.mysql.cj.xdevapi |
Java classes for X DevAPI support.
|
| demo.x.devapi | |
| testsuite.x.devapi |
Dev API test suite.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SchemaImpl
Schema implementation. |
| Modifier and Type | Method and Description |
|---|---|
Schema |
SessionImpl.createSchema(java.lang.String schemaName) |
Schema |
Session.createSchema(java.lang.String schemaName)
Create and return a new schema with the name given by name.
|
Schema |
SessionImpl.createSchema(java.lang.String schemaName,
boolean reuseExistingObject) |
Schema |
Session.createSchema(java.lang.String schemaName,
boolean reuseExistingObject)
Create and return a new schema with the name given by name.
|
Schema |
SessionImpl.getDefaultSchema() |
Schema |
Session.getDefaultSchema()
Retrieve the default schema name, which might have been configured at the time of connection.
|
Schema |
CollectionImpl.getSchema() |
Schema |
TableImpl.getSchema() |
Schema |
SchemaImpl.getSchema() |
Schema |
DatabaseObject.getSchema()
Retrieve the schema owning this database object.
|
Schema |
SessionImpl.getSchema(java.lang.String schemaName) |
Schema |
Session.getSchema(java.lang.String schemaName)
Retrieve the Schema corresponding to name.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Schema> |
SessionImpl.getSchemas() |
java.util.List<Schema> |
Session.getSchemas()
Retrieve the list of Schema objects for which the current user has access.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
DevApiSample.documentWalkthrough(Schema schema) |
| Modifier and Type | Field and Description |
|---|---|
(package private) Schema |
DevApiBaseTestCase.schema |