|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.derby.catalog.types.UDTAliasInfo
public class UDTAliasInfo
Describe an A (Abstract Data Type) alias. For the first release of USer Defined Types, this is a vacuous object. Future revs may add real information to this object. The UDTAliasInfo maintains a version stamp so that it can evolve its persistent form over time.
AliasInfo,
Serialized Form| Field Summary | |
|---|---|
private static int |
FIRST_VERSION
|
| Constructor Summary | |
|---|---|
UDTAliasInfo()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getMethodName()
Get the name of the static method that the alias represents at the source database. |
int |
getTypeFormatId()
Get the formatID which corresponds to this class. |
boolean |
isTableFunction()
Return true if this alias is a Table Function. |
void |
readExternal(java.io.ObjectInput in)
Read this object from a stream of stored objects. |
java.lang.String |
toString()
This is used by dblook to reconstruct the UDT-specific parts of the ddl needed to recreate this alias. |
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 static final int FIRST_VERSION
| Constructor Detail |
|---|
public UDTAliasInfo()
| Method Detail |
|---|
public boolean isTableFunction()
AliasInfo
isTableFunction in interface AliasInfo
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()
toString in class java.lang.Objectpublic java.lang.String getMethodName()
AliasInfo
getMethodName in interface AliasInfo
|
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 | ||||||||