public final class MockStatementInfo extends Object implements StatementInfo
StatementInfo.| Modifier and Type | Class and Description | 
|---|---|
static class  | 
MockStatementInfo.Builder  | 
| Modifier and Type | Method and Description | 
|---|---|
static MockStatementInfo.Builder | 
builder()
Provide a builder for  
MockStatementInfo. | 
static MockStatementInfo | 
empty()
Provide an empty  
MockStatementInfo. | 
ConnectionInfo | 
getConnectionInfo()
Get  
ConnectionInfo associated to this Statement. | 
String | 
getOriginalQuery()
Get the sql statement that has originally specified on  
Connection.createStatement(String). | 
String | 
getUpdatedQuery()
Get the updated sql statement by  
BindParameterConverter.onCreateStatement(String, StatementInfo). | 
ValueStore | 
getValueStore()
Retrieve  
ValueStore which is associated to the scope of logical statement. | 
public static MockStatementInfo.Builder builder()
MockStatementInfo.public static MockStatementInfo empty()
MockStatementInfo.MockStatementInfopublic ConnectionInfo getConnectionInfo()
StatementInfoConnectionInfo associated to this Statement.getConnectionInfo in interface StatementInfopublic String getOriginalQuery()
StatementInfoConnection.createStatement(String).getOriginalQuery in interface StatementInfopublic String getUpdatedQuery()
StatementInfoBindParameterConverter.onCreateStatement(String, StatementInfo).getUpdatedQuery in interface StatementInfopublic ValueStore getValueStore()
StatementInfoValueStore which is associated to the scope of logical statement.
 Values can be stored or retrieved from this store while statement is available.
getValueStore in interface StatementInfoCopyright © 2025. All rights reserved.