| Package | Description |
|---|---|
| com.microsoft.sqlserver.jdbc |
| Modifier and Type | Class | Description |
|---|---|---|
class |
SQLServerBulkCSVFileRecord |
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.