AliasInfo.Type
Constructor and Description |
---|
SynonymAliasInfo(String schemaName,
String tableName)
Create a SynonymAliasInfo for synonym.
|
Modifier and Type | Method and Description |
---|---|
String |
getMethodName()
Get the name of the static method that the alias
represents at the source database.
|
String |
getSynonymSchema() |
String |
getSynonymTable() |
boolean |
isTableFunction()
Return true if this alias is a Table Function.
|
String |
toString() |
public String getSynonymTable()
public String getSynonymSchema()
public boolean isTableFunction()
AliasInfo
isTableFunction
in interface AliasInfo
public String getMethodName()
AliasInfo
getMethodName
in interface AliasInfo
Copyright © 2013 Akiban Technologies, Inc. All rights reserved.