|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.informix.jdbc.IfxUDTInfo
This class contains all information about a user defined datatype like UDT, distinct, and named row types
Constructor Summary | |
IfxUDTInfo()
|
Method Summary | |
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. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public IfxUDTInfo()
Method Detail |
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |