prorm API Reference
← Documentation
GitLab
Preparing search index...
dialects/dialect
FdwForeignTableOptions
Interface FdwForeignTableOptions
A foreign table: which server it lives on, its columns, and the remote object it maps to.
interface
FdwForeignTableOptions
{
serverName
:
string
;
schema
?:
string
;
columns
:
Record
<
string
,
FdwForeignTableColumnDef
>
;
options
?:
Record
<
string
,
string
>
;
ifNotExists
?:
boolean
;
}
Index
Properties
server
Name
schema?
columns
options?
if
Not
Exists?
Properties
server
Name
serverName
:
string
Optional
schema
schema
?:
string
columns
columns
:
Record
<
string
,
FdwForeignTableColumnDef
>
Optional
options
options
?:
Record
<
string
,
string
>
Optional
if
Not
Exists
ifNotExists
?:
boolean
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
server
Name
schema
columns
options
if
Not
Exists
← Documentation
GitLab
prorm API Reference
Loading...
A foreign table: which server it lives on, its columns, and the remote object it maps to.