Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.derby.catalog.types
Class DecimalTypeIdImpl  view DecimalTypeIdImpl download DecimalTypeIdImpl.java

java.lang.Object
  extended byorg.apache.derby.catalog.types.BaseTypeIdImpl
      extended byorg.apache.derby.catalog.types.DecimalTypeIdImpl
All Implemented Interfaces:
java.io.Externalizable, org.apache.derby.iapi.services.io.Formatable, java.io.Serializable, org.apache.derby.iapi.services.io.TypedFormat

public class DecimalTypeIdImpl
extends BaseTypeIdImpl


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

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

setNumericType

public void setNumericType()