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:
Externalizable
,Serializable
,Formatable
,TypedFormat
- See Also:
-
Field Summary
Fields inherited from class org.apache.derby.catalog.types.BaseTypeIdImpl
JDBCTypeId, schemaName, unqualifiedName
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Read this object from a stream of stored objects.private void
void
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
-
Constructor Details
-
DecimalTypeIdImpl
public DecimalTypeIdImpl()Public niladic constructor. Needed for Serializable interface to work. -
DecimalTypeIdImpl
public DecimalTypeIdImpl(boolean isNumeric)
-
-
Method Details
-
readExternal
Read this object from a stream of stored objects.- Specified by:
readExternal
in interfaceExternalizable
- Overrides:
readExternal
in classBaseTypeIdImpl
- Parameters:
in
- read this.- Throws:
IOException
- thrown on errorClassNotFoundException
- thrown on error
-
writeExternal
Write this object to a stream of stored objects.- Specified by:
writeExternal
in interfaceExternalizable
- Overrides:
writeExternal
in classBaseTypeIdImpl
- Parameters:
out
- write bytes here.- Throws:
IOException
- thrown on error
-
setNumericType
private void setNumericType()
-