java.io.Externalizable, java.io.Serializable, Formatable, TypedFormatfinal 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.Externalizablejava.io.IOExceptionjava.lang.ClassNotFoundExceptionpublic void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
writeExternal in interface java.io.Externalizablejava.io.IOExceptionpublic int getTypeFormatId()
TypedFormatgetTypeFormatId in interface TypedFormatTypeDescriptor getCatalogType()
Apache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.