Modifier and Type | Field and Description |
---|---|
com.impossibl.jdbc.spy.RefListener |
listener |
Ref |
target |
Constructor and Description |
---|
RefRelay(Ref target,
com.impossibl.jdbc.spy.RefListener listener) |
Modifier and Type | Method and Description |
---|---|
String |
getBaseTypeName() |
Object |
getObject() |
Object |
getObject(Map<String,Class<?>> map) |
Ref |
getTarget() |
void |
setObject(Object value) |
public Ref target
public com.impossibl.jdbc.spy.RefListener listener
public RefRelay(Ref target, com.impossibl.jdbc.spy.RefListener listener)
public Object getObject() throws SQLException
getObject
in interface Ref
SQLException
public String getBaseTypeName() throws SQLException
getBaseTypeName
in interface Ref
SQLException
public void setObject(Object value) throws SQLException
setObject
in interface Ref
SQLException
public Object getObject(Map<String,Class<?>> map) throws SQLException
getObject
in interface Ref
SQLException