com.akiban.sql.types
Interface AliasInfo

All Known Implementing Classes:
MethodAliasInfo, RoutineAliasInfo, SynonymAliasInfo, UDTAliasInfo

public interface AliasInfo

An interface for describing an alias in Derby systems. In a Derby system, an alias can be one of the following:


Nested Class Summary
static class AliasInfo.Type
           
 
Method Summary
 String getMethodName()
          Get the name of the static method that the alias represents at the source database.
 boolean isTableFunction()
          Return true if this alias is a Table Function.
 

Method Detail

getMethodName

String getMethodName()
Get the name of the static method that the alias represents at the source database. (Only meaningful for method aliases )

Returns:
The name of the static method that the alias represents at the source database.

isTableFunction

boolean isTableFunction()
Return true if this alias is a Table Function.



Copyright © 2013 Akiban Technologies, Inc. All rights reserved.