|
|||||||||
| Home >> All >> org >> apache >> derby >> catalog >> [ types overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.derby.catalog.types
Class DecimalTypeIdImpl

java.lang.Objectorg.apache.derby.catalog.types.BaseTypeIdImpl
org.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:
readExternalin interfacejava.io.Externalizable- Overrides:
readExternalin classBaseTypeIdImpl
writeExternal
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
- Write this object to a stream of stored objects.
- Specified by:
writeExternalin interfacejava.io.Externalizable- Overrides:
writeExternalin classBaseTypeIdImpl
setNumericType
public void setNumericType()
|
|||||||||
| Home >> All >> org >> apache >> derby >> catalog >> [ types overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC