AliasInfo.Type
Constructor and Description |
---|
SynonymAliasInfo(java.lang.String schemaName,
java.lang.String tableName)
Create a SynonymAliasInfo for synonym.
|
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.
|
java.lang.String |
getSynonymSchema() |
java.lang.String |
getSynonymTable() |
boolean |
isTableFunction()
Return true if this alias is a Table Function.
|
java.lang.String |
toString() |
public SynonymAliasInfo(java.lang.String schemaName, java.lang.String tableName)
public java.lang.String getSynonymTable()
public java.lang.String getSynonymSchema()
public boolean isTableFunction()
AliasInfo
isTableFunction
in interface AliasInfo
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getMethodName()
AliasInfo
getMethodName
in interface AliasInfo
Copyright © 2013. All Rights Reserved.