@tsonic/efcore-npgsql 0.1.2 → 10.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Microsoft.EntityFrameworkCore/bindings.json +8128 -11135
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +604 -604
- package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +29 -180
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +16 -16
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +18 -15
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +1 -1
- package/Microsoft.Extensions.DependencyInjection/bindings.json +28 -26
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +2 -2
- package/Npgsql/bindings.json +10951 -18969
- package/Npgsql/internal/index.d.ts +1044 -1044
- package/Npgsql.BackendMessages/bindings.json +26 -39
- package/Npgsql.BackendMessages/internal/index.d.ts +3 -3
- package/Npgsql.EntityFrameworkCore.PostgreSQL/bindings.json +9 -66
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/bindings.json +93 -174
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/internal/index.d.ts +12 -12
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/bindings.json +26 -201
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/internal/index.d.ts +17 -17
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/bindings.json +34 -48
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/internal/index.d.ts +4 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/bindings.json +124 -217
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/internal/index.d.ts +17 -17
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/bindings.json +335 -693
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/internal/index.d.ts +55 -55
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/bindings.json +390 -712
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/internal/index.d.ts +56 -56
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/bindings.json +322 -703
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/internal/index.d.ts +62 -62
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/bindings.json +99 -193
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/internal/index.d.ts +9 -9
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/bindings.json +155 -612
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/internal/index.d.ts +52 -52
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/bindings.json +33 -58
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/internal/index.d.ts +4 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/bindings.json +92 -173
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/internal/index.d.ts +13 -13
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/bindings.json +35 -72
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/internal/index.d.ts +6 -6
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/bindings.json +129 -234
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/internal/index.d.ts +20 -20
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/bindings.json +421 -864
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/internal/index.d.ts +38 -38
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/bindings.json +41 -345
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/internal/index.d.ts +30 -30
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/bindings.json +952 -2015
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/internal/index.d.ts +152 -152
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/bindings.json +240 -523
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/internal/index.d.ts +21 -21
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/bindings.json +33 -61
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/internal/index.d.ts +3 -3
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/bindings.json +276 -544
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/internal/index.d.ts +36 -36
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/bindings.json +60 -110
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/internal/index.d.ts +8 -8
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/bindings.json +1549 -4016
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/internal/index.d.ts +159 -159
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/bindings.json +14 -34
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/internal/index.d.ts +1 -1
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/bindings.json +93 -187
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/internal/index.d.ts +10 -10
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/bindings.json +37 -76
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/internal/index.d.ts +4 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/bindings.json +108 -192
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/internal/index.d.ts +8 -8
- package/Npgsql.Internal/bindings.json +1671 -3264
- package/Npgsql.Internal/internal/index.d.ts +243 -243
- package/Npgsql.Internal.Postgres/bindings.json +208 -434
- package/Npgsql.Internal.Postgres/internal/index.d.ts +33 -33
- package/Npgsql.NameTranslation/bindings.json +61 -116
- package/Npgsql.NameTranslation/internal/index.d.ts +5 -5
- package/Npgsql.PostgresTypes/bindings.json +175 -1000
- package/Npgsql.PostgresTypes/internal/index.d.ts +19 -19
- package/Npgsql.Replication/bindings.json +325 -1072
- package/Npgsql.Replication/internal/index.d.ts +46 -46
- package/Npgsql.Replication.Internal/bindings.json +44 -73
- package/Npgsql.Replication.Internal/internal/index.d.ts +5 -5
- package/Npgsql.Replication.PgOutput/bindings.json +191 -537
- package/Npgsql.Replication.PgOutput/internal/index.d.ts +30 -30
- package/Npgsql.Replication.PgOutput.Messages/bindings.json +662 -2866
- package/Npgsql.Replication.PgOutput.Messages/internal/index.d.ts +82 -82
- package/Npgsql.Replication.TestDecoding/bindings.json +91 -268
- package/Npgsql.Replication.TestDecoding/internal/index.d.ts +13 -13
- package/Npgsql.Schema/bindings.json +149 -322
- package/Npgsql.Schema/internal/index.d.ts +28 -28
- package/Npgsql.TypeMapping/bindings.json +92 -153
- package/Npgsql.TypeMapping/internal/index.d.ts +13 -13
- package/Npgsql.Util/bindings.json +9 -1
- package/NpgsqlTypes/bindings.json +1569 -4426
- package/NpgsqlTypes/internal/index.d.ts +280 -280
- package/__build/scripts/generate.sh +4 -4
- package/__internal/extensions/index.d.ts +71 -71
- package/package.json +5 -5
- package/Microsoft.EntityFrameworkCore/internal/metadata.json +0 -10154
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/metadata.json +0 -172
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/metadata.json +0 -49
- package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +0 -63
- package/Npgsql/internal/metadata.json +0 -15514
- package/Npgsql.BackendMessages/internal/metadata.json +0 -72
- package/Npgsql.EntityFrameworkCore.PostgreSQL/internal/metadata.json +0 -60
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/internal/metadata.json +0 -269
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/internal/metadata.json +0 -184
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/internal/metadata.json +0 -125
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/internal/metadata.json +0 -342
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/internal/metadata.json +0 -985
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/internal/metadata.json +0 -1064
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/internal/metadata.json +0 -990
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/internal/metadata.json +0 -317
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/internal/metadata.json +0 -664
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/internal/metadata.json +0 -95
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/internal/metadata.json +0 -262
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/internal/metadata.json +0 -114
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/internal/metadata.json +0 -351
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/internal/metadata.json +0 -1349
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/internal/metadata.json +0 -304
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/internal/metadata.json +0 -2783
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/internal/metadata.json +0 -806
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/internal/metadata.json +0 -102
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/internal/metadata.json +0 -807
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/internal/metadata.json +0 -186
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/internal/metadata.json +0 -4823
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/internal/metadata.json +0 -51
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/internal/metadata.json +0 -341
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/internal/metadata.json +0 -118
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/internal/metadata.json +0 -323
- package/Npgsql.Internal/internal/metadata.json +0 -4555
- package/Npgsql.Internal.Postgres/internal/metadata.json +0 -619
- package/Npgsql.NameTranslation/internal/metadata.json +0 -173
- package/Npgsql.PostgresTypes/internal/metadata.json +0 -480
- package/Npgsql.Replication/internal/metadata.json +0 -972
- package/Npgsql.Replication.Internal/internal/metadata.json +0 -119
- package/Npgsql.Replication.PgOutput/internal/metadata.json +0 -644
- package/Npgsql.Replication.PgOutput.Messages/internal/metadata.json +0 -1905
- package/Npgsql.Replication.TestDecoding/internal/metadata.json +0 -283
- package/Npgsql.Schema/internal/metadata.json +0 -451
- package/Npgsql.TypeMapping/internal/metadata.json +0 -248
- package/Npgsql.Util/internal/metadata.json +0 -24
- package/NpgsqlTypes/internal/metadata.json +0 -5014
|
@@ -1,23 +1,36 @@
|
|
|
1
1
|
{
|
|
2
2
|
"namespace": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal",
|
|
3
|
+
"contributingAssemblies": [
|
|
4
|
+
"Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
5
|
+
],
|
|
3
6
|
"types": [
|
|
4
7
|
{
|
|
5
8
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.INpgsqlRelationalConnection",
|
|
6
9
|
"clrName": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.INpgsqlRelationalConnection",
|
|
7
|
-
"tsEmitName": "INpgsqlRelationalConnection",
|
|
8
10
|
"assemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
9
11
|
"metadataToken": 0,
|
|
12
|
+
"kind": "Interface",
|
|
13
|
+
"accessibility": "Public",
|
|
14
|
+
"isAbstract": true,
|
|
15
|
+
"isSealed": false,
|
|
16
|
+
"isStatic": false,
|
|
17
|
+
"arity": 0,
|
|
10
18
|
"methods": [
|
|
11
19
|
{
|
|
12
20
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.INpgsqlRelationalConnection::CreateAdminConnection():Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.INpgsqlRelationalConnection",
|
|
13
21
|
"clrName": "CreateAdminConnection",
|
|
14
|
-
"tsEmitName": "createAdminConnection",
|
|
15
22
|
"metadataToken": 100664116,
|
|
16
23
|
"canonicalSignature": "():Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.INpgsqlRelationalConnection",
|
|
17
24
|
"normalizedSignature": "CreateAdminConnection|():Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.INpgsqlRelationalConnection|static=false",
|
|
18
25
|
"emitScope": "ClassSurface",
|
|
26
|
+
"provenance": "Original",
|
|
19
27
|
"arity": 0,
|
|
20
28
|
"parameterCount": 0,
|
|
29
|
+
"isStatic": false,
|
|
30
|
+
"isAbstract": true,
|
|
31
|
+
"isVirtual": true,
|
|
32
|
+
"isOverride": false,
|
|
33
|
+
"isSealed": false,
|
|
21
34
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.INpgsqlRelationalConnection",
|
|
22
35
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
23
36
|
"isExtensionMethod": false
|
|
@@ -25,13 +38,18 @@
|
|
|
25
38
|
{
|
|
26
39
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.INpgsqlRelationalConnection::CloneWith(System.String,System.Boolean,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.INpgsqlRelationalConnection,Npgsql.EntityFrameworkCore.PostgreSQL,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]",
|
|
27
40
|
"clrName": "CloneWith",
|
|
28
|
-
"tsEmitName": "cloneWith",
|
|
29
41
|
"metadataToken": 100664117,
|
|
30
42
|
"canonicalSignature": "(System.String,System.Boolean,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.INpgsqlRelationalConnection,Npgsql.EntityFrameworkCore.PostgreSQL,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]",
|
|
31
43
|
"normalizedSignature": "CloneWith|(System.String,System.Boolean,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.INpgsqlRelationalConnection,Npgsql.EntityFrameworkCore.PostgreSQL,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]|static=false",
|
|
32
44
|
"emitScope": "ClassSurface",
|
|
45
|
+
"provenance": "Original",
|
|
33
46
|
"arity": 0,
|
|
34
47
|
"parameterCount": 3,
|
|
48
|
+
"isStatic": false,
|
|
49
|
+
"isAbstract": true,
|
|
50
|
+
"isVirtual": true,
|
|
51
|
+
"isOverride": false,
|
|
52
|
+
"isSealed": false,
|
|
35
53
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.INpgsqlRelationalConnection",
|
|
36
54
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
37
55
|
"isExtensionMethod": false
|
|
@@ -41,73 +59,53 @@
|
|
|
41
59
|
{
|
|
42
60
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.INpgsqlRelationalConnection::DataSource:System.Data.Common.DbDataSource",
|
|
43
61
|
"clrName": "DataSource",
|
|
44
|
-
"tsEmitName": "dataSource",
|
|
45
62
|
"metadataToken": 385875993,
|
|
46
63
|
"canonicalSignature": ":System.Data.Common.DbDataSource",
|
|
47
64
|
"normalizedSignature": "DataSource|:System.Data.Common.DbDataSource|static=false|accessor=get",
|
|
48
65
|
"emitScope": "ClassSurface",
|
|
66
|
+
"provenance": "Original",
|
|
49
67
|
"isIndexer": false,
|
|
50
68
|
"hasGetter": true,
|
|
51
69
|
"hasSetter": false,
|
|
70
|
+
"isStatic": false,
|
|
71
|
+
"isAbstract": true,
|
|
72
|
+
"isVirtual": true,
|
|
73
|
+
"isOverride": false,
|
|
52
74
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.INpgsqlRelationalConnection",
|
|
53
75
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
54
76
|
}
|
|
55
77
|
],
|
|
56
78
|
"fields": [],
|
|
57
79
|
"events": [],
|
|
58
|
-
"constructors": []
|
|
59
|
-
"exposedMethods": [
|
|
60
|
-
{
|
|
61
|
-
"tsName": "createAdminConnection",
|
|
62
|
-
"isStatic": false,
|
|
63
|
-
"tsSignatureId": "CreateAdminConnection|():Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.INpgsqlRelationalConnection|static=false",
|
|
64
|
-
"target": {
|
|
65
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.INpgsqlRelationalConnection",
|
|
66
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
67
|
-
"metadataToken": 100664116
|
|
68
|
-
}
|
|
69
|
-
},
|
|
70
|
-
{
|
|
71
|
-
"tsName": "cloneWith",
|
|
72
|
-
"isStatic": false,
|
|
73
|
-
"tsSignatureId": "CloneWith|(System.String,System.Boolean,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.INpgsqlRelationalConnection,Npgsql.EntityFrameworkCore.PostgreSQL,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]|static=false",
|
|
74
|
-
"target": {
|
|
75
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.INpgsqlRelationalConnection",
|
|
76
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
77
|
-
"metadataToken": 100664117
|
|
78
|
-
}
|
|
79
|
-
}
|
|
80
|
-
],
|
|
81
|
-
"exposedProperties": [
|
|
82
|
-
{
|
|
83
|
-
"tsName": "dataSource",
|
|
84
|
-
"isStatic": false,
|
|
85
|
-
"tsSignatureId": "DataSource|:System.Data.Common.DbDataSource|static=false|accessor=get",
|
|
86
|
-
"target": {
|
|
87
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.INpgsqlRelationalConnection",
|
|
88
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
89
|
-
"metadataToken": 385875993
|
|
90
|
-
}
|
|
91
|
-
}
|
|
92
|
-
]
|
|
80
|
+
"constructors": []
|
|
93
81
|
},
|
|
94
82
|
{
|
|
95
83
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlDatabaseCreator",
|
|
96
84
|
"clrName": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlDatabaseCreator",
|
|
97
|
-
"tsEmitName": "NpgsqlDatabaseCreator",
|
|
98
85
|
"assemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
99
86
|
"metadataToken": 0,
|
|
87
|
+
"kind": "Class",
|
|
88
|
+
"accessibility": "Public",
|
|
89
|
+
"isAbstract": false,
|
|
90
|
+
"isSealed": false,
|
|
91
|
+
"isStatic": false,
|
|
92
|
+
"arity": 0,
|
|
100
93
|
"methods": [
|
|
101
94
|
{
|
|
102
95
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlDatabaseCreator::Create():System.Void",
|
|
103
96
|
"clrName": "Create",
|
|
104
|
-
"tsEmitName": "create",
|
|
105
97
|
"metadataToken": 100664123,
|
|
106
98
|
"canonicalSignature": "():System.Void",
|
|
107
99
|
"normalizedSignature": "Create|():System.Void|static=false",
|
|
108
100
|
"emitScope": "ClassSurface",
|
|
101
|
+
"provenance": "Original",
|
|
109
102
|
"arity": 0,
|
|
110
103
|
"parameterCount": 0,
|
|
104
|
+
"isStatic": false,
|
|
105
|
+
"isAbstract": false,
|
|
106
|
+
"isVirtual": true,
|
|
107
|
+
"isOverride": true,
|
|
108
|
+
"isSealed": false,
|
|
111
109
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlDatabaseCreator",
|
|
112
110
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
113
111
|
"isExtensionMethod": false
|
|
@@ -115,13 +113,18 @@
|
|
|
115
113
|
{
|
|
116
114
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlDatabaseCreator::CreateAsync(System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
117
115
|
"clrName": "CreateAsync",
|
|
118
|
-
"tsEmitName": "createAsync",
|
|
119
116
|
"metadataToken": 100664124,
|
|
120
117
|
"canonicalSignature": "(System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
121
118
|
"normalizedSignature": "CreateAsync|(System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
|
|
122
119
|
"emitScope": "ClassSurface",
|
|
120
|
+
"provenance": "Original",
|
|
123
121
|
"arity": 0,
|
|
124
122
|
"parameterCount": 1,
|
|
123
|
+
"isStatic": false,
|
|
124
|
+
"isAbstract": false,
|
|
125
|
+
"isVirtual": true,
|
|
126
|
+
"isOverride": true,
|
|
127
|
+
"isSealed": false,
|
|
125
128
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlDatabaseCreator",
|
|
126
129
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
127
130
|
"isExtensionMethod": false
|
|
@@ -129,13 +132,18 @@
|
|
|
129
132
|
{
|
|
130
133
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlDatabaseCreator::HasTables():System.Boolean",
|
|
131
134
|
"clrName": "HasTables",
|
|
132
|
-
"tsEmitName": "hasTables",
|
|
133
135
|
"metadataToken": 100664125,
|
|
134
136
|
"canonicalSignature": "():System.Boolean",
|
|
135
137
|
"normalizedSignature": "HasTables|():System.Boolean|static=false",
|
|
136
138
|
"emitScope": "ClassSurface",
|
|
139
|
+
"provenance": "Original",
|
|
137
140
|
"arity": 0,
|
|
138
141
|
"parameterCount": 0,
|
|
142
|
+
"isStatic": false,
|
|
143
|
+
"isAbstract": false,
|
|
144
|
+
"isVirtual": true,
|
|
145
|
+
"isOverride": true,
|
|
146
|
+
"isSealed": false,
|
|
139
147
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlDatabaseCreator",
|
|
140
148
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
141
149
|
"isExtensionMethod": false
|
|
@@ -143,13 +151,18 @@
|
|
|
143
151
|
{
|
|
144
152
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlDatabaseCreator::HasTablesAsync(System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
145
153
|
"clrName": "HasTablesAsync",
|
|
146
|
-
"tsEmitName": "hasTablesAsync",
|
|
147
154
|
"metadataToken": 100664126,
|
|
148
155
|
"canonicalSignature": "(System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
149
156
|
"normalizedSignature": "HasTablesAsync|(System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
|
|
150
157
|
"emitScope": "ClassSurface",
|
|
158
|
+
"provenance": "Original",
|
|
151
159
|
"arity": 0,
|
|
152
160
|
"parameterCount": 1,
|
|
161
|
+
"isStatic": false,
|
|
162
|
+
"isAbstract": false,
|
|
163
|
+
"isVirtual": true,
|
|
164
|
+
"isOverride": true,
|
|
165
|
+
"isSealed": false,
|
|
153
166
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlDatabaseCreator",
|
|
154
167
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
155
168
|
"isExtensionMethod": false
|
|
@@ -157,13 +170,18 @@
|
|
|
157
170
|
{
|
|
158
171
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlDatabaseCreator::Exists():System.Boolean",
|
|
159
172
|
"clrName": "Exists",
|
|
160
|
-
"tsEmitName": "exists",
|
|
161
173
|
"metadataToken": 100664129,
|
|
162
174
|
"canonicalSignature": "():System.Boolean",
|
|
163
175
|
"normalizedSignature": "Exists|():System.Boolean|static=false",
|
|
164
176
|
"emitScope": "ClassSurface",
|
|
177
|
+
"provenance": "Original",
|
|
165
178
|
"arity": 0,
|
|
166
179
|
"parameterCount": 0,
|
|
180
|
+
"isStatic": false,
|
|
181
|
+
"isAbstract": false,
|
|
182
|
+
"isVirtual": true,
|
|
183
|
+
"isOverride": true,
|
|
184
|
+
"isSealed": false,
|
|
167
185
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlDatabaseCreator",
|
|
168
186
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
169
187
|
"isExtensionMethod": false
|
|
@@ -171,13 +189,18 @@
|
|
|
171
189
|
{
|
|
172
190
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlDatabaseCreator::ExistsAsync(System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
173
191
|
"clrName": "ExistsAsync",
|
|
174
|
-
"tsEmitName": "existsAsync",
|
|
175
192
|
"metadataToken": 100664130,
|
|
176
193
|
"canonicalSignature": "(System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
177
194
|
"normalizedSignature": "ExistsAsync|(System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
|
|
178
195
|
"emitScope": "ClassSurface",
|
|
196
|
+
"provenance": "Original",
|
|
179
197
|
"arity": 0,
|
|
180
198
|
"parameterCount": 1,
|
|
199
|
+
"isStatic": false,
|
|
200
|
+
"isAbstract": false,
|
|
201
|
+
"isVirtual": true,
|
|
202
|
+
"isOverride": true,
|
|
203
|
+
"isSealed": false,
|
|
181
204
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlDatabaseCreator",
|
|
182
205
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
183
206
|
"isExtensionMethod": false
|
|
@@ -185,13 +208,18 @@
|
|
|
185
208
|
{
|
|
186
209
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlDatabaseCreator::Delete():System.Void",
|
|
187
210
|
"clrName": "Delete",
|
|
188
|
-
"tsEmitName": "delete",
|
|
189
211
|
"metadataToken": 100664132,
|
|
190
212
|
"canonicalSignature": "():System.Void",
|
|
191
213
|
"normalizedSignature": "Delete|():System.Void|static=false",
|
|
192
214
|
"emitScope": "ClassSurface",
|
|
215
|
+
"provenance": "Original",
|
|
193
216
|
"arity": 0,
|
|
194
217
|
"parameterCount": 0,
|
|
218
|
+
"isStatic": false,
|
|
219
|
+
"isAbstract": false,
|
|
220
|
+
"isVirtual": true,
|
|
221
|
+
"isOverride": true,
|
|
222
|
+
"isSealed": false,
|
|
195
223
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlDatabaseCreator",
|
|
196
224
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
197
225
|
"isExtensionMethod": false
|
|
@@ -199,13 +227,18 @@
|
|
|
199
227
|
{
|
|
200
228
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlDatabaseCreator::DeleteAsync(System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
201
229
|
"clrName": "DeleteAsync",
|
|
202
|
-
"tsEmitName": "deleteAsync",
|
|
203
230
|
"metadataToken": 100664133,
|
|
204
231
|
"canonicalSignature": "(System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
205
232
|
"normalizedSignature": "DeleteAsync|(System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
|
|
206
233
|
"emitScope": "ClassSurface",
|
|
234
|
+
"provenance": "Original",
|
|
207
235
|
"arity": 0,
|
|
208
236
|
"parameterCount": 1,
|
|
237
|
+
"isStatic": false,
|
|
238
|
+
"isAbstract": false,
|
|
239
|
+
"isVirtual": true,
|
|
240
|
+
"isOverride": true,
|
|
241
|
+
"isSealed": false,
|
|
209
242
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlDatabaseCreator",
|
|
210
243
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
211
244
|
"isExtensionMethod": false
|
|
@@ -213,13 +246,18 @@
|
|
|
213
246
|
{
|
|
214
247
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlDatabaseCreator::CreateTables():System.Void",
|
|
215
248
|
"clrName": "CreateTables",
|
|
216
|
-
"tsEmitName": "createTables",
|
|
217
249
|
"metadataToken": 100664134,
|
|
218
250
|
"canonicalSignature": "():System.Void",
|
|
219
251
|
"normalizedSignature": "CreateTables|():System.Void|static=false",
|
|
220
252
|
"emitScope": "ClassSurface",
|
|
253
|
+
"provenance": "Original",
|
|
221
254
|
"arity": 0,
|
|
222
255
|
"parameterCount": 0,
|
|
256
|
+
"isStatic": false,
|
|
257
|
+
"isAbstract": false,
|
|
258
|
+
"isVirtual": true,
|
|
259
|
+
"isOverride": true,
|
|
260
|
+
"isSealed": false,
|
|
223
261
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlDatabaseCreator",
|
|
224
262
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
225
263
|
"isExtensionMethod": false
|
|
@@ -227,13 +265,18 @@
|
|
|
227
265
|
{
|
|
228
266
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlDatabaseCreator::CreateTablesAsync(System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
229
267
|
"clrName": "CreateTablesAsync",
|
|
230
|
-
"tsEmitName": "createTablesAsync",
|
|
231
268
|
"metadataToken": 100664135,
|
|
232
269
|
"canonicalSignature": "(System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
233
270
|
"normalizedSignature": "CreateTablesAsync|(System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
|
|
234
271
|
"emitScope": "ClassSurface",
|
|
272
|
+
"provenance": "Original",
|
|
235
273
|
"arity": 0,
|
|
236
274
|
"parameterCount": 1,
|
|
275
|
+
"isStatic": false,
|
|
276
|
+
"isAbstract": false,
|
|
277
|
+
"isVirtual": true,
|
|
278
|
+
"isOverride": true,
|
|
279
|
+
"isSealed": false,
|
|
237
280
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlDatabaseCreator",
|
|
238
281
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
239
282
|
"isExtensionMethod": false
|
|
@@ -243,28 +286,36 @@
|
|
|
243
286
|
{
|
|
244
287
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlDatabaseCreator::RetryDelay:System.TimeSpan",
|
|
245
288
|
"clrName": "RetryDelay",
|
|
246
|
-
"tsEmitName": "retryDelay",
|
|
247
289
|
"metadataToken": 385875994,
|
|
248
290
|
"canonicalSignature": ":System.TimeSpan",
|
|
249
291
|
"normalizedSignature": "RetryDelay|:System.TimeSpan|static=false|accessor=getset",
|
|
250
292
|
"emitScope": "ClassSurface",
|
|
293
|
+
"provenance": "Original",
|
|
251
294
|
"isIndexer": false,
|
|
252
295
|
"hasGetter": true,
|
|
253
296
|
"hasSetter": true,
|
|
297
|
+
"isStatic": false,
|
|
298
|
+
"isAbstract": false,
|
|
299
|
+
"isVirtual": true,
|
|
300
|
+
"isOverride": false,
|
|
254
301
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlDatabaseCreator",
|
|
255
302
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
256
303
|
},
|
|
257
304
|
{
|
|
258
305
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlDatabaseCreator::RetryTimeout:System.TimeSpan",
|
|
259
306
|
"clrName": "RetryTimeout",
|
|
260
|
-
"tsEmitName": "retryTimeout",
|
|
261
307
|
"metadataToken": 385875995,
|
|
262
308
|
"canonicalSignature": ":System.TimeSpan",
|
|
263
309
|
"normalizedSignature": "RetryTimeout|:System.TimeSpan|static=false|accessor=getset",
|
|
264
310
|
"emitScope": "ClassSurface",
|
|
311
|
+
"provenance": "Original",
|
|
265
312
|
"isIndexer": false,
|
|
266
313
|
"hasGetter": true,
|
|
267
314
|
"hasSetter": true,
|
|
315
|
+
"isStatic": false,
|
|
316
|
+
"isAbstract": false,
|
|
317
|
+
"isVirtual": true,
|
|
318
|
+
"isOverride": false,
|
|
268
319
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlDatabaseCreator",
|
|
269
320
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
270
321
|
}
|
|
@@ -282,160 +333,35 @@
|
|
|
282
333
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlDatabaseCreator",
|
|
283
334
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
284
335
|
}
|
|
285
|
-
],
|
|
286
|
-
"exposedMethods": [
|
|
287
|
-
{
|
|
288
|
-
"tsName": "create",
|
|
289
|
-
"isStatic": false,
|
|
290
|
-
"tsSignatureId": "Create|():System.Void|static=false",
|
|
291
|
-
"target": {
|
|
292
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlDatabaseCreator",
|
|
293
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
294
|
-
"metadataToken": 100664123
|
|
295
|
-
}
|
|
296
|
-
},
|
|
297
|
-
{
|
|
298
|
-
"tsName": "createAsync",
|
|
299
|
-
"isStatic": false,
|
|
300
|
-
"tsSignatureId": "CreateAsync|(System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
|
|
301
|
-
"target": {
|
|
302
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlDatabaseCreator",
|
|
303
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
304
|
-
"metadataToken": 100664124
|
|
305
|
-
}
|
|
306
|
-
},
|
|
307
|
-
{
|
|
308
|
-
"tsName": "hasTables",
|
|
309
|
-
"isStatic": false,
|
|
310
|
-
"tsSignatureId": "HasTables|():System.Boolean|static=false",
|
|
311
|
-
"target": {
|
|
312
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlDatabaseCreator",
|
|
313
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
314
|
-
"metadataToken": 100664125
|
|
315
|
-
}
|
|
316
|
-
},
|
|
317
|
-
{
|
|
318
|
-
"tsName": "hasTablesAsync",
|
|
319
|
-
"isStatic": false,
|
|
320
|
-
"tsSignatureId": "HasTablesAsync|(System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
|
|
321
|
-
"target": {
|
|
322
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlDatabaseCreator",
|
|
323
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
324
|
-
"metadataToken": 100664126
|
|
325
|
-
}
|
|
326
|
-
},
|
|
327
|
-
{
|
|
328
|
-
"tsName": "exists",
|
|
329
|
-
"isStatic": false,
|
|
330
|
-
"tsSignatureId": "Exists|():System.Boolean|static=false",
|
|
331
|
-
"target": {
|
|
332
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlDatabaseCreator",
|
|
333
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
334
|
-
"metadataToken": 100664129
|
|
335
|
-
}
|
|
336
|
-
},
|
|
337
|
-
{
|
|
338
|
-
"tsName": "existsAsync",
|
|
339
|
-
"isStatic": false,
|
|
340
|
-
"tsSignatureId": "ExistsAsync|(System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
|
|
341
|
-
"target": {
|
|
342
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlDatabaseCreator",
|
|
343
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
344
|
-
"metadataToken": 100664130
|
|
345
|
-
}
|
|
346
|
-
},
|
|
347
|
-
{
|
|
348
|
-
"tsName": "delete",
|
|
349
|
-
"isStatic": false,
|
|
350
|
-
"tsSignatureId": "Delete|():System.Void|static=false",
|
|
351
|
-
"target": {
|
|
352
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlDatabaseCreator",
|
|
353
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
354
|
-
"metadataToken": 100664132
|
|
355
|
-
}
|
|
356
|
-
},
|
|
357
|
-
{
|
|
358
|
-
"tsName": "deleteAsync",
|
|
359
|
-
"isStatic": false,
|
|
360
|
-
"tsSignatureId": "DeleteAsync|(System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
|
|
361
|
-
"target": {
|
|
362
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlDatabaseCreator",
|
|
363
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
364
|
-
"metadataToken": 100664133
|
|
365
|
-
}
|
|
366
|
-
},
|
|
367
|
-
{
|
|
368
|
-
"tsName": "createTables",
|
|
369
|
-
"isStatic": false,
|
|
370
|
-
"tsSignatureId": "CreateTables|():System.Void|static=false",
|
|
371
|
-
"target": {
|
|
372
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlDatabaseCreator",
|
|
373
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
374
|
-
"metadataToken": 100664134
|
|
375
|
-
}
|
|
376
|
-
},
|
|
377
|
-
{
|
|
378
|
-
"tsName": "createTablesAsync",
|
|
379
|
-
"isStatic": false,
|
|
380
|
-
"tsSignatureId": "CreateTablesAsync|(System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
|
|
381
|
-
"target": {
|
|
382
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlDatabaseCreator",
|
|
383
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
384
|
-
"metadataToken": 100664135
|
|
385
|
-
}
|
|
386
|
-
}
|
|
387
|
-
],
|
|
388
|
-
"exposedProperties": [
|
|
389
|
-
{
|
|
390
|
-
"tsName": "retryDelay",
|
|
391
|
-
"isStatic": false,
|
|
392
|
-
"tsSignatureId": "RetryDelay|:System.TimeSpan|static=false|accessor=getset",
|
|
393
|
-
"target": {
|
|
394
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlDatabaseCreator",
|
|
395
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
396
|
-
"metadataToken": 385875994
|
|
397
|
-
}
|
|
398
|
-
},
|
|
399
|
-
{
|
|
400
|
-
"tsName": "retryTimeout",
|
|
401
|
-
"isStatic": false,
|
|
402
|
-
"tsSignatureId": "RetryTimeout|:System.TimeSpan|static=false|accessor=getset",
|
|
403
|
-
"target": {
|
|
404
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlDatabaseCreator",
|
|
405
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
406
|
-
"metadataToken": 385875995
|
|
407
|
-
}
|
|
408
|
-
}
|
|
409
|
-
],
|
|
410
|
-
"exposedConstructors": [
|
|
411
|
-
{
|
|
412
|
-
"isStatic": false,
|
|
413
|
-
"tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Storage.RelationalDatabaseCreatorDependencies,Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.INpgsqlRelationalConnection,Microsoft.EntityFrameworkCore.Storage.IRawSqlCommandBuilder):void|static=false",
|
|
414
|
-
"target": {
|
|
415
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlDatabaseCreator",
|
|
416
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
417
|
-
"metadataToken": 100664118
|
|
418
|
-
}
|
|
419
|
-
}
|
|
420
336
|
]
|
|
421
337
|
},
|
|
422
338
|
{
|
|
423
339
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlDataSourceManager",
|
|
424
340
|
"clrName": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlDataSourceManager",
|
|
425
|
-
"tsEmitName": "NpgsqlDataSourceManager",
|
|
426
341
|
"assemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
427
342
|
"metadataToken": 0,
|
|
343
|
+
"kind": "Class",
|
|
344
|
+
"accessibility": "Public",
|
|
345
|
+
"isAbstract": false,
|
|
346
|
+
"isSealed": false,
|
|
347
|
+
"isStatic": false,
|
|
348
|
+
"arity": 0,
|
|
428
349
|
"methods": [
|
|
429
350
|
{
|
|
430
351
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlDataSourceManager::GetDataSource(Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.NpgsqlOptionsExtension,System.IServiceProvider):System.Data.Common.DbDataSource",
|
|
431
352
|
"clrName": "GetDataSource",
|
|
432
|
-
"tsEmitName": "getDataSource",
|
|
433
353
|
"metadataToken": 100664143,
|
|
434
354
|
"canonicalSignature": "(Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.NpgsqlOptionsExtension,System.IServiceProvider):System.Data.Common.DbDataSource",
|
|
435
355
|
"normalizedSignature": "GetDataSource|(Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.NpgsqlOptionsExtension,System.IServiceProvider):System.Data.Common.DbDataSource|static=false",
|
|
436
356
|
"emitScope": "ClassSurface",
|
|
357
|
+
"provenance": "Original",
|
|
437
358
|
"arity": 0,
|
|
438
359
|
"parameterCount": 2,
|
|
360
|
+
"isStatic": false,
|
|
361
|
+
"isAbstract": false,
|
|
362
|
+
"isVirtual": true,
|
|
363
|
+
"isOverride": false,
|
|
364
|
+
"isSealed": false,
|
|
439
365
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlDataSourceManager",
|
|
440
366
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
441
367
|
"isExtensionMethod": false
|
|
@@ -443,13 +369,18 @@
|
|
|
443
369
|
{
|
|
444
370
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlDataSourceManager::Dispose():System.Void",
|
|
445
371
|
"clrName": "Dispose",
|
|
446
|
-
"tsEmitName": "dispose",
|
|
447
372
|
"metadataToken": 100664146,
|
|
448
373
|
"canonicalSignature": "():System.Void",
|
|
449
374
|
"normalizedSignature": "Dispose|():System.Void|static=false",
|
|
450
375
|
"emitScope": "ClassSurface",
|
|
376
|
+
"provenance": "Original",
|
|
451
377
|
"arity": 0,
|
|
452
378
|
"parameterCount": 0,
|
|
379
|
+
"isStatic": false,
|
|
380
|
+
"isAbstract": false,
|
|
381
|
+
"isVirtual": true,
|
|
382
|
+
"isOverride": false,
|
|
383
|
+
"isSealed": true,
|
|
453
384
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlDataSourceManager",
|
|
454
385
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
455
386
|
"isExtensionMethod": false
|
|
@@ -457,13 +388,18 @@
|
|
|
457
388
|
{
|
|
458
389
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlDataSourceManager::DisposeAsync():System.Threading.Tasks.ValueTask",
|
|
459
390
|
"clrName": "DisposeAsync",
|
|
460
|
-
"tsEmitName": "disposeAsync",
|
|
461
391
|
"metadataToken": 100664147,
|
|
462
392
|
"canonicalSignature": "():System.Threading.Tasks.ValueTask",
|
|
463
393
|
"normalizedSignature": "DisposeAsync|():System.Threading.Tasks.ValueTask|static=false",
|
|
464
394
|
"emitScope": "ClassSurface",
|
|
395
|
+
"provenance": "Original",
|
|
465
396
|
"arity": 0,
|
|
466
397
|
"parameterCount": 0,
|
|
398
|
+
"isStatic": false,
|
|
399
|
+
"isAbstract": false,
|
|
400
|
+
"isVirtual": true,
|
|
401
|
+
"isOverride": false,
|
|
402
|
+
"isSealed": true,
|
|
467
403
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlDataSourceManager",
|
|
468
404
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
469
405
|
"isExtensionMethod": false
|
|
@@ -483,68 +419,35 @@
|
|
|
483
419
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlDataSourceManager",
|
|
484
420
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
485
421
|
}
|
|
486
|
-
],
|
|
487
|
-
"exposedMethods": [
|
|
488
|
-
{
|
|
489
|
-
"tsName": "getDataSource",
|
|
490
|
-
"isStatic": false,
|
|
491
|
-
"tsSignatureId": "GetDataSource|(Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.NpgsqlOptionsExtension,System.IServiceProvider):System.Data.Common.DbDataSource|static=false",
|
|
492
|
-
"target": {
|
|
493
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlDataSourceManager",
|
|
494
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
495
|
-
"metadataToken": 100664143
|
|
496
|
-
}
|
|
497
|
-
},
|
|
498
|
-
{
|
|
499
|
-
"tsName": "dispose",
|
|
500
|
-
"isStatic": false,
|
|
501
|
-
"tsSignatureId": "Dispose|():System.Void|static=false",
|
|
502
|
-
"target": {
|
|
503
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlDataSourceManager",
|
|
504
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
505
|
-
"metadataToken": 100664146
|
|
506
|
-
}
|
|
507
|
-
},
|
|
508
|
-
{
|
|
509
|
-
"tsName": "disposeAsync",
|
|
510
|
-
"isStatic": false,
|
|
511
|
-
"tsSignatureId": "DisposeAsync|():System.Threading.Tasks.ValueTask|static=false",
|
|
512
|
-
"target": {
|
|
513
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlDataSourceManager",
|
|
514
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
515
|
-
"metadataToken": 100664147
|
|
516
|
-
}
|
|
517
|
-
}
|
|
518
|
-
],
|
|
519
|
-
"exposedConstructors": [
|
|
520
|
-
{
|
|
521
|
-
"isStatic": false,
|
|
522
|
-
"tsSignatureId": "constructor|(System.Collections.Generic.IEnumerable_1[[Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.INpgsqlDataSourceConfigurationPlugin,Npgsql.EntityFrameworkCore.PostgreSQL,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]):void|static=false",
|
|
523
|
-
"target": {
|
|
524
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlDataSourceManager",
|
|
525
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
526
|
-
"metadataToken": 100664142
|
|
527
|
-
}
|
|
528
|
-
}
|
|
529
422
|
]
|
|
530
423
|
},
|
|
531
424
|
{
|
|
532
425
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlExecutionStrategy",
|
|
533
426
|
"clrName": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlExecutionStrategy",
|
|
534
|
-
"tsEmitName": "NpgsqlExecutionStrategy",
|
|
535
427
|
"assemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
536
428
|
"metadataToken": 0,
|
|
429
|
+
"kind": "Class",
|
|
430
|
+
"accessibility": "Public",
|
|
431
|
+
"isAbstract": false,
|
|
432
|
+
"isSealed": false,
|
|
433
|
+
"isStatic": false,
|
|
434
|
+
"arity": 0,
|
|
537
435
|
"methods": [
|
|
538
436
|
{
|
|
539
437
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlExecutionStrategy::Execute(TState,Func_3,Func_3):TResult",
|
|
540
438
|
"clrName": "Execute",
|
|
541
|
-
"tsEmitName": "execute",
|
|
542
439
|
"metadataToken": 100664151,
|
|
543
440
|
"canonicalSignature": "(TState,Func_3,Func_3):TResult",
|
|
544
441
|
"normalizedSignature": "Execute|(TState,Func_3,Func_3):TResult|static=false",
|
|
545
442
|
"emitScope": "ClassSurface",
|
|
443
|
+
"provenance": "Original",
|
|
546
444
|
"arity": 2,
|
|
547
445
|
"parameterCount": 3,
|
|
446
|
+
"isStatic": false,
|
|
447
|
+
"isAbstract": false,
|
|
448
|
+
"isVirtual": true,
|
|
449
|
+
"isOverride": false,
|
|
450
|
+
"isSealed": false,
|
|
548
451
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlExecutionStrategy",
|
|
549
452
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
550
453
|
"isExtensionMethod": false
|
|
@@ -552,13 +455,18 @@
|
|
|
552
455
|
{
|
|
553
456
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlExecutionStrategy::ExecuteAsync(TState,Func_4,Func_4,System.Threading.CancellationToken):Task_1",
|
|
554
457
|
"clrName": "ExecuteAsync",
|
|
555
|
-
"tsEmitName": "executeAsync",
|
|
556
458
|
"metadataToken": 100664152,
|
|
557
459
|
"canonicalSignature": "(TState,Func_4,Func_4,System.Threading.CancellationToken):Task_1",
|
|
558
460
|
"normalizedSignature": "ExecuteAsync|(TState,Func_4,Func_4,System.Threading.CancellationToken):Task_1|static=false",
|
|
559
461
|
"emitScope": "ClassSurface",
|
|
462
|
+
"provenance": "Original",
|
|
560
463
|
"arity": 2,
|
|
561
464
|
"parameterCount": 4,
|
|
465
|
+
"isStatic": false,
|
|
466
|
+
"isAbstract": false,
|
|
467
|
+
"isVirtual": true,
|
|
468
|
+
"isOverride": false,
|
|
469
|
+
"isSealed": false,
|
|
562
470
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlExecutionStrategy",
|
|
563
471
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
564
472
|
"isExtensionMethod": false
|
|
@@ -568,14 +476,18 @@
|
|
|
568
476
|
{
|
|
569
477
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlExecutionStrategy::RetriesOnFailure:System.Boolean",
|
|
570
478
|
"clrName": "RetriesOnFailure",
|
|
571
|
-
"tsEmitName": "retriesOnFailure",
|
|
572
479
|
"metadataToken": 385875997,
|
|
573
480
|
"canonicalSignature": ":System.Boolean",
|
|
574
481
|
"normalizedSignature": "RetriesOnFailure|:System.Boolean|static=false|accessor=get",
|
|
575
482
|
"emitScope": "ClassSurface",
|
|
483
|
+
"provenance": "Original",
|
|
576
484
|
"isIndexer": false,
|
|
577
485
|
"hasGetter": true,
|
|
578
486
|
"hasSetter": false,
|
|
487
|
+
"isStatic": false,
|
|
488
|
+
"isAbstract": false,
|
|
489
|
+
"isVirtual": true,
|
|
490
|
+
"isOverride": false,
|
|
579
491
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlExecutionStrategy",
|
|
580
492
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
581
493
|
}
|
|
@@ -593,59 +505,19 @@
|
|
|
593
505
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlExecutionStrategy",
|
|
594
506
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
595
507
|
}
|
|
596
|
-
],
|
|
597
|
-
"exposedMethods": [
|
|
598
|
-
{
|
|
599
|
-
"tsName": "execute",
|
|
600
|
-
"isStatic": false,
|
|
601
|
-
"tsSignatureId": "Execute|(TState,Func_3,Func_3):TResult|static=false",
|
|
602
|
-
"target": {
|
|
603
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlExecutionStrategy",
|
|
604
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
605
|
-
"metadataToken": 100664151
|
|
606
|
-
}
|
|
607
|
-
},
|
|
608
|
-
{
|
|
609
|
-
"tsName": "executeAsync",
|
|
610
|
-
"isStatic": false,
|
|
611
|
-
"tsSignatureId": "ExecuteAsync|(TState,Func_4,Func_4,System.Threading.CancellationToken):Task_1|static=false",
|
|
612
|
-
"target": {
|
|
613
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlExecutionStrategy",
|
|
614
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
615
|
-
"metadataToken": 100664152
|
|
616
|
-
}
|
|
617
|
-
}
|
|
618
|
-
],
|
|
619
|
-
"exposedProperties": [
|
|
620
|
-
{
|
|
621
|
-
"tsName": "retriesOnFailure",
|
|
622
|
-
"isStatic": false,
|
|
623
|
-
"tsSignatureId": "RetriesOnFailure|:System.Boolean|static=false|accessor=get",
|
|
624
|
-
"target": {
|
|
625
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlExecutionStrategy",
|
|
626
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
627
|
-
"metadataToken": 385875997
|
|
628
|
-
}
|
|
629
|
-
}
|
|
630
|
-
],
|
|
631
|
-
"exposedConstructors": [
|
|
632
|
-
{
|
|
633
|
-
"isStatic": false,
|
|
634
|
-
"tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Storage.ExecutionStrategyDependencies):void|static=false",
|
|
635
|
-
"target": {
|
|
636
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlExecutionStrategy",
|
|
637
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
638
|
-
"metadataToken": 100664149
|
|
639
|
-
}
|
|
640
|
-
}
|
|
641
508
|
]
|
|
642
509
|
},
|
|
643
510
|
{
|
|
644
511
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlExecutionStrategyFactory",
|
|
645
512
|
"clrName": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlExecutionStrategyFactory",
|
|
646
|
-
"tsEmitName": "NpgsqlExecutionStrategyFactory",
|
|
647
513
|
"assemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
648
514
|
"metadataToken": 0,
|
|
515
|
+
"kind": "Class",
|
|
516
|
+
"accessibility": "Public",
|
|
517
|
+
"isAbstract": false,
|
|
518
|
+
"isSealed": false,
|
|
519
|
+
"isStatic": false,
|
|
520
|
+
"arity": 0,
|
|
649
521
|
"methods": [],
|
|
650
522
|
"properties": [],
|
|
651
523
|
"fields": [],
|
|
@@ -661,36 +533,35 @@
|
|
|
661
533
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlExecutionStrategyFactory",
|
|
662
534
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
663
535
|
}
|
|
664
|
-
],
|
|
665
|
-
"exposedConstructors": [
|
|
666
|
-
{
|
|
667
|
-
"isStatic": false,
|
|
668
|
-
"tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Storage.ExecutionStrategyDependencies):void|static=false",
|
|
669
|
-
"target": {
|
|
670
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlExecutionStrategyFactory",
|
|
671
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
672
|
-
"metadataToken": 100664153
|
|
673
|
-
}
|
|
674
|
-
}
|
|
675
536
|
]
|
|
676
537
|
},
|
|
677
538
|
{
|
|
678
539
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlRelationalConnection",
|
|
679
540
|
"clrName": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlRelationalConnection",
|
|
680
|
-
"tsEmitName": "NpgsqlRelationalConnection",
|
|
681
541
|
"assemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
682
542
|
"metadataToken": 0,
|
|
543
|
+
"kind": "Class",
|
|
544
|
+
"accessibility": "Public",
|
|
545
|
+
"isAbstract": false,
|
|
546
|
+
"isSealed": false,
|
|
547
|
+
"isStatic": false,
|
|
548
|
+
"arity": 0,
|
|
683
549
|
"methods": [
|
|
684
550
|
{
|
|
685
551
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlRelationalConnection::CreateAdminConnection():Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.INpgsqlRelationalConnection",
|
|
686
552
|
"clrName": "CreateAdminConnection",
|
|
687
|
-
"tsEmitName": "createAdminConnection",
|
|
688
553
|
"metadataToken": 100664167,
|
|
689
554
|
"canonicalSignature": "():Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.INpgsqlRelationalConnection",
|
|
690
555
|
"normalizedSignature": "CreateAdminConnection|():Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.INpgsqlRelationalConnection|static=false",
|
|
691
556
|
"emitScope": "ClassSurface",
|
|
557
|
+
"provenance": "Original",
|
|
692
558
|
"arity": 0,
|
|
693
559
|
"parameterCount": 0,
|
|
560
|
+
"isStatic": false,
|
|
561
|
+
"isAbstract": false,
|
|
562
|
+
"isVirtual": true,
|
|
563
|
+
"isOverride": false,
|
|
564
|
+
"isSealed": false,
|
|
694
565
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlRelationalConnection",
|
|
695
566
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
696
567
|
"isExtensionMethod": false
|
|
@@ -698,13 +569,18 @@
|
|
|
698
569
|
{
|
|
699
570
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlRelationalConnection::CloneWith(System.String,System.Boolean,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.INpgsqlRelationalConnection,Npgsql.EntityFrameworkCore.PostgreSQL,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]",
|
|
700
571
|
"clrName": "CloneWith",
|
|
701
|
-
"tsEmitName": "cloneWith",
|
|
702
572
|
"metadataToken": 100664169,
|
|
703
573
|
"canonicalSignature": "(System.String,System.Boolean,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.INpgsqlRelationalConnection,Npgsql.EntityFrameworkCore.PostgreSQL,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]",
|
|
704
574
|
"normalizedSignature": "CloneWith|(System.String,System.Boolean,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.INpgsqlRelationalConnection,Npgsql.EntityFrameworkCore.PostgreSQL,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]|static=false",
|
|
705
575
|
"emitScope": "ClassSurface",
|
|
576
|
+
"provenance": "Original",
|
|
706
577
|
"arity": 0,
|
|
707
578
|
"parameterCount": 3,
|
|
579
|
+
"isStatic": false,
|
|
580
|
+
"isAbstract": false,
|
|
581
|
+
"isVirtual": true,
|
|
582
|
+
"isOverride": false,
|
|
583
|
+
"isSealed": false,
|
|
708
584
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlRelationalConnection",
|
|
709
585
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
710
586
|
"isExtensionMethod": false
|
|
@@ -712,114 +588,151 @@
|
|
|
712
588
|
{
|
|
713
589
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.INpgsqlRelationalConnection::CreateAdminConnection():Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.INpgsqlRelationalConnection",
|
|
714
590
|
"clrName": "CreateAdminConnection",
|
|
715
|
-
"tsEmitName": "createAdminConnection$view",
|
|
716
591
|
"metadataToken": 100664116,
|
|
717
592
|
"canonicalSignature": "():Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.INpgsqlRelationalConnection",
|
|
718
593
|
"normalizedSignature": "CreateAdminConnection|():Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.INpgsqlRelationalConnection|static=false",
|
|
719
594
|
"emitScope": "ViewOnly",
|
|
595
|
+
"provenance": "ExplicitView",
|
|
720
596
|
"arity": 0,
|
|
721
597
|
"parameterCount": 0,
|
|
598
|
+
"isStatic": false,
|
|
599
|
+
"isAbstract": false,
|
|
600
|
+
"isVirtual": true,
|
|
601
|
+
"isOverride": false,
|
|
602
|
+
"isSealed": false,
|
|
722
603
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.INpgsqlRelationalConnection",
|
|
723
604
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
724
|
-
"isExtensionMethod": false
|
|
605
|
+
"isExtensionMethod": false,
|
|
606
|
+
"sourceInterface": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.INpgsqlRelationalConnection"
|
|
725
607
|
},
|
|
726
608
|
{
|
|
727
609
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.INpgsqlRelationalConnection::CloneWith(System.String,System.Boolean,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.INpgsqlRelationalConnection,Npgsql.EntityFrameworkCore.PostgreSQL,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]",
|
|
728
610
|
"clrName": "CloneWith",
|
|
729
|
-
"tsEmitName": "cloneWith$view",
|
|
730
611
|
"metadataToken": 100664117,
|
|
731
612
|
"canonicalSignature": "(System.String,System.Boolean,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.INpgsqlRelationalConnection,Npgsql.EntityFrameworkCore.PostgreSQL,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]",
|
|
732
613
|
"normalizedSignature": "CloneWith|(System.String,System.Boolean,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.INpgsqlRelationalConnection,Npgsql.EntityFrameworkCore.PostgreSQL,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]|static=false",
|
|
733
614
|
"emitScope": "ViewOnly",
|
|
615
|
+
"provenance": "ExplicitView",
|
|
734
616
|
"arity": 0,
|
|
735
617
|
"parameterCount": 3,
|
|
618
|
+
"isStatic": false,
|
|
619
|
+
"isAbstract": false,
|
|
620
|
+
"isVirtual": true,
|
|
621
|
+
"isOverride": false,
|
|
622
|
+
"isSealed": false,
|
|
736
623
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.INpgsqlRelationalConnection",
|
|
737
624
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
738
|
-
"isExtensionMethod": false
|
|
625
|
+
"isExtensionMethod": false,
|
|
626
|
+
"sourceInterface": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.INpgsqlRelationalConnection"
|
|
739
627
|
}
|
|
740
628
|
],
|
|
741
629
|
"properties": [
|
|
742
630
|
{
|
|
743
631
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlRelationalConnection::DataSource:System.Data.Common.DbDataSource",
|
|
744
632
|
"clrName": "DataSource",
|
|
745
|
-
"tsEmitName": "dataSource",
|
|
746
633
|
"metadataToken": 385875998,
|
|
747
634
|
"canonicalSignature": ":System.Data.Common.DbDataSource",
|
|
748
635
|
"normalizedSignature": "DataSource|:System.Data.Common.DbDataSource|static=false|accessor=get",
|
|
749
636
|
"emitScope": "ClassSurface",
|
|
637
|
+
"provenance": "Original",
|
|
750
638
|
"isIndexer": false,
|
|
751
639
|
"hasGetter": true,
|
|
752
640
|
"hasSetter": false,
|
|
641
|
+
"isStatic": false,
|
|
642
|
+
"isAbstract": false,
|
|
643
|
+
"isVirtual": true,
|
|
644
|
+
"isOverride": false,
|
|
753
645
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlRelationalConnection",
|
|
754
646
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
755
647
|
},
|
|
756
648
|
{
|
|
757
649
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlRelationalConnection::ConnectionString:System.String",
|
|
758
650
|
"clrName": "ConnectionString",
|
|
759
|
-
"tsEmitName": "connectionString",
|
|
760
651
|
"metadataToken": 385876000,
|
|
761
652
|
"canonicalSignature": ":System.String",
|
|
762
653
|
"normalizedSignature": "ConnectionString|:System.String|static=false|accessor=getset",
|
|
763
654
|
"emitScope": "ClassSurface",
|
|
655
|
+
"provenance": "Original",
|
|
764
656
|
"isIndexer": false,
|
|
765
657
|
"hasGetter": true,
|
|
766
658
|
"hasSetter": true,
|
|
659
|
+
"isStatic": false,
|
|
660
|
+
"isAbstract": false,
|
|
661
|
+
"isVirtual": true,
|
|
662
|
+
"isOverride": true,
|
|
767
663
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlRelationalConnection",
|
|
768
664
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
769
665
|
},
|
|
770
666
|
{
|
|
771
667
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlRelationalConnection::DbConnection:Npgsql.NpgsqlConnection",
|
|
772
668
|
"clrName": "DbConnection",
|
|
773
|
-
"tsEmitName": "dbConnection",
|
|
774
669
|
"metadataToken": 385876001,
|
|
775
670
|
"canonicalSignature": ":Npgsql.NpgsqlConnection",
|
|
776
671
|
"normalizedSignature": "DbConnection|:Npgsql.NpgsqlConnection|static=false|accessor=getset",
|
|
777
672
|
"emitScope": "ClassSurface",
|
|
673
|
+
"provenance": "Original",
|
|
778
674
|
"isIndexer": false,
|
|
779
675
|
"hasGetter": true,
|
|
780
676
|
"hasSetter": true,
|
|
677
|
+
"isStatic": false,
|
|
678
|
+
"isAbstract": false,
|
|
679
|
+
"isVirtual": true,
|
|
680
|
+
"isOverride": false,
|
|
781
681
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlRelationalConnection",
|
|
782
682
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
783
683
|
},
|
|
784
684
|
{
|
|
785
685
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlRelationalConnection::DbDataSource:System.Data.Common.DbDataSource",
|
|
786
686
|
"clrName": "DbDataSource",
|
|
787
|
-
"tsEmitName": "dbDataSource",
|
|
788
687
|
"metadataToken": 385876002,
|
|
789
688
|
"canonicalSignature": ":System.Data.Common.DbDataSource",
|
|
790
689
|
"normalizedSignature": "DbDataSource|:System.Data.Common.DbDataSource|static=false|accessor=getset",
|
|
791
690
|
"emitScope": "ClassSurface",
|
|
691
|
+
"provenance": "Original",
|
|
792
692
|
"isIndexer": false,
|
|
793
693
|
"hasGetter": true,
|
|
794
694
|
"hasSetter": true,
|
|
695
|
+
"isStatic": false,
|
|
696
|
+
"isAbstract": false,
|
|
697
|
+
"isVirtual": true,
|
|
698
|
+
"isOverride": false,
|
|
795
699
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlRelationalConnection",
|
|
796
700
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
797
701
|
},
|
|
798
702
|
{
|
|
799
703
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlRelationalConnection::CurrentAmbientTransaction:System.Transactions.Transaction",
|
|
800
704
|
"clrName": "CurrentAmbientTransaction",
|
|
801
|
-
"tsEmitName": "currentAmbientTransaction",
|
|
802
705
|
"metadataToken": 385876003,
|
|
803
706
|
"canonicalSignature": ":System.Transactions.Transaction",
|
|
804
707
|
"normalizedSignature": "CurrentAmbientTransaction|:System.Transactions.Transaction|static=false|accessor=get",
|
|
805
708
|
"emitScope": "ClassSurface",
|
|
709
|
+
"provenance": "Original",
|
|
806
710
|
"isIndexer": false,
|
|
807
711
|
"hasGetter": true,
|
|
808
712
|
"hasSetter": false,
|
|
713
|
+
"isStatic": false,
|
|
714
|
+
"isAbstract": false,
|
|
715
|
+
"isVirtual": true,
|
|
716
|
+
"isOverride": true,
|
|
809
717
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlRelationalConnection",
|
|
810
718
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
811
719
|
},
|
|
812
720
|
{
|
|
813
721
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.INpgsqlRelationalConnection::DataSource:System.Data.Common.DbDataSource",
|
|
814
722
|
"clrName": "DataSource",
|
|
815
|
-
"tsEmitName": "dataSource$view",
|
|
816
723
|
"metadataToken": 385875993,
|
|
817
724
|
"canonicalSignature": ":System.Data.Common.DbDataSource",
|
|
818
725
|
"normalizedSignature": "DataSource|:System.Data.Common.DbDataSource|static=false|accessor=get",
|
|
819
726
|
"emitScope": "ViewOnly",
|
|
727
|
+
"provenance": "ExplicitView",
|
|
820
728
|
"isIndexer": false,
|
|
821
729
|
"hasGetter": true,
|
|
822
730
|
"hasSetter": false,
|
|
731
|
+
"isStatic": false,
|
|
732
|
+
"isAbstract": false,
|
|
733
|
+
"isVirtual": true,
|
|
734
|
+
"isOverride": false,
|
|
735
|
+
"sourceInterface": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.INpgsqlRelationalConnection",
|
|
823
736
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.INpgsqlRelationalConnection",
|
|
824
737
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
825
738
|
}
|
|
@@ -837,140 +750,35 @@
|
|
|
837
750
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlRelationalConnection",
|
|
838
751
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
839
752
|
}
|
|
840
|
-
],
|
|
841
|
-
"exposedMethods": [
|
|
842
|
-
{
|
|
843
|
-
"tsName": "createAdminConnection",
|
|
844
|
-
"isStatic": false,
|
|
845
|
-
"tsSignatureId": "CreateAdminConnection|():Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.INpgsqlRelationalConnection|static=false",
|
|
846
|
-
"target": {
|
|
847
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlRelationalConnection",
|
|
848
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
849
|
-
"metadataToken": 100664167
|
|
850
|
-
}
|
|
851
|
-
},
|
|
852
|
-
{
|
|
853
|
-
"tsName": "cloneWith",
|
|
854
|
-
"isStatic": false,
|
|
855
|
-
"tsSignatureId": "CloneWith|(System.String,System.Boolean,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.INpgsqlRelationalConnection,Npgsql.EntityFrameworkCore.PostgreSQL,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]|static=false",
|
|
856
|
-
"target": {
|
|
857
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlRelationalConnection",
|
|
858
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
859
|
-
"metadataToken": 100664169
|
|
860
|
-
}
|
|
861
|
-
},
|
|
862
|
-
{
|
|
863
|
-
"tsName": "createAdminConnection$view",
|
|
864
|
-
"isStatic": false,
|
|
865
|
-
"tsSignatureId": "CreateAdminConnection|():Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.INpgsqlRelationalConnection|static=false",
|
|
866
|
-
"target": {
|
|
867
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.INpgsqlRelationalConnection",
|
|
868
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
869
|
-
"metadataToken": 100664116
|
|
870
|
-
}
|
|
871
|
-
},
|
|
872
|
-
{
|
|
873
|
-
"tsName": "cloneWith$view",
|
|
874
|
-
"isStatic": false,
|
|
875
|
-
"tsSignatureId": "CloneWith|(System.String,System.Boolean,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.INpgsqlRelationalConnection,Npgsql.EntityFrameworkCore.PostgreSQL,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]|static=false",
|
|
876
|
-
"target": {
|
|
877
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.INpgsqlRelationalConnection",
|
|
878
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
879
|
-
"metadataToken": 100664117
|
|
880
|
-
}
|
|
881
|
-
}
|
|
882
|
-
],
|
|
883
|
-
"exposedProperties": [
|
|
884
|
-
{
|
|
885
|
-
"tsName": "dataSource",
|
|
886
|
-
"isStatic": false,
|
|
887
|
-
"tsSignatureId": "DataSource|:System.Data.Common.DbDataSource|static=false|accessor=get",
|
|
888
|
-
"target": {
|
|
889
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlRelationalConnection",
|
|
890
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
891
|
-
"metadataToken": 385875998
|
|
892
|
-
}
|
|
893
|
-
},
|
|
894
|
-
{
|
|
895
|
-
"tsName": "connectionString",
|
|
896
|
-
"isStatic": false,
|
|
897
|
-
"tsSignatureId": "ConnectionString|:System.String|static=false|accessor=getset",
|
|
898
|
-
"target": {
|
|
899
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlRelationalConnection",
|
|
900
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
901
|
-
"metadataToken": 385876000
|
|
902
|
-
}
|
|
903
|
-
},
|
|
904
|
-
{
|
|
905
|
-
"tsName": "dbConnection",
|
|
906
|
-
"isStatic": false,
|
|
907
|
-
"tsSignatureId": "DbConnection|:Npgsql.NpgsqlConnection|static=false|accessor=getset",
|
|
908
|
-
"target": {
|
|
909
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlRelationalConnection",
|
|
910
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
911
|
-
"metadataToken": 385876001
|
|
912
|
-
}
|
|
913
|
-
},
|
|
914
|
-
{
|
|
915
|
-
"tsName": "dbDataSource",
|
|
916
|
-
"isStatic": false,
|
|
917
|
-
"tsSignatureId": "DbDataSource|:System.Data.Common.DbDataSource|static=false|accessor=getset",
|
|
918
|
-
"target": {
|
|
919
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlRelationalConnection",
|
|
920
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
921
|
-
"metadataToken": 385876002
|
|
922
|
-
}
|
|
923
|
-
},
|
|
924
|
-
{
|
|
925
|
-
"tsName": "currentAmbientTransaction",
|
|
926
|
-
"isStatic": false,
|
|
927
|
-
"tsSignatureId": "CurrentAmbientTransaction|:System.Transactions.Transaction|static=false|accessor=get",
|
|
928
|
-
"target": {
|
|
929
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlRelationalConnection",
|
|
930
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
931
|
-
"metadataToken": 385876003
|
|
932
|
-
}
|
|
933
|
-
},
|
|
934
|
-
{
|
|
935
|
-
"tsName": "dataSource$view",
|
|
936
|
-
"isStatic": false,
|
|
937
|
-
"tsSignatureId": "DataSource|:System.Data.Common.DbDataSource|static=false|accessor=get",
|
|
938
|
-
"target": {
|
|
939
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.INpgsqlRelationalConnection",
|
|
940
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
941
|
-
"metadataToken": 385875993
|
|
942
|
-
}
|
|
943
|
-
}
|
|
944
|
-
],
|
|
945
|
-
"exposedConstructors": [
|
|
946
|
-
{
|
|
947
|
-
"isStatic": false,
|
|
948
|
-
"tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Storage.RelationalConnectionDependencies,Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlDataSourceManager,Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptions):void|static=false",
|
|
949
|
-
"target": {
|
|
950
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlRelationalConnection",
|
|
951
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
952
|
-
"metadataToken": 100664158
|
|
953
|
-
}
|
|
954
|
-
}
|
|
955
753
|
]
|
|
956
754
|
},
|
|
957
755
|
{
|
|
958
756
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlSqlGenerationHelper",
|
|
959
757
|
"clrName": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlSqlGenerationHelper",
|
|
960
|
-
"tsEmitName": "NpgsqlSqlGenerationHelper",
|
|
961
758
|
"assemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
962
759
|
"metadataToken": 0,
|
|
760
|
+
"kind": "Class",
|
|
761
|
+
"accessibility": "Public",
|
|
762
|
+
"isAbstract": false,
|
|
763
|
+
"isSealed": false,
|
|
764
|
+
"isStatic": false,
|
|
765
|
+
"arity": 0,
|
|
963
766
|
"methods": [
|
|
964
767
|
{
|
|
965
768
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlSqlGenerationHelper::DelimitIdentifier(System.String):System.String",
|
|
966
769
|
"clrName": "DelimitIdentifier",
|
|
967
|
-
"tsEmitName": "delimitIdentifier",
|
|
968
770
|
"metadataToken": 100664173,
|
|
969
771
|
"canonicalSignature": "(System.String):System.String",
|
|
970
772
|
"normalizedSignature": "DelimitIdentifier|(System.String):System.String|static=false",
|
|
971
773
|
"emitScope": "ClassSurface",
|
|
774
|
+
"provenance": "Original",
|
|
972
775
|
"arity": 0,
|
|
973
776
|
"parameterCount": 1,
|
|
777
|
+
"isStatic": false,
|
|
778
|
+
"isAbstract": false,
|
|
779
|
+
"isVirtual": true,
|
|
780
|
+
"isOverride": true,
|
|
781
|
+
"isSealed": false,
|
|
974
782
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlSqlGenerationHelper",
|
|
975
783
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
976
784
|
"isExtensionMethod": false
|
|
@@ -978,13 +786,18 @@
|
|
|
978
786
|
{
|
|
979
787
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlSqlGenerationHelper::DelimitIdentifier(System.Text.StringBuilder,System.String):System.Void",
|
|
980
788
|
"clrName": "DelimitIdentifier",
|
|
981
|
-
"tsEmitName": "delimitIdentifier",
|
|
982
789
|
"metadataToken": 100664174,
|
|
983
790
|
"canonicalSignature": "(System.Text.StringBuilder,System.String):System.Void",
|
|
984
791
|
"normalizedSignature": "DelimitIdentifier|(System.Text.StringBuilder,System.String):System.Void|static=false",
|
|
985
792
|
"emitScope": "ClassSurface",
|
|
793
|
+
"provenance": "Original",
|
|
986
794
|
"arity": 0,
|
|
987
795
|
"parameterCount": 2,
|
|
796
|
+
"isStatic": false,
|
|
797
|
+
"isAbstract": false,
|
|
798
|
+
"isVirtual": true,
|
|
799
|
+
"isOverride": true,
|
|
800
|
+
"isSealed": false,
|
|
988
801
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlSqlGenerationHelper",
|
|
989
802
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
990
803
|
"isExtensionMethod": false
|
|
@@ -1004,58 +817,35 @@
|
|
|
1004
817
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlSqlGenerationHelper",
|
|
1005
818
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
1006
819
|
}
|
|
1007
|
-
],
|
|
1008
|
-
"exposedMethods": [
|
|
1009
|
-
{
|
|
1010
|
-
"tsName": "delimitIdentifier",
|
|
1011
|
-
"isStatic": false,
|
|
1012
|
-
"tsSignatureId": "DelimitIdentifier|(System.String):System.String|static=false",
|
|
1013
|
-
"target": {
|
|
1014
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlSqlGenerationHelper",
|
|
1015
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1016
|
-
"metadataToken": 100664173
|
|
1017
|
-
}
|
|
1018
|
-
},
|
|
1019
|
-
{
|
|
1020
|
-
"tsName": "delimitIdentifier",
|
|
1021
|
-
"isStatic": false,
|
|
1022
|
-
"tsSignatureId": "DelimitIdentifier|(System.Text.StringBuilder,System.String):System.Void|static=false",
|
|
1023
|
-
"target": {
|
|
1024
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlSqlGenerationHelper",
|
|
1025
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1026
|
-
"metadataToken": 100664174
|
|
1027
|
-
}
|
|
1028
|
-
}
|
|
1029
|
-
],
|
|
1030
|
-
"exposedConstructors": [
|
|
1031
|
-
{
|
|
1032
|
-
"isStatic": false,
|
|
1033
|
-
"tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Storage.RelationalSqlGenerationHelperDependencies):void|static=false",
|
|
1034
|
-
"target": {
|
|
1035
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlSqlGenerationHelper",
|
|
1036
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1037
|
-
"metadataToken": 100664172
|
|
1038
|
-
}
|
|
1039
|
-
}
|
|
1040
820
|
]
|
|
1041
821
|
},
|
|
1042
822
|
{
|
|
1043
823
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlTransientExceptionDetector",
|
|
1044
824
|
"clrName": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlTransientExceptionDetector",
|
|
1045
|
-
"tsEmitName": "NpgsqlTransientExceptionDetector",
|
|
1046
825
|
"assemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1047
826
|
"metadataToken": 0,
|
|
827
|
+
"kind": "Class",
|
|
828
|
+
"accessibility": "Public",
|
|
829
|
+
"isAbstract": false,
|
|
830
|
+
"isSealed": false,
|
|
831
|
+
"isStatic": false,
|
|
832
|
+
"arity": 0,
|
|
1048
833
|
"methods": [
|
|
1049
834
|
{
|
|
1050
835
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlTransientExceptionDetector::ShouldRetryOn(System.Exception):System.Boolean",
|
|
1051
836
|
"clrName": "ShouldRetryOn",
|
|
1052
|
-
"tsEmitName": "shouldRetryOn",
|
|
1053
837
|
"metadataToken": 100664176,
|
|
1054
838
|
"canonicalSignature": "(System.Exception):System.Boolean",
|
|
1055
839
|
"normalizedSignature": "ShouldRetryOn|(System.Exception):System.Boolean|static=true",
|
|
1056
840
|
"emitScope": "ClassSurface",
|
|
841
|
+
"provenance": "Original",
|
|
1057
842
|
"arity": 0,
|
|
1058
843
|
"parameterCount": 1,
|
|
844
|
+
"isStatic": true,
|
|
845
|
+
"isAbstract": false,
|
|
846
|
+
"isVirtual": false,
|
|
847
|
+
"isOverride": false,
|
|
848
|
+
"isSealed": false,
|
|
1059
849
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlTransientExceptionDetector",
|
|
1060
850
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1061
851
|
"isExtensionMethod": false
|
|
@@ -1075,48 +865,35 @@
|
|
|
1075
865
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlTransientExceptionDetector",
|
|
1076
866
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
1077
867
|
}
|
|
1078
|
-
],
|
|
1079
|
-
"exposedMethods": [
|
|
1080
|
-
{
|
|
1081
|
-
"tsName": "shouldRetryOn",
|
|
1082
|
-
"isStatic": true,
|
|
1083
|
-
"tsSignatureId": "ShouldRetryOn|(System.Exception):System.Boolean|static=true",
|
|
1084
|
-
"target": {
|
|
1085
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlTransientExceptionDetector",
|
|
1086
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1087
|
-
"metadataToken": 100664176
|
|
1088
|
-
}
|
|
1089
|
-
}
|
|
1090
|
-
],
|
|
1091
|
-
"exposedConstructors": [
|
|
1092
|
-
{
|
|
1093
|
-
"isStatic": false,
|
|
1094
|
-
"tsSignatureId": "constructor|():void|static=false",
|
|
1095
|
-
"target": {
|
|
1096
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlTransientExceptionDetector",
|
|
1097
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1098
|
-
"metadataToken": 100664177
|
|
1099
|
-
}
|
|
1100
|
-
}
|
|
1101
868
|
]
|
|
1102
869
|
},
|
|
1103
870
|
{
|
|
1104
871
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlTypeMappingSource",
|
|
1105
872
|
"clrName": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlTypeMappingSource",
|
|
1106
|
-
"tsEmitName": "NpgsqlTypeMappingSource",
|
|
1107
873
|
"assemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1108
874
|
"metadataToken": 0,
|
|
875
|
+
"kind": "Class",
|
|
876
|
+
"accessibility": "Public",
|
|
877
|
+
"isAbstract": false,
|
|
878
|
+
"isSealed": false,
|
|
879
|
+
"isStatic": false,
|
|
880
|
+
"arity": 0,
|
|
1109
881
|
"methods": [
|
|
1110
882
|
{
|
|
1111
883
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlTypeMappingSource::FindCollectionMapping(System.String,System.Type,System.Type,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
1112
884
|
"clrName": "FindCollectionMapping",
|
|
1113
|
-
"tsEmitName": "findCollectionMapping",
|
|
1114
885
|
"metadataToken": 100664185,
|
|
1115
886
|
"canonicalSignature": "(System.String,System.Type,System.Type,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
1116
887
|
"normalizedSignature": "FindCollectionMapping|(System.String,System.Type,System.Type,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false",
|
|
1117
888
|
"emitScope": "ClassSurface",
|
|
889
|
+
"provenance": "Original",
|
|
1118
890
|
"arity": 0,
|
|
1119
891
|
"parameterCount": 4,
|
|
892
|
+
"isStatic": false,
|
|
893
|
+
"isAbstract": false,
|
|
894
|
+
"isVirtual": true,
|
|
895
|
+
"isOverride": false,
|
|
896
|
+
"isSealed": false,
|
|
1120
897
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlTypeMappingSource",
|
|
1121
898
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1122
899
|
"isExtensionMethod": false
|
|
@@ -1124,13 +901,18 @@
|
|
|
1124
901
|
{
|
|
1125
902
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlTypeMappingSource::FindContainerMapping(System.Type,Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping,Microsoft.EntityFrameworkCore.Metadata.IModel):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
1126
903
|
"clrName": "FindContainerMapping",
|
|
1127
|
-
"tsEmitName": "findContainerMapping",
|
|
1128
904
|
"metadataToken": 100664189,
|
|
1129
905
|
"canonicalSignature": "(System.Type,Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping,Microsoft.EntityFrameworkCore.Metadata.IModel):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
1130
906
|
"normalizedSignature": "FindContainerMapping|(System.Type,Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping,Microsoft.EntityFrameworkCore.Metadata.IModel):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false",
|
|
1131
907
|
"emitScope": "ClassSurface",
|
|
908
|
+
"provenance": "Original",
|
|
1132
909
|
"arity": 0,
|
|
1133
910
|
"parameterCount": 3,
|
|
911
|
+
"isStatic": false,
|
|
912
|
+
"isAbstract": false,
|
|
913
|
+
"isVirtual": true,
|
|
914
|
+
"isOverride": false,
|
|
915
|
+
"isSealed": false,
|
|
1134
916
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlTypeMappingSource",
|
|
1135
917
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1136
918
|
"isExtensionMethod": false
|
|
@@ -1138,13 +920,18 @@
|
|
|
1138
920
|
{
|
|
1139
921
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlTypeMappingSource::FindMapping(Microsoft.EntityFrameworkCore.Metadata.IProperty):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
1140
922
|
"clrName": "FindMapping",
|
|
1141
|
-
"tsEmitName": "findMapping",
|
|
1142
923
|
"metadataToken": 100664190,
|
|
1143
924
|
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IProperty):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
1144
925
|
"normalizedSignature": "FindMapping|(Microsoft.EntityFrameworkCore.Metadata.IProperty):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false",
|
|
1145
926
|
"emitScope": "ClassSurface",
|
|
927
|
+
"provenance": "Original",
|
|
1146
928
|
"arity": 0,
|
|
1147
929
|
"parameterCount": 1,
|
|
930
|
+
"isStatic": false,
|
|
931
|
+
"isAbstract": false,
|
|
932
|
+
"isVirtual": true,
|
|
933
|
+
"isOverride": false,
|
|
934
|
+
"isSealed": false,
|
|
1148
935
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlTypeMappingSource",
|
|
1149
936
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1150
937
|
"isExtensionMethod": false
|
|
@@ -1155,11 +942,11 @@
|
|
|
1155
942
|
{
|
|
1156
943
|
"stableId": "Npgsql.EntityFrameworkCore.PostgreSQL:Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlTypeMappingSource::EStringTypeMappingNpgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping.NpgsqlEStringTypeMapping",
|
|
1157
944
|
"clrName": "EStringTypeMapping",
|
|
1158
|
-
"tsEmitName": "eStringTypeMapping",
|
|
1159
945
|
"metadataToken": 67109049,
|
|
1160
946
|
"normalizedSignature": "EStringTypeMapping|Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping.NpgsqlEStringTypeMapping|static=false|const=false",
|
|
1161
947
|
"isStatic": false,
|
|
1162
948
|
"isReadOnly": true,
|
|
949
|
+
"isLiteral": false,
|
|
1163
950
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlTypeMappingSource",
|
|
1164
951
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
1165
952
|
}
|
|
@@ -1176,61 +963,6 @@
|
|
|
1176
963
|
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlTypeMappingSource",
|
|
1177
964
|
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL"
|
|
1178
965
|
}
|
|
1179
|
-
],
|
|
1180
|
-
"exposedMethods": [
|
|
1181
|
-
{
|
|
1182
|
-
"tsName": "findCollectionMapping",
|
|
1183
|
-
"isStatic": false,
|
|
1184
|
-
"tsSignatureId": "FindCollectionMapping|(System.String,System.Type,System.Type,Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false",
|
|
1185
|
-
"target": {
|
|
1186
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlTypeMappingSource",
|
|
1187
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1188
|
-
"metadataToken": 100664185
|
|
1189
|
-
}
|
|
1190
|
-
},
|
|
1191
|
-
{
|
|
1192
|
-
"tsName": "findContainerMapping",
|
|
1193
|
-
"isStatic": false,
|
|
1194
|
-
"tsSignatureId": "FindContainerMapping|(System.Type,Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping,Microsoft.EntityFrameworkCore.Metadata.IModel):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false",
|
|
1195
|
-
"target": {
|
|
1196
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlTypeMappingSource",
|
|
1197
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1198
|
-
"metadataToken": 100664189
|
|
1199
|
-
}
|
|
1200
|
-
},
|
|
1201
|
-
{
|
|
1202
|
-
"tsName": "findMapping",
|
|
1203
|
-
"isStatic": false,
|
|
1204
|
-
"tsSignatureId": "FindMapping|(Microsoft.EntityFrameworkCore.Metadata.IProperty):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false",
|
|
1205
|
-
"target": {
|
|
1206
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlTypeMappingSource",
|
|
1207
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1208
|
-
"metadataToken": 100664190
|
|
1209
|
-
}
|
|
1210
|
-
}
|
|
1211
|
-
],
|
|
1212
|
-
"exposedFields": [
|
|
1213
|
-
{
|
|
1214
|
-
"tsName": "eStringTypeMapping",
|
|
1215
|
-
"isStatic": false,
|
|
1216
|
-
"tsSignatureId": "EStringTypeMapping|Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping.NpgsqlEStringTypeMapping|static=false|const=false",
|
|
1217
|
-
"target": {
|
|
1218
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlTypeMappingSource",
|
|
1219
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1220
|
-
"metadataToken": 67109049
|
|
1221
|
-
}
|
|
1222
|
-
}
|
|
1223
|
-
],
|
|
1224
|
-
"exposedConstructors": [
|
|
1225
|
-
{
|
|
1226
|
-
"isStatic": false,
|
|
1227
|
-
"tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Storage.TypeMappingSourceDependencies,Microsoft.EntityFrameworkCore.Storage.RelationalTypeMappingSourceDependencies,Microsoft.EntityFrameworkCore.Storage.ISqlGenerationHelper,Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.INpgsqlSingletonOptions):void|static=false",
|
|
1228
|
-
"target": {
|
|
1229
|
-
"declaringClrType": "Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.NpgsqlTypeMappingSource",
|
|
1230
|
-
"declaringAssemblyName": "Npgsql.EntityFrameworkCore.PostgreSQL",
|
|
1231
|
-
"metadataToken": 100664181
|
|
1232
|
-
}
|
|
1233
|
-
}
|
|
1234
966
|
]
|
|
1235
967
|
}
|
|
1236
968
|
]
|