java.io.Externalizable
, java.io.Serializable
, Formatable
, TypedFormat
public class DecimalTypeIdImpl extends BaseTypeIdImpl
JDBCTypeId, schemaName, unqualifiedName
Constructor | Description |
---|---|
DecimalTypeIdImpl() |
Public niladic constructor.
|
DecimalTypeIdImpl(boolean isNumeric) |
Modifier and Type | Method | Description |
---|---|---|
void |
readExternal(java.io.ObjectInput in) |
Read this object from a stream of stored objects.
|
private void |
setNumericType() |
|
void |
writeExternal(java.io.ObjectOutput out) |
Write this object to a stream of stored objects.
|
equals, getJDBCTypeId, getSchemaName, getSQLTypeName, getTypeFormatId, getUnqualifiedName, hashCode, isAnsiUDT, toParsableString, toString, userType
public DecimalTypeIdImpl()
public DecimalTypeIdImpl(boolean isNumeric)
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
readExternal
in interface java.io.Externalizable
readExternal
in class BaseTypeIdImpl
in
- read this.java.io.IOException
- thrown on errorjava.lang.ClassNotFoundException
- thrown on errorpublic void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
writeExternal
in interface java.io.Externalizable
writeExternal
in class BaseTypeIdImpl
out
- write bytes here.java.io.IOException
- thrown on errorprivate void setNumericType()
Apache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.