@tsonic/dotnet 0.8.2 → 0.8.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +18 -18
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +1 -1
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +2 -2
- package/Microsoft.Win32/internal/index.d.ts +10 -10
- package/System/internal/index.d.ts +964 -950
- package/System.Buffers/internal/index.d.ts +2 -2
- package/System.CodeDom.Compiler/internal/index.d.ts +10 -10
- package/System.Collections/internal/index.d.ts +30 -24
- package/System.Collections.Concurrent/internal/index.d.ts +10 -10
- package/System.Collections.Frozen/bindings.json +20 -20
- package/System.Collections.Frozen/internal/index.d.ts +6 -6
- package/System.Collections.Frozen/internal/metadata.json +10 -10
- package/System.Collections.Generic/bindings.json +20 -44
- package/System.Collections.Generic/internal/index.d.ts +54 -54
- package/System.Collections.Generic/internal/metadata.json +10 -26
- package/System.Collections.Immutable/internal/index.d.ts +88 -88
- package/System.Collections.ObjectModel/internal/index.d.ts +15 -15
- package/System.Collections.Specialized/internal/index.d.ts +53 -49
- package/System.ComponentModel/internal/index.d.ts +388 -376
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +55 -45
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +3 -2
- package/System.ComponentModel.Design/internal/index.d.ts +36 -36
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +20 -20
- package/System.Data/internal/index.d.ts +171 -163
- package/System.Data.Common/internal/index.d.ts +36 -28
- package/System.Data.SqlTypes/internal/index.d.ts +23 -23
- package/System.Diagnostics/internal/index.d.ts +250 -228
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +37 -23
- package/System.Diagnostics.Contracts/internal/index.d.ts +4 -4
- package/System.Diagnostics.Metrics/internal/index.d.ts +34 -29
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +4 -4
- package/System.Diagnostics.Tracing/internal/index.d.ts +26 -24
- package/System.Drawing/internal/index.d.ts +76 -76
- package/System.Dynamic/internal/index.d.ts +26 -26
- package/System.Formats.Asn1/internal/index.d.ts +4 -4
- package/System.Formats.Tar/internal/index.d.ts +5 -4
- package/System.Globalization/internal/index.d.ts +22 -20
- package/System.IO/internal/index.d.ts +106 -103
- package/System.IO.Compression/internal/index.d.ts +24 -24
- package/System.IO.Enumeration/internal/index.d.ts +7 -5
- package/System.IO.IsolatedStorage/internal/index.d.ts +9 -9
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +8 -8
- package/System.IO.Pipelines/internal/index.d.ts +5 -5
- package/System.IO.Pipes/internal/index.d.ts +4 -4
- package/System.Linq/internal/index.d.ts +207 -207
- package/System.Linq.Expressions/internal/index.d.ts +160 -160
- package/System.Net/internal/index.d.ts +157 -131
- package/System.Net.Cache/internal/index.d.ts +2 -2
- package/System.Net.Http/internal/index.d.ts +69 -53
- package/System.Net.Http.Headers/internal/index.d.ts +62 -45
- package/System.Net.Http.Json/internal/index.d.ts +38 -38
- package/System.Net.Http.Metrics/internal/index.d.ts +1 -1
- package/System.Net.Mail/internal/index.d.ts +80 -70
- package/System.Net.Mime/internal/index.d.ts +4 -2
- package/System.Net.NetworkInformation/internal/index.d.ts +23 -23
- package/System.Net.Quic/internal/index.d.ts +4 -3
- package/System.Net.Security/internal/index.d.ts +65 -49
- package/System.Net.ServerSentEvents/internal/index.d.ts +3 -2
- package/System.Net.Sockets/internal/index.d.ts +49 -42
- package/System.Net.WebSockets/internal/index.d.ts +35 -29
- package/System.Numerics/bindings.json +96 -72
- package/System.Numerics/internal/index.d.ts +93 -91
- package/System.Numerics/internal/metadata.json +64 -48
- package/System.Reflection/internal/index.d.ts +129 -126
- package/System.Reflection.Emit/internal/index.d.ts +105 -105
- package/System.Reflection.Metadata/internal/index.d.ts +15 -15
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +4 -4
- package/System.Reflection.PortableExecutable/internal/index.d.ts +2 -2
- package/System.Resources/internal/index.d.ts +20 -19
- package/System.Runtime/internal/index.d.ts +6 -5
- package/System.Runtime.CompilerServices/internal/index.d.ts +30 -28
- package/System.Runtime.InteropServices/internal/index.d.ts +85 -83
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +9 -9
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +20 -20
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +28 -26
- package/System.Runtime.Loader/internal/index.d.ts +2 -2
- package/System.Runtime.Remoting/internal/index.d.ts +1 -1
- package/System.Runtime.Serialization/internal/index.d.ts +66 -54
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +3 -3
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +4 -2
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +5 -4
- package/System.Runtime.Serialization.Json/internal/index.d.ts +22 -21
- package/System.Runtime.Versioning/internal/index.d.ts +12 -9
- package/System.Security/internal/index.d.ts +62 -52
- package/System.Security.AccessControl/internal/index.d.ts +29 -25
- package/System.Security.Authentication/internal/index.d.ts +4 -4
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +8 -8
- package/System.Security.Claims/internal/index.d.ts +21 -15
- package/System.Security.Cryptography/internal/index.d.ts +155 -141
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +83 -82
- package/System.Security.Permissions/internal/index.d.ts +2 -2
- package/System.Security.Principal/internal/index.d.ts +3 -3
- package/System.Text/internal/index.d.ts +48 -46
- package/System.Text.Json/internal/index.d.ts +87 -81
- package/System.Text.Json.Nodes/internal/index.d.ts +41 -41
- package/System.Text.Json.Schema/internal/index.d.ts +4 -3
- package/System.Text.Json.Serialization/internal/index.d.ts +5 -4
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +55 -30
- package/System.Text.RegularExpressions/internal/index.d.ts +5 -5
- package/System.Text.Unicode/internal/index.d.ts +4 -4
- package/System.Threading/internal/index.d.ts +86 -85
- package/System.Threading.Channels/internal/index.d.ts +8 -8
- package/System.Threading.Tasks/internal/index.d.ts +82 -82
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +25 -26
- package/System.Threading.Tasks.Sources/internal/index.d.ts +4 -4
- package/System.Timers/internal/index.d.ts +5 -3
- package/System.Transactions/internal/index.d.ts +18 -16
- package/System.Web/internal/index.d.ts +30 -30
- package/System.Windows.Input/internal/index.d.ts +2 -2
- package/System.Xml/internal/index.d.ts +162 -161
- package/System.Xml.Linq/internal/index.d.ts +38 -37
- package/System.Xml.Resolvers/internal/index.d.ts +5 -5
- package/System.Xml.Schema/internal/index.d.ts +133 -88
- package/System.Xml.Serialization/internal/index.d.ts +138 -117
- package/System.Xml.XPath/internal/index.d.ts +12 -12
- package/System.Xml.Xsl/internal/index.d.ts +34 -34
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +16 -16
- package/__internal/extensions/index.d.ts +371 -371
- package/package.json +1 -1
|
@@ -108,7 +108,7 @@ export type DataAdapter = DataAdapter$instance & __DataAdapter$views;
|
|
|
108
108
|
export interface DataColumnMapping$instance extends MarshalByRefObject {
|
|
109
109
|
dataSetColumn: string;
|
|
110
110
|
sourceColumn: string;
|
|
111
|
-
getDataColumnBySchemaAction(dataTable: DataTable, dataType: Type, schemaAction: MissingSchemaAction): DataColumn;
|
|
111
|
+
getDataColumnBySchemaAction(dataTable: DataTable, dataType: Type, schemaAction: MissingSchemaAction): DataColumn | undefined;
|
|
112
112
|
toString(): string;
|
|
113
113
|
}
|
|
114
114
|
|
|
@@ -116,7 +116,7 @@ export interface DataColumnMapping$instance extends MarshalByRefObject {
|
|
|
116
116
|
export const DataColumnMapping: {
|
|
117
117
|
new(): DataColumnMapping;
|
|
118
118
|
new(sourceColumn: string, dataSetColumn: string): DataColumnMapping;
|
|
119
|
-
getDataColumnBySchemaAction(sourceColumn: string, dataSetColumn: string, dataTable: DataTable, dataType: Type, schemaAction: MissingSchemaAction): DataColumn;
|
|
119
|
+
getDataColumnBySchemaAction(sourceColumn: string, dataSetColumn: string, dataTable: DataTable, dataType: Type, schemaAction: MissingSchemaAction): DataColumn | undefined;
|
|
120
120
|
};
|
|
121
121
|
|
|
122
122
|
|
|
@@ -161,8 +161,8 @@ export interface DataColumnMappingCollection$instance extends MarshalByRefObject
|
|
|
161
161
|
|
|
162
162
|
export const DataColumnMappingCollection: {
|
|
163
163
|
new(): DataColumnMappingCollection;
|
|
164
|
-
getColumnMappingBySchemaAction(columnMappings: DataColumnMappingCollection, sourceColumn: string, mappingAction: MissingMappingAction): DataColumnMapping;
|
|
165
|
-
getDataColumn(columnMappings: DataColumnMappingCollection, sourceColumn: string, dataType: Type, dataTable: DataTable, mappingAction: MissingMappingAction, schemaAction: MissingSchemaAction): DataColumn;
|
|
164
|
+
getColumnMappingBySchemaAction(columnMappings: DataColumnMappingCollection, sourceColumn: string, mappingAction: MissingMappingAction): DataColumnMapping | undefined;
|
|
165
|
+
getDataColumn(columnMappings: DataColumnMappingCollection, sourceColumn: string, dataType: Type, dataTable: DataTable, mappingAction: MissingMappingAction, schemaAction: MissingSchemaAction): DataColumn | undefined;
|
|
166
166
|
};
|
|
167
167
|
|
|
168
168
|
|
|
@@ -181,7 +181,7 @@ export interface DataTableMapping$instance extends MarshalByRefObject {
|
|
|
181
181
|
dataSetTable: string;
|
|
182
182
|
sourceTable: string;
|
|
183
183
|
getColumnMappingBySchemaAction(sourceColumn: string, mappingAction: MissingMappingAction): DataColumnMapping | undefined;
|
|
184
|
-
getDataColumn(sourceColumn: string, dataType: Type
|
|
184
|
+
getDataColumn(sourceColumn: string, dataType: Type, dataTable: DataTable, mappingAction: MissingMappingAction, schemaAction: MissingSchemaAction): DataColumn | undefined;
|
|
185
185
|
getDataTableBySchemaAction(dataSet: DataSet, schemaAction: MissingSchemaAction): DataTable | undefined;
|
|
186
186
|
toString(): string;
|
|
187
187
|
}
|
|
@@ -190,7 +190,7 @@ export interface DataTableMapping$instance extends MarshalByRefObject {
|
|
|
190
190
|
export const DataTableMapping: {
|
|
191
191
|
new(): DataTableMapping;
|
|
192
192
|
new(sourceTable: string, dataSetTable: string): DataTableMapping;
|
|
193
|
-
new(sourceTable: string, dataSetTable: string, columnMappings: DataColumnMapping[]
|
|
193
|
+
new(sourceTable: string, dataSetTable: string, columnMappings: DataColumnMapping[]): DataTableMapping;
|
|
194
194
|
};
|
|
195
195
|
|
|
196
196
|
|
|
@@ -235,7 +235,7 @@ export interface DataTableMappingCollection$instance extends MarshalByRefObject
|
|
|
235
235
|
|
|
236
236
|
export const DataTableMappingCollection: {
|
|
237
237
|
new(): DataTableMappingCollection;
|
|
238
|
-
getTableMappingBySchemaAction(tableMappings: DataTableMappingCollection
|
|
238
|
+
getTableMappingBySchemaAction(tableMappings: DataTableMappingCollection, sourceTable: string, dataSetTable: string, mappingAction: MissingMappingAction): DataTableMapping | undefined;
|
|
239
239
|
};
|
|
240
240
|
|
|
241
241
|
|
|
@@ -253,7 +253,8 @@ export interface DbBatch$instance {
|
|
|
253
253
|
readonly batchCommands: DbBatchCommandCollection;
|
|
254
254
|
connection: DbConnection;
|
|
255
255
|
timeout: int;
|
|
256
|
-
transaction: DbTransaction | undefined;
|
|
256
|
+
get transaction(): DbTransaction | undefined;
|
|
257
|
+
set transaction(value: DbTransaction);
|
|
257
258
|
cancel(): void;
|
|
258
259
|
createBatchCommand(): DbBatchCommand;
|
|
259
260
|
dispose(): void;
|
|
@@ -263,7 +264,7 @@ export interface DbBatch$instance {
|
|
|
263
264
|
executeReader(behavior?: CommandBehavior): DbDataReader;
|
|
264
265
|
executeReaderAsync(cancellationToken?: CancellationToken): Task_1<DbDataReader>;
|
|
265
266
|
executeReaderAsync(behavior: CommandBehavior, cancellationToken?: CancellationToken): Task_1<DbDataReader>;
|
|
266
|
-
executeScalar(): unknown;
|
|
267
|
+
executeScalar(): unknown | undefined;
|
|
267
268
|
executeScalarAsync(cancellationToken?: CancellationToken): Task_1<unknown | undefined>;
|
|
268
269
|
prepare(): void;
|
|
269
270
|
prepareAsync(cancellationToken?: CancellationToken): Task;
|
|
@@ -371,7 +372,8 @@ export interface DbCommand$instance extends Component {
|
|
|
371
372
|
connection: DbConnection;
|
|
372
373
|
designTimeVisible: boolean;
|
|
373
374
|
readonly parameters: DbParameterCollection;
|
|
374
|
-
transaction: DbTransaction | undefined;
|
|
375
|
+
get transaction(): DbTransaction | undefined;
|
|
376
|
+
set transaction(value: DbTransaction);
|
|
375
377
|
updatedRowSource: UpdateRowSource;
|
|
376
378
|
cancel(): void;
|
|
377
379
|
createParameter(): DbParameter;
|
|
@@ -386,7 +388,7 @@ export interface DbCommand$instance extends Component {
|
|
|
386
388
|
executeReaderAsync(cancellationToken: CancellationToken): Task_1<DbDataReader>;
|
|
387
389
|
executeReaderAsync(behavior: CommandBehavior): Task_1<DbDataReader>;
|
|
388
390
|
executeReaderAsync(behavior: CommandBehavior, cancellationToken: CancellationToken): Task_1<DbDataReader>;
|
|
389
|
-
executeScalar(): unknown;
|
|
391
|
+
executeScalar(): unknown | undefined;
|
|
390
392
|
executeScalarAsync(): Task_1<unknown | undefined>;
|
|
391
393
|
executeScalarAsync(cancellationToken: CancellationToken): Task_1<unknown | undefined>;
|
|
392
394
|
prepare(): void;
|
|
@@ -414,7 +416,8 @@ export interface DbCommandBuilder$instance extends Component {
|
|
|
414
416
|
catalogLocation: CatalogLocation;
|
|
415
417
|
catalogSeparator: string;
|
|
416
418
|
conflictOption: ConflictOption;
|
|
417
|
-
dataAdapter: DbDataAdapter | undefined;
|
|
419
|
+
get dataAdapter(): DbDataAdapter | undefined;
|
|
420
|
+
set dataAdapter(value: DbDataAdapter);
|
|
418
421
|
quotePrefix: string;
|
|
419
422
|
quoteSuffix: string;
|
|
420
423
|
schemaSeparator: string;
|
|
@@ -469,10 +472,10 @@ export interface DbConnection$instance extends Component {
|
|
|
469
472
|
enlistTransaction(transaction: Transaction): void;
|
|
470
473
|
getSchema(): DataTable;
|
|
471
474
|
getSchema(collectionName: string): DataTable;
|
|
472
|
-
getSchema(collectionName: string, restrictionValues:
|
|
475
|
+
getSchema(collectionName: string, restrictionValues: string[]): DataTable;
|
|
473
476
|
getSchemaAsync(cancellationToken?: CancellationToken): Task_1<DataTable>;
|
|
474
477
|
getSchemaAsync(collectionName: string, cancellationToken?: CancellationToken): Task_1<DataTable>;
|
|
475
|
-
getSchemaAsync(collectionName: string, restrictionValues:
|
|
478
|
+
getSchemaAsync(collectionName: string, restrictionValues: string[], cancellationToken?: CancellationToken): Task_1<DataTable>;
|
|
476
479
|
open(): void;
|
|
477
480
|
openAsync(): Task;
|
|
478
481
|
openAsync(cancellationToken: CancellationToken): Task;
|
|
@@ -511,15 +514,15 @@ export interface DbConnectionStringBuilder$instance {
|
|
|
511
514
|
remove(keyword: string): boolean;
|
|
512
515
|
shouldSerialize(keyword: string): boolean;
|
|
513
516
|
toString(): string;
|
|
514
|
-
tryGetValue(keyword: string, value: unknown
|
|
517
|
+
tryGetValue(keyword: string, value: unknown): boolean;
|
|
515
518
|
}
|
|
516
519
|
|
|
517
520
|
|
|
518
521
|
export const DbConnectionStringBuilder: {
|
|
519
522
|
new(): DbConnectionStringBuilder;
|
|
520
523
|
new(useOdbcRules: boolean): DbConnectionStringBuilder;
|
|
521
|
-
appendKeyValuePair(builder: StringBuilder, keyword: string, value: string
|
|
522
|
-
appendKeyValuePair(builder: StringBuilder, keyword: string, value: string
|
|
524
|
+
appendKeyValuePair(builder: StringBuilder, keyword: string, value: string, useOdbcRules: boolean): void;
|
|
525
|
+
appendKeyValuePair(builder: StringBuilder, keyword: string, value: string): void;
|
|
523
526
|
};
|
|
524
527
|
|
|
525
528
|
|
|
@@ -536,11 +539,15 @@ export type DbConnectionStringBuilder = DbConnectionStringBuilder$instance & __D
|
|
|
536
539
|
|
|
537
540
|
|
|
538
541
|
export interface DbDataAdapter$instance extends DataAdapter$instance {
|
|
539
|
-
deleteCommand: DbCommand | undefined;
|
|
540
|
-
|
|
541
|
-
|
|
542
|
+
get deleteCommand(): DbCommand | undefined;
|
|
543
|
+
set deleteCommand(value: DbCommand);
|
|
544
|
+
get insertCommand(): DbCommand | undefined;
|
|
545
|
+
set insertCommand(value: DbCommand);
|
|
546
|
+
get selectCommand(): DbCommand | undefined;
|
|
547
|
+
set selectCommand(value: DbCommand);
|
|
542
548
|
updateBatchSize: int;
|
|
543
|
-
updateCommand: DbCommand | undefined;
|
|
549
|
+
get updateCommand(): DbCommand | undefined;
|
|
550
|
+
set updateCommand(value: DbCommand);
|
|
544
551
|
dispose(): void;
|
|
545
552
|
fill(dataSet: DataSet): int;
|
|
546
553
|
fill(dataTable: DataTable): int;
|
|
@@ -609,7 +616,7 @@ export interface DbDataReader$instance extends MarshalByRefObject {
|
|
|
609
616
|
getProviderSpecificFieldType(ordinal: int): Type;
|
|
610
617
|
getProviderSpecificValue(ordinal: int): unknown;
|
|
611
618
|
getProviderSpecificValues(values: unknown[]): int;
|
|
612
|
-
getSchemaTable(): DataTable;
|
|
619
|
+
getSchemaTable(): DataTable | undefined;
|
|
613
620
|
getSchemaTableAsync(cancellationToken?: CancellationToken): Task_1<DataTable | undefined>;
|
|
614
621
|
getStream(ordinal: int): Stream;
|
|
615
622
|
getString(ordinal: int): string;
|
|
@@ -691,7 +698,7 @@ export type DbDataRecord = DbDataRecord$instance & __DbDataRecord$views;
|
|
|
691
698
|
export interface DbDataSource$instance {
|
|
692
699
|
readonly connectionString: string;
|
|
693
700
|
createBatch(): DbBatch;
|
|
694
|
-
createCommand(commandText?: string
|
|
701
|
+
createCommand(commandText?: string): DbCommand;
|
|
695
702
|
createConnection(): DbConnection;
|
|
696
703
|
dispose(): void;
|
|
697
704
|
disposeAsync(): ValueTask;
|
|
@@ -848,7 +855,7 @@ export interface DbProviderFactory$instance {
|
|
|
848
855
|
createConnection(): DbConnection;
|
|
849
856
|
createConnectionStringBuilder(): DbConnectionStringBuilder | undefined;
|
|
850
857
|
createDataAdapter(): DbDataAdapter | undefined;
|
|
851
|
-
createDataSource(connectionString: string
|
|
858
|
+
createDataSource(connectionString: string): DbDataSource;
|
|
852
859
|
createDataSourceEnumerator(): DbDataSourceEnumerator | undefined;
|
|
853
860
|
createParameter(): DbParameter;
|
|
854
861
|
}
|
|
@@ -921,14 +928,15 @@ export interface RowUpdatedEventArgs$instance extends EventArgs {
|
|
|
921
928
|
|
|
922
929
|
|
|
923
930
|
export const RowUpdatedEventArgs: {
|
|
924
|
-
new(dataRow: DataRow, command: IDbCommand
|
|
931
|
+
new(dataRow: DataRow, command: IDbCommand, statementType: StatementType, tableMapping: DataTableMapping): RowUpdatedEventArgs;
|
|
925
932
|
};
|
|
926
933
|
|
|
927
934
|
|
|
928
935
|
export type RowUpdatedEventArgs = RowUpdatedEventArgs$instance;
|
|
929
936
|
|
|
930
937
|
export interface RowUpdatingEventArgs$instance extends EventArgs {
|
|
931
|
-
command: IDbCommand | undefined;
|
|
938
|
+
get command(): IDbCommand | undefined;
|
|
939
|
+
set command(value: IDbCommand);
|
|
932
940
|
errors: Exception;
|
|
933
941
|
readonly row: DataRow;
|
|
934
942
|
readonly statementType: StatementType;
|
|
@@ -938,7 +946,7 @@ export interface RowUpdatingEventArgs$instance extends EventArgs {
|
|
|
938
946
|
|
|
939
947
|
|
|
940
948
|
export const RowUpdatingEventArgs: {
|
|
941
|
-
new(dataRow: DataRow
|
|
949
|
+
new(dataRow: DataRow, command: IDbCommand, statementType: StatementType, tableMapping: DataTableMapping): RowUpdatingEventArgs;
|
|
942
950
|
};
|
|
943
951
|
|
|
944
952
|
|
|
@@ -1021,7 +1029,7 @@ export abstract class DbProviderFactories$instance {
|
|
|
1021
1029
|
static registerFactory(providerInvariantName: string, factory: DbProviderFactory): void;
|
|
1022
1030
|
static registerFactory(providerInvariantName: string, factoryTypeAssemblyQualifiedName: string): void;
|
|
1023
1031
|
static registerFactory(providerInvariantName: string, providerFactoryClass: Type): void;
|
|
1024
|
-
static tryGetFactory(providerInvariantName: string, factory: DbProviderFactory
|
|
1032
|
+
static tryGetFactory(providerInvariantName: string, factory: DbProviderFactory): boolean;
|
|
1025
1033
|
static unregisterFactory(providerInvariantName: string): boolean;
|
|
1026
1034
|
}
|
|
1027
1035
|
|
|
@@ -111,7 +111,7 @@ export interface SqlBoolean$instance {
|
|
|
111
111
|
toSqlMoney(): SqlMoney;
|
|
112
112
|
toSqlSingle(): SqlSingle;
|
|
113
113
|
toSqlString(): SqlString;
|
|
114
|
-
toString(): string
|
|
114
|
+
toString(): string;
|
|
115
115
|
}
|
|
116
116
|
|
|
117
117
|
|
|
@@ -171,7 +171,7 @@ export interface SqlByte$instance {
|
|
|
171
171
|
toSqlMoney(): SqlMoney;
|
|
172
172
|
toSqlSingle(): SqlSingle;
|
|
173
173
|
toSqlString(): SqlString;
|
|
174
|
-
toString(): string
|
|
174
|
+
toString(): string;
|
|
175
175
|
}
|
|
176
176
|
|
|
177
177
|
|
|
@@ -229,7 +229,7 @@ export interface SqlDateTime$instance {
|
|
|
229
229
|
equals(other: SqlDateTime): boolean;
|
|
230
230
|
getHashCode(): int;
|
|
231
231
|
toSqlString(): SqlString;
|
|
232
|
-
toString(): string
|
|
232
|
+
toString(): string;
|
|
233
233
|
}
|
|
234
234
|
|
|
235
235
|
|
|
@@ -298,7 +298,7 @@ export interface SqlDecimal$instance {
|
|
|
298
298
|
toSqlMoney(): SqlMoney;
|
|
299
299
|
toSqlSingle(): SqlSingle;
|
|
300
300
|
toSqlString(): SqlString;
|
|
301
|
-
toString(): string
|
|
301
|
+
toString(): string;
|
|
302
302
|
writeTdsValue(destination: Span_1<System_Internal.UInt32>): int;
|
|
303
303
|
}
|
|
304
304
|
|
|
@@ -372,7 +372,7 @@ export interface SqlDouble$instance {
|
|
|
372
372
|
toSqlMoney(): SqlMoney;
|
|
373
373
|
toSqlSingle(): SqlSingle;
|
|
374
374
|
toSqlString(): SqlString;
|
|
375
|
-
toString(): string
|
|
375
|
+
toString(): string;
|
|
376
376
|
}
|
|
377
377
|
|
|
378
378
|
|
|
@@ -424,7 +424,7 @@ export interface SqlGuid$instance {
|
|
|
424
424
|
toByteArray(): byte[];
|
|
425
425
|
toSqlBinary(): SqlBinary;
|
|
426
426
|
toSqlString(): SqlString;
|
|
427
|
-
toString(): string
|
|
427
|
+
toString(): string;
|
|
428
428
|
}
|
|
429
429
|
|
|
430
430
|
|
|
@@ -479,7 +479,7 @@ export interface SqlInt16$instance {
|
|
|
479
479
|
toSqlMoney(): SqlMoney;
|
|
480
480
|
toSqlSingle(): SqlSingle;
|
|
481
481
|
toSqlString(): SqlString;
|
|
482
|
-
toString(): string
|
|
482
|
+
toString(): string;
|
|
483
483
|
}
|
|
484
484
|
|
|
485
485
|
|
|
@@ -543,7 +543,7 @@ export interface SqlInt32$instance {
|
|
|
543
543
|
toSqlMoney(): SqlMoney;
|
|
544
544
|
toSqlSingle(): SqlSingle;
|
|
545
545
|
toSqlString(): SqlString;
|
|
546
|
-
toString(): string
|
|
546
|
+
toString(): string;
|
|
547
547
|
}
|
|
548
548
|
|
|
549
549
|
|
|
@@ -607,7 +607,7 @@ export interface SqlInt64$instance {
|
|
|
607
607
|
toSqlMoney(): SqlMoney;
|
|
608
608
|
toSqlSingle(): SqlSingle;
|
|
609
609
|
toSqlString(): SqlString;
|
|
610
|
-
toString(): string
|
|
610
|
+
toString(): string;
|
|
611
611
|
}
|
|
612
612
|
|
|
613
613
|
|
|
@@ -676,7 +676,7 @@ export interface SqlMoney$instance {
|
|
|
676
676
|
toSqlInt64(): SqlInt64;
|
|
677
677
|
toSqlSingle(): SqlSingle;
|
|
678
678
|
toSqlString(): SqlString;
|
|
679
|
-
toString(): string
|
|
679
|
+
toString(): string;
|
|
680
680
|
}
|
|
681
681
|
|
|
682
682
|
|
|
@@ -738,7 +738,7 @@ export interface SqlSingle$instance {
|
|
|
738
738
|
toSqlInt64(): SqlInt64;
|
|
739
739
|
toSqlMoney(): SqlMoney;
|
|
740
740
|
toSqlString(): SqlString;
|
|
741
|
-
toString(): string
|
|
741
|
+
toString(): string;
|
|
742
742
|
}
|
|
743
743
|
|
|
744
744
|
|
|
@@ -793,8 +793,8 @@ export interface SqlString$instance {
|
|
|
793
793
|
equals(value: unknown): boolean;
|
|
794
794
|
equals(other: SqlString): boolean;
|
|
795
795
|
getHashCode(): int;
|
|
796
|
-
getNonUnicodeBytes(): byte[];
|
|
797
|
-
getUnicodeBytes(): byte[];
|
|
796
|
+
getNonUnicodeBytes(): byte[] | undefined;
|
|
797
|
+
getUnicodeBytes(): byte[] | undefined;
|
|
798
798
|
toSqlBoolean(): SqlBoolean;
|
|
799
799
|
toSqlByte(): SqlByte;
|
|
800
800
|
toSqlDateTime(): SqlDateTime;
|
|
@@ -861,8 +861,8 @@ export interface SqlAlreadyFilledException$instance extends SqlTypeException$ins
|
|
|
861
861
|
|
|
862
862
|
export const SqlAlreadyFilledException: {
|
|
863
863
|
new(): SqlAlreadyFilledException;
|
|
864
|
-
new(message: string
|
|
865
|
-
new(message: string
|
|
864
|
+
new(message: string): SqlAlreadyFilledException;
|
|
865
|
+
new(message: string, e: Exception): SqlAlreadyFilledException;
|
|
866
866
|
};
|
|
867
867
|
|
|
868
868
|
|
|
@@ -954,8 +954,8 @@ export interface SqlNotFilledException$instance extends SqlTypeException$instanc
|
|
|
954
954
|
|
|
955
955
|
export const SqlNotFilledException: {
|
|
956
956
|
new(): SqlNotFilledException;
|
|
957
|
-
new(message: string
|
|
958
|
-
new(message: string
|
|
957
|
+
new(message: string): SqlNotFilledException;
|
|
958
|
+
new(message: string, e: Exception): SqlNotFilledException;
|
|
959
959
|
};
|
|
960
960
|
|
|
961
961
|
|
|
@@ -973,8 +973,8 @@ export interface SqlNullValueException$instance extends SqlTypeException$instanc
|
|
|
973
973
|
|
|
974
974
|
export const SqlNullValueException: {
|
|
975
975
|
new(): SqlNullValueException;
|
|
976
|
-
new(message: string
|
|
977
|
-
new(message: string
|
|
976
|
+
new(message: string): SqlNullValueException;
|
|
977
|
+
new(message: string, e: Exception): SqlNullValueException;
|
|
978
978
|
};
|
|
979
979
|
|
|
980
980
|
|
|
@@ -992,8 +992,8 @@ export interface SqlTruncateException$instance extends SqlTypeException$instance
|
|
|
992
992
|
|
|
993
993
|
export const SqlTruncateException: {
|
|
994
994
|
new(): SqlTruncateException;
|
|
995
|
-
new(message: string
|
|
996
|
-
new(message: string
|
|
995
|
+
new(message: string): SqlTruncateException;
|
|
996
|
+
new(message: string, e: Exception): SqlTruncateException;
|
|
997
997
|
};
|
|
998
998
|
|
|
999
999
|
|
|
@@ -1011,8 +1011,8 @@ export interface SqlTypeException$instance extends SystemException {
|
|
|
1011
1011
|
|
|
1012
1012
|
export const SqlTypeException: {
|
|
1013
1013
|
new(): SqlTypeException;
|
|
1014
|
-
new(message: string
|
|
1015
|
-
new(message: string
|
|
1014
|
+
new(message: string): SqlTypeException;
|
|
1015
|
+
new(message: string, e: Exception): SqlTypeException;
|
|
1016
1016
|
};
|
|
1017
1017
|
|
|
1018
1018
|
|