Package com.impossibl.jdbc.spy
Interface Relay<T>
-
- All Known Implementing Classes:
ArrayRelay
,BlobRelay
,CallableStatementRelay
,ClobRelay
,ConnectionPoolDataSourceRelay
,ConnectionRelay
,DatabaseMetaDataRelay
,DataSourceRelay
,NClobRelay
,ParameterMetaDataRelay
,PooledConnectionRelay
,PreparedStatementRelay
,RefRelay
,ResultSetMetaDataRelay
,ResultSetRelay
,RowIdRelay
,SavepointRelay
,SQLXMLRelay
,StatementRelay
,StructRelay
,XAConnectionRelay
,XADataSourceRelay
public interface Relay<T>
Common Relay interface that provides access to its target object.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
getTarget()
-
-
-
Method Detail
-
getTarget
T getTarget()
-
-