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 StringgetBaseTypeName()ObjectgetObject()ObjectgetObject(Map<String,Class<?>> map)RefgetTarget()voidsetObject(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:
getBaseTypeNamein interfaceRef- Throws:
SQLException
-
getObject
public Object getObject() throws SQLException
- Specified by:
getObjectin interfaceRef- Throws:
SQLException
-
setObject
public void setObject(Object value) throws SQLException
- Specified by:
setObjectin interfaceRef- Throws:
SQLException
-
getObject
public Object getObject(Map<String,Class<?>> map) throws SQLException
- Specified by:
getObjectin interfaceRef- Throws:
SQLException
-
-