Package 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,java.io.Serializable,Formatable,TypedFormat
public class DecimalTypeIdImpl extends BaseTypeIdImpl
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.derby.catalog.types.BaseTypeIdImpl
JDBCTypeId, schemaName, unqualifiedName
-
-
Constructor Summary
Constructors Constructor Description DecimalTypeIdImpl()Public niladic constructor.DecimalTypeIdImpl(boolean isNumeric)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidreadExternal(java.io.ObjectInput in)Read this object from a stream of stored objects.private voidsetNumericType()voidwriteExternal(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
-
-
-
-
Method Detail
-
readExternal
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundExceptionRead this object from a stream of stored objects.- Specified by:
readExternalin interfacejava.io.Externalizable- Overrides:
readExternalin classBaseTypeIdImpl- Parameters:
in- read this.- Throws:
java.io.IOException- thrown on errorjava.lang.ClassNotFoundException- thrown on error
-
writeExternal
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOExceptionWrite this object to a stream of stored objects.- Specified by:
writeExternalin interfacejava.io.Externalizable- Overrides:
writeExternalin classBaseTypeIdImpl- Parameters:
out- write bytes here.- Throws:
java.io.IOException- thrown on error
-
setNumericType
private void setNumericType()
-
-