org.apache.derby.catalog.types
Class DecimalTypeIdImpl

java.lang.Object
  extended byorg.apache.derby.catalog.types.BaseTypeIdImpl
      extended byorg.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

Field Summary
 
Fields inherited from class org.apache.derby.catalog.types.BaseTypeIdImpl
formatId, JDBCTypeId, SQLTypeName, wrapperTypeFormatId
 
Constructor Summary
DecimalTypeIdImpl()
           
 
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 org.apache.derby.catalog.types.BaseTypeIdImpl
equals, getJDBCTypeId, getSQLTypeName, getTypeFormatId, hashCode, systemBuiltIn, toParsableString, toString, userType, wrapperTypeFormatId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DecimalTypeIdImpl

public DecimalTypeIdImpl()
Method Detail

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()

Built on Tue 2006-10-10 19:23:47+0200, from revision exported

Apache Derby V10.1 Engine Documentation - Copyright © 1997,2005 The Apache Software Foundation or its licensors, as applicable.