SQLQueryHelperjs - v1.2.6
Preparing search index...
index
PostgresInspectedTable
Interface PostgresInspectedTable
interface
PostgresInspectedTable
{
schema
:
string
;
name
:
string
;
qualifiedName
:
string
;
columns
:
PostgresInspectedColumn
[]
;
primaryKey
?:
PostgresInspectedPrimaryKey
;
foreignKeys
:
PostgresInspectedForeignKey
[]
;
indexes
:
PostgresInspectedIndex
[]
;
}
Index
Properties
schema
name
qualified
Name
columns
primary
Key?
foreign
Keys
indexes
Properties
schema
schema
:
string
name
name
:
string
qualified
Name
qualifiedName
:
string
columns
columns
:
PostgresInspectedColumn
[]
Optional
primary
Key
primaryKey
?:
PostgresInspectedPrimaryKey
foreign
Keys
foreignKeys
:
PostgresInspectedForeignKey
[]
indexes
indexes
:
PostgresInspectedIndex
[]
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
schema
name
qualified
Name
columns
primary
Key
foreign
Keys
indexes
SQLQueryHelperjs - v1.2.6
Loading...