| Package | Description |
|---|---|
| com.mysql.cj.xdevapi |
Java classes for X DevAPI support.
|
| testsuite.x.devapi |
Dev API test suite.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AddStatement
A statement adding documents to a collection.
|
interface |
DeleteStatement
A statement to delete rows from a table.
|
interface |
FindStatement
A statement to find the set of documents according to the given specification.
|
interface |
InsertStatement
A statement INSERTing new row(s) into a table.
|
interface |
ModifyStatement
A statement representing a set of document modifications.
|
interface |
RemoveStatement
A statement requesting to remove a set of documents.
|
interface |
SelectStatement
A statement representing a SELECT query.
|
interface |
SqlStatement
A statement representing a raw SQL command.
|
interface |
UpdateStatement
A statement representing a set of row modifications.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AddStatementImpl |
class |
DeleteStatementImpl
DeleteStatement implementation. |
class |
FilterableStatement<STMT_T,RES_T>
Abstract class, common to several X DevAPI statement classes.
|
class |
FindStatementImpl
FindStatement implementation. |
class |
InsertStatementImpl |
class |
ModifyStatementImpl
ModifyStatement implementation. |
class |
RemoveStatementImpl
RemoveStatement implementation. |
class |
SelectStatementImpl
SelectStatement implementation. |
class |
SqlStatementImpl
SqlStatement implementation. |
class |
UpdateStatementImpl
UpdateStatement implementation. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DevApiBaseTestCase.assertPreparedStatementsCountsAndId(Session sess,
int expectedPrepStmtsCount,
Statement<?,?> stmt,
int expectedId,
int expectedExec) |