-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8888b28
commit 2efedc0
Showing
315 changed files
with
1,007 additions
and
240 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [extract-pg-schema](./extract-pg-schema.md) > [TableCheck](./extract-pg-schema.tablecheck.md) > [clause](./extract-pg-schema.tablecheck.clause.md) | ||
|
||
## TableCheck.clause property | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
clause: string; | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [extract-pg-schema](./extract-pg-schema.md) > [TableCheck](./extract-pg-schema.tablecheck.md) | ||
|
||
## TableCheck interface | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
export interface TableCheck | ||
``` | ||
|
||
## Properties | ||
|
||
| Property | Modifiers | Type | Description | | ||
| --- | --- | --- | --- | | ||
| [clause](./extract-pg-schema.tablecheck.clause.md) | | string | | | ||
| [name](./extract-pg-schema.tablecheck.name.md) | | string | | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [extract-pg-schema](./extract-pg-schema.md) > [TableCheck](./extract-pg-schema.tablecheck.md) > [name](./extract-pg-schema.tablecheck.name.md) | ||
|
||
## TableCheck.name property | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
name: string; | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [extract-pg-schema](./extract-pg-schema.md) > [TableDetails](./extract-pg-schema.tabledetails.md) > [indices](./extract-pg-schema.tabledetails.indices.md) | ||
|
||
## TableDetails.indices property | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
indices: TableIndex[]; | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [extract-pg-schema](./extract-pg-schema.md) > [TableIndex](./extract-pg-schema.tableindex.md) > [columns](./extract-pg-schema.tableindex.columns.md) | ||
|
||
## TableIndex.columns property | ||
|
||
Array of index columns in order | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
columns: TableIndexColumn[]; | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [extract-pg-schema](./extract-pg-schema.md) > [TableIndex](./extract-pg-schema.tableindex.md) > [isPrimary](./extract-pg-schema.tableindex.isprimary.md) | ||
|
||
## TableIndex.isPrimary property | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
isPrimary: boolean; | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [extract-pg-schema](./extract-pg-schema.md) > [TableIndex](./extract-pg-schema.tableindex.md) > [isUnique](./extract-pg-schema.tableindex.isunique.md) | ||
|
||
## TableIndex.isUnique property | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
isUnique: boolean; | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [extract-pg-schema](./extract-pg-schema.md) > [TableIndex](./extract-pg-schema.tableindex.md) | ||
|
||
## TableIndex interface | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
export interface TableIndex | ||
``` | ||
|
||
## Properties | ||
|
||
| Property | Modifiers | Type | Description | | ||
| --- | --- | --- | --- | | ||
| [columns](./extract-pg-schema.tableindex.columns.md) | | [TableIndexColumn](./extract-pg-schema.tableindexcolumn.md)<!-- -->\[\] | Array of index columns in order | | ||
| [isPrimary](./extract-pg-schema.tableindex.isprimary.md) | | boolean | | | ||
| [isUnique](./extract-pg-schema.tableindex.isunique.md) | | boolean | | | ||
| [name](./extract-pg-schema.tableindex.name.md) | | string | | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [extract-pg-schema](./extract-pg-schema.md) > [TableIndex](./extract-pg-schema.tableindex.md) > [name](./extract-pg-schema.tableindex.name.md) | ||
|
||
## TableIndex.name property | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
name: string; | ||
``` |
13 changes: 13 additions & 0 deletions
13
docs-src/api/extract-pg-schema.tableindexcolumn.definition.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [extract-pg-schema](./extract-pg-schema.md) > [TableIndexColumn](./extract-pg-schema.tableindexcolumn.md) > [definition](./extract-pg-schema.tableindexcolumn.definition.md) | ||
|
||
## TableIndexColumn.definition property | ||
|
||
Definition of index column | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
definition: string; | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [extract-pg-schema](./extract-pg-schema.md) > [TableIndexColumn](./extract-pg-schema.tableindexcolumn.md) | ||
|
||
## TableIndexColumn interface | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
export interface TableIndexColumn | ||
``` | ||
|
||
## Properties | ||
|
||
| Property | Modifiers | Type | Description | | ||
| --- | --- | --- | --- | | ||
| [definition](./extract-pg-schema.tableindexcolumn.definition.md) | | string | Definition of index column | | ||
| [name](./extract-pg-schema.tableindexcolumn.name.md) | | string \| null | Column name or null if functional index | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [extract-pg-schema](./extract-pg-schema.md) > [TableIndexColumn](./extract-pg-schema.tableindexcolumn.md) > [name](./extract-pg-schema.tableindexcolumn.name.md) | ||
|
||
## TableIndexColumn.name property | ||
|
||
Column name or null if functional index | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
name: string | null; | ||
``` |
11 changes: 11 additions & 0 deletions
11
docs-src/api/extract-pg-schema.tablesecuritypolicy.commandtype.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [extract-pg-schema](./extract-pg-schema.md) > [TableSecurityPolicy](./extract-pg-schema.tablesecuritypolicy.md) > [commandType](./extract-pg-schema.tablesecuritypolicy.commandtype.md) | ||
|
||
## TableSecurityPolicy.commandType property | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
commandType: "ALL" | "SELECT" | "INSERT" | "UPDATE" | "DELETE"; | ||
``` |
11 changes: 11 additions & 0 deletions
11
docs-src/api/extract-pg-schema.tablesecuritypolicy.ispermissive.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [extract-pg-schema](./extract-pg-schema.md) > [TableSecurityPolicy](./extract-pg-schema.tablesecuritypolicy.md) > [isPermissive](./extract-pg-schema.tablesecuritypolicy.ispermissive.md) | ||
|
||
## TableSecurityPolicy.isPermissive property | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
isPermissive: boolean; | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [extract-pg-schema](./extract-pg-schema.md) > [TableSecurityPolicy](./extract-pg-schema.tablesecuritypolicy.md) | ||
|
||
## TableSecurityPolicy interface | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
export interface TableSecurityPolicy | ||
``` | ||
|
||
## Properties | ||
|
||
| Property | Modifiers | Type | Description | | ||
| --- | --- | --- | --- | | ||
| [commandType](./extract-pg-schema.tablesecuritypolicy.commandtype.md) | | "ALL" \| "SELECT" \| "INSERT" \| "UPDATE" \| "DELETE" | | | ||
| [isPermissive](./extract-pg-schema.tablesecuritypolicy.ispermissive.md) | | boolean | | | ||
| [modifiabilityExpression](./extract-pg-schema.tablesecuritypolicy.modifiabilityexpression.md) | | string \| null | | | ||
| [name](./extract-pg-schema.tablesecuritypolicy.name.md) | | string | | | ||
| [rolesAppliedTo](./extract-pg-schema.tablesecuritypolicy.rolesappliedto.md) | | string\[\] | | | ||
| [visibilityExpression](./extract-pg-schema.tablesecuritypolicy.visibilityexpression.md) | | string \| null | | | ||
|
11 changes: 11 additions & 0 deletions
11
docs-src/api/extract-pg-schema.tablesecuritypolicy.modifiabilityexpression.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [extract-pg-schema](./extract-pg-schema.md) > [TableSecurityPolicy](./extract-pg-schema.tablesecuritypolicy.md) > [modifiabilityExpression](./extract-pg-schema.tablesecuritypolicy.modifiabilityexpression.md) | ||
|
||
## TableSecurityPolicy.modifiabilityExpression property | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
modifiabilityExpression: string | null; | ||
``` |
11 changes: 11 additions & 0 deletions
11
docs-src/api/extract-pg-schema.tablesecuritypolicy.name.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [extract-pg-schema](./extract-pg-schema.md) > [TableSecurityPolicy](./extract-pg-schema.tablesecuritypolicy.md) > [name](./extract-pg-schema.tablesecuritypolicy.name.md) | ||
|
||
## TableSecurityPolicy.name property | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
name: string; | ||
``` |
11 changes: 11 additions & 0 deletions
11
docs-src/api/extract-pg-schema.tablesecuritypolicy.rolesappliedto.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [extract-pg-schema](./extract-pg-schema.md) > [TableSecurityPolicy](./extract-pg-schema.tablesecuritypolicy.md) > [rolesAppliedTo](./extract-pg-schema.tablesecuritypolicy.rolesappliedto.md) | ||
|
||
## TableSecurityPolicy.rolesAppliedTo property | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
rolesAppliedTo: string[]; | ||
``` |
11 changes: 11 additions & 0 deletions
11
docs-src/api/extract-pg-schema.tablesecuritypolicy.visibilityexpression.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [extract-pg-schema](./extract-pg-schema.md) > [TableSecurityPolicy](./extract-pg-schema.tablesecuritypolicy.md) > [visibilityExpression](./extract-pg-schema.tablesecuritypolicy.visibilityexpression.md) | ||
|
||
## TableSecurityPolicy.visibilityExpression property | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
visibilityExpression: string | null; | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.