Package com.impossibl.jdbc.spy
Class RefRelay
- java.lang.Object
-
- com.impossibl.jdbc.spy.RefRelay
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getBaseTypeName()
Object
getObject()
Object
getObject(Map<String,Class<?>> map)
Ref
getTarget()
void
setObject(Object value)
-
-
-
Field Detail
-
target
public Ref target
-
listener
public com.impossibl.jdbc.spy.RefListener listener
-
-
Constructor Detail
-
RefRelay
public RefRelay(Ref target, com.impossibl.jdbc.spy.RefListener listener)
-
-
Method Detail
-
getBaseTypeName
public String getBaseTypeName() throws SQLException
- Specified by:
getBaseTypeName
in interfaceRef
- Throws:
SQLException
-
getObject
public Object getObject() throws SQLException
- Specified by:
getObject
in interfaceRef
- Throws:
SQLException
-
setObject
public void setObject(Object value) throws SQLException
- Specified by:
setObject
in interfaceRef
- Throws:
SQLException
-
getObject
public Object getObject(Map<String,Class<?>> map) throws SQLException
- Specified by:
getObject
in interfaceRef
- Throws:
SQLException
-
-