| Package | Description |
|---|---|
| com.mysql.cj | |
| com.mysql.cj.protocol.x | |
| com.mysql.cj.xdevapi |
Java classes for X DevAPI support.
|
| testsuite.x.internal |
Tests for internal components of the X Protocol and X DevAPI features.
|
| Modifier and Type | Method and Description |
|---|---|
XProtocol |
MysqlxSession.getProtocol() |
| Constructor and Description |
|---|
MysqlxSession(XProtocol prot) |
| Modifier and Type | Field and Description |
|---|---|
private XProtocol |
XProtocolRowInputStream.protocol |
(package private) XProtocol |
XAuthenticationProvider.protocol |
| Constructor and Description |
|---|
XProtocolRowInputStream(ColumnDefinition metadata,
Row row,
XProtocol protocol,
java.util.function.Consumer<Notice> noticeConsumer) |
XProtocolRowInputStream(ColumnDefinition metadata,
XProtocol protocol,
java.util.function.Consumer<Notice> noticeConsumer) |
| Modifier and Type | Class and Description |
|---|---|
class |
ClientImpl.PooledXProtocol |
| Modifier and Type | Field and Description |
|---|---|
(package private) XProtocol |
StreamingRowResultBuilder.protocol |
(package private) XProtocol |
StreamingDocResultBuilder.protocol |
(package private) XProtocol |
StreamingSqlResultBuilder.protocol |
| Constructor and Description |
|---|
SessionImpl(XProtocol prot) |
| Modifier and Type | Field and Description |
|---|---|
private static XProtocol |
XProtocolAuthTest.protocol |
private XProtocol |
XProtocolAsyncTest.protocol |
private XProtocol |
XProtocolTest.protocol |
| Modifier and Type | Method and Description |
|---|---|
XProtocol |
InternalXBaseTestCase.createAuthenticatedTestProtocol(XProtocol protocol,
java.util.Properties props) |
XProtocol |
InternalXBaseTestCase.createTestProtocol()
Create a new
XProtocol instance for testing. |
| Modifier and Type | Method and Description |
|---|---|
XProtocol |
InternalXBaseTestCase.createAuthenticatedTestProtocol(XProtocol protocol,
java.util.Properties props) |
java.lang.String |
InternalXBaseTestCase.createTempTestCollection(XProtocol protocol)
Create a temporary collection for testing.
|
void |
InternalXBaseTestCase.createTestSchema(XProtocol protocol,
java.lang.String schemaName) |
void |
InternalXBaseTestCase.dropTempTestCollection(XProtocol protocol) |