public class IfxStruct
extends java.lang.Object
implements java.sql.Struct
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object[] |
getAttributes()
Produce the ordered values of the attributes of the SQL
structured type.
|
java.lang.Object[] |
getAttributes(java.util.Map<java.lang.String,java.lang.Class<?>> map)
Produce the ordered values of the attributes of the SQL
structured type.
|
java.lang.String |
getSQLTypeName() |
public java.lang.String getSQLTypeName()
getSQLTypeName in interface java.sql.Structpublic java.lang.Object[] getAttributes()
throws java.sql.SQLException
getAttributes in interface java.sql.Structjava.sql.SQLExceptionpublic java.lang.Object[] getAttributes(java.util.Map<java.lang.String,java.lang.Class<?>> map)
throws java.sql.SQLException
getAttributes in interface java.sql.Structmap - contains mapping of SQL type names to Java classesjava.sql.SQLException