public interface TypeInfo
| Modifier and Type | Method and Description |
|---|---|
int |
getDatabaseType()
Get the database 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 getName()
java.lang.String getOwner()
int getXid()
int getDatabaseType()
short getJDBCtype()
int getSource()
int getSourceLength()
com.informix.jdbc.IfxResultSetMetaData getMetaData()