|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.derby.impl.sql.CursorTableReference
public class CursorTableReference
Field Summary | |
---|---|
private java.lang.String |
baseName
|
private java.lang.String |
exposedName
This class implements Formatable. |
private java.lang.String |
schemaName
|
Constructor Summary | |
---|---|
CursorTableReference()
Niladic constructor for Formatable |
|
CursorTableReference(java.lang.String exposedName,
java.lang.String baseName,
java.lang.String schemaName)
|
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private java.lang.String exposedName
private java.lang.String baseName
private java.lang.String schemaName
Constructor Detail |
---|
public CursorTableReference()
public CursorTableReference(java.lang.String exposedName, java.lang.String baseName, java.lang.String schemaName)
Method Detail |
---|
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 here
java.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 error
java.lang.ClassNotFoundException
- thrown on errorpublic int getTypeFormatId()
getTypeFormatId
in interface TypedFormat
public java.lang.String toString()
toString
in class java.lang.Object
|
Built on Thu 2010-12-23 20:49:13+0000, from revision ??? | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |