-
- All Superinterfaces:
QueryPart
,Serializable
@Pro public interface Link extends QueryPart
A database link reference.In
SQLDialect.ORACLE
, useTable.at(Link)
to reference a table over a database link.Instances can be created using
DSL.link(Name)
and overloads.- Author:
- Lukas Eder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
name()
The database link name.Schema
schema()
The owner schema.
-