org.apache.derby.catalog.types
Class DecimalTypeIdImpl
java.lang.Object
org.apache.derby.catalog.types.BaseTypeIdImpl
org.apache.derby.catalog.types.DecimalTypeIdImpl
- All Implemented Interfaces:
- java.io.Externalizable, Formatable, java.io.Serializable, TypedFormat
- public class DecimalTypeIdImpl
- extends BaseTypeIdImpl
- See Also:
- Serialized Form
Method Summary |
void |
readExternal(java.io.ObjectInput in)
Read this object from a stream of stored objects. |
void |
setNumericType()
|
void |
writeExternal(java.io.ObjectOutput out)
Write this object to a stream of stored objects. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
DecimalTypeIdImpl
public DecimalTypeIdImpl()
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Read this object from a stream of stored objects.
- Specified by:
readExternal
in interface java.io.Externalizable
- Overrides:
readExternal
in class BaseTypeIdImpl
- Parameters:
in
- read this.
- Throws:
java.io.IOException
- thrown on error
java.lang.ClassNotFoundException
- thrown on error
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Write this object to a stream of stored objects.
- Specified by:
writeExternal
in interface java.io.Externalizable
- Overrides:
writeExternal
in class BaseTypeIdImpl
- Parameters:
out
- write bytes here.
- Throws:
java.io.IOException
- thrown on error
setNumericType
public void setNumericType()
Apache Derby V10.1 Engine Documentation - Copyright © 1997,2005 The Apache Software Foundation or its licensors, as applicable.