|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.derby.catalog.types.BaseTypeIdImpl
org.apache.derby.catalog.types.UserDefinedTypeIdImpl
| Field Summary | |
protected java.lang.String |
className
This class implements Formatable. |
| Fields inherited from class org.apache.derby.catalog.types.BaseTypeIdImpl |
formatId, JDBCTypeId, SQLTypeName, wrapperTypeFormatId |
| Constructor Summary | |
UserDefinedTypeIdImpl()
Public niladic constructor. |
|
UserDefinedTypeIdImpl(java.lang.String className)
Constructor for a UserDefinedTypeIdImpl. |
|
| Method Summary | |
java.lang.String |
getClassName()
Return the java class name for this type |
int |
getTypeFormatId()
Get the formatID which corresponds to this class. |
void |
readExternal(java.io.ObjectInput in)
Read this object from a stream of stored objects. |
boolean |
systemBuiltIn()
Does this type id represent a system built-in type? |
boolean |
userType()
Does this type id represent a user type? |
int |
wrapperTypeFormatId()
Get the format id for the wrapper type id that corresponds to this type id. |
void |
writeExternal(java.io.ObjectOutput out)
Write this object to a stream of stored objects. |
| Methods inherited from class org.apache.derby.catalog.types.BaseTypeIdImpl |
equals, getJDBCTypeId, getSQLTypeName, hashCode, toParsableString, toString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected java.lang.String className
| Constructor Detail |
public UserDefinedTypeIdImpl()
public UserDefinedTypeIdImpl(java.lang.String className)
className - The SQL name of the type| Method Detail |
public java.lang.String getClassName()
public boolean systemBuiltIn()
systemBuiltIn in class BaseTypeIdImplpublic boolean userType()
userType in class BaseTypeIdImpl
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
readExternal in interface java.io.ExternalizablereadExternal in class BaseTypeIdImplin - read this.
java.io.IOException - thrown on error
java.lang.ClassNotFoundException - thrown on error
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
writeExternal in interface java.io.ExternalizablewriteExternal in class BaseTypeIdImplout - write bytes here.
java.io.IOException - thrown on errorpublic int getTypeFormatId()
getTypeFormatId in interface TypedFormatgetTypeFormatId in class BaseTypeIdImplpublic int wrapperTypeFormatId()
wrapperTypeFormatId in class BaseTypeIdImpl
|
Built on Tue 2006-10-10 19:23:47+0200, from revision exported | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||