Interface PreparedStatementDetails
- All Known Implementing Classes:
PreparedStatementDetailsStandard
Descriptor for details about a
PreparedStatement
-
Method Summary
Modifier and TypeMethodDescriptionThe expectation used to validate the outcome of the executionThe name of the mutating tableThe SQL used to mutate the tableThePreparedStatement
generated from the SQL.default boolean
Whether the statement is callablevoid
ThePreparedStatement
generated from the SQL.default boolean
-
Method Details
-
getMutatingTableDetails
TableMapping getMutatingTableDetails()The name of the mutating table -
getSqlString
String getSqlString()The SQL used to mutate the table -
getStatement
PreparedStatement getStatement()ThePreparedStatement
generated from the SQL. May return null.- See Also:
-
resolveStatement
PreparedStatement resolveStatement()ThePreparedStatement
generated from the SQL.Unlike
getStatement()
, this method will attempt to create the PreparedStatement -
getExpectation
Expectation getExpectation()The expectation used to validate the outcome of the execution -
isCallable
default boolean isCallable()Whether the statement is callable -
toRelease
default boolean toRelease()
-