public interface ITableInfo
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCatalog() |
java.lang.String |
getSchema() |
java.lang.String |
getTable() |
boolean |
isSame(ITableInfo tableInfo) |
boolean |
schemaCatalogAmbiguous()
Returns true only if the table name was derived from a string and it is ambiguous that the schema or catalog is used.
|
java.lang.String |
toString() |
java.lang.String getCatalog()
java.lang.String getSchema()
java.lang.String getTable()
boolean isSame(ITableInfo tableInfo)
java.lang.String toString()
toString in class java.lang.Objectboolean schemaCatalogAmbiguous()
Copyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.