|
|||||||||
| 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 ExecCursorTableReferencepublic java.lang.String getExposedName()
getExposedName in interface ExecCursorTableReferencepublic java.lang.String getSchemaName()
getSchemaName in interface ExecCursorTableReference
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
writeExternal in interface java.io.Externalizableout - write bytes here
java.io.IOException - thrown on error
public 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 error
java.lang.ClassNotFoundException - thrown on errorpublic int getTypeFormatId()
getTypeFormatId in interface TypedFormatpublic java.lang.String toString()
toString in class java.lang.Object
|
Built on Wed 2013-06-12 15:21:56+0000, from revision ??? | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||