AskSQL API Reference (core v0.10.0)
GitHub
Preparing search index...
@asksql/core
ForeignKeyInfo
Interface ForeignKeyInfo
interface
ForeignKeyInfo
{
columns
:
readonly
string
[]
;
name
?:
string
;
refColumns
:
readonly
string
[]
;
refSchema
?:
string
;
refTable
:
string
;
}
Index
Properties
columns
name?
ref
Columns
ref
Schema?
ref
Table
Properties
Readonly
columns
columns
:
readonly
string
[]
Optional
Readonly
name
name
?:
string
Readonly
ref
Columns
refColumns
:
readonly
string
[]
Optional
Readonly
ref
Schema
refSchema
?:
string
Readonly
ref
Table
refTable
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
columns
name
ref
Columns
ref
Schema
ref
Table
GitHub
AskSQL API Reference (core v0.10.0)
Loading...