-
Classes in com.microsoft.sqlserver.jdbc that implement ISQLServerBulkRecord
| 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.
|