public class MethodAliasInfo extends Object implements AliasInfo
AliasInfo
AliasInfo.Type
Constructor and Description |
---|
MethodAliasInfo(String methodName)
Create a MethodAliasInfo
|
Modifier and Type | Method and Description |
---|---|
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.
|
String |
toString() |
public MethodAliasInfo(String methodName)
methodName
- The name of the method for the alias.public String getMethodName()
AliasInfo
getMethodName
in interface AliasInfo
AliasInfo.getMethodName()
public boolean isTableFunction()
AliasInfo
isTableFunction
in interface AliasInfo
Copyright © 2013 Akiban Technologies, Inc. All rights reserved.