@tsonic/dotnet 0.5.2 → 0.6.0
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/Internal/internal/index.d.ts +5 -5
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +14 -14
- package/Microsoft.VisualBasic/bindings.json +28 -28
- package/Microsoft.VisualBasic/internal/index.d.ts +265 -265
- package/Microsoft.VisualBasic/internal/metadata.json +14 -14
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +202 -202
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +68 -66
- package/Microsoft.Win32/internal/index.d.ts +16 -14
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +18 -18
- package/README.md +39 -0
- package/System/bindings.json +138 -138
- package/System/internal/index.d.ts +4165 -3967
- package/System/internal/metadata.json +81 -487
- package/System.Buffers/internal/index.d.ts +60 -50
- package/System.Buffers.Binary/internal/index.d.ts +126 -126
- package/System.Buffers.Text/internal/index.d.ts +67 -67
- package/System.CodeDom.Compiler/internal/index.d.ts +35 -35
- package/System.Collections/internal/index.d.ts +199 -179
- package/System.Collections.Concurrent/internal/index.d.ts +61 -59
- package/System.Collections.Frozen/internal/index.d.ts +29 -29
- package/System.Collections.Frozen/internal/metadata.json +2 -16
- package/System.Collections.Generic/index.d.ts +1 -1
- package/System.Collections.Generic/internal/index.d.ts +382 -354
- package/System.Collections.Generic/internal/metadata.json +5 -54
- package/System.Collections.Immutable/internal/index.d.ts +321 -319
- package/System.Collections.Immutable/internal/metadata.json +5 -40
- package/System.Collections.ObjectModel/internal/index.d.ts +83 -79
- package/System.Collections.ObjectModel/internal/metadata.json +1 -36
- package/System.Collections.Specialized/internal/index.d.ts +104 -96
- package/System.ComponentModel/internal/index.d.ts +661 -631
- package/System.ComponentModel/internal/metadata.json +0 -7
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +60 -58
- package/System.ComponentModel.Design/bindings.json +2 -2
- package/System.ComponentModel.Design/internal/index.d.ts +207 -193
- package/System.ComponentModel.Design/internal/metadata.json +1 -1
- package/System.ComponentModel.Design.Serialization/index.d.ts +2 -2
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +103 -98
- package/System.Configuration.Assemblies/bindings.json +10 -10
- package/System.Configuration.Assemblies/internal/index.d.ts +5 -5
- package/System.Configuration.Assemblies/internal/metadata.json +5 -5
- package/System.Data/internal/index.d.ts +481 -453
- package/System.Data.Common/internal/index.d.ts +149 -121
- package/System.Data.SqlTypes/bindings.json +2 -2
- package/System.Data.SqlTypes/internal/index.d.ts +331 -299
- package/System.Data.SqlTypes/internal/metadata.json +1 -1
- package/System.Diagnostics/bindings.json +6 -6
- package/System.Diagnostics/internal/index.d.ts +333 -313
- package/System.Diagnostics/internal/metadata.json +3 -10
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +16 -16
- package/System.Diagnostics.Contracts/internal/index.d.ts +21 -21
- package/System.Diagnostics.Metrics/internal/index.d.ts +81 -75
- package/System.Diagnostics.SymbolStore/bindings.json +6 -6
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +72 -72
- package/System.Diagnostics.SymbolStore/internal/metadata.json +3 -3
- package/System.Diagnostics.Tracing/internal/index.d.ts +24 -18
- package/System.Drawing/bindings.json +24 -24
- package/System.Drawing/internal/index.d.ts +281 -281
- package/System.Drawing/internal/metadata.json +12 -12
- package/System.Dynamic/internal/index.d.ts +46 -42
- package/System.Formats.Asn1/bindings.json +12 -12
- package/System.Formats.Asn1/internal/index.d.ts +50 -48
- package/System.Formats.Asn1/internal/metadata.json +6 -6
- package/System.Formats.Tar/bindings.json +2 -2
- package/System.Formats.Tar/internal/index.d.ts +17 -13
- package/System.Formats.Tar/internal/metadata.json +1 -1
- package/System.Globalization/bindings.json +8 -8
- package/System.Globalization/internal/index.d.ts +177 -163
- package/System.Globalization/internal/metadata.json +4 -4
- package/System.IO/internal/index.d.ts +457 -439
- package/System.IO.Compression/internal/index.d.ts +78 -72
- package/System.IO.Enumeration/internal/index.d.ts +22 -22
- package/System.IO.IsolatedStorage/internal/index.d.ts +26 -24
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +22 -20
- package/System.IO.Pipelines/internal/index.d.ts +15 -13
- package/System.IO.Pipes/internal/index.d.ts +23 -23
- package/System.Linq/internal/index.d.ts +853 -845
- package/System.Linq/internal/metadata.json +0 -17
- package/System.Linq.Expressions/internal/index.d.ts +354 -340
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -2
- package/System.Net/bindings.json +2 -2
- package/System.Net/internal/index.d.ts +351 -317
- package/System.Net/internal/metadata.json +1 -1
- package/System.Net.Http/internal/index.d.ts +64 -54
- package/System.Net.Http.Headers/bindings.json +2 -2
- package/System.Net.Http.Headers/internal/index.d.ts +139 -99
- package/System.Net.Http.Headers/internal/metadata.json +1 -1
- package/System.Net.Http.Json/internal/index.d.ts +63 -63
- package/System.Net.Http.Metrics/internal/index.d.ts +2 -2
- package/System.Net.Mail/bindings.json +2 -2
- package/System.Net.Mail/internal/index.d.ts +90 -78
- package/System.Net.Mail/internal/metadata.json +4 -32
- package/System.Net.Mime/internal/index.d.ts +51 -51
- package/System.Net.NetworkInformation/internal/index.d.ts +59 -57
- package/System.Net.Quic/internal/index.d.ts +15 -11
- package/System.Net.Security/bindings.json +674 -674
- package/System.Net.Security/internal/index.d.ts +396 -394
- package/System.Net.Security/internal/metadata.json +337 -337
- package/System.Net.ServerSentEvents/internal/index.d.ts +10 -10
- package/System.Net.Sockets/bindings.json +10 -10
- package/System.Net.Sockets/internal/index.d.ts +100 -90
- package/System.Net.Sockets/internal/metadata.json +5 -5
- package/System.Net.WebSockets/internal/index.d.ts +21 -19
- package/System.Numerics/bindings.json +110 -110
- package/System.Numerics/internal/index.d.ts +1057 -1039
- package/System.Numerics/internal/metadata.json +55 -89
- package/System.Reflection/bindings.json +25 -25
- package/System.Reflection/internal/index.d.ts +336 -316
- package/System.Reflection/internal/metadata.json +12 -12
- package/System.Reflection.Emit/bindings.json +307 -307
- package/System.Reflection.Emit/internal/index.d.ts +242 -236
- package/System.Reflection.Emit/internal/metadata.json +152 -152
- package/System.Reflection.Metadata/bindings.json +272 -272
- package/System.Reflection.Metadata/internal/index.d.ts +448 -438
- package/System.Reflection.Metadata/internal/metadata.json +164 -360
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +91 -91
- package/System.Reflection.PortableExecutable/bindings.json +26 -26
- package/System.Reflection.PortableExecutable/internal/index.d.ts +22 -20
- package/System.Reflection.PortableExecutable/internal/metadata.json +13 -13
- package/System.Resources/internal/index.d.ts +30 -24
- package/System.Runtime/internal/index.d.ts +20 -16
- package/System.Runtime.CompilerServices/bindings.json +4 -4
- package/System.Runtime.CompilerServices/internal/index.d.ts +233 -209
- package/System.Runtime.CompilerServices/internal/metadata.json +2 -2
- package/System.Runtime.ExceptionServices/internal/index.d.ts +6 -6
- package/System.Runtime.InteropServices/bindings.json +146 -146
- package/System.Runtime.InteropServices/internal/index.d.ts +604 -586
- package/System.Runtime.InteropServices/internal/metadata.json +73 -130
- package/System.Runtime.InteropServices.ComTypes/bindings.json +252 -252
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +296 -292
- package/System.Runtime.InteropServices.ComTypes/internal/metadata.json +126 -126
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +12 -12
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +60 -58
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +102 -94
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +9 -9
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +1 -1
- package/System.Runtime.Intrinsics/internal/index.d.ts +1252 -1244
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +9662 -9662
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +471 -471
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +16033 -16033
- package/System.Runtime.Loader/internal/index.d.ts +9 -7
- package/System.Runtime.Remoting/internal/index.d.ts +2 -2
- package/System.Runtime.Serialization/internal/index.d.ts +179 -171
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +5 -5
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +2 -2
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +5 -3
- package/System.Runtime.Serialization.Json/internal/index.d.ts +27 -27
- package/System.Runtime.Versioning/internal/index.d.ts +4 -4
- package/System.Security/internal/index.d.ts +45 -39
- package/System.Security.AccessControl/internal/index.d.ts +28 -26
- package/System.Security.Authentication/internal/index.d.ts +2 -2
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +11 -7
- package/System.Security.Claims/internal/index.d.ts +94 -90
- package/System.Security.Cryptography/bindings.json +111 -111
- package/System.Security.Cryptography/internal/index.d.ts +842 -794
- package/System.Security.Cryptography/internal/metadata.json +52 -59
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +121 -113
- package/System.Security.Policy/internal/index.d.ts +6 -6
- package/System.Security.Principal/internal/index.d.ts +36 -30
- package/System.Text/bindings.json +28 -28
- package/System.Text/internal/index.d.ts +325 -319
- package/System.Text/internal/metadata.json +4 -4
- package/System.Text.Encodings.Web/internal/index.d.ts +18 -18
- package/System.Text.Json/internal/index.d.ts +184 -180
- package/System.Text.Json.Nodes/internal/index.d.ts +54 -54
- package/System.Text.Json.Schema/internal/index.d.ts +3 -3
- package/System.Text.Json.Serialization/internal/index.d.ts +12 -12
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +85 -83
- package/System.Text.RegularExpressions/internal/index.d.ts +91 -89
- package/System.Text.RegularExpressions/internal/metadata.json +5 -40
- package/System.Text.Unicode/internal/index.d.ts +171 -171
- package/System.Threading/bindings.json +4 -4
- package/System.Threading/internal/index.d.ts +411 -377
- package/System.Threading/internal/metadata.json +2 -2
- package/System.Threading.Channels/internal/index.d.ts +8 -8
- package/System.Threading.Tasks/internal/index.d.ts +209 -205
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +106 -102
- package/System.Threading.Tasks.Dataflow/internal/metadata.json +0 -42
- package/System.Threading.Tasks.Sources/internal/index.d.ts +7 -7
- package/System.Timers/internal/index.d.ts +11 -9
- package/System.Transactions/internal/index.d.ts +83 -67
- package/System.Web/internal/index.d.ts +31 -31
- package/System.Windows.Input/internal/index.d.ts +2 -2
- package/System.Xml/bindings.json +35 -35
- package/System.Xml/internal/index.d.ts +343 -325
- package/System.Xml/internal/metadata.json +17 -17
- package/System.Xml.Linq/internal/index.d.ts +122 -110
- package/System.Xml.Resolvers/internal/index.d.ts +3 -3
- package/System.Xml.Schema/internal/index.d.ts +71 -71
- package/System.Xml.Serialization/internal/index.d.ts +120 -120
- package/System.Xml.XPath/internal/index.d.ts +40 -34
- package/System.Xml.Xsl/internal/index.d.ts +27 -27
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +99 -99
- package/__internal/extensions/index.d.ts +2294 -0
- package/package.json +1 -1
- package/internal/extensions/index.d.ts +0 -2280
|
@@ -63,7 +63,7 @@ export enum StorageState {
|
|
|
63
63
|
|
|
64
64
|
|
|
65
65
|
export interface INullable$instance {
|
|
66
|
-
readonly
|
|
66
|
+
readonly isNull: boolean;
|
|
67
67
|
}
|
|
68
68
|
|
|
69
69
|
|
|
@@ -75,38 +75,40 @@ export class SqlBinary$instance {
|
|
|
75
75
|
readonly item: byte;
|
|
76
76
|
readonly length: int;
|
|
77
77
|
readonly value: byte[];
|
|
78
|
-
compareTo(value:
|
|
78
|
+
compareTo(value: unknown): int;
|
|
79
79
|
compareTo(value: SqlBinary): int;
|
|
80
|
-
equals(value:
|
|
80
|
+
equals(value: unknown): boolean;
|
|
81
81
|
equals(other: SqlBinary): boolean;
|
|
82
82
|
getHashCode(): int;
|
|
83
83
|
toSqlGuid(): SqlGuid;
|
|
84
84
|
toString(): string;
|
|
85
85
|
static readonly null_: SqlBinary;
|
|
86
|
-
static
|
|
87
|
-
static
|
|
88
|
-
static
|
|
89
|
-
static
|
|
90
|
-
static
|
|
91
|
-
static
|
|
92
|
-
static
|
|
93
|
-
static
|
|
94
|
-
static
|
|
95
|
-
static
|
|
86
|
+
static add(x: SqlBinary, y: SqlBinary): SqlBinary;
|
|
87
|
+
static concat(x: SqlBinary, y: SqlBinary): SqlBinary;
|
|
88
|
+
static equals(x: SqlBinary, y: SqlBinary): SqlBoolean;
|
|
89
|
+
static getXsdType(schemaSet: XmlSchemaSet): XmlQualifiedName;
|
|
90
|
+
static greaterThan(x: SqlBinary, y: SqlBinary): SqlBoolean;
|
|
91
|
+
static greaterThanOrEqual(x: SqlBinary, y: SqlBinary): SqlBoolean;
|
|
92
|
+
static lessThan(x: SqlBinary, y: SqlBinary): SqlBoolean;
|
|
93
|
+
static lessThanOrEqual(x: SqlBinary, y: SqlBinary): SqlBoolean;
|
|
94
|
+
static notEquals(x: SqlBinary, y: SqlBinary): SqlBoolean;
|
|
95
|
+
static wrapBytes(bytes: byte[]): SqlBinary;
|
|
96
96
|
}
|
|
97
97
|
|
|
98
98
|
|
|
99
99
|
export interface __SqlBinary$views {
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
100
|
+
As_INullable(): INullable$instance;
|
|
101
|
+
As_IComparable(): System_Internal.IComparable$instance;
|
|
102
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<SqlBinary>;
|
|
103
|
+
As_IXmlSerializable(): System_Xml_Serialization_Internal.IXmlSerializable$instance;
|
|
104
104
|
|
|
105
105
|
// Structural method bridges for numeric interface constraints
|
|
106
106
|
Equals(other: SqlBinary): boolean;
|
|
107
|
-
CompareTo(obj:
|
|
107
|
+
CompareTo(obj: unknown): int;
|
|
108
108
|
}
|
|
109
109
|
|
|
110
|
+
export interface SqlBinary$instance extends INullable$instance, System_Internal.IComparable$instance, System_Xml_Serialization_Internal.IXmlSerializable$instance {}
|
|
111
|
+
|
|
110
112
|
export type SqlBinary = SqlBinary$instance & __SqlBinary$views;
|
|
111
113
|
|
|
112
114
|
|
|
@@ -118,9 +120,9 @@ export class SqlBoolean$instance {
|
|
|
118
120
|
readonly isNull: boolean;
|
|
119
121
|
readonly isTrue: boolean;
|
|
120
122
|
readonly value: boolean;
|
|
121
|
-
compareTo(value:
|
|
123
|
+
compareTo(value: unknown): int;
|
|
122
124
|
compareTo(value: SqlBoolean): int;
|
|
123
|
-
equals(value:
|
|
125
|
+
equals(value: unknown): boolean;
|
|
124
126
|
equals(other: SqlBoolean): boolean;
|
|
125
127
|
getHashCode(): int;
|
|
126
128
|
toSqlByte(): SqlByte;
|
|
@@ -138,32 +140,34 @@ export class SqlBoolean$instance {
|
|
|
138
140
|
static readonly null_: SqlBoolean;
|
|
139
141
|
static readonly zero: SqlBoolean;
|
|
140
142
|
static readonly one: SqlBoolean;
|
|
141
|
-
static
|
|
142
|
-
static
|
|
143
|
-
static
|
|
144
|
-
static
|
|
145
|
-
static
|
|
146
|
-
static
|
|
147
|
-
static
|
|
148
|
-
static
|
|
149
|
-
static
|
|
150
|
-
static
|
|
151
|
-
static
|
|
152
|
-
static
|
|
143
|
+
static and(x: SqlBoolean, y: SqlBoolean): SqlBoolean;
|
|
144
|
+
static equals(x: SqlBoolean, y: SqlBoolean): SqlBoolean;
|
|
145
|
+
static getXsdType(schemaSet: XmlSchemaSet): XmlQualifiedName;
|
|
146
|
+
static greaterThan(x: SqlBoolean, y: SqlBoolean): SqlBoolean;
|
|
147
|
+
static greaterThanOrEquals(x: SqlBoolean, y: SqlBoolean): SqlBoolean;
|
|
148
|
+
static lessThan(x: SqlBoolean, y: SqlBoolean): SqlBoolean;
|
|
149
|
+
static lessThanOrEquals(x: SqlBoolean, y: SqlBoolean): SqlBoolean;
|
|
150
|
+
static notEquals(x: SqlBoolean, y: SqlBoolean): SqlBoolean;
|
|
151
|
+
static onesComplement(x: SqlBoolean): SqlBoolean;
|
|
152
|
+
static or(x: SqlBoolean, y: SqlBoolean): SqlBoolean;
|
|
153
|
+
static parse(s: string): SqlBoolean;
|
|
154
|
+
static xor(x: SqlBoolean, y: SqlBoolean): SqlBoolean;
|
|
153
155
|
}
|
|
154
156
|
|
|
155
157
|
|
|
156
158
|
export interface __SqlBoolean$views {
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
159
|
+
As_INullable(): INullable$instance;
|
|
160
|
+
As_IComparable(): System_Internal.IComparable$instance;
|
|
161
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<SqlBoolean>;
|
|
162
|
+
As_IXmlSerializable(): System_Xml_Serialization_Internal.IXmlSerializable$instance;
|
|
161
163
|
|
|
162
164
|
// Structural method bridges for numeric interface constraints
|
|
163
165
|
Equals(other: SqlBoolean): boolean;
|
|
164
|
-
CompareTo(obj:
|
|
166
|
+
CompareTo(obj: unknown): int;
|
|
165
167
|
}
|
|
166
168
|
|
|
169
|
+
export interface SqlBoolean$instance extends INullable$instance, System_Internal.IComparable$instance, System_Xml_Serialization_Internal.IXmlSerializable$instance {}
|
|
170
|
+
|
|
167
171
|
export type SqlBoolean = SqlBoolean$instance & __SqlBoolean$views;
|
|
168
172
|
|
|
169
173
|
|
|
@@ -171,9 +175,9 @@ export class SqlByte$instance {
|
|
|
171
175
|
constructor(value: byte);
|
|
172
176
|
readonly isNull: boolean;
|
|
173
177
|
readonly value: byte;
|
|
174
|
-
compareTo(value:
|
|
178
|
+
compareTo(value: unknown): int;
|
|
175
179
|
compareTo(value: SqlByte): int;
|
|
176
|
-
equals(value:
|
|
180
|
+
equals(value: unknown): boolean;
|
|
177
181
|
equals(other: SqlByte): boolean;
|
|
178
182
|
getHashCode(): int;
|
|
179
183
|
toSqlBoolean(): SqlBoolean;
|
|
@@ -190,38 +194,40 @@ export class SqlByte$instance {
|
|
|
190
194
|
static readonly zero: SqlByte;
|
|
191
195
|
static readonly minValue: SqlByte;
|
|
192
196
|
static readonly maxValue: SqlByte;
|
|
193
|
-
static
|
|
194
|
-
static
|
|
195
|
-
static
|
|
196
|
-
static
|
|
197
|
-
static
|
|
198
|
-
static
|
|
199
|
-
static
|
|
200
|
-
static
|
|
201
|
-
static
|
|
202
|
-
static
|
|
203
|
-
static
|
|
204
|
-
static
|
|
205
|
-
static
|
|
206
|
-
static
|
|
207
|
-
static
|
|
208
|
-
static
|
|
209
|
-
static
|
|
210
|
-
static
|
|
197
|
+
static add(x: SqlByte, y: SqlByte): SqlByte;
|
|
198
|
+
static bitwiseAnd(x: SqlByte, y: SqlByte): SqlByte;
|
|
199
|
+
static bitwiseOr(x: SqlByte, y: SqlByte): SqlByte;
|
|
200
|
+
static divide(x: SqlByte, y: SqlByte): SqlByte;
|
|
201
|
+
static equals(x: SqlByte, y: SqlByte): SqlBoolean;
|
|
202
|
+
static getXsdType(schemaSet: XmlSchemaSet): XmlQualifiedName;
|
|
203
|
+
static greaterThan(x: SqlByte, y: SqlByte): SqlBoolean;
|
|
204
|
+
static greaterThanOrEqual(x: SqlByte, y: SqlByte): SqlBoolean;
|
|
205
|
+
static lessThan(x: SqlByte, y: SqlByte): SqlBoolean;
|
|
206
|
+
static lessThanOrEqual(x: SqlByte, y: SqlByte): SqlBoolean;
|
|
207
|
+
static mod(x: SqlByte, y: SqlByte): SqlByte;
|
|
208
|
+
static modulus(x: SqlByte, y: SqlByte): SqlByte;
|
|
209
|
+
static multiply(x: SqlByte, y: SqlByte): SqlByte;
|
|
210
|
+
static notEquals(x: SqlByte, y: SqlByte): SqlBoolean;
|
|
211
|
+
static onesComplement(x: SqlByte): SqlByte;
|
|
212
|
+
static parse(s: string): SqlByte;
|
|
213
|
+
static subtract(x: SqlByte, y: SqlByte): SqlByte;
|
|
214
|
+
static xor(x: SqlByte, y: SqlByte): SqlByte;
|
|
211
215
|
}
|
|
212
216
|
|
|
213
217
|
|
|
214
218
|
export interface __SqlByte$views {
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
+
As_INullable(): INullable$instance;
|
|
220
|
+
As_IComparable(): System_Internal.IComparable$instance;
|
|
221
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<SqlByte>;
|
|
222
|
+
As_IXmlSerializable(): System_Xml_Serialization_Internal.IXmlSerializable$instance;
|
|
219
223
|
|
|
220
224
|
// Structural method bridges for numeric interface constraints
|
|
221
225
|
Equals(other: SqlByte): boolean;
|
|
222
|
-
CompareTo(obj:
|
|
226
|
+
CompareTo(obj: unknown): int;
|
|
223
227
|
}
|
|
224
228
|
|
|
229
|
+
export interface SqlByte$instance extends INullable$instance, System_Internal.IComparable$instance, System_Xml_Serialization_Internal.IXmlSerializable$instance {}
|
|
230
|
+
|
|
225
231
|
export type SqlByte = SqlByte$instance & __SqlByte$views;
|
|
226
232
|
|
|
227
233
|
|
|
@@ -236,9 +242,9 @@ export class SqlDateTime$instance {
|
|
|
236
242
|
readonly isNull: boolean;
|
|
237
243
|
readonly timeTicks: int;
|
|
238
244
|
readonly value: DateTime;
|
|
239
|
-
compareTo(value:
|
|
245
|
+
compareTo(value: unknown): int;
|
|
240
246
|
compareTo(value: SqlDateTime): int;
|
|
241
|
-
equals(value:
|
|
247
|
+
equals(value: unknown): boolean;
|
|
242
248
|
equals(other: SqlDateTime): boolean;
|
|
243
249
|
getHashCode(): int;
|
|
244
250
|
toSqlString(): SqlString;
|
|
@@ -249,30 +255,32 @@ export class SqlDateTime$instance {
|
|
|
249
255
|
static readonly minValue: SqlDateTime;
|
|
250
256
|
static readonly maxValue: SqlDateTime;
|
|
251
257
|
static readonly null_: SqlDateTime;
|
|
252
|
-
static
|
|
253
|
-
static
|
|
254
|
-
static
|
|
255
|
-
static
|
|
256
|
-
static
|
|
257
|
-
static
|
|
258
|
-
static
|
|
259
|
-
static
|
|
260
|
-
static
|
|
261
|
-
static
|
|
258
|
+
static add(x: SqlDateTime, t: TimeSpan): SqlDateTime;
|
|
259
|
+
static equals(x: SqlDateTime, y: SqlDateTime): SqlBoolean;
|
|
260
|
+
static getXsdType(schemaSet: XmlSchemaSet): XmlQualifiedName;
|
|
261
|
+
static greaterThan(x: SqlDateTime, y: SqlDateTime): SqlBoolean;
|
|
262
|
+
static greaterThanOrEqual(x: SqlDateTime, y: SqlDateTime): SqlBoolean;
|
|
263
|
+
static lessThan(x: SqlDateTime, y: SqlDateTime): SqlBoolean;
|
|
264
|
+
static lessThanOrEqual(x: SqlDateTime, y: SqlDateTime): SqlBoolean;
|
|
265
|
+
static notEquals(x: SqlDateTime, y: SqlDateTime): SqlBoolean;
|
|
266
|
+
static parse(s: string): SqlDateTime;
|
|
267
|
+
static subtract(x: SqlDateTime, t: TimeSpan): SqlDateTime;
|
|
262
268
|
}
|
|
263
269
|
|
|
264
270
|
|
|
265
271
|
export interface __SqlDateTime$views {
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
272
|
+
As_INullable(): INullable$instance;
|
|
273
|
+
As_IComparable(): System_Internal.IComparable$instance;
|
|
274
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<SqlDateTime>;
|
|
275
|
+
As_IXmlSerializable(): System_Xml_Serialization_Internal.IXmlSerializable$instance;
|
|
270
276
|
|
|
271
277
|
// Structural method bridges for numeric interface constraints
|
|
272
278
|
Equals(other: SqlDateTime): boolean;
|
|
273
|
-
CompareTo(obj:
|
|
279
|
+
CompareTo(obj: unknown): int;
|
|
274
280
|
}
|
|
275
281
|
|
|
282
|
+
export interface SqlDateTime$instance extends INullable$instance, System_Internal.IComparable$instance, System_Xml_Serialization_Internal.IXmlSerializable$instance {}
|
|
283
|
+
|
|
276
284
|
export type SqlDateTime = SqlDateTime$instance & __SqlDateTime$views;
|
|
277
285
|
|
|
278
286
|
|
|
@@ -290,9 +298,9 @@ export class SqlDecimal$instance {
|
|
|
290
298
|
readonly precision: byte;
|
|
291
299
|
readonly scale: byte;
|
|
292
300
|
readonly value: decimal;
|
|
293
|
-
compareTo(value:
|
|
301
|
+
compareTo(value: unknown): int;
|
|
294
302
|
compareTo(value: SqlDecimal): int;
|
|
295
|
-
equals(value:
|
|
303
|
+
equals(value: unknown): boolean;
|
|
296
304
|
equals(other: SqlDecimal): boolean;
|
|
297
305
|
getHashCode(): int;
|
|
298
306
|
toDouble(): double;
|
|
@@ -312,41 +320,43 @@ export class SqlDecimal$instance {
|
|
|
312
320
|
static readonly null_: SqlDecimal;
|
|
313
321
|
static readonly minValue: SqlDecimal;
|
|
314
322
|
static readonly maxValue: SqlDecimal;
|
|
315
|
-
static
|
|
316
|
-
static
|
|
317
|
-
static
|
|
318
|
-
static
|
|
319
|
-
static
|
|
320
|
-
static
|
|
321
|
-
static
|
|
322
|
-
static
|
|
323
|
-
static
|
|
324
|
-
static
|
|
325
|
-
static
|
|
326
|
-
static
|
|
327
|
-
static
|
|
328
|
-
static
|
|
329
|
-
static
|
|
330
|
-
static
|
|
331
|
-
static
|
|
332
|
-
static
|
|
333
|
-
static
|
|
334
|
-
static
|
|
335
|
-
static
|
|
323
|
+
static abs(n: SqlDecimal): SqlDecimal;
|
|
324
|
+
static add(x: SqlDecimal, y: SqlDecimal): SqlDecimal;
|
|
325
|
+
static adjustScale(n: SqlDecimal, digits: int, fRound: boolean): SqlDecimal;
|
|
326
|
+
static ceiling(n: SqlDecimal): SqlDecimal;
|
|
327
|
+
static convertToPrecScale(n: SqlDecimal, precision: int, scale: int): SqlDecimal;
|
|
328
|
+
static divide(x: SqlDecimal, y: SqlDecimal): SqlDecimal;
|
|
329
|
+
static equals(x: SqlDecimal, y: SqlDecimal): SqlBoolean;
|
|
330
|
+
static floor(n: SqlDecimal): SqlDecimal;
|
|
331
|
+
static getXsdType(schemaSet: XmlSchemaSet): XmlQualifiedName;
|
|
332
|
+
static greaterThan(x: SqlDecimal, y: SqlDecimal): SqlBoolean;
|
|
333
|
+
static greaterThanOrEqual(x: SqlDecimal, y: SqlDecimal): SqlBoolean;
|
|
334
|
+
static lessThan(x: SqlDecimal, y: SqlDecimal): SqlBoolean;
|
|
335
|
+
static lessThanOrEqual(x: SqlDecimal, y: SqlDecimal): SqlBoolean;
|
|
336
|
+
static multiply(x: SqlDecimal, y: SqlDecimal): SqlDecimal;
|
|
337
|
+
static notEquals(x: SqlDecimal, y: SqlDecimal): SqlBoolean;
|
|
338
|
+
static parse(s: string): SqlDecimal;
|
|
339
|
+
static power(n: SqlDecimal, exp: double): SqlDecimal;
|
|
340
|
+
static round(n: SqlDecimal, position: int): SqlDecimal;
|
|
341
|
+
static sign(n: SqlDecimal): SqlInt32;
|
|
342
|
+
static subtract(x: SqlDecimal, y: SqlDecimal): SqlDecimal;
|
|
343
|
+
static truncate(n: SqlDecimal, position: int): SqlDecimal;
|
|
336
344
|
}
|
|
337
345
|
|
|
338
346
|
|
|
339
347
|
export interface __SqlDecimal$views {
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
348
|
+
As_INullable(): INullable$instance;
|
|
349
|
+
As_IComparable(): System_Internal.IComparable$instance;
|
|
350
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<SqlDecimal>;
|
|
351
|
+
As_IXmlSerializable(): System_Xml_Serialization_Internal.IXmlSerializable$instance;
|
|
344
352
|
|
|
345
353
|
// Structural method bridges for numeric interface constraints
|
|
346
354
|
Equals(other: SqlDecimal): boolean;
|
|
347
|
-
CompareTo(obj:
|
|
355
|
+
CompareTo(obj: unknown): int;
|
|
348
356
|
}
|
|
349
357
|
|
|
358
|
+
export interface SqlDecimal$instance extends INullable$instance, System_Internal.IComparable$instance, System_Xml_Serialization_Internal.IXmlSerializable$instance {}
|
|
359
|
+
|
|
350
360
|
export type SqlDecimal = SqlDecimal$instance & __SqlDecimal$views;
|
|
351
361
|
|
|
352
362
|
|
|
@@ -354,9 +364,9 @@ export class SqlDouble$instance {
|
|
|
354
364
|
constructor(value: double);
|
|
355
365
|
readonly isNull: boolean;
|
|
356
366
|
readonly value: double;
|
|
357
|
-
compareTo(value:
|
|
367
|
+
compareTo(value: unknown): int;
|
|
358
368
|
compareTo(value: SqlDouble): int;
|
|
359
|
-
equals(value:
|
|
369
|
+
equals(value: unknown): boolean;
|
|
360
370
|
equals(other: SqlDouble): boolean;
|
|
361
371
|
getHashCode(): int;
|
|
362
372
|
toSqlBoolean(): SqlBoolean;
|
|
@@ -373,32 +383,34 @@ export class SqlDouble$instance {
|
|
|
373
383
|
static readonly zero: SqlDouble;
|
|
374
384
|
static readonly minValue: SqlDouble;
|
|
375
385
|
static readonly maxValue: SqlDouble;
|
|
376
|
-
static
|
|
377
|
-
static
|
|
378
|
-
static
|
|
379
|
-
static
|
|
380
|
-
static
|
|
381
|
-
static
|
|
382
|
-
static
|
|
383
|
-
static
|
|
384
|
-
static
|
|
385
|
-
static
|
|
386
|
-
static
|
|
387
|
-
static
|
|
386
|
+
static add(x: SqlDouble, y: SqlDouble): SqlDouble;
|
|
387
|
+
static divide(x: SqlDouble, y: SqlDouble): SqlDouble;
|
|
388
|
+
static equals(x: SqlDouble, y: SqlDouble): SqlBoolean;
|
|
389
|
+
static getXsdType(schemaSet: XmlSchemaSet): XmlQualifiedName;
|
|
390
|
+
static greaterThan(x: SqlDouble, y: SqlDouble): SqlBoolean;
|
|
391
|
+
static greaterThanOrEqual(x: SqlDouble, y: SqlDouble): SqlBoolean;
|
|
392
|
+
static lessThan(x: SqlDouble, y: SqlDouble): SqlBoolean;
|
|
393
|
+
static lessThanOrEqual(x: SqlDouble, y: SqlDouble): SqlBoolean;
|
|
394
|
+
static multiply(x: SqlDouble, y: SqlDouble): SqlDouble;
|
|
395
|
+
static notEquals(x: SqlDouble, y: SqlDouble): SqlBoolean;
|
|
396
|
+
static parse(s: string): SqlDouble;
|
|
397
|
+
static subtract(x: SqlDouble, y: SqlDouble): SqlDouble;
|
|
388
398
|
}
|
|
389
399
|
|
|
390
400
|
|
|
391
401
|
export interface __SqlDouble$views {
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
402
|
+
As_INullable(): INullable$instance;
|
|
403
|
+
As_IComparable(): System_Internal.IComparable$instance;
|
|
404
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<SqlDouble>;
|
|
405
|
+
As_IXmlSerializable(): System_Xml_Serialization_Internal.IXmlSerializable$instance;
|
|
396
406
|
|
|
397
407
|
// Structural method bridges for numeric interface constraints
|
|
398
408
|
Equals(other: SqlDouble): boolean;
|
|
399
|
-
CompareTo(obj:
|
|
409
|
+
CompareTo(obj: unknown): int;
|
|
400
410
|
}
|
|
401
411
|
|
|
412
|
+
export interface SqlDouble$instance extends INullable$instance, System_Internal.IComparable$instance, System_Xml_Serialization_Internal.IXmlSerializable$instance {}
|
|
413
|
+
|
|
402
414
|
export type SqlDouble = SqlDouble$instance & __SqlDouble$views;
|
|
403
415
|
|
|
404
416
|
|
|
@@ -409,9 +421,9 @@ export class SqlGuid$instance {
|
|
|
409
421
|
constructor(a: int, b: short, c: short, d: byte, e: byte, f: byte, g: byte, h: byte, i: byte, j: byte, k: byte);
|
|
410
422
|
readonly isNull: boolean;
|
|
411
423
|
readonly value: Guid;
|
|
412
|
-
compareTo(value:
|
|
424
|
+
compareTo(value: unknown): int;
|
|
413
425
|
compareTo(value: SqlGuid): int;
|
|
414
|
-
equals(value:
|
|
426
|
+
equals(value: unknown): boolean;
|
|
415
427
|
equals(other: SqlGuid): boolean;
|
|
416
428
|
getHashCode(): int;
|
|
417
429
|
toByteArray(): byte[];
|
|
@@ -419,29 +431,31 @@ export class SqlGuid$instance {
|
|
|
419
431
|
toSqlString(): SqlString;
|
|
420
432
|
toString(): string;
|
|
421
433
|
static readonly null_: SqlGuid;
|
|
422
|
-
static
|
|
423
|
-
static
|
|
424
|
-
static
|
|
425
|
-
static
|
|
426
|
-
static
|
|
427
|
-
static
|
|
428
|
-
static
|
|
429
|
-
static
|
|
434
|
+
static equals(x: SqlGuid, y: SqlGuid): SqlBoolean;
|
|
435
|
+
static getXsdType(schemaSet: XmlSchemaSet): XmlQualifiedName;
|
|
436
|
+
static greaterThan(x: SqlGuid, y: SqlGuid): SqlBoolean;
|
|
437
|
+
static greaterThanOrEqual(x: SqlGuid, y: SqlGuid): SqlBoolean;
|
|
438
|
+
static lessThan(x: SqlGuid, y: SqlGuid): SqlBoolean;
|
|
439
|
+
static lessThanOrEqual(x: SqlGuid, y: SqlGuid): SqlBoolean;
|
|
440
|
+
static notEquals(x: SqlGuid, y: SqlGuid): SqlBoolean;
|
|
441
|
+
static parse(s: string): SqlGuid;
|
|
430
442
|
}
|
|
431
443
|
|
|
432
444
|
|
|
433
445
|
export interface __SqlGuid$views {
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
446
|
+
As_INullable(): INullable$instance;
|
|
447
|
+
As_IComparable(): System_Internal.IComparable$instance;
|
|
448
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<SqlGuid>;
|
|
449
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
450
|
+
As_IXmlSerializable(): System_Xml_Serialization_Internal.IXmlSerializable$instance;
|
|
439
451
|
|
|
440
452
|
// Structural method bridges for numeric interface constraints
|
|
441
453
|
Equals(other: SqlGuid): boolean;
|
|
442
|
-
CompareTo(obj:
|
|
454
|
+
CompareTo(obj: unknown): int;
|
|
443
455
|
}
|
|
444
456
|
|
|
457
|
+
export interface SqlGuid$instance extends INullable$instance, System_Internal.IComparable$instance, System_Runtime_Serialization_Internal.ISerializable$instance, System_Xml_Serialization_Internal.IXmlSerializable$instance {}
|
|
458
|
+
|
|
445
459
|
export type SqlGuid = SqlGuid$instance & __SqlGuid$views;
|
|
446
460
|
|
|
447
461
|
|
|
@@ -449,9 +463,9 @@ export class SqlInt16$instance {
|
|
|
449
463
|
constructor(value: short);
|
|
450
464
|
readonly isNull: boolean;
|
|
451
465
|
readonly value: short;
|
|
452
|
-
compareTo(value:
|
|
466
|
+
compareTo(value: unknown): int;
|
|
453
467
|
compareTo(value: SqlInt16): int;
|
|
454
|
-
equals(value:
|
|
468
|
+
equals(value: unknown): boolean;
|
|
455
469
|
equals(other: SqlInt16): boolean;
|
|
456
470
|
getHashCode(): int;
|
|
457
471
|
toSqlBoolean(): SqlBoolean;
|
|
@@ -468,38 +482,40 @@ export class SqlInt16$instance {
|
|
|
468
482
|
static readonly zero: SqlInt16;
|
|
469
483
|
static readonly minValue: SqlInt16;
|
|
470
484
|
static readonly maxValue: SqlInt16;
|
|
471
|
-
static
|
|
472
|
-
static
|
|
473
|
-
static
|
|
474
|
-
static
|
|
475
|
-
static
|
|
476
|
-
static
|
|
477
|
-
static
|
|
478
|
-
static
|
|
479
|
-
static
|
|
480
|
-
static
|
|
481
|
-
static
|
|
482
|
-
static
|
|
483
|
-
static
|
|
484
|
-
static
|
|
485
|
-
static
|
|
486
|
-
static
|
|
487
|
-
static
|
|
488
|
-
static
|
|
485
|
+
static add(x: SqlInt16, y: SqlInt16): SqlInt16;
|
|
486
|
+
static bitwiseAnd(x: SqlInt16, y: SqlInt16): SqlInt16;
|
|
487
|
+
static bitwiseOr(x: SqlInt16, y: SqlInt16): SqlInt16;
|
|
488
|
+
static divide(x: SqlInt16, y: SqlInt16): SqlInt16;
|
|
489
|
+
static equals(x: SqlInt16, y: SqlInt16): SqlBoolean;
|
|
490
|
+
static getXsdType(schemaSet: XmlSchemaSet): XmlQualifiedName;
|
|
491
|
+
static greaterThan(x: SqlInt16, y: SqlInt16): SqlBoolean;
|
|
492
|
+
static greaterThanOrEqual(x: SqlInt16, y: SqlInt16): SqlBoolean;
|
|
493
|
+
static lessThan(x: SqlInt16, y: SqlInt16): SqlBoolean;
|
|
494
|
+
static lessThanOrEqual(x: SqlInt16, y: SqlInt16): SqlBoolean;
|
|
495
|
+
static mod(x: SqlInt16, y: SqlInt16): SqlInt16;
|
|
496
|
+
static modulus(x: SqlInt16, y: SqlInt16): SqlInt16;
|
|
497
|
+
static multiply(x: SqlInt16, y: SqlInt16): SqlInt16;
|
|
498
|
+
static notEquals(x: SqlInt16, y: SqlInt16): SqlBoolean;
|
|
499
|
+
static onesComplement(x: SqlInt16): SqlInt16;
|
|
500
|
+
static parse(s: string): SqlInt16;
|
|
501
|
+
static subtract(x: SqlInt16, y: SqlInt16): SqlInt16;
|
|
502
|
+
static xor(x: SqlInt16, y: SqlInt16): SqlInt16;
|
|
489
503
|
}
|
|
490
504
|
|
|
491
505
|
|
|
492
506
|
export interface __SqlInt16$views {
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
507
|
+
As_INullable(): INullable$instance;
|
|
508
|
+
As_IComparable(): System_Internal.IComparable$instance;
|
|
509
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<SqlInt16>;
|
|
510
|
+
As_IXmlSerializable(): System_Xml_Serialization_Internal.IXmlSerializable$instance;
|
|
497
511
|
|
|
498
512
|
// Structural method bridges for numeric interface constraints
|
|
499
513
|
Equals(other: SqlInt16): boolean;
|
|
500
|
-
CompareTo(obj:
|
|
514
|
+
CompareTo(obj: unknown): int;
|
|
501
515
|
}
|
|
502
516
|
|
|
517
|
+
export interface SqlInt16$instance extends INullable$instance, System_Internal.IComparable$instance, System_Xml_Serialization_Internal.IXmlSerializable$instance {}
|
|
518
|
+
|
|
503
519
|
export type SqlInt16 = SqlInt16$instance & __SqlInt16$views;
|
|
504
520
|
|
|
505
521
|
|
|
@@ -507,9 +523,9 @@ export class SqlInt32$instance {
|
|
|
507
523
|
constructor(value: int);
|
|
508
524
|
readonly isNull: boolean;
|
|
509
525
|
readonly value: int;
|
|
510
|
-
compareTo(value:
|
|
526
|
+
compareTo(value: unknown): int;
|
|
511
527
|
compareTo(value: SqlInt32): int;
|
|
512
|
-
equals(value:
|
|
528
|
+
equals(value: unknown): boolean;
|
|
513
529
|
equals(other: SqlInt32): boolean;
|
|
514
530
|
getHashCode(): int;
|
|
515
531
|
toSqlBoolean(): SqlBoolean;
|
|
@@ -526,38 +542,40 @@ export class SqlInt32$instance {
|
|
|
526
542
|
static readonly zero: SqlInt32;
|
|
527
543
|
static readonly minValue: SqlInt32;
|
|
528
544
|
static readonly maxValue: SqlInt32;
|
|
529
|
-
static
|
|
530
|
-
static
|
|
531
|
-
static
|
|
532
|
-
static
|
|
533
|
-
static
|
|
534
|
-
static
|
|
535
|
-
static
|
|
536
|
-
static
|
|
537
|
-
static
|
|
538
|
-
static
|
|
539
|
-
static
|
|
540
|
-
static
|
|
541
|
-
static
|
|
542
|
-
static
|
|
543
|
-
static
|
|
544
|
-
static
|
|
545
|
-
static
|
|
546
|
-
static
|
|
545
|
+
static add(x: SqlInt32, y: SqlInt32): SqlInt32;
|
|
546
|
+
static bitwiseAnd(x: SqlInt32, y: SqlInt32): SqlInt32;
|
|
547
|
+
static bitwiseOr(x: SqlInt32, y: SqlInt32): SqlInt32;
|
|
548
|
+
static divide(x: SqlInt32, y: SqlInt32): SqlInt32;
|
|
549
|
+
static equals(x: SqlInt32, y: SqlInt32): SqlBoolean;
|
|
550
|
+
static getXsdType(schemaSet: XmlSchemaSet): XmlQualifiedName;
|
|
551
|
+
static greaterThan(x: SqlInt32, y: SqlInt32): SqlBoolean;
|
|
552
|
+
static greaterThanOrEqual(x: SqlInt32, y: SqlInt32): SqlBoolean;
|
|
553
|
+
static lessThan(x: SqlInt32, y: SqlInt32): SqlBoolean;
|
|
554
|
+
static lessThanOrEqual(x: SqlInt32, y: SqlInt32): SqlBoolean;
|
|
555
|
+
static mod(x: SqlInt32, y: SqlInt32): SqlInt32;
|
|
556
|
+
static modulus(x: SqlInt32, y: SqlInt32): SqlInt32;
|
|
557
|
+
static multiply(x: SqlInt32, y: SqlInt32): SqlInt32;
|
|
558
|
+
static notEquals(x: SqlInt32, y: SqlInt32): SqlBoolean;
|
|
559
|
+
static onesComplement(x: SqlInt32): SqlInt32;
|
|
560
|
+
static parse(s: string): SqlInt32;
|
|
561
|
+
static subtract(x: SqlInt32, y: SqlInt32): SqlInt32;
|
|
562
|
+
static xor(x: SqlInt32, y: SqlInt32): SqlInt32;
|
|
547
563
|
}
|
|
548
564
|
|
|
549
565
|
|
|
550
566
|
export interface __SqlInt32$views {
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
567
|
+
As_INullable(): INullable$instance;
|
|
568
|
+
As_IComparable(): System_Internal.IComparable$instance;
|
|
569
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<SqlInt32>;
|
|
570
|
+
As_IXmlSerializable(): System_Xml_Serialization_Internal.IXmlSerializable$instance;
|
|
555
571
|
|
|
556
572
|
// Structural method bridges for numeric interface constraints
|
|
557
573
|
Equals(other: SqlInt32): boolean;
|
|
558
|
-
CompareTo(obj:
|
|
574
|
+
CompareTo(obj: unknown): int;
|
|
559
575
|
}
|
|
560
576
|
|
|
577
|
+
export interface SqlInt32$instance extends INullable$instance, System_Internal.IComparable$instance, System_Xml_Serialization_Internal.IXmlSerializable$instance {}
|
|
578
|
+
|
|
561
579
|
export type SqlInt32 = SqlInt32$instance & __SqlInt32$views;
|
|
562
580
|
|
|
563
581
|
|
|
@@ -565,9 +583,9 @@ export class SqlInt64$instance {
|
|
|
565
583
|
constructor(value: long);
|
|
566
584
|
readonly isNull: boolean;
|
|
567
585
|
readonly value: long;
|
|
568
|
-
compareTo(value:
|
|
586
|
+
compareTo(value: unknown): int;
|
|
569
587
|
compareTo(value: SqlInt64): int;
|
|
570
|
-
equals(value:
|
|
588
|
+
equals(value: unknown): boolean;
|
|
571
589
|
equals(other: SqlInt64): boolean;
|
|
572
590
|
getHashCode(): int;
|
|
573
591
|
toSqlBoolean(): SqlBoolean;
|
|
@@ -584,38 +602,40 @@ export class SqlInt64$instance {
|
|
|
584
602
|
static readonly zero: SqlInt64;
|
|
585
603
|
static readonly minValue: SqlInt64;
|
|
586
604
|
static readonly maxValue: SqlInt64;
|
|
587
|
-
static
|
|
588
|
-
static
|
|
589
|
-
static
|
|
590
|
-
static
|
|
591
|
-
static
|
|
592
|
-
static
|
|
593
|
-
static
|
|
594
|
-
static
|
|
595
|
-
static
|
|
596
|
-
static
|
|
597
|
-
static
|
|
598
|
-
static
|
|
599
|
-
static
|
|
600
|
-
static
|
|
601
|
-
static
|
|
602
|
-
static
|
|
603
|
-
static
|
|
604
|
-
static
|
|
605
|
+
static add(x: SqlInt64, y: SqlInt64): SqlInt64;
|
|
606
|
+
static bitwiseAnd(x: SqlInt64, y: SqlInt64): SqlInt64;
|
|
607
|
+
static bitwiseOr(x: SqlInt64, y: SqlInt64): SqlInt64;
|
|
608
|
+
static divide(x: SqlInt64, y: SqlInt64): SqlInt64;
|
|
609
|
+
static equals(x: SqlInt64, y: SqlInt64): SqlBoolean;
|
|
610
|
+
static getXsdType(schemaSet: XmlSchemaSet): XmlQualifiedName;
|
|
611
|
+
static greaterThan(x: SqlInt64, y: SqlInt64): SqlBoolean;
|
|
612
|
+
static greaterThanOrEqual(x: SqlInt64, y: SqlInt64): SqlBoolean;
|
|
613
|
+
static lessThan(x: SqlInt64, y: SqlInt64): SqlBoolean;
|
|
614
|
+
static lessThanOrEqual(x: SqlInt64, y: SqlInt64): SqlBoolean;
|
|
615
|
+
static mod(x: SqlInt64, y: SqlInt64): SqlInt64;
|
|
616
|
+
static modulus(x: SqlInt64, y: SqlInt64): SqlInt64;
|
|
617
|
+
static multiply(x: SqlInt64, y: SqlInt64): SqlInt64;
|
|
618
|
+
static notEquals(x: SqlInt64, y: SqlInt64): SqlBoolean;
|
|
619
|
+
static onesComplement(x: SqlInt64): SqlInt64;
|
|
620
|
+
static parse(s: string): SqlInt64;
|
|
621
|
+
static subtract(x: SqlInt64, y: SqlInt64): SqlInt64;
|
|
622
|
+
static xor(x: SqlInt64, y: SqlInt64): SqlInt64;
|
|
605
623
|
}
|
|
606
624
|
|
|
607
625
|
|
|
608
626
|
export interface __SqlInt64$views {
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
627
|
+
As_INullable(): INullable$instance;
|
|
628
|
+
As_IComparable(): System_Internal.IComparable$instance;
|
|
629
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<SqlInt64>;
|
|
630
|
+
As_IXmlSerializable(): System_Xml_Serialization_Internal.IXmlSerializable$instance;
|
|
613
631
|
|
|
614
632
|
// Structural method bridges for numeric interface constraints
|
|
615
633
|
Equals(other: SqlInt64): boolean;
|
|
616
|
-
CompareTo(obj:
|
|
634
|
+
CompareTo(obj: unknown): int;
|
|
617
635
|
}
|
|
618
636
|
|
|
637
|
+
export interface SqlInt64$instance extends INullable$instance, System_Internal.IComparable$instance, System_Xml_Serialization_Internal.IXmlSerializable$instance {}
|
|
638
|
+
|
|
619
639
|
export type SqlInt64 = SqlInt64$instance & __SqlInt64$views;
|
|
620
640
|
|
|
621
641
|
|
|
@@ -626,9 +646,9 @@ export class SqlMoney$instance {
|
|
|
626
646
|
constructor(value: double);
|
|
627
647
|
readonly isNull: boolean;
|
|
628
648
|
readonly value: decimal;
|
|
629
|
-
compareTo(value:
|
|
649
|
+
compareTo(value: unknown): int;
|
|
630
650
|
compareTo(value: SqlMoney): int;
|
|
631
|
-
equals(value:
|
|
651
|
+
equals(value: unknown): boolean;
|
|
632
652
|
equals(other: SqlMoney): boolean;
|
|
633
653
|
getHashCode(): int;
|
|
634
654
|
getTdsValue(): long;
|
|
@@ -650,33 +670,35 @@ export class SqlMoney$instance {
|
|
|
650
670
|
static readonly zero: SqlMoney;
|
|
651
671
|
static readonly minValue: SqlMoney;
|
|
652
672
|
static readonly maxValue: SqlMoney;
|
|
653
|
-
static
|
|
654
|
-
static
|
|
655
|
-
static
|
|
656
|
-
static
|
|
657
|
-
static
|
|
658
|
-
static
|
|
659
|
-
static
|
|
660
|
-
static
|
|
661
|
-
static
|
|
662
|
-
static
|
|
663
|
-
static
|
|
664
|
-
static
|
|
665
|
-
static
|
|
673
|
+
static add(x: SqlMoney, y: SqlMoney): SqlMoney;
|
|
674
|
+
static divide(x: SqlMoney, y: SqlMoney): SqlMoney;
|
|
675
|
+
static equals(x: SqlMoney, y: SqlMoney): SqlBoolean;
|
|
676
|
+
static fromTdsValue(value: long): SqlMoney;
|
|
677
|
+
static getXsdType(schemaSet: XmlSchemaSet): XmlQualifiedName;
|
|
678
|
+
static greaterThan(x: SqlMoney, y: SqlMoney): SqlBoolean;
|
|
679
|
+
static greaterThanOrEqual(x: SqlMoney, y: SqlMoney): SqlBoolean;
|
|
680
|
+
static lessThan(x: SqlMoney, y: SqlMoney): SqlBoolean;
|
|
681
|
+
static lessThanOrEqual(x: SqlMoney, y: SqlMoney): SqlBoolean;
|
|
682
|
+
static multiply(x: SqlMoney, y: SqlMoney): SqlMoney;
|
|
683
|
+
static notEquals(x: SqlMoney, y: SqlMoney): SqlBoolean;
|
|
684
|
+
static parse(s: string): SqlMoney;
|
|
685
|
+
static subtract(x: SqlMoney, y: SqlMoney): SqlMoney;
|
|
666
686
|
}
|
|
667
687
|
|
|
668
688
|
|
|
669
689
|
export interface __SqlMoney$views {
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
690
|
+
As_INullable(): INullable$instance;
|
|
691
|
+
As_IComparable(): System_Internal.IComparable$instance;
|
|
692
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<SqlMoney>;
|
|
693
|
+
As_IXmlSerializable(): System_Xml_Serialization_Internal.IXmlSerializable$instance;
|
|
674
694
|
|
|
675
695
|
// Structural method bridges for numeric interface constraints
|
|
676
696
|
Equals(other: SqlMoney): boolean;
|
|
677
|
-
CompareTo(obj:
|
|
697
|
+
CompareTo(obj: unknown): int;
|
|
678
698
|
}
|
|
679
699
|
|
|
700
|
+
export interface SqlMoney$instance extends INullable$instance, System_Internal.IComparable$instance, System_Xml_Serialization_Internal.IXmlSerializable$instance {}
|
|
701
|
+
|
|
680
702
|
export type SqlMoney = SqlMoney$instance & __SqlMoney$views;
|
|
681
703
|
|
|
682
704
|
|
|
@@ -685,9 +707,9 @@ export class SqlSingle$instance {
|
|
|
685
707
|
constructor(value: double);
|
|
686
708
|
readonly isNull: boolean;
|
|
687
709
|
readonly value: float;
|
|
688
|
-
compareTo(value:
|
|
710
|
+
compareTo(value: unknown): int;
|
|
689
711
|
compareTo(value: SqlSingle): int;
|
|
690
|
-
equals(value:
|
|
712
|
+
equals(value: unknown): boolean;
|
|
691
713
|
equals(other: SqlSingle): boolean;
|
|
692
714
|
getHashCode(): int;
|
|
693
715
|
toSqlBoolean(): SqlBoolean;
|
|
@@ -704,32 +726,34 @@ export class SqlSingle$instance {
|
|
|
704
726
|
static readonly zero: SqlSingle;
|
|
705
727
|
static readonly minValue: SqlSingle;
|
|
706
728
|
static readonly maxValue: SqlSingle;
|
|
707
|
-
static
|
|
708
|
-
static
|
|
709
|
-
static
|
|
710
|
-
static
|
|
711
|
-
static
|
|
712
|
-
static
|
|
713
|
-
static
|
|
714
|
-
static
|
|
715
|
-
static
|
|
716
|
-
static
|
|
717
|
-
static
|
|
718
|
-
static
|
|
729
|
+
static add(x: SqlSingle, y: SqlSingle): SqlSingle;
|
|
730
|
+
static divide(x: SqlSingle, y: SqlSingle): SqlSingle;
|
|
731
|
+
static equals(x: SqlSingle, y: SqlSingle): SqlBoolean;
|
|
732
|
+
static getXsdType(schemaSet: XmlSchemaSet): XmlQualifiedName;
|
|
733
|
+
static greaterThan(x: SqlSingle, y: SqlSingle): SqlBoolean;
|
|
734
|
+
static greaterThanOrEqual(x: SqlSingle, y: SqlSingle): SqlBoolean;
|
|
735
|
+
static lessThan(x: SqlSingle, y: SqlSingle): SqlBoolean;
|
|
736
|
+
static lessThanOrEqual(x: SqlSingle, y: SqlSingle): SqlBoolean;
|
|
737
|
+
static multiply(x: SqlSingle, y: SqlSingle): SqlSingle;
|
|
738
|
+
static notEquals(x: SqlSingle, y: SqlSingle): SqlBoolean;
|
|
739
|
+
static parse(s: string): SqlSingle;
|
|
740
|
+
static subtract(x: SqlSingle, y: SqlSingle): SqlSingle;
|
|
719
741
|
}
|
|
720
742
|
|
|
721
743
|
|
|
722
744
|
export interface __SqlSingle$views {
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
745
|
+
As_INullable(): INullable$instance;
|
|
746
|
+
As_IComparable(): System_Internal.IComparable$instance;
|
|
747
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<SqlSingle>;
|
|
748
|
+
As_IXmlSerializable(): System_Xml_Serialization_Internal.IXmlSerializable$instance;
|
|
727
749
|
|
|
728
750
|
// Structural method bridges for numeric interface constraints
|
|
729
751
|
Equals(other: SqlSingle): boolean;
|
|
730
|
-
CompareTo(obj:
|
|
752
|
+
CompareTo(obj: unknown): int;
|
|
731
753
|
}
|
|
732
754
|
|
|
755
|
+
export interface SqlSingle$instance extends INullable$instance, System_Internal.IComparable$instance, System_Xml_Serialization_Internal.IXmlSerializable$instance {}
|
|
756
|
+
|
|
733
757
|
export type SqlSingle = SqlSingle$instance & __SqlSingle$views;
|
|
734
758
|
|
|
735
759
|
|
|
@@ -744,13 +768,13 @@ export class SqlString$instance {
|
|
|
744
768
|
readonly compareInfo: CompareInfo;
|
|
745
769
|
readonly cultureInfo: CultureInfo;
|
|
746
770
|
readonly isNull: boolean;
|
|
747
|
-
readonly
|
|
771
|
+
readonly LCID: int;
|
|
748
772
|
readonly sqlCompareOptions: SqlCompareOptions;
|
|
749
773
|
readonly value: string;
|
|
750
774
|
clone(): SqlString;
|
|
751
|
-
compareTo(value:
|
|
775
|
+
compareTo(value: unknown): int;
|
|
752
776
|
compareTo(value: SqlString): int;
|
|
753
|
-
equals(value:
|
|
777
|
+
equals(value: unknown): boolean;
|
|
754
778
|
equals(other: SqlString): boolean;
|
|
755
779
|
getHashCode(): int;
|
|
756
780
|
getNonUnicodeBytes(): byte[];
|
|
@@ -774,30 +798,32 @@ export class SqlString$instance {
|
|
|
774
798
|
static readonly ignoreKanaType: int;
|
|
775
799
|
static readonly binarySort: int;
|
|
776
800
|
static readonly binarySort2: int;
|
|
777
|
-
static
|
|
778
|
-
static
|
|
779
|
-
static
|
|
780
|
-
static
|
|
781
|
-
static
|
|
782
|
-
static
|
|
783
|
-
static
|
|
784
|
-
static
|
|
785
|
-
static
|
|
786
|
-
static
|
|
801
|
+
static add(x: SqlString, y: SqlString): SqlString;
|
|
802
|
+
static compareOptionsFromSqlCompareOptions(compareOptions: SqlCompareOptions): CompareOptions;
|
|
803
|
+
static concat(x: SqlString, y: SqlString): SqlString;
|
|
804
|
+
static equals(x: SqlString, y: SqlString): SqlBoolean;
|
|
805
|
+
static getXsdType(schemaSet: XmlSchemaSet): XmlQualifiedName;
|
|
806
|
+
static greaterThan(x: SqlString, y: SqlString): SqlBoolean;
|
|
807
|
+
static greaterThanOrEqual(x: SqlString, y: SqlString): SqlBoolean;
|
|
808
|
+
static lessThan(x: SqlString, y: SqlString): SqlBoolean;
|
|
809
|
+
static lessThanOrEqual(x: SqlString, y: SqlString): SqlBoolean;
|
|
810
|
+
static notEquals(x: SqlString, y: SqlString): SqlBoolean;
|
|
787
811
|
}
|
|
788
812
|
|
|
789
813
|
|
|
790
814
|
export interface __SqlString$views {
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
815
|
+
As_INullable(): INullable$instance;
|
|
816
|
+
As_IComparable(): System_Internal.IComparable$instance;
|
|
817
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<SqlString>;
|
|
818
|
+
As_IXmlSerializable(): System_Xml_Serialization_Internal.IXmlSerializable$instance;
|
|
795
819
|
|
|
796
820
|
// Structural method bridges for numeric interface constraints
|
|
797
821
|
Equals(other: SqlString): boolean;
|
|
798
|
-
CompareTo(obj:
|
|
822
|
+
CompareTo(obj: unknown): int;
|
|
799
823
|
}
|
|
800
824
|
|
|
825
|
+
export interface SqlString$instance extends INullable$instance, System_Internal.IComparable$instance, System_Xml_Serialization_Internal.IXmlSerializable$instance {}
|
|
826
|
+
|
|
801
827
|
export type SqlString = SqlString$instance & __SqlString$views;
|
|
802
828
|
|
|
803
829
|
|
|
@@ -810,7 +836,7 @@ export class SqlAlreadyFilledException$instance extends SqlTypeException$instanc
|
|
|
810
836
|
|
|
811
837
|
|
|
812
838
|
export interface __SqlAlreadyFilledException$views {
|
|
813
|
-
|
|
839
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
814
840
|
}
|
|
815
841
|
|
|
816
842
|
export type SqlAlreadyFilledException = SqlAlreadyFilledException$instance & __SqlAlreadyFilledException$views;
|
|
@@ -834,47 +860,51 @@ export class SqlBytes$instance {
|
|
|
834
860
|
setNull(): void;
|
|
835
861
|
toSqlBinary(): SqlBinary;
|
|
836
862
|
write(offset: long, buffer: byte[], offsetInBuffer: int, count: int): void;
|
|
837
|
-
static readonly
|
|
838
|
-
static
|
|
863
|
+
static readonly null_: SqlBytes;
|
|
864
|
+
static getXsdType(schemaSet: XmlSchemaSet): XmlQualifiedName;
|
|
839
865
|
}
|
|
840
866
|
|
|
841
867
|
|
|
842
868
|
export interface __SqlBytes$views {
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
869
|
+
As_INullable(): INullable$instance;
|
|
870
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
871
|
+
As_IXmlSerializable(): System_Xml_Serialization_Internal.IXmlSerializable$instance;
|
|
846
872
|
}
|
|
847
873
|
|
|
874
|
+
export interface SqlBytes$instance extends INullable$instance, System_Runtime_Serialization_Internal.ISerializable$instance, System_Xml_Serialization_Internal.IXmlSerializable$instance {}
|
|
875
|
+
|
|
848
876
|
export type SqlBytes = SqlBytes$instance & __SqlBytes$views;
|
|
849
877
|
|
|
850
878
|
|
|
851
879
|
export class SqlChars$instance {
|
|
852
880
|
constructor();
|
|
853
|
-
constructor(buffer:
|
|
881
|
+
constructor(buffer: char[]);
|
|
854
882
|
constructor(value: SqlString);
|
|
855
|
-
readonly buffer:
|
|
883
|
+
readonly buffer: char[];
|
|
856
884
|
readonly isNull: boolean;
|
|
857
|
-
item:
|
|
885
|
+
item: char;
|
|
858
886
|
readonly length: long;
|
|
859
887
|
readonly maxLength: long;
|
|
860
888
|
readonly storage: StorageState;
|
|
861
|
-
readonly value:
|
|
862
|
-
read(offset: long, buffer:
|
|
889
|
+
readonly value: char[];
|
|
890
|
+
read(offset: long, buffer: char[], offsetInBuffer: int, count: int): long;
|
|
863
891
|
setLength(value: long): void;
|
|
864
892
|
setNull(): void;
|
|
865
893
|
toSqlString(): SqlString;
|
|
866
|
-
write(offset: long, buffer:
|
|
867
|
-
static readonly
|
|
868
|
-
static
|
|
894
|
+
write(offset: long, buffer: char[], offsetInBuffer: int, count: int): void;
|
|
895
|
+
static readonly null_: SqlChars;
|
|
896
|
+
static getXsdType(schemaSet: XmlSchemaSet): XmlQualifiedName;
|
|
869
897
|
}
|
|
870
898
|
|
|
871
899
|
|
|
872
900
|
export interface __SqlChars$views {
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
901
|
+
As_INullable(): INullable$instance;
|
|
902
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
903
|
+
As_IXmlSerializable(): System_Xml_Serialization_Internal.IXmlSerializable$instance;
|
|
876
904
|
}
|
|
877
905
|
|
|
906
|
+
export interface SqlChars$instance extends INullable$instance, System_Runtime_Serialization_Internal.ISerializable$instance, System_Xml_Serialization_Internal.IXmlSerializable$instance {}
|
|
907
|
+
|
|
878
908
|
export type SqlChars = SqlChars$instance & __SqlChars$views;
|
|
879
909
|
|
|
880
910
|
|
|
@@ -887,7 +917,7 @@ export class SqlNotFilledException$instance extends SqlTypeException$instance {
|
|
|
887
917
|
|
|
888
918
|
|
|
889
919
|
export interface __SqlNotFilledException$views {
|
|
890
|
-
|
|
920
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
891
921
|
}
|
|
892
922
|
|
|
893
923
|
export type SqlNotFilledException = SqlNotFilledException$instance & __SqlNotFilledException$views;
|
|
@@ -902,7 +932,7 @@ export class SqlNullValueException$instance extends SqlTypeException$instance {
|
|
|
902
932
|
|
|
903
933
|
|
|
904
934
|
export interface __SqlNullValueException$views {
|
|
905
|
-
|
|
935
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
906
936
|
}
|
|
907
937
|
|
|
908
938
|
export type SqlNullValueException = SqlNullValueException$instance & __SqlNullValueException$views;
|
|
@@ -917,7 +947,7 @@ export class SqlTruncateException$instance extends SqlTypeException$instance {
|
|
|
917
947
|
|
|
918
948
|
|
|
919
949
|
export interface __SqlTruncateException$views {
|
|
920
|
-
|
|
950
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
921
951
|
}
|
|
922
952
|
|
|
923
953
|
export type SqlTruncateException = SqlTruncateException$instance & __SqlTruncateException$views;
|
|
@@ -932,7 +962,7 @@ export class SqlTypeException$instance extends System_Internal.SystemException$i
|
|
|
932
962
|
|
|
933
963
|
|
|
934
964
|
export interface __SqlTypeException$views {
|
|
935
|
-
|
|
965
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
936
966
|
}
|
|
937
967
|
|
|
938
968
|
export type SqlTypeException = SqlTypeException$instance & __SqlTypeException$views;
|
|
@@ -945,16 +975,18 @@ export class SqlXml$instance {
|
|
|
945
975
|
readonly isNull: boolean;
|
|
946
976
|
readonly value: string;
|
|
947
977
|
createReader(): XmlReader;
|
|
948
|
-
static readonly
|
|
949
|
-
static
|
|
978
|
+
static readonly null_: SqlXml;
|
|
979
|
+
static getXsdType(schemaSet: XmlSchemaSet): XmlQualifiedName;
|
|
950
980
|
}
|
|
951
981
|
|
|
952
982
|
|
|
953
983
|
export interface __SqlXml$views {
|
|
954
|
-
|
|
955
|
-
|
|
984
|
+
As_INullable(): INullable$instance;
|
|
985
|
+
As_IXmlSerializable(): System_Xml_Serialization_Internal.IXmlSerializable$instance;
|
|
956
986
|
}
|
|
957
987
|
|
|
988
|
+
export interface SqlXml$instance extends INullable$instance, System_Xml_Serialization_Internal.IXmlSerializable$instance {}
|
|
989
|
+
|
|
958
990
|
export type SqlXml = SqlXml$instance & __SqlXml$views;
|
|
959
991
|
|
|
960
992
|
|