java.io.Externalizable, java.io.Serializable, Formatable, TypedFormatpublic 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, userTypepublic DecimalTypeIdImpl()
public DecimalTypeIdImpl(boolean isNumeric)
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
readExternal in interface java.io.ExternalizablereadExternal in class BaseTypeIdImplin - 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.ExternalizablewriteExternal in class BaseTypeIdImplout - 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.