public class DotConnectorFinder extends Object
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static DotConnectorFinder |
getInstance() |
Set<DotConnector> |
getRelatedConnectors(Table table,
boolean includeImplied) |
Set<DotConnector> |
getRelatedConnectors(Table table1,
Table table2,
boolean includeExcluded,
boolean includeImplied)
Get all the relationships that exist between these two tables.
|
public static DotConnectorFinder getInstance()
public Set<DotConnector> getRelatedConnectors(Table table, boolean includeImplied)
table - Tabledot relationships (as DotConnectors)IOExceptionpublic Set<DotConnector> getRelatedConnectors(Table table1, Table table2, boolean includeExcluded, boolean includeImplied)
table1 - Tabletable2 - Tabledot relationships (as DotConnectors)IOExceptionCopyright © 2016. All Rights Reserved.