public interface StatementInfo
Statement related information.| Modifier and Type | Method and Description | 
|---|---|
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. | 
ConnectionInfo getConnectionInfo()
ConnectionInfo associated to this Statement.String getOriginalQuery()
Connection.createStatement(String).String getUpdatedQuery()
BindParameterConverter.onCreateStatement(String, StatementInfo).ValueStore getValueStore()
ValueStore which is associated to the scope of logical statement.
 Values can be stored or retrieved from this store while statement is available.
Copyright © 2025. All rights reserved.