| Package | Description |
|---|---|
| net.ttddyy.dsproxy.asserts | |
| net.ttddyy.dsproxy.asserts.hamcrest |
| Modifier and Type | Class and Description |
|---|---|
class |
CallableBatchExecution
Represent a single batch execution of
CallableStatement. |
class |
CallableExecution
Represent a single execution of
CallableStatement. |
class |
PreparedBatchExecution
Represent a single batch execution of
PreparedStatement. |
class |
PreparedExecution
Represent a single execution of
PreparedStatement. |
class |
StatementExecution
Represent single execution of
Statement. |
| Modifier and Type | Method and Description |
|---|---|
static org.hamcrest.Matcher<? super QueryHolder> |
DataSourceAssertMatchers.delete()
Matcher to examine the query type is SELECT.
|
static org.hamcrest.Matcher<? super QueryHolder> |
DataSourceAssertMatchers.insert()
Matcher to examine the query type is SELECT.
|
static org.hamcrest.Matcher<? super QueryHolder> |
DataSourceAssertMatchers.other()
Matcher to examine the query type is SELECT.
|
static org.hamcrest.Matcher<? super QueryHolder> |
DataSourceAssertMatchers.query(org.hamcrest.Matcher<String> stringMatcher)
Matcher to examine the query with given
String matcher. |
static org.hamcrest.Matcher<? super QueryHolder> |
DataSourceAssertMatchers.queryType(net.ttddyy.dsproxy.QueryType expectedType)
Matcher to examine the query type.
|
static org.hamcrest.Matcher<? super QueryHolder> |
DataSourceAssertMatchers.select()
Matcher to examine the query type is SELECT.
|
static org.hamcrest.Matcher<? super QueryHolder> |
DataSourceAssertMatchers.update()
Matcher to examine the query type is SELECT.
|
| Modifier and Type | Method and Description |
|---|---|
static org.hamcrest.Matcher<? super QueriesHolder> |
DataSourceAssertMatchers.queryTypes(int index,
org.hamcrest.Matcher<? super QueryHolder> queryHolderMatcher) |
Copyright © 2017. All rights reserved.