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.StringgetSQLTypeName()java.sql.StructgetTarget()
-
-
-
Method Detail
-
getTarget
public java.sql.Struct getTarget()
-
getSQLTypeName
public java.lang.String getSQLTypeName() throws java.sql.SQLException- Specified by:
getSQLTypeNamein interfacejava.sql.Struct- Throws:
java.sql.SQLException
-
getAttributes
public java.lang.Object[] getAttributes() throws java.sql.SQLException- Specified by:
getAttributesin 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:
getAttributesin interfacejava.sql.Struct- Throws:
java.sql.SQLException
-
-