java.io.Externalizable, java.io.Serializable, Formatable, TypedFormat, ExecCursorTableReferencepublic class CursorTableReference extends java.lang.Object implements ExecCursorTableReference, Formatable
| Modifier and Type | Field | Description |
|---|---|---|
private java.lang.String |
baseName |
|
private java.lang.String |
exposedName |
This class implements Formatable.
|
private java.lang.String |
schemaName |
| Constructor | Description |
|---|---|
CursorTableReference() |
Niladic constructor for Formatable
|
CursorTableReference(java.lang.String exposedName,
java.lang.String baseName,
java.lang.String schemaName) |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getBaseName() |
Return the base name of the table
|
java.lang.String |
getExposedName() |
Return the exposed name of the table.
|
java.lang.String |
getSchemaName() |
Return the schema for the table.
|
int |
getTypeFormatId() |
Get the formatID which corresponds to this class.
|
void |
readExternal(java.io.ObjectInput in) |
Read this object from a stream of stored objects.
|
java.lang.String |
toString() |
|
void |
writeExternal(java.io.ObjectOutput out) |
Write this object out
|
private java.lang.String exposedName
private java.lang.String baseName
private java.lang.String schemaName
public CursorTableReference()
public CursorTableReference(java.lang.String exposedName,
java.lang.String baseName,
java.lang.String schemaName)
public java.lang.String getBaseName()
getBaseName in interface ExecCursorTableReferencepublic java.lang.String getExposedName()
getExposedName in interface ExecCursorTableReferencepublic java.lang.String getSchemaName()
getSchemaName in interface ExecCursorTableReferencepublic void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
writeExternal in interface java.io.Externalizableout - write bytes herejava.io.IOException - thrown on errorpublic void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
readExternal in interface java.io.Externalizablein - read this.java.io.IOException - thrown on errorjava.lang.ClassNotFoundException - thrown on errorpublic int getTypeFormatId()
getTypeFormatId in interface TypedFormatpublic java.lang.String toString()
toString in class java.lang.ObjectApache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.