public class IfxUDTInfo
extends java.lang.Object
This class contains all information about a user defined datatype like UDT, distinct, and named row types
Constructor and Description |
---|
IfxUDTInfo() |
Modifier and Type | Method and Description |
---|---|
int |
getIfxType()
Get the Informix type of this User Defined Type.
|
short |
getJDBCtype()
Get the JDBC type (DISTINCT, STRUCT or JAVA_OBJECT) of this
User Defined Type.
|
com.informix.jdbc.IfxResultSetMetaData |
getMetaData()
Get the meta data associated with this type (only used for named rows).
|
java.lang.String |
getName()
Get the name of this User Defined Type.
|
java.lang.String |
getOwner()
Get the owner of this User Defined Type.
|
int |
getSource()
Get the source type of this Distinct Type.
|
int |
getSourceLength()
Get the length of the source type of this Distinct Type.
|
int |
getXid()
Get the extended ID of this User Defined Type.
|
java.lang.String |
toString()
Convert the UDT info for this User Defined Type to a string.
|
public java.lang.String getName()
public java.lang.String getOwner()
public int getXid()
public int getIfxType()
public short getJDBCtype()
public int getSource()
public int getSourceLength()
public com.informix.jdbc.IfxResultSetMetaData getMetaData()
public java.lang.String toString()
toString
in class java.lang.Object