Uses of Interface
com.microsoft.sqlserver.jdbc.ISQLServerBulkRecord
-
Packages that use ISQLServerBulkRecord Package Description com.microsoft.sqlserver.jdbc -
-
Uses of ISQLServerBulkRecord in com.microsoft.sqlserver.jdbc
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.Methods in com.microsoft.sqlserver.jdbc with parameters of type ISQLServerBulkRecord 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.
-