public class MethodAliasInfo extends java.lang.Object implements AliasInfo, Formatable
AliasInfo,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
methodName
This class implements Formatable.
|
ALIAS_NAME_SPACE_AGGREGATE_AS_CHAR, ALIAS_NAME_SPACE_AGGREGATE_AS_STRING, ALIAS_NAME_SPACE_FUNCTION_AS_CHAR, ALIAS_NAME_SPACE_FUNCTION_AS_STRING, ALIAS_NAME_SPACE_PROCEDURE_AS_CHAR, ALIAS_NAME_SPACE_PROCEDURE_AS_STRING, ALIAS_NAME_SPACE_SYNONYM_AS_CHAR, ALIAS_NAME_SPACE_SYNONYM_AS_STRING, ALIAS_NAME_SPACE_UDT_AS_CHAR, ALIAS_NAME_SPACE_UDT_AS_STRING, ALIAS_TYPE_AGGREGATE_AS_CHAR, ALIAS_TYPE_AGGREGATE_AS_STRING, ALIAS_TYPE_FUNCTION_AS_CHAR, ALIAS_TYPE_FUNCTION_AS_STRING, ALIAS_TYPE_PROCEDURE_AS_CHAR, ALIAS_TYPE_PROCEDURE_AS_STRING, ALIAS_TYPE_SYNONYM_AS_CHAR, ALIAS_TYPE_SYNONYM_AS_STRING, ALIAS_TYPE_UDT_AS_CHAR, ALIAS_TYPE_UDT_AS_STRING| Constructor and Description |
|---|
MethodAliasInfo()
Public niladic constructor.
|
MethodAliasInfo(java.lang.String methodName)
Create a MethodAliasInfo
|
| Modifier and Type | Method and Description |
|---|---|
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() |
void |
writeExternal(java.io.ObjectOutput out)
Write this object to a stream of stored objects.
|
private java.lang.String methodName
public MethodAliasInfo()
public MethodAliasInfo(java.lang.String methodName)
methodName - The name of the method for the alias.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 errorjava.lang.ClassNotFoundException - thrown on errorpublic 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 getMethodName()
AliasInfogetMethodName in interface AliasInfoAliasInfo.getMethodName()public boolean isTableFunction()
AliasInfoisTableFunction in interface AliasInfopublic java.lang.String toString()
toString in class java.lang.ObjectObject.toString()Apache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.