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