| Package | Description |
|---|---|
| com.mysql.cj | |
| com.mysql.cj.protocol.x | |
| com.mysql.cj.xdevapi |
Java classes for X DevAPI support.
|
| testsuite.x.devapi |
Dev API test suite.
|
| Modifier and Type | Method and Description |
|---|---|
int |
MysqlxSession.getNewPreparedStatementId(PreparableStatement<?> preparableStatement)
Return an id to be used as a client-managed prepared statement id.
|
| Modifier and Type | Field and Description |
|---|---|
private java.lang.ref.ReferenceQueue<PreparableStatement<?>> |
XProtocol.preparableStatementRefQueue |
| Modifier and Type | Method and Description |
|---|---|
int |
XProtocol.getNewPreparedStatementId(PreparableStatement<?> preparableStatement)
Returns an id to be used as a client-managed prepared statement id.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DeleteStatementImpl
DeleteStatement implementation. |
class |
FilterableStatement<STMT_T,RES_T>
Abstract class, common to several X DevAPI statement classes.
|
class |
FindStatementImpl
FindStatement implementation. |
class |
ModifyStatementImpl
ModifyStatement implementation. |
class |
RemoveStatementImpl
RemoveStatement implementation. |
class |
SelectStatementImpl
SelectStatement implementation. |
class |
UpdateStatementImpl
UpdateStatement implementation. |
| Constructor and Description |
|---|
PreparableStatementFinalizer(PreparableStatement<?> referent,
java.lang.ref.ReferenceQueue<? super PreparableStatement<?>> q,
int preparedStatementId) |
| Constructor and Description |
|---|
PreparableStatementFinalizer(PreparableStatement<?> referent,
java.lang.ref.ReferenceQueue<? super PreparableStatement<?>> q,
int preparedStatementId) |
| Modifier and Type | Method and Description |
|---|---|
(package private) int |
DevApiBaseTestCase.getPreparedStatementId(PreparableStatement<?> stmt) |