|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.derby.catalog.types.SynonymAliasInfo
Describe an S (Synonym) alias.
AliasInfo,
Serialized Form| Field Summary | |
private java.lang.String |
schemaName
|
private java.lang.String |
tableName
|
| Constructor Summary | |
SynonymAliasInfo()
|
|
SynonymAliasInfo(java.lang.String schemaName,
java.lang.String tableName)
Create a SynonymAliasInfo for synonym. |
|
| Method Summary | |
java.lang.String |
getMethodName()
Get the name of the static method that the alias represents at the source database. |
java.lang.String |
getSynonymSchema()
|
java.lang.String |
getSynonymTable()
|
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 to a stream of stored objects. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
private java.lang.String schemaName
private java.lang.String tableName
| Constructor Detail |
public SynonymAliasInfo()
public SynonymAliasInfo(java.lang.String schemaName,
java.lang.String tableName)
| Method Detail |
public java.lang.String getSynonymTable()
public java.lang.String getSynonymSchema()
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 error
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 errorpublic int getTypeFormatId()
getTypeFormatId in interface TypedFormatpublic java.lang.String toString()
public java.lang.String getMethodName()
AliasInfo
getMethodName in interface AliasInfo
|
Built on Tue 2006-10-10 19:23:47+0200, from revision exported | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||