java.io.Externalizable
, java.io.Serializable
, Formatable
, TypedFormat
final class OldRoutineType extends java.lang.Object implements Formatable
Modifier and Type | Field | Description |
---|---|---|
private TypeDescriptor |
catalogType |
Constructor | Description |
---|---|
OldRoutineType() |
Modifier and Type | Method | Description |
---|---|---|
(package private) TypeDescriptor |
getCatalogType() |
|
int |
getTypeFormatId() |
Get a universally unique identifier for the type of
this object.
|
void |
readExternal(java.io.ObjectInput in) |
|
void |
writeExternal(java.io.ObjectOutput out) |
private TypeDescriptor catalogType
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
readExternal
in interface java.io.Externalizable
java.io.IOException
java.lang.ClassNotFoundException
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
writeExternal
in interface java.io.Externalizable
java.io.IOException
public int getTypeFormatId()
TypedFormat
getTypeFormatId
in interface TypedFormat
TypeDescriptor getCatalogType()
Apache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.