Polyglot SQL API Documentation - v0.5.12
GitHub
npm
Preparing search index...
RelationFact
Interface RelationFact
interface
RelationFact
{
alias
?:
string
|
null
;
catalog
?:
string
|
null
;
columns
:
string
[]
;
kind
:
QueryAnalysisSourceKind
;
name
:
string
;
schema
?:
string
|
null
;
table
?:
string
|
null
;
}
Index
Properties
alias?
catalog?
columns
kind
name
schema?
table?
Properties
Optional
alias
alias
?:
string
|
null
Optional
catalog
catalog
?:
string
|
null
columns
columns
:
string
[]
kind
kind
:
QueryAnalysisSourceKind
name
name
:
string
Optional
schema
schema
?:
string
|
null
Optional
table
table
?:
string
|
null
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
alias
catalog
columns
kind
name
schema
table
GitHub
npm
Polyglot SQL API Documentation - v0.5.12
Loading...