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 BaseTypeIdImpl
JDBCTypeId, schemaName, unqualifiedName -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidRead this object from a stream of stored objects.private voidvoidWrite this object to a stream of stored objects.Methods inherited from class 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:
readExternalin interfaceExternalizable- Overrides:
readExternalin 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:
writeExternalin interfaceExternalizable- Overrides:
writeExternalin classBaseTypeIdImpl- Parameters:
out- write bytes here.- Throws:
IOException- thrown on error
-
setNumericType
private void setNumericType()
-