Package | Description |
---|---|
com.microsoft.sqlserver.jdbc |
Modifier and Type | Class | Description |
---|---|---|
class |
SQLServerBulkBatchInsertRecord |
Provides a simple implementation of the ISQLServerBulkRecord interface that can be used to read in the basic Java
data types from an ArrayList of Parameters that were provided by pstmt/cstmt.
|
class |
SQLServerBulkCSVFileRecord |
Provides a simple implementation of the ISQLServerBulkRecord interface that can be used to read in the basic Java
data types from a delimited file where each line represents a row of data.
|
Modifier and Type | Method | Description |
---|---|---|
void |
SQLServerBulkCopy.writeToServer(ISQLServerBulkRecord sourceData) |
Copies all rows from the supplied ISQLServerBulkRecord to a destination table specified by the
destinationTableName property of the SQLServerBulkCopy object.
|
Copyright © 2018 Microsoft Corporation. All rights reserved.