|
1 | 1 | import 'dart:js_interop'; |
2 | 2 | import 'dart:js_util'; |
3 | 3 |
|
4 | | -/// [[email protected]/Notice](https://deno.land/x/[email protected]/connection/message.ts?s=Notice). |
| 4 | +/// [deno-[email protected]/Notice](https://deno.land/x/[email protected]/connection/message.ts?s=Notice). |
5 | 5 | @JS() |
6 | 6 | class Notice { |
7 | | - /// [[email protected]/Notice/severity](https://deno.land/x/[email protected]/connection/message.ts?s=Notice#prop_severity). |
| 7 | + /// [deno-[email protected]/Notice/severity](https://deno.land/x/[email protected]/connection/message.ts?s=Notice#prop_severity). |
8 | 8 | external String get severity; |
9 | 9 |
|
10 | | - /// [[email protected]/Notice/code](https://deno.land/x/[email protected]/connection/message.ts?s=Notice#prop_code). |
| 10 | + /// [deno-[email protected]/Notice/code](https://deno.land/x/[email protected]/connection/message.ts?s=Notice#prop_code). |
11 | 11 | external String get code; |
12 | 12 |
|
13 | | - /// [[email protected]/Notice/message](https://deno.land/x/[email protected]/connection/message.ts?s=Notice#prop_message). |
| 13 | + /// [deno-[email protected]/Notice/message](https://deno.land/x/[email protected]/connection/message.ts?s=Notice#prop_message). |
14 | 14 | external String get message; |
15 | 15 |
|
16 | | - /// [[email protected]/Notice/detail](https://deno.land/x/[email protected]/connection/message.ts?s=Notice#prop_detail). |
| 16 | + /// [deno-[email protected]/Notice/detail](https://deno.land/x/[email protected]/connection/message.ts?s=Notice#prop_detail). |
17 | 17 | external String? get detail; |
18 | 18 |
|
19 | | - /// [[email protected]/Notice/hint](https://deno.land/x/[email protected]/connection/message.ts?s=Notice#prop_hint). |
| 19 | + /// [deno-[email protected]/Notice/hint](https://deno.land/x/[email protected]/connection/message.ts?s=Notice#prop_hint). |
20 | 20 | external String? get hint; |
21 | 21 |
|
22 | | - /// [[email protected]/Notice/position](https://deno.land/x/[email protected]/connection/message.ts?s=Notice#prop_position). |
| 22 | + /// [deno-[email protected]/Notice/position](https://deno.land/x/[email protected]/connection/message.ts?s=Notice#prop_position). |
23 | 23 | external String? get position; |
24 | 24 |
|
25 | | - /// [[email protected]/Notice/internalPosition](https://deno.land/x/[email protected]/connection/message.ts?s=Notice#prop_internalPosition). |
| 25 | + /// [deno-[email protected]/Notice/internalPosition](https://deno.land/x/[email protected]/connection/message.ts?s=Notice#prop_internalPosition). |
26 | 26 | external String? get internalPosition; |
27 | 27 |
|
28 | | - /// [[email protected]/Notice/internalQuery](https://deno.land/x/[email protected]/connection/message.ts?s=Notice#prop_internalQuery). |
| 28 | + /// [deno-[email protected]/Notice/internalQuery](https://deno.land/x/[email protected]/connection/message.ts?s=Notice#prop_internalQuery). |
29 | 29 | external String? get internalQuery; |
30 | 30 |
|
31 | | - /// [[email protected]/Notice/where](https://deno.land/x/[email protected]/connection/message.ts?s=Notice#prop_where). |
| 31 | + /// [deno-[email protected]/Notice/where](https://deno.land/x/[email protected]/connection/message.ts?s=Notice#prop_where). |
32 | 32 | external String? get where; |
33 | 33 |
|
34 | | - /// [[email protected]/Notice/schema](https://deno.land/x/[email protected]/connection/message.ts?s=Notice#prop_schema). |
| 34 | + /// [deno-[email protected]/Notice/schema](https://deno.land/x/[email protected]/connection/message.ts?s=Notice#prop_schema). |
35 | 35 | external String? get schema; |
36 | 36 |
|
37 | | - /// [[email protected]/Notice/table](https://deno.land/x/[email protected]/connection/message.ts?s=Notice#prop_table). |
| 37 | + /// [deno-[email protected]/Notice/table](https://deno.land/x/[email protected]/connection/message.ts?s=Notice#prop_table). |
38 | 38 | external String? get table; |
39 | 39 |
|
40 | | - /// [[email protected]/Notice/column](https://deno.land/x/[email protected]/connection/message.ts?s=Notice#prop_column). |
| 40 | + /// [deno-[email protected]/Notice/column](https://deno.land/x/[email protected]/connection/message.ts?s=Notice#prop_column). |
41 | 41 | external String? get column; |
42 | 42 |
|
43 | | - /// [[email protected]/Notice/dataType](https://deno.land/x/[email protected]/connection/message.ts?s=Notice#prop_dataType). |
| 43 | + /// [deno-[email protected]/Notice/dataType](https://deno.land/x/[email protected]/connection/message.ts?s=Notice#prop_dataType). |
44 | 44 | external String? get dataType; |
45 | 45 |
|
46 | | - /// [[email protected]/Notice/constraint](https://deno.land/x/[email protected]/connection/message.ts?s=Notice#prop_constraint). |
| 46 | + /// [deno-[email protected]/Notice/constraint](https://deno.land/x/[email protected]/connection/message.ts?s=Notice#prop_constraint). |
47 | 47 | external String? get constraint; |
48 | 48 |
|
49 | | - /// [[email protected]/Notice/file](https://deno.land/x/[email protected]/connection/message.ts?s=Notice#prop_file). |
| 49 | + /// [deno-[email protected]/Notice/file](https://deno.land/x/[email protected]/connection/message.ts?s=Notice#prop_file). |
50 | 50 | external String? get file; |
51 | 51 |
|
52 | | - /// [[email protected]/Notice/line](https://deno.land/x/[email protected]/connection/message.ts?s=Notice#prop_line). |
| 52 | + /// [deno-[email protected]/Notice/line](https://deno.land/x/[email protected]/connection/message.ts?s=Notice#prop_line). |
53 | 53 | external String? get line; |
54 | 54 |
|
55 | | - /// [[email protected]/Notice/routine](https://deno.land/x/[email protected]/connection/message.ts?s=Notice#prop_routine). |
| 55 | + /// [deno-[email protected]/Notice/routine](https://deno.land/x/[email protected]/connection/message.ts?s=Notice#prop_routine). |
56 | 56 | external String? get routine; |
57 | 57 |
|
58 | | - /// [[email protected]/Notice](https://deno.land/x/[email protected]/connection/message.ts?s=Notice). |
| 58 | + /// [deno-[email protected]/Notice](https://deno.land/x/[email protected]/connection/message.ts?s=Notice). |
59 | 59 | factory Notice({ |
60 | 60 | required String severity, |
61 | 61 | required String code, |
|
0 commit comments