public class MethodAliasInfo extends Object implements AliasInfo
AliasInfoAliasInfo.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()
AliasInfogetMethodName in interface AliasInfoAliasInfo.getMethodName()public boolean isTableFunction()
AliasInfoisTableFunction in interface AliasInfoCopyright © 2015 FoundationDB, LLC. All rights reserved.