@tsonic/efcore-npgsql 0.1.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.
Files changed (234) hide show
  1. package/LICENSE +21 -0
  2. package/Microsoft.EntityFrameworkCore/bindings.json +14997 -0
  3. package/Microsoft.EntityFrameworkCore/internal/index.d.ts +795 -0
  4. package/Microsoft.EntityFrameworkCore/internal/metadata.json +10154 -0
  5. package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +356 -0
  6. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +34 -0
  7. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/metadata.json +172 -0
  8. package/Microsoft.EntityFrameworkCore.Diagnostics.d.ts +13 -0
  9. package/Microsoft.EntityFrameworkCore.Diagnostics.js +9 -0
  10. package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +50 -0
  11. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +22 -0
  12. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/metadata.json +49 -0
  13. package/Microsoft.EntityFrameworkCore.Metadata.Internal.d.ts +13 -0
  14. package/Microsoft.EntityFrameworkCore.Metadata.Internal.js +9 -0
  15. package/Microsoft.EntityFrameworkCore.d.ts +58 -0
  16. package/Microsoft.EntityFrameworkCore.js +9 -0
  17. package/Microsoft.Extensions.DependencyInjection/bindings.json +68 -0
  18. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +22 -0
  19. package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +63 -0
  20. package/Microsoft.Extensions.DependencyInjection.d.ts +15 -0
  21. package/Microsoft.Extensions.DependencyInjection.js +9 -0
  22. package/Npgsql/bindings.json +26674 -0
  23. package/Npgsql/internal/index.d.ts +1619 -0
  24. package/Npgsql/internal/metadata.json +15514 -0
  25. package/Npgsql.BackendMessages/bindings.json +95 -0
  26. package/Npgsql.BackendMessages/internal/index.d.ts +25 -0
  27. package/Npgsql.BackendMessages/internal/metadata.json +72 -0
  28. package/Npgsql.BackendMessages.d.ts +12 -0
  29. package/Npgsql.BackendMessages.js +9 -0
  30. package/Npgsql.EntityFrameworkCore.PostgreSQL/bindings.json +153 -0
  31. package/Npgsql.EntityFrameworkCore.PostgreSQL/internal/index.d.ts +32 -0
  32. package/Npgsql.EntityFrameworkCore.PostgreSQL/internal/metadata.json +60 -0
  33. package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/bindings.json +404 -0
  34. package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/internal/index.d.ts +66 -0
  35. package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/internal/metadata.json +269 -0
  36. package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.d.ts +22 -0
  37. package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.js +9 -0
  38. package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/bindings.json +399 -0
  39. package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/internal/index.d.ts +40 -0
  40. package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/internal/metadata.json +184 -0
  41. package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.d.ts +12 -0
  42. package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.js +9 -0
  43. package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/bindings.json +152 -0
  44. package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/internal/index.d.ts +26 -0
  45. package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/internal/metadata.json +125 -0
  46. package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal.d.ts +14 -0
  47. package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal.js +9 -0
  48. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/bindings.json +499 -0
  49. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/internal/index.d.ts +65 -0
  50. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/internal/metadata.json +342 -0
  51. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/bindings.json +1540 -0
  52. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/internal/index.d.ts +128 -0
  53. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/internal/metadata.json +985 -0
  54. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.d.ts +25 -0
  55. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.js +9 -0
  56. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.d.ts +21 -0
  57. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.js +9 -0
  58. package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/bindings.json +1581 -0
  59. package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/internal/index.d.ts +110 -0
  60. package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/internal/metadata.json +1064 -0
  61. package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal.d.ts +20 -0
  62. package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal.js +9 -0
  63. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/bindings.json +1548 -0
  64. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/internal/index.d.ts +149 -0
  65. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/internal/metadata.json +990 -0
  66. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/bindings.json +480 -0
  67. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/internal/index.d.ts +111 -0
  68. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/internal/metadata.json +317 -0
  69. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions.d.ts +27 -0
  70. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions.js +9 -0
  71. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/bindings.json +1255 -0
  72. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/internal/index.d.ts +101 -0
  73. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/internal/metadata.json +664 -0
  74. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal.d.ts +18 -0
  75. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal.js +9 -0
  76. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.d.ts +26 -0
  77. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.js +9 -0
  78. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/bindings.json +138 -0
  79. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/internal/index.d.ts +33 -0
  80. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/internal/metadata.json +95 -0
  81. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/bindings.json +394 -0
  82. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/internal/index.d.ts +58 -0
  83. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/internal/metadata.json +262 -0
  84. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.d.ts +23 -0
  85. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.js +9 -0
  86. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/bindings.json +175 -0
  87. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/internal/index.d.ts +45 -0
  88. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/internal/metadata.json +114 -0
  89. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations.d.ts +16 -0
  90. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations.js +9 -0
  91. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.d.ts +18 -0
  92. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.js +9 -0
  93. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/bindings.json +522 -0
  94. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/internal/index.d.ts +51 -0
  95. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/internal/metadata.json +351 -0
  96. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/bindings.json +2098 -0
  97. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/internal/index.d.ts +413 -0
  98. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/internal/metadata.json +1349 -0
  99. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal.d.ts +54 -0
  100. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal.js +9 -0
  101. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/bindings.json +671 -0
  102. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/internal/index.d.ts +45 -0
  103. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/internal/metadata.json +304 -0
  104. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/bindings.json +4396 -0
  105. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/internal/index.d.ts +360 -0
  106. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/internal/metadata.json +2783 -0
  107. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.d.ts +36 -0
  108. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.js +9 -0
  109. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.d.ts +12 -0
  110. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.js +9 -0
  111. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/bindings.json +1277 -0
  112. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/internal/index.d.ts +266 -0
  113. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/internal/metadata.json +806 -0
  114. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.d.ts +39 -0
  115. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.js +9 -0
  116. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.d.ts +20 -0
  117. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.js +9 -0
  118. package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/bindings.json +151 -0
  119. package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/internal/index.d.ts +43 -0
  120. package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/internal/metadata.json +102 -0
  121. package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal.d.ts +19 -0
  122. package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal.js +9 -0
  123. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/bindings.json +1237 -0
  124. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/internal/index.d.ts +164 -0
  125. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/internal/metadata.json +807 -0
  126. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/bindings.json +267 -0
  127. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/internal/index.d.ts +52 -0
  128. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/internal/metadata.json +186 -0
  129. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json.d.ts +18 -0
  130. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json.js +9 -0
  131. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/bindings.json +8287 -0
  132. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/internal/index.d.ts +1225 -0
  133. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/internal/metadata.json +4823 -0
  134. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping.d.ts +93 -0
  135. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping.js +9 -0
  136. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.d.ts +34 -0
  137. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.js +9 -0
  138. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/bindings.json +85 -0
  139. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/internal/index.d.ts +25 -0
  140. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/internal/metadata.json +51 -0
  141. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion.d.ts +13 -0
  142. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion.js +9 -0
  143. package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/bindings.json +500 -0
  144. package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/internal/index.d.ts +85 -0
  145. package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/internal/metadata.json +341 -0
  146. package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal.d.ts +20 -0
  147. package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal.js +9 -0
  148. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/bindings.json +181 -0
  149. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/internal/index.d.ts +40 -0
  150. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/internal/metadata.json +118 -0
  151. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/bindings.json +469 -0
  152. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/internal/index.d.ts +110 -0
  153. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/internal/metadata.json +323 -0
  154. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal.d.ts +24 -0
  155. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal.js +9 -0
  156. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.d.ts +15 -0
  157. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.js +9 -0
  158. package/Npgsql.EntityFrameworkCore.PostgreSQL.d.ts +15 -0
  159. package/Npgsql.EntityFrameworkCore.PostgreSQL.js +9 -0
  160. package/Npgsql.Internal/bindings.json +6965 -0
  161. package/Npgsql.Internal/internal/index.d.ts +591 -0
  162. package/Npgsql.Internal/internal/metadata.json +4555 -0
  163. package/Npgsql.Internal.Postgres/bindings.json +973 -0
  164. package/Npgsql.Internal.Postgres/internal/index.d.ts +89 -0
  165. package/Npgsql.Internal.Postgres/internal/metadata.json +619 -0
  166. package/Npgsql.Internal.Postgres.d.ts +15 -0
  167. package/Npgsql.Internal.Postgres.js +9 -0
  168. package/Npgsql.Internal.d.ts +78 -0
  169. package/Npgsql.Internal.js +9 -0
  170. package/Npgsql.NameTranslation/bindings.json +266 -0
  171. package/Npgsql.NameTranslation/internal/index.d.ts +56 -0
  172. package/Npgsql.NameTranslation/internal/metadata.json +173 -0
  173. package/Npgsql.NameTranslation.d.ts +15 -0
  174. package/Npgsql.NameTranslation.js +9 -0
  175. package/Npgsql.PostgresTypes/bindings.json +1375 -0
  176. package/Npgsql.PostgresTypes/internal/index.d.ts +141 -0
  177. package/Npgsql.PostgresTypes/internal/metadata.json +480 -0
  178. package/Npgsql.PostgresTypes.d.ts +22 -0
  179. package/Npgsql.PostgresTypes.js +9 -0
  180. package/Npgsql.Replication/bindings.json +1909 -0
  181. package/Npgsql.Replication/internal/index.d.ts +192 -0
  182. package/Npgsql.Replication/internal/metadata.json +972 -0
  183. package/Npgsql.Replication.Internal/bindings.json +165 -0
  184. package/Npgsql.Replication.Internal/internal/index.d.ts +38 -0
  185. package/Npgsql.Replication.Internal/internal/metadata.json +119 -0
  186. package/Npgsql.Replication.Internal.d.ts +21 -0
  187. package/Npgsql.Replication.Internal.js +9 -0
  188. package/Npgsql.Replication.PgOutput/bindings.json +1124 -0
  189. package/Npgsql.Replication.PgOutput/internal/index.d.ts +115 -0
  190. package/Npgsql.Replication.PgOutput/internal/metadata.json +644 -0
  191. package/Npgsql.Replication.PgOutput.Messages/bindings.json +4397 -0
  192. package/Npgsql.Replication.PgOutput.Messages/internal/index.d.ts +476 -0
  193. package/Npgsql.Replication.PgOutput.Messages/internal/metadata.json +1905 -0
  194. package/Npgsql.Replication.PgOutput.Messages.d.ts +56 -0
  195. package/Npgsql.Replication.PgOutput.Messages.js +9 -0
  196. package/Npgsql.Replication.PgOutput.d.ts +26 -0
  197. package/Npgsql.Replication.PgOutput.js +9 -0
  198. package/Npgsql.Replication.TestDecoding/bindings.json +522 -0
  199. package/Npgsql.Replication.TestDecoding/internal/index.d.ts +63 -0
  200. package/Npgsql.Replication.TestDecoding/internal/metadata.json +283 -0
  201. package/Npgsql.Replication.TestDecoding.d.ts +17 -0
  202. package/Npgsql.Replication.TestDecoding.js +9 -0
  203. package/Npgsql.Replication.d.ts +36 -0
  204. package/Npgsql.Replication.js +9 -0
  205. package/Npgsql.Schema/bindings.json +714 -0
  206. package/Npgsql.Schema/internal/index.d.ts +54 -0
  207. package/Npgsql.Schema/internal/metadata.json +451 -0
  208. package/Npgsql.Schema.d.ts +15 -0
  209. package/Npgsql.Schema.js +9 -0
  210. package/Npgsql.TypeMapping/bindings.json +350 -0
  211. package/Npgsql.TypeMapping/internal/index.d.ts +43 -0
  212. package/Npgsql.TypeMapping/internal/metadata.json +248 -0
  213. package/Npgsql.TypeMapping.d.ts +16 -0
  214. package/Npgsql.TypeMapping.js +9 -0
  215. package/Npgsql.Util/bindings.json +17 -0
  216. package/Npgsql.Util/internal/index.d.ts +22 -0
  217. package/Npgsql.Util/internal/metadata.json +24 -0
  218. package/Npgsql.Util.d.ts +12 -0
  219. package/Npgsql.Util.js +9 -0
  220. package/Npgsql.d.ts +99 -0
  221. package/Npgsql.js +9 -0
  222. package/NpgsqlTypes/bindings.json +8946 -0
  223. package/NpgsqlTypes/internal/index.d.ts +654 -0
  224. package/NpgsqlTypes/internal/metadata.json +5014 -0
  225. package/NpgsqlTypes.d.ts +47 -0
  226. package/NpgsqlTypes.js +9 -0
  227. package/README.md +5 -0
  228. package/__build/ref/Program.cs +5 -0
  229. package/__build/ref/ref.csproj +13 -0
  230. package/__build/scripts/generate.sh +113 -0
  231. package/__internal/extensions/index.d.ts +163 -0
  232. package/families.json +23 -0
  233. package/package.json +28 -0
  234. package/tsconfig.json +20 -0
@@ -0,0 +1,1375 @@
1
+ {
2
+ "namespace": "Npgsql.PostgresTypes",
3
+ "types": [
4
+ {
5
+ "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresArrayType",
6
+ "clrName": "Npgsql.PostgresTypes.PostgresArrayType",
7
+ "tsEmitName": "PostgresArrayType",
8
+ "assemblyName": "Npgsql",
9
+ "metadataToken": 0,
10
+ "methods": [],
11
+ "properties": [
12
+ {
13
+ "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresArrayType::Element:Npgsql.PostgresTypes.PostgresType",
14
+ "clrName": "Element",
15
+ "tsEmitName": "element",
16
+ "metadataToken": 385876701,
17
+ "canonicalSignature": ":Npgsql.PostgresTypes.PostgresType",
18
+ "normalizedSignature": "Element|:Npgsql.PostgresTypes.PostgresType|static=false|accessor=get",
19
+ "emitScope": "ClassSurface",
20
+ "isIndexer": false,
21
+ "hasGetter": true,
22
+ "hasSetter": false,
23
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresArrayType",
24
+ "declaringAssemblyName": "Npgsql"
25
+ }
26
+ ],
27
+ "fields": [],
28
+ "events": [],
29
+ "constructors": [],
30
+ "exposedMethods": [
31
+ {
32
+ "tsName": "toString",
33
+ "isStatic": false,
34
+ "tsSignatureId": "ToString|():System.String|static=false",
35
+ "target": {
36
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
37
+ "declaringAssemblyName": "Npgsql",
38
+ "metadataToken": 100666262
39
+ }
40
+ }
41
+ ],
42
+ "exposedProperties": [
43
+ {
44
+ "tsName": "element",
45
+ "isStatic": false,
46
+ "tsSignatureId": "Element|:Npgsql.PostgresTypes.PostgresType|static=false|accessor=get",
47
+ "target": {
48
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresArrayType",
49
+ "declaringAssemblyName": "Npgsql",
50
+ "metadataToken": 385876701
51
+ }
52
+ },
53
+ {
54
+ "tsName": "OID",
55
+ "isStatic": false,
56
+ "tsSignatureId": "OID|:System.UInt32|static=false|accessor=get",
57
+ "target": {
58
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
59
+ "declaringAssemblyName": "Npgsql",
60
+ "metadataToken": 385876711
61
+ }
62
+ },
63
+ {
64
+ "tsName": "namespace_",
65
+ "isStatic": false,
66
+ "tsSignatureId": "Namespace|:System.String|static=false|accessor=get",
67
+ "target": {
68
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
69
+ "declaringAssemblyName": "Npgsql",
70
+ "metadataToken": 385876712
71
+ }
72
+ },
73
+ {
74
+ "tsName": "name",
75
+ "isStatic": false,
76
+ "tsSignatureId": "Name|:System.String|static=false|accessor=get",
77
+ "target": {
78
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
79
+ "declaringAssemblyName": "Npgsql",
80
+ "metadataToken": 385876713
81
+ }
82
+ },
83
+ {
84
+ "tsName": "fullName",
85
+ "isStatic": false,
86
+ "tsSignatureId": "FullName|:System.String|static=false|accessor=get",
87
+ "target": {
88
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
89
+ "declaringAssemblyName": "Npgsql",
90
+ "metadataToken": 385876714
91
+ }
92
+ },
93
+ {
94
+ "tsName": "displayName",
95
+ "isStatic": false,
96
+ "tsSignatureId": "DisplayName|:System.String|static=false|accessor=get",
97
+ "target": {
98
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
99
+ "declaringAssemblyName": "Npgsql",
100
+ "metadataToken": 385876716
101
+ }
102
+ },
103
+ {
104
+ "tsName": "internalName",
105
+ "isStatic": false,
106
+ "tsSignatureId": "InternalName|:System.String|static=false|accessor=get",
107
+ "target": {
108
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
109
+ "declaringAssemblyName": "Npgsql",
110
+ "metadataToken": 385876717
111
+ }
112
+ },
113
+ {
114
+ "tsName": "array",
115
+ "isStatic": false,
116
+ "tsSignatureId": "Array|:Npgsql.PostgresTypes.PostgresArrayType|static=false|accessor=get",
117
+ "target": {
118
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
119
+ "declaringAssemblyName": "Npgsql",
120
+ "metadataToken": 385876718
121
+ }
122
+ },
123
+ {
124
+ "tsName": "range",
125
+ "isStatic": false,
126
+ "tsSignatureId": "Range|:Npgsql.PostgresTypes.PostgresRangeType|static=false|accessor=get",
127
+ "target": {
128
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
129
+ "declaringAssemblyName": "Npgsql",
130
+ "metadataToken": 385876719
131
+ }
132
+ }
133
+ ]
134
+ },
135
+ {
136
+ "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresBaseType",
137
+ "clrName": "Npgsql.PostgresTypes.PostgresBaseType",
138
+ "tsEmitName": "PostgresBaseType",
139
+ "assemblyName": "Npgsql",
140
+ "metadataToken": 0,
141
+ "methods": [],
142
+ "properties": [],
143
+ "fields": [],
144
+ "events": [],
145
+ "constructors": [],
146
+ "exposedMethods": [
147
+ {
148
+ "tsName": "toString",
149
+ "isStatic": false,
150
+ "tsSignatureId": "ToString|():System.String|static=false",
151
+ "target": {
152
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
153
+ "declaringAssemblyName": "Npgsql",
154
+ "metadataToken": 100666262
155
+ }
156
+ }
157
+ ],
158
+ "exposedProperties": [
159
+ {
160
+ "tsName": "OID",
161
+ "isStatic": false,
162
+ "tsSignatureId": "OID|:System.UInt32|static=false|accessor=get",
163
+ "target": {
164
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
165
+ "declaringAssemblyName": "Npgsql",
166
+ "metadataToken": 385876711
167
+ }
168
+ },
169
+ {
170
+ "tsName": "namespace_",
171
+ "isStatic": false,
172
+ "tsSignatureId": "Namespace|:System.String|static=false|accessor=get",
173
+ "target": {
174
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
175
+ "declaringAssemblyName": "Npgsql",
176
+ "metadataToken": 385876712
177
+ }
178
+ },
179
+ {
180
+ "tsName": "name",
181
+ "isStatic": false,
182
+ "tsSignatureId": "Name|:System.String|static=false|accessor=get",
183
+ "target": {
184
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
185
+ "declaringAssemblyName": "Npgsql",
186
+ "metadataToken": 385876713
187
+ }
188
+ },
189
+ {
190
+ "tsName": "fullName",
191
+ "isStatic": false,
192
+ "tsSignatureId": "FullName|:System.String|static=false|accessor=get",
193
+ "target": {
194
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
195
+ "declaringAssemblyName": "Npgsql",
196
+ "metadataToken": 385876714
197
+ }
198
+ },
199
+ {
200
+ "tsName": "displayName",
201
+ "isStatic": false,
202
+ "tsSignatureId": "DisplayName|:System.String|static=false|accessor=get",
203
+ "target": {
204
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
205
+ "declaringAssemblyName": "Npgsql",
206
+ "metadataToken": 385876716
207
+ }
208
+ },
209
+ {
210
+ "tsName": "internalName",
211
+ "isStatic": false,
212
+ "tsSignatureId": "InternalName|:System.String|static=false|accessor=get",
213
+ "target": {
214
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
215
+ "declaringAssemblyName": "Npgsql",
216
+ "metadataToken": 385876717
217
+ }
218
+ },
219
+ {
220
+ "tsName": "array",
221
+ "isStatic": false,
222
+ "tsSignatureId": "Array|:Npgsql.PostgresTypes.PostgresArrayType|static=false|accessor=get",
223
+ "target": {
224
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
225
+ "declaringAssemblyName": "Npgsql",
226
+ "metadataToken": 385876718
227
+ }
228
+ },
229
+ {
230
+ "tsName": "range",
231
+ "isStatic": false,
232
+ "tsSignatureId": "Range|:Npgsql.PostgresTypes.PostgresRangeType|static=false|accessor=get",
233
+ "target": {
234
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
235
+ "declaringAssemblyName": "Npgsql",
236
+ "metadataToken": 385876719
237
+ }
238
+ }
239
+ ]
240
+ },
241
+ {
242
+ "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresCompositeType",
243
+ "clrName": "Npgsql.PostgresTypes.PostgresCompositeType",
244
+ "tsEmitName": "PostgresCompositeType",
245
+ "assemblyName": "Npgsql",
246
+ "metadataToken": 0,
247
+ "methods": [],
248
+ "properties": [
249
+ {
250
+ "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresCompositeType::Fields:System.Collections.Generic.IReadOnlyList_1[[Npgsql.PostgresTypes.PostgresCompositeType\u002BField,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]",
251
+ "clrName": "Fields",
252
+ "tsEmitName": "fields",
253
+ "metadataToken": 385876702,
254
+ "canonicalSignature": ":System.Collections.Generic.IReadOnlyList_1[[Npgsql.PostgresTypes.PostgresCompositeType\u002BField,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]",
255
+ "normalizedSignature": "Fields|:System.Collections.Generic.IReadOnlyList_1[[Npgsql.PostgresTypes.PostgresCompositeType\u002BField,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]|static=false|accessor=get",
256
+ "emitScope": "ClassSurface",
257
+ "isIndexer": false,
258
+ "hasGetter": true,
259
+ "hasSetter": false,
260
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresCompositeType",
261
+ "declaringAssemblyName": "Npgsql"
262
+ }
263
+ ],
264
+ "fields": [],
265
+ "events": [],
266
+ "constructors": [],
267
+ "exposedMethods": [
268
+ {
269
+ "tsName": "toString",
270
+ "isStatic": false,
271
+ "tsSignatureId": "ToString|():System.String|static=false",
272
+ "target": {
273
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
274
+ "declaringAssemblyName": "Npgsql",
275
+ "metadataToken": 100666262
276
+ }
277
+ }
278
+ ],
279
+ "exposedProperties": [
280
+ {
281
+ "tsName": "fields",
282
+ "isStatic": false,
283
+ "tsSignatureId": "Fields|:System.Collections.Generic.IReadOnlyList_1[[Npgsql.PostgresTypes.PostgresCompositeType\u002BField,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]|static=false|accessor=get",
284
+ "target": {
285
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresCompositeType",
286
+ "declaringAssemblyName": "Npgsql",
287
+ "metadataToken": 385876702
288
+ }
289
+ },
290
+ {
291
+ "tsName": "OID",
292
+ "isStatic": false,
293
+ "tsSignatureId": "OID|:System.UInt32|static=false|accessor=get",
294
+ "target": {
295
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
296
+ "declaringAssemblyName": "Npgsql",
297
+ "metadataToken": 385876711
298
+ }
299
+ },
300
+ {
301
+ "tsName": "namespace_",
302
+ "isStatic": false,
303
+ "tsSignatureId": "Namespace|:System.String|static=false|accessor=get",
304
+ "target": {
305
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
306
+ "declaringAssemblyName": "Npgsql",
307
+ "metadataToken": 385876712
308
+ }
309
+ },
310
+ {
311
+ "tsName": "name",
312
+ "isStatic": false,
313
+ "tsSignatureId": "Name|:System.String|static=false|accessor=get",
314
+ "target": {
315
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
316
+ "declaringAssemblyName": "Npgsql",
317
+ "metadataToken": 385876713
318
+ }
319
+ },
320
+ {
321
+ "tsName": "fullName",
322
+ "isStatic": false,
323
+ "tsSignatureId": "FullName|:System.String|static=false|accessor=get",
324
+ "target": {
325
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
326
+ "declaringAssemblyName": "Npgsql",
327
+ "metadataToken": 385876714
328
+ }
329
+ },
330
+ {
331
+ "tsName": "displayName",
332
+ "isStatic": false,
333
+ "tsSignatureId": "DisplayName|:System.String|static=false|accessor=get",
334
+ "target": {
335
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
336
+ "declaringAssemblyName": "Npgsql",
337
+ "metadataToken": 385876716
338
+ }
339
+ },
340
+ {
341
+ "tsName": "internalName",
342
+ "isStatic": false,
343
+ "tsSignatureId": "InternalName|:System.String|static=false|accessor=get",
344
+ "target": {
345
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
346
+ "declaringAssemblyName": "Npgsql",
347
+ "metadataToken": 385876717
348
+ }
349
+ },
350
+ {
351
+ "tsName": "array",
352
+ "isStatic": false,
353
+ "tsSignatureId": "Array|:Npgsql.PostgresTypes.PostgresArrayType|static=false|accessor=get",
354
+ "target": {
355
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
356
+ "declaringAssemblyName": "Npgsql",
357
+ "metadataToken": 385876718
358
+ }
359
+ },
360
+ {
361
+ "tsName": "range",
362
+ "isStatic": false,
363
+ "tsSignatureId": "Range|:Npgsql.PostgresTypes.PostgresRangeType|static=false|accessor=get",
364
+ "target": {
365
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
366
+ "declaringAssemblyName": "Npgsql",
367
+ "metadataToken": 385876719
368
+ }
369
+ }
370
+ ]
371
+ },
372
+ {
373
+ "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresCompositeType\u002BField",
374
+ "clrName": "Npgsql.PostgresTypes.PostgresCompositeType\u002BField",
375
+ "tsEmitName": "PostgresCompositeType_Field",
376
+ "assemblyName": "Npgsql",
377
+ "metadataToken": 0,
378
+ "methods": [
379
+ {
380
+ "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresCompositeType\u002BField::ToString():System.String",
381
+ "clrName": "ToString",
382
+ "tsEmitName": "toString",
383
+ "metadataToken": 100669297,
384
+ "canonicalSignature": "():System.String",
385
+ "normalizedSignature": "ToString|():System.String|static=false",
386
+ "emitScope": "ClassSurface",
387
+ "arity": 0,
388
+ "parameterCount": 0,
389
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresCompositeType\u002BField",
390
+ "declaringAssemblyName": "Npgsql",
391
+ "isExtensionMethod": false
392
+ }
393
+ ],
394
+ "properties": [
395
+ {
396
+ "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresCompositeType\u002BField::Name:System.String",
397
+ "clrName": "Name",
398
+ "tsEmitName": "name",
399
+ "metadataToken": 385877336,
400
+ "canonicalSignature": ":System.String",
401
+ "normalizedSignature": "Name|:System.String|static=false|accessor=get",
402
+ "emitScope": "ClassSurface",
403
+ "isIndexer": false,
404
+ "hasGetter": true,
405
+ "hasSetter": false,
406
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresCompositeType\u002BField",
407
+ "declaringAssemblyName": "Npgsql"
408
+ },
409
+ {
410
+ "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresCompositeType\u002BField::Type:Npgsql.PostgresTypes.PostgresType",
411
+ "clrName": "Type",
412
+ "tsEmitName": "type_",
413
+ "metadataToken": 385877337,
414
+ "canonicalSignature": ":Npgsql.PostgresTypes.PostgresType",
415
+ "normalizedSignature": "Type|:Npgsql.PostgresTypes.PostgresType|static=false|accessor=get",
416
+ "emitScope": "ClassSurface",
417
+ "isIndexer": false,
418
+ "hasGetter": true,
419
+ "hasSetter": false,
420
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresCompositeType\u002BField",
421
+ "declaringAssemblyName": "Npgsql"
422
+ }
423
+ ],
424
+ "fields": [],
425
+ "events": [],
426
+ "constructors": [],
427
+ "exposedMethods": [
428
+ {
429
+ "tsName": "toString",
430
+ "isStatic": false,
431
+ "tsSignatureId": "ToString|():System.String|static=false",
432
+ "target": {
433
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresCompositeType\u002BField",
434
+ "declaringAssemblyName": "Npgsql",
435
+ "metadataToken": 100669297
436
+ }
437
+ }
438
+ ],
439
+ "exposedProperties": [
440
+ {
441
+ "tsName": "name",
442
+ "isStatic": false,
443
+ "tsSignatureId": "Name|:System.String|static=false|accessor=get",
444
+ "target": {
445
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresCompositeType\u002BField",
446
+ "declaringAssemblyName": "Npgsql",
447
+ "metadataToken": 385877336
448
+ }
449
+ },
450
+ {
451
+ "tsName": "type_",
452
+ "isStatic": false,
453
+ "tsSignatureId": "Type|:Npgsql.PostgresTypes.PostgresType|static=false|accessor=get",
454
+ "target": {
455
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresCompositeType\u002BField",
456
+ "declaringAssemblyName": "Npgsql",
457
+ "metadataToken": 385877337
458
+ }
459
+ }
460
+ ]
461
+ },
462
+ {
463
+ "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresDomainType",
464
+ "clrName": "Npgsql.PostgresTypes.PostgresDomainType",
465
+ "tsEmitName": "PostgresDomainType",
466
+ "assemblyName": "Npgsql",
467
+ "metadataToken": 0,
468
+ "methods": [],
469
+ "properties": [
470
+ {
471
+ "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresDomainType::BaseType:Npgsql.PostgresTypes.PostgresType",
472
+ "clrName": "BaseType",
473
+ "tsEmitName": "baseType",
474
+ "metadataToken": 385876704,
475
+ "canonicalSignature": ":Npgsql.PostgresTypes.PostgresType",
476
+ "normalizedSignature": "BaseType|:Npgsql.PostgresTypes.PostgresType|static=false|accessor=get",
477
+ "emitScope": "ClassSurface",
478
+ "isIndexer": false,
479
+ "hasGetter": true,
480
+ "hasSetter": false,
481
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresDomainType",
482
+ "declaringAssemblyName": "Npgsql"
483
+ },
484
+ {
485
+ "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresDomainType::NotNull:System.Boolean",
486
+ "clrName": "NotNull",
487
+ "tsEmitName": "notNull",
488
+ "metadataToken": 385876705,
489
+ "canonicalSignature": ":System.Boolean",
490
+ "normalizedSignature": "NotNull|:System.Boolean|static=false|accessor=get",
491
+ "emitScope": "ClassSurface",
492
+ "isIndexer": false,
493
+ "hasGetter": true,
494
+ "hasSetter": false,
495
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresDomainType",
496
+ "declaringAssemblyName": "Npgsql"
497
+ }
498
+ ],
499
+ "fields": [],
500
+ "events": [],
501
+ "constructors": [],
502
+ "exposedMethods": [
503
+ {
504
+ "tsName": "toString",
505
+ "isStatic": false,
506
+ "tsSignatureId": "ToString|():System.String|static=false",
507
+ "target": {
508
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
509
+ "declaringAssemblyName": "Npgsql",
510
+ "metadataToken": 100666262
511
+ }
512
+ }
513
+ ],
514
+ "exposedProperties": [
515
+ {
516
+ "tsName": "baseType",
517
+ "isStatic": false,
518
+ "tsSignatureId": "BaseType|:Npgsql.PostgresTypes.PostgresType|static=false|accessor=get",
519
+ "target": {
520
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresDomainType",
521
+ "declaringAssemblyName": "Npgsql",
522
+ "metadataToken": 385876704
523
+ }
524
+ },
525
+ {
526
+ "tsName": "notNull",
527
+ "isStatic": false,
528
+ "tsSignatureId": "NotNull|:System.Boolean|static=false|accessor=get",
529
+ "target": {
530
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresDomainType",
531
+ "declaringAssemblyName": "Npgsql",
532
+ "metadataToken": 385876705
533
+ }
534
+ },
535
+ {
536
+ "tsName": "OID",
537
+ "isStatic": false,
538
+ "tsSignatureId": "OID|:System.UInt32|static=false|accessor=get",
539
+ "target": {
540
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
541
+ "declaringAssemblyName": "Npgsql",
542
+ "metadataToken": 385876711
543
+ }
544
+ },
545
+ {
546
+ "tsName": "namespace_",
547
+ "isStatic": false,
548
+ "tsSignatureId": "Namespace|:System.String|static=false|accessor=get",
549
+ "target": {
550
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
551
+ "declaringAssemblyName": "Npgsql",
552
+ "metadataToken": 385876712
553
+ }
554
+ },
555
+ {
556
+ "tsName": "name",
557
+ "isStatic": false,
558
+ "tsSignatureId": "Name|:System.String|static=false|accessor=get",
559
+ "target": {
560
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
561
+ "declaringAssemblyName": "Npgsql",
562
+ "metadataToken": 385876713
563
+ }
564
+ },
565
+ {
566
+ "tsName": "fullName",
567
+ "isStatic": false,
568
+ "tsSignatureId": "FullName|:System.String|static=false|accessor=get",
569
+ "target": {
570
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
571
+ "declaringAssemblyName": "Npgsql",
572
+ "metadataToken": 385876714
573
+ }
574
+ },
575
+ {
576
+ "tsName": "displayName",
577
+ "isStatic": false,
578
+ "tsSignatureId": "DisplayName|:System.String|static=false|accessor=get",
579
+ "target": {
580
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
581
+ "declaringAssemblyName": "Npgsql",
582
+ "metadataToken": 385876716
583
+ }
584
+ },
585
+ {
586
+ "tsName": "internalName",
587
+ "isStatic": false,
588
+ "tsSignatureId": "InternalName|:System.String|static=false|accessor=get",
589
+ "target": {
590
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
591
+ "declaringAssemblyName": "Npgsql",
592
+ "metadataToken": 385876717
593
+ }
594
+ },
595
+ {
596
+ "tsName": "array",
597
+ "isStatic": false,
598
+ "tsSignatureId": "Array|:Npgsql.PostgresTypes.PostgresArrayType|static=false|accessor=get",
599
+ "target": {
600
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
601
+ "declaringAssemblyName": "Npgsql",
602
+ "metadataToken": 385876718
603
+ }
604
+ },
605
+ {
606
+ "tsName": "range",
607
+ "isStatic": false,
608
+ "tsSignatureId": "Range|:Npgsql.PostgresTypes.PostgresRangeType|static=false|accessor=get",
609
+ "target": {
610
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
611
+ "declaringAssemblyName": "Npgsql",
612
+ "metadataToken": 385876719
613
+ }
614
+ }
615
+ ]
616
+ },
617
+ {
618
+ "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresEnumType",
619
+ "clrName": "Npgsql.PostgresTypes.PostgresEnumType",
620
+ "tsEmitName": "PostgresEnumType",
621
+ "assemblyName": "Npgsql",
622
+ "metadataToken": 0,
623
+ "methods": [],
624
+ "properties": [
625
+ {
626
+ "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresEnumType::Labels:System.Collections.Generic.IReadOnlyList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
627
+ "clrName": "Labels",
628
+ "tsEmitName": "labels",
629
+ "metadataToken": 385876706,
630
+ "canonicalSignature": ":System.Collections.Generic.IReadOnlyList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
631
+ "normalizedSignature": "Labels|:System.Collections.Generic.IReadOnlyList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
632
+ "emitScope": "ClassSurface",
633
+ "isIndexer": false,
634
+ "hasGetter": true,
635
+ "hasSetter": false,
636
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresEnumType",
637
+ "declaringAssemblyName": "Npgsql"
638
+ }
639
+ ],
640
+ "fields": [],
641
+ "events": [],
642
+ "constructors": [],
643
+ "exposedMethods": [
644
+ {
645
+ "tsName": "toString",
646
+ "isStatic": false,
647
+ "tsSignatureId": "ToString|():System.String|static=false",
648
+ "target": {
649
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
650
+ "declaringAssemblyName": "Npgsql",
651
+ "metadataToken": 100666262
652
+ }
653
+ }
654
+ ],
655
+ "exposedProperties": [
656
+ {
657
+ "tsName": "labels",
658
+ "isStatic": false,
659
+ "tsSignatureId": "Labels|:System.Collections.Generic.IReadOnlyList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
660
+ "target": {
661
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresEnumType",
662
+ "declaringAssemblyName": "Npgsql",
663
+ "metadataToken": 385876706
664
+ }
665
+ },
666
+ {
667
+ "tsName": "OID",
668
+ "isStatic": false,
669
+ "tsSignatureId": "OID|:System.UInt32|static=false|accessor=get",
670
+ "target": {
671
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
672
+ "declaringAssemblyName": "Npgsql",
673
+ "metadataToken": 385876711
674
+ }
675
+ },
676
+ {
677
+ "tsName": "namespace_",
678
+ "isStatic": false,
679
+ "tsSignatureId": "Namespace|:System.String|static=false|accessor=get",
680
+ "target": {
681
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
682
+ "declaringAssemblyName": "Npgsql",
683
+ "metadataToken": 385876712
684
+ }
685
+ },
686
+ {
687
+ "tsName": "name",
688
+ "isStatic": false,
689
+ "tsSignatureId": "Name|:System.String|static=false|accessor=get",
690
+ "target": {
691
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
692
+ "declaringAssemblyName": "Npgsql",
693
+ "metadataToken": 385876713
694
+ }
695
+ },
696
+ {
697
+ "tsName": "fullName",
698
+ "isStatic": false,
699
+ "tsSignatureId": "FullName|:System.String|static=false|accessor=get",
700
+ "target": {
701
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
702
+ "declaringAssemblyName": "Npgsql",
703
+ "metadataToken": 385876714
704
+ }
705
+ },
706
+ {
707
+ "tsName": "displayName",
708
+ "isStatic": false,
709
+ "tsSignatureId": "DisplayName|:System.String|static=false|accessor=get",
710
+ "target": {
711
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
712
+ "declaringAssemblyName": "Npgsql",
713
+ "metadataToken": 385876716
714
+ }
715
+ },
716
+ {
717
+ "tsName": "internalName",
718
+ "isStatic": false,
719
+ "tsSignatureId": "InternalName|:System.String|static=false|accessor=get",
720
+ "target": {
721
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
722
+ "declaringAssemblyName": "Npgsql",
723
+ "metadataToken": 385876717
724
+ }
725
+ },
726
+ {
727
+ "tsName": "array",
728
+ "isStatic": false,
729
+ "tsSignatureId": "Array|:Npgsql.PostgresTypes.PostgresArrayType|static=false|accessor=get",
730
+ "target": {
731
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
732
+ "declaringAssemblyName": "Npgsql",
733
+ "metadataToken": 385876718
734
+ }
735
+ },
736
+ {
737
+ "tsName": "range",
738
+ "isStatic": false,
739
+ "tsSignatureId": "Range|:Npgsql.PostgresTypes.PostgresRangeType|static=false|accessor=get",
740
+ "target": {
741
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
742
+ "declaringAssemblyName": "Npgsql",
743
+ "metadataToken": 385876719
744
+ }
745
+ }
746
+ ]
747
+ },
748
+ {
749
+ "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresMultirangeType",
750
+ "clrName": "Npgsql.PostgresTypes.PostgresMultirangeType",
751
+ "tsEmitName": "PostgresMultirangeType",
752
+ "assemblyName": "Npgsql",
753
+ "metadataToken": 0,
754
+ "methods": [],
755
+ "properties": [
756
+ {
757
+ "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresMultirangeType::Subrange:Npgsql.PostgresTypes.PostgresRangeType",
758
+ "clrName": "Subrange",
759
+ "tsEmitName": "subrange",
760
+ "metadataToken": 385876708,
761
+ "canonicalSignature": ":Npgsql.PostgresTypes.PostgresRangeType",
762
+ "normalizedSignature": "Subrange|:Npgsql.PostgresTypes.PostgresRangeType|static=false|accessor=get",
763
+ "emitScope": "ClassSurface",
764
+ "isIndexer": false,
765
+ "hasGetter": true,
766
+ "hasSetter": false,
767
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresMultirangeType",
768
+ "declaringAssemblyName": "Npgsql"
769
+ }
770
+ ],
771
+ "fields": [],
772
+ "events": [],
773
+ "constructors": [],
774
+ "exposedMethods": [
775
+ {
776
+ "tsName": "toString",
777
+ "isStatic": false,
778
+ "tsSignatureId": "ToString|():System.String|static=false",
779
+ "target": {
780
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
781
+ "declaringAssemblyName": "Npgsql",
782
+ "metadataToken": 100666262
783
+ }
784
+ }
785
+ ],
786
+ "exposedProperties": [
787
+ {
788
+ "tsName": "subrange",
789
+ "isStatic": false,
790
+ "tsSignatureId": "Subrange|:Npgsql.PostgresTypes.PostgresRangeType|static=false|accessor=get",
791
+ "target": {
792
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresMultirangeType",
793
+ "declaringAssemblyName": "Npgsql",
794
+ "metadataToken": 385876708
795
+ }
796
+ },
797
+ {
798
+ "tsName": "OID",
799
+ "isStatic": false,
800
+ "tsSignatureId": "OID|:System.UInt32|static=false|accessor=get",
801
+ "target": {
802
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
803
+ "declaringAssemblyName": "Npgsql",
804
+ "metadataToken": 385876711
805
+ }
806
+ },
807
+ {
808
+ "tsName": "namespace_",
809
+ "isStatic": false,
810
+ "tsSignatureId": "Namespace|:System.String|static=false|accessor=get",
811
+ "target": {
812
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
813
+ "declaringAssemblyName": "Npgsql",
814
+ "metadataToken": 385876712
815
+ }
816
+ },
817
+ {
818
+ "tsName": "name",
819
+ "isStatic": false,
820
+ "tsSignatureId": "Name|:System.String|static=false|accessor=get",
821
+ "target": {
822
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
823
+ "declaringAssemblyName": "Npgsql",
824
+ "metadataToken": 385876713
825
+ }
826
+ },
827
+ {
828
+ "tsName": "fullName",
829
+ "isStatic": false,
830
+ "tsSignatureId": "FullName|:System.String|static=false|accessor=get",
831
+ "target": {
832
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
833
+ "declaringAssemblyName": "Npgsql",
834
+ "metadataToken": 385876714
835
+ }
836
+ },
837
+ {
838
+ "tsName": "displayName",
839
+ "isStatic": false,
840
+ "tsSignatureId": "DisplayName|:System.String|static=false|accessor=get",
841
+ "target": {
842
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
843
+ "declaringAssemblyName": "Npgsql",
844
+ "metadataToken": 385876716
845
+ }
846
+ },
847
+ {
848
+ "tsName": "internalName",
849
+ "isStatic": false,
850
+ "tsSignatureId": "InternalName|:System.String|static=false|accessor=get",
851
+ "target": {
852
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
853
+ "declaringAssemblyName": "Npgsql",
854
+ "metadataToken": 385876717
855
+ }
856
+ },
857
+ {
858
+ "tsName": "array",
859
+ "isStatic": false,
860
+ "tsSignatureId": "Array|:Npgsql.PostgresTypes.PostgresArrayType|static=false|accessor=get",
861
+ "target": {
862
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
863
+ "declaringAssemblyName": "Npgsql",
864
+ "metadataToken": 385876718
865
+ }
866
+ },
867
+ {
868
+ "tsName": "range",
869
+ "isStatic": false,
870
+ "tsSignatureId": "Range|:Npgsql.PostgresTypes.PostgresRangeType|static=false|accessor=get",
871
+ "target": {
872
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
873
+ "declaringAssemblyName": "Npgsql",
874
+ "metadataToken": 385876719
875
+ }
876
+ }
877
+ ]
878
+ },
879
+ {
880
+ "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresRangeType",
881
+ "clrName": "Npgsql.PostgresTypes.PostgresRangeType",
882
+ "tsEmitName": "PostgresRangeType",
883
+ "assemblyName": "Npgsql",
884
+ "metadataToken": 0,
885
+ "methods": [],
886
+ "properties": [
887
+ {
888
+ "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresRangeType::Subtype:Npgsql.PostgresTypes.PostgresType",
889
+ "clrName": "Subtype",
890
+ "tsEmitName": "subtype",
891
+ "metadataToken": 385876709,
892
+ "canonicalSignature": ":Npgsql.PostgresTypes.PostgresType",
893
+ "normalizedSignature": "Subtype|:Npgsql.PostgresTypes.PostgresType|static=false|accessor=get",
894
+ "emitScope": "ClassSurface",
895
+ "isIndexer": false,
896
+ "hasGetter": true,
897
+ "hasSetter": false,
898
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresRangeType",
899
+ "declaringAssemblyName": "Npgsql"
900
+ },
901
+ {
902
+ "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresRangeType::Multirange:Npgsql.PostgresTypes.PostgresMultirangeType",
903
+ "clrName": "Multirange",
904
+ "tsEmitName": "multirange",
905
+ "metadataToken": 385876710,
906
+ "canonicalSignature": ":Npgsql.PostgresTypes.PostgresMultirangeType",
907
+ "normalizedSignature": "Multirange|:Npgsql.PostgresTypes.PostgresMultirangeType|static=false|accessor=get",
908
+ "emitScope": "ClassSurface",
909
+ "isIndexer": false,
910
+ "hasGetter": true,
911
+ "hasSetter": false,
912
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresRangeType",
913
+ "declaringAssemblyName": "Npgsql"
914
+ }
915
+ ],
916
+ "fields": [],
917
+ "events": [],
918
+ "constructors": [],
919
+ "exposedMethods": [
920
+ {
921
+ "tsName": "toString",
922
+ "isStatic": false,
923
+ "tsSignatureId": "ToString|():System.String|static=false",
924
+ "target": {
925
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
926
+ "declaringAssemblyName": "Npgsql",
927
+ "metadataToken": 100666262
928
+ }
929
+ }
930
+ ],
931
+ "exposedProperties": [
932
+ {
933
+ "tsName": "subtype",
934
+ "isStatic": false,
935
+ "tsSignatureId": "Subtype|:Npgsql.PostgresTypes.PostgresType|static=false|accessor=get",
936
+ "target": {
937
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresRangeType",
938
+ "declaringAssemblyName": "Npgsql",
939
+ "metadataToken": 385876709
940
+ }
941
+ },
942
+ {
943
+ "tsName": "multirange",
944
+ "isStatic": false,
945
+ "tsSignatureId": "Multirange|:Npgsql.PostgresTypes.PostgresMultirangeType|static=false|accessor=get",
946
+ "target": {
947
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresRangeType",
948
+ "declaringAssemblyName": "Npgsql",
949
+ "metadataToken": 385876710
950
+ }
951
+ },
952
+ {
953
+ "tsName": "OID",
954
+ "isStatic": false,
955
+ "tsSignatureId": "OID|:System.UInt32|static=false|accessor=get",
956
+ "target": {
957
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
958
+ "declaringAssemblyName": "Npgsql",
959
+ "metadataToken": 385876711
960
+ }
961
+ },
962
+ {
963
+ "tsName": "namespace_",
964
+ "isStatic": false,
965
+ "tsSignatureId": "Namespace|:System.String|static=false|accessor=get",
966
+ "target": {
967
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
968
+ "declaringAssemblyName": "Npgsql",
969
+ "metadataToken": 385876712
970
+ }
971
+ },
972
+ {
973
+ "tsName": "name",
974
+ "isStatic": false,
975
+ "tsSignatureId": "Name|:System.String|static=false|accessor=get",
976
+ "target": {
977
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
978
+ "declaringAssemblyName": "Npgsql",
979
+ "metadataToken": 385876713
980
+ }
981
+ },
982
+ {
983
+ "tsName": "fullName",
984
+ "isStatic": false,
985
+ "tsSignatureId": "FullName|:System.String|static=false|accessor=get",
986
+ "target": {
987
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
988
+ "declaringAssemblyName": "Npgsql",
989
+ "metadataToken": 385876714
990
+ }
991
+ },
992
+ {
993
+ "tsName": "displayName",
994
+ "isStatic": false,
995
+ "tsSignatureId": "DisplayName|:System.String|static=false|accessor=get",
996
+ "target": {
997
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
998
+ "declaringAssemblyName": "Npgsql",
999
+ "metadataToken": 385876716
1000
+ }
1001
+ },
1002
+ {
1003
+ "tsName": "internalName",
1004
+ "isStatic": false,
1005
+ "tsSignatureId": "InternalName|:System.String|static=false|accessor=get",
1006
+ "target": {
1007
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
1008
+ "declaringAssemblyName": "Npgsql",
1009
+ "metadataToken": 385876717
1010
+ }
1011
+ },
1012
+ {
1013
+ "tsName": "array",
1014
+ "isStatic": false,
1015
+ "tsSignatureId": "Array|:Npgsql.PostgresTypes.PostgresArrayType|static=false|accessor=get",
1016
+ "target": {
1017
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
1018
+ "declaringAssemblyName": "Npgsql",
1019
+ "metadataToken": 385876718
1020
+ }
1021
+ },
1022
+ {
1023
+ "tsName": "range",
1024
+ "isStatic": false,
1025
+ "tsSignatureId": "Range|:Npgsql.PostgresTypes.PostgresRangeType|static=false|accessor=get",
1026
+ "target": {
1027
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
1028
+ "declaringAssemblyName": "Npgsql",
1029
+ "metadataToken": 385876719
1030
+ }
1031
+ }
1032
+ ]
1033
+ },
1034
+ {
1035
+ "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresType",
1036
+ "clrName": "Npgsql.PostgresTypes.PostgresType",
1037
+ "tsEmitName": "PostgresType",
1038
+ "assemblyName": "Npgsql",
1039
+ "metadataToken": 0,
1040
+ "methods": [
1041
+ {
1042
+ "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresType::ToString():System.String",
1043
+ "clrName": "ToString",
1044
+ "tsEmitName": "toString",
1045
+ "metadataToken": 100666262,
1046
+ "canonicalSignature": "():System.String",
1047
+ "normalizedSignature": "ToString|():System.String|static=false",
1048
+ "emitScope": "ClassSurface",
1049
+ "arity": 0,
1050
+ "parameterCount": 0,
1051
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
1052
+ "declaringAssemblyName": "Npgsql",
1053
+ "isExtensionMethod": false
1054
+ }
1055
+ ],
1056
+ "properties": [
1057
+ {
1058
+ "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresType::OID:System.UInt32",
1059
+ "clrName": "OID",
1060
+ "tsEmitName": "OID",
1061
+ "metadataToken": 385876711,
1062
+ "canonicalSignature": ":System.UInt32",
1063
+ "normalizedSignature": "OID|:System.UInt32|static=false|accessor=get",
1064
+ "emitScope": "ClassSurface",
1065
+ "isIndexer": false,
1066
+ "hasGetter": true,
1067
+ "hasSetter": false,
1068
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
1069
+ "declaringAssemblyName": "Npgsql"
1070
+ },
1071
+ {
1072
+ "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresType::Namespace:System.String",
1073
+ "clrName": "Namespace",
1074
+ "tsEmitName": "namespace_",
1075
+ "metadataToken": 385876712,
1076
+ "canonicalSignature": ":System.String",
1077
+ "normalizedSignature": "Namespace|:System.String|static=false|accessor=get",
1078
+ "emitScope": "ClassSurface",
1079
+ "isIndexer": false,
1080
+ "hasGetter": true,
1081
+ "hasSetter": false,
1082
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
1083
+ "declaringAssemblyName": "Npgsql"
1084
+ },
1085
+ {
1086
+ "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresType::Name:System.String",
1087
+ "clrName": "Name",
1088
+ "tsEmitName": "name",
1089
+ "metadataToken": 385876713,
1090
+ "canonicalSignature": ":System.String",
1091
+ "normalizedSignature": "Name|:System.String|static=false|accessor=get",
1092
+ "emitScope": "ClassSurface",
1093
+ "isIndexer": false,
1094
+ "hasGetter": true,
1095
+ "hasSetter": false,
1096
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
1097
+ "declaringAssemblyName": "Npgsql"
1098
+ },
1099
+ {
1100
+ "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresType::FullName:System.String",
1101
+ "clrName": "FullName",
1102
+ "tsEmitName": "fullName",
1103
+ "metadataToken": 385876714,
1104
+ "canonicalSignature": ":System.String",
1105
+ "normalizedSignature": "FullName|:System.String|static=false|accessor=get",
1106
+ "emitScope": "ClassSurface",
1107
+ "isIndexer": false,
1108
+ "hasGetter": true,
1109
+ "hasSetter": false,
1110
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
1111
+ "declaringAssemblyName": "Npgsql"
1112
+ },
1113
+ {
1114
+ "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresType::DisplayName:System.String",
1115
+ "clrName": "DisplayName",
1116
+ "tsEmitName": "displayName",
1117
+ "metadataToken": 385876716,
1118
+ "canonicalSignature": ":System.String",
1119
+ "normalizedSignature": "DisplayName|:System.String|static=false|accessor=get",
1120
+ "emitScope": "ClassSurface",
1121
+ "isIndexer": false,
1122
+ "hasGetter": true,
1123
+ "hasSetter": false,
1124
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
1125
+ "declaringAssemblyName": "Npgsql"
1126
+ },
1127
+ {
1128
+ "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresType::InternalName:System.String",
1129
+ "clrName": "InternalName",
1130
+ "tsEmitName": "internalName",
1131
+ "metadataToken": 385876717,
1132
+ "canonicalSignature": ":System.String",
1133
+ "normalizedSignature": "InternalName|:System.String|static=false|accessor=get",
1134
+ "emitScope": "ClassSurface",
1135
+ "isIndexer": false,
1136
+ "hasGetter": true,
1137
+ "hasSetter": false,
1138
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
1139
+ "declaringAssemblyName": "Npgsql"
1140
+ },
1141
+ {
1142
+ "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresType::Array:Npgsql.PostgresTypes.PostgresArrayType",
1143
+ "clrName": "Array",
1144
+ "tsEmitName": "array",
1145
+ "metadataToken": 385876718,
1146
+ "canonicalSignature": ":Npgsql.PostgresTypes.PostgresArrayType",
1147
+ "normalizedSignature": "Array|:Npgsql.PostgresTypes.PostgresArrayType|static=false|accessor=get",
1148
+ "emitScope": "ClassSurface",
1149
+ "isIndexer": false,
1150
+ "hasGetter": true,
1151
+ "hasSetter": false,
1152
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
1153
+ "declaringAssemblyName": "Npgsql"
1154
+ },
1155
+ {
1156
+ "stableId": "Npgsql:Npgsql.PostgresTypes.PostgresType::Range:Npgsql.PostgresTypes.PostgresRangeType",
1157
+ "clrName": "Range",
1158
+ "tsEmitName": "range",
1159
+ "metadataToken": 385876719,
1160
+ "canonicalSignature": ":Npgsql.PostgresTypes.PostgresRangeType",
1161
+ "normalizedSignature": "Range|:Npgsql.PostgresTypes.PostgresRangeType|static=false|accessor=get",
1162
+ "emitScope": "ClassSurface",
1163
+ "isIndexer": false,
1164
+ "hasGetter": true,
1165
+ "hasSetter": false,
1166
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
1167
+ "declaringAssemblyName": "Npgsql"
1168
+ }
1169
+ ],
1170
+ "fields": [],
1171
+ "events": [],
1172
+ "constructors": [],
1173
+ "exposedMethods": [
1174
+ {
1175
+ "tsName": "toString",
1176
+ "isStatic": false,
1177
+ "tsSignatureId": "ToString|():System.String|static=false",
1178
+ "target": {
1179
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
1180
+ "declaringAssemblyName": "Npgsql",
1181
+ "metadataToken": 100666262
1182
+ }
1183
+ }
1184
+ ],
1185
+ "exposedProperties": [
1186
+ {
1187
+ "tsName": "OID",
1188
+ "isStatic": false,
1189
+ "tsSignatureId": "OID|:System.UInt32|static=false|accessor=get",
1190
+ "target": {
1191
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
1192
+ "declaringAssemblyName": "Npgsql",
1193
+ "metadataToken": 385876711
1194
+ }
1195
+ },
1196
+ {
1197
+ "tsName": "namespace_",
1198
+ "isStatic": false,
1199
+ "tsSignatureId": "Namespace|:System.String|static=false|accessor=get",
1200
+ "target": {
1201
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
1202
+ "declaringAssemblyName": "Npgsql",
1203
+ "metadataToken": 385876712
1204
+ }
1205
+ },
1206
+ {
1207
+ "tsName": "name",
1208
+ "isStatic": false,
1209
+ "tsSignatureId": "Name|:System.String|static=false|accessor=get",
1210
+ "target": {
1211
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
1212
+ "declaringAssemblyName": "Npgsql",
1213
+ "metadataToken": 385876713
1214
+ }
1215
+ },
1216
+ {
1217
+ "tsName": "fullName",
1218
+ "isStatic": false,
1219
+ "tsSignatureId": "FullName|:System.String|static=false|accessor=get",
1220
+ "target": {
1221
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
1222
+ "declaringAssemblyName": "Npgsql",
1223
+ "metadataToken": 385876714
1224
+ }
1225
+ },
1226
+ {
1227
+ "tsName": "displayName",
1228
+ "isStatic": false,
1229
+ "tsSignatureId": "DisplayName|:System.String|static=false|accessor=get",
1230
+ "target": {
1231
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
1232
+ "declaringAssemblyName": "Npgsql",
1233
+ "metadataToken": 385876716
1234
+ }
1235
+ },
1236
+ {
1237
+ "tsName": "internalName",
1238
+ "isStatic": false,
1239
+ "tsSignatureId": "InternalName|:System.String|static=false|accessor=get",
1240
+ "target": {
1241
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
1242
+ "declaringAssemblyName": "Npgsql",
1243
+ "metadataToken": 385876717
1244
+ }
1245
+ },
1246
+ {
1247
+ "tsName": "array",
1248
+ "isStatic": false,
1249
+ "tsSignatureId": "Array|:Npgsql.PostgresTypes.PostgresArrayType|static=false|accessor=get",
1250
+ "target": {
1251
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
1252
+ "declaringAssemblyName": "Npgsql",
1253
+ "metadataToken": 385876718
1254
+ }
1255
+ },
1256
+ {
1257
+ "tsName": "range",
1258
+ "isStatic": false,
1259
+ "tsSignatureId": "Range|:Npgsql.PostgresTypes.PostgresRangeType|static=false|accessor=get",
1260
+ "target": {
1261
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
1262
+ "declaringAssemblyName": "Npgsql",
1263
+ "metadataToken": 385876719
1264
+ }
1265
+ }
1266
+ ]
1267
+ },
1268
+ {
1269
+ "stableId": "Npgsql:Npgsql.PostgresTypes.UnknownBackendType",
1270
+ "clrName": "Npgsql.PostgresTypes.UnknownBackendType",
1271
+ "tsEmitName": "UnknownBackendType",
1272
+ "assemblyName": "Npgsql",
1273
+ "metadataToken": 0,
1274
+ "methods": [],
1275
+ "properties": [],
1276
+ "fields": [],
1277
+ "events": [],
1278
+ "constructors": [],
1279
+ "exposedMethods": [
1280
+ {
1281
+ "tsName": "toString",
1282
+ "isStatic": false,
1283
+ "tsSignatureId": "ToString|():System.String|static=false",
1284
+ "target": {
1285
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
1286
+ "declaringAssemblyName": "Npgsql",
1287
+ "metadataToken": 100666262
1288
+ }
1289
+ }
1290
+ ],
1291
+ "exposedProperties": [
1292
+ {
1293
+ "tsName": "OID",
1294
+ "isStatic": false,
1295
+ "tsSignatureId": "OID|:System.UInt32|static=false|accessor=get",
1296
+ "target": {
1297
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
1298
+ "declaringAssemblyName": "Npgsql",
1299
+ "metadataToken": 385876711
1300
+ }
1301
+ },
1302
+ {
1303
+ "tsName": "namespace_",
1304
+ "isStatic": false,
1305
+ "tsSignatureId": "Namespace|:System.String|static=false|accessor=get",
1306
+ "target": {
1307
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
1308
+ "declaringAssemblyName": "Npgsql",
1309
+ "metadataToken": 385876712
1310
+ }
1311
+ },
1312
+ {
1313
+ "tsName": "name",
1314
+ "isStatic": false,
1315
+ "tsSignatureId": "Name|:System.String|static=false|accessor=get",
1316
+ "target": {
1317
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
1318
+ "declaringAssemblyName": "Npgsql",
1319
+ "metadataToken": 385876713
1320
+ }
1321
+ },
1322
+ {
1323
+ "tsName": "fullName",
1324
+ "isStatic": false,
1325
+ "tsSignatureId": "FullName|:System.String|static=false|accessor=get",
1326
+ "target": {
1327
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
1328
+ "declaringAssemblyName": "Npgsql",
1329
+ "metadataToken": 385876714
1330
+ }
1331
+ },
1332
+ {
1333
+ "tsName": "displayName",
1334
+ "isStatic": false,
1335
+ "tsSignatureId": "DisplayName|:System.String|static=false|accessor=get",
1336
+ "target": {
1337
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
1338
+ "declaringAssemblyName": "Npgsql",
1339
+ "metadataToken": 385876716
1340
+ }
1341
+ },
1342
+ {
1343
+ "tsName": "internalName",
1344
+ "isStatic": false,
1345
+ "tsSignatureId": "InternalName|:System.String|static=false|accessor=get",
1346
+ "target": {
1347
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
1348
+ "declaringAssemblyName": "Npgsql",
1349
+ "metadataToken": 385876717
1350
+ }
1351
+ },
1352
+ {
1353
+ "tsName": "array",
1354
+ "isStatic": false,
1355
+ "tsSignatureId": "Array|:Npgsql.PostgresTypes.PostgresArrayType|static=false|accessor=get",
1356
+ "target": {
1357
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
1358
+ "declaringAssemblyName": "Npgsql",
1359
+ "metadataToken": 385876718
1360
+ }
1361
+ },
1362
+ {
1363
+ "tsName": "range",
1364
+ "isStatic": false,
1365
+ "tsSignatureId": "Range|:Npgsql.PostgresTypes.PostgresRangeType|static=false|accessor=get",
1366
+ "target": {
1367
+ "declaringClrType": "Npgsql.PostgresTypes.PostgresType",
1368
+ "declaringAssemblyName": "Npgsql",
1369
+ "metadataToken": 385876719
1370
+ }
1371
+ }
1372
+ ]
1373
+ }
1374
+ ]
1375
+ }