prorm API Reference
← Documentation
GitLab
Preparing search index...
dialects/dialect
FdwUserMappingOptions
Interface FdwUserMappingOptions
Maps a local role to credentials on a foreign server.
interface
FdwUserMappingOptions
{
serverName
:
string
;
user
:
string
;
options
?:
Record
<
string
,
string
>
;
ifNotExists
?:
boolean
;
}
Index
Properties
server
Name
user
options?
if
Not
Exists?
Properties
server
Name
serverName
:
string
user
user
:
string
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
user
options
if
Not
Exists
← Documentation
GitLab
prorm API Reference
Loading...
Maps a local role to credentials on a foreign server.