public class CursorTableReference extends java.lang.Object implements ExecCursorTableReference, Formatable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
baseName |
private java.lang.String |
exposedName
This class implements Formatable.
|
private java.lang.String |
schemaName |
Constructor and Description |
---|
CursorTableReference()
Niladic constructor for Formatable
|
CursorTableReference(java.lang.String exposedName,
java.lang.String baseName,
java.lang.String schemaName) |
Modifier and Type | Method and 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 ExecCursorTableReference
public java.lang.String getExposedName()
getExposedName
in interface ExecCursorTableReference
public java.lang.String getSchemaName()
getSchemaName
in interface ExecCursorTableReference
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
writeExternal
in interface java.io.Externalizable
out
- 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.Externalizable
in
- read this.java.io.IOException
- thrown on errorjava.lang.ClassNotFoundException
- thrown on errorpublic int getTypeFormatId()
getTypeFormatId
in interface TypedFormat
public java.lang.String toString()
toString
in class java.lang.Object
Apache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.