public interface JdbcExecutionContext<R> extends AspectContext
Modifier and Type | Method and Description |
---|---|
DatabaseGateway<?> |
getDatabaseGateway() |
R |
getResultValue() |
SQLException |
getSqlException() |
String |
getSqlString() |
Statement |
getStatement() |
DatabaseGateway<?> getDatabaseGateway()
Statement getStatement()
String getSqlString()
R getResultValue()
SQLException getSqlException()
Copyright © 2003–2021 XDEV Software. All rights reserved.