Package com.impossibl.jdbc.spy
Class StructRelay
- java.lang.Object
-
- com.impossibl.jdbc.spy.StructRelay
-
-
Constructor Summary
Constructors Constructor Description StructRelay(Struct target, com.impossibl.jdbc.spy.StructListener listener)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object[]
getAttributes()
Object[]
getAttributes(Map<String,Class<?>> map)
String
getSQLTypeName()
Struct
getTarget()
-
-
-
Field Detail
-
target
public Struct target
-
listener
public com.impossibl.jdbc.spy.StructListener listener
-
-
Constructor Detail
-
StructRelay
public StructRelay(Struct target, com.impossibl.jdbc.spy.StructListener listener)
-
-
Method Detail
-
getAttributes
public Object[] getAttributes(Map<String,Class<?>> map) throws SQLException
- Specified by:
getAttributes
in interfaceStruct
- Throws:
SQLException
-
getSQLTypeName
public String getSQLTypeName() throws SQLException
- Specified by:
getSQLTypeName
in interfaceStruct
- Throws:
SQLException
-
getAttributes
public Object[] getAttributes() throws SQLException
- Specified by:
getAttributes
in interfaceStruct
- Throws:
SQLException
-
-