|
|||||||||
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.DecimalTypeIdImpl
public class DecimalTypeIdImpl
Field Summary |
---|
Fields inherited from class org.apache.derby.catalog.types.BaseTypeIdImpl |
---|
JDBCTypeId, schemaName, unqualifiedName |
Constructor Summary | |
---|---|
DecimalTypeIdImpl()
Public niladic constructor. |
|
DecimalTypeIdImpl(boolean isNumeric)
|
Method Summary | |
---|---|
void |
readExternal(java.io.ObjectInput in)
Read this object from a stream of stored objects. |
private void |
setNumericType()
|
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, getSchemaName, getSQLTypeName, getTypeFormatId, getUnqualifiedName, hashCode, isAnsiUDT, toParsableString, toString, userType |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DecimalTypeIdImpl()
public DecimalTypeIdImpl(boolean isNumeric)
Method Detail |
---|
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
readExternal
in interface java.io.Externalizable
readExternal
in class BaseTypeIdImpl
in
- read this.
java.io.IOException
- thrown on error
java.lang.ClassNotFoundException
- thrown on errorpublic void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
writeExternal
in interface java.io.Externalizable
writeExternal
in class BaseTypeIdImpl
out
- write bytes here.
java.io.IOException
- thrown on errorprivate void setNumericType()
|
Built on Thu 2011-03-10 11:54:14+0000, from revision ??? | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |