Uses of Interface
org.jooq.Link
-
Packages that use Link Package Description org.jooq This package contains jOOQ's public API.org.jooq.impl This package contains jOOQ's implementation classes. -
-
Uses of Link in org.jooq
Methods in org.jooq with parameters of type Link Modifier and Type Method Description Table<R>
Table. at(Link link)
A table reference of this table at a givenLink
. -
Uses of Link in org.jooq.impl
Methods in org.jooq.impl that return Link Modifier and Type Method Description static Link
DSL. link(String name)
Create a database link reference.static Link
DSL. link(String name, Schema schema)
Create a database link reference.static Link
DSL. link(Name name)
Create a database link reference.
-