Package | Description |
---|---|
org.jooq |
The
org.jooq package contains jOOQ's public API. |
org.jooq.impl |
The
org.jooq.impl package contains jOOQ's implementation classes. |
Modifier and Type | Method and Description |
---|---|
Table<R> |
Table.at(Link link)
A table reference of this table at a given
Link . |
Modifier and Type | Method and Description |
---|---|
static Link |
DSL.link(Name name)
Create a database link reference.
|
static Link |
DSL.link(String name)
Create a database link reference.
|
static Link |
DSL.link(String name,
Schema schema)
Create a database link reference.
|
Copyright © 2016. All Rights Reserved.