Package | Description |
---|---|
com.viaoa.ds.jdbc.db |
OADataSourceJDBC classes used for ORM - object-relational mapping, and DB metadata.
|
Modifier and Type | Field and Description |
---|---|
Link |
Column.fkeyLink |
Modifier and Type | Method and Description |
---|---|
Link |
Table.getLink(Class clazz) |
Link |
Table.getLink(String name) |
Link[] |
Table.getLinks() |
Link |
Link.getReverseLink()
Returns Link from toTable back to this table.
|
Link |
Table.getReverseLink(Link link) |
Modifier and Type | Method and Description |
---|---|
Column[] |
Table.getLinkToColumns(Link link,
Table toTable) |
Link |
Table.getReverseLink(Link link) |
void |
Table.setLinks(Link[] links) |
Copyright © 1999–2019 ViaOA. All rights reserved.