Class SqlServerBulkData<TEntity>

  • All Implemented Interfaces:
    com.microsoft.sqlserver.jdbc.ISQLServerBulkData, Serializable

    public class SqlServerBulkData<TEntity>
    extends Object
    implements com.microsoft.sqlserver.jdbc.ISQLServerBulkData
    See Also:
    Serialized Form
    • Method Detail

      • getColumnOrdinals

        public Set<Integer> getColumnOrdinals()
        Specified by:
        getColumnOrdinals in interface com.microsoft.sqlserver.jdbc.ISQLServerBulkData
      • getColumnName

        public String getColumnName​(int i)
        Specified by:
        getColumnName in interface com.microsoft.sqlserver.jdbc.ISQLServerBulkData
      • getColumnType

        public int getColumnType​(int i)
        Specified by:
        getColumnType in interface com.microsoft.sqlserver.jdbc.ISQLServerBulkData
      • getPrecision

        public int getPrecision​(int i)
        Specified by:
        getPrecision in interface com.microsoft.sqlserver.jdbc.ISQLServerBulkData
      • getScale

        public int getScale​(int i)
        Specified by:
        getScale in interface com.microsoft.sqlserver.jdbc.ISQLServerBulkData
      • getRowData

        public Object[] getRowData()
                            throws com.microsoft.sqlserver.jdbc.SQLServerException
        Specified by:
        getRowData in interface com.microsoft.sqlserver.jdbc.ISQLServerBulkData
        Throws:
        com.microsoft.sqlserver.jdbc.SQLServerException
      • next

        public boolean next()
                     throws com.microsoft.sqlserver.jdbc.SQLServerException
        Specified by:
        next in interface com.microsoft.sqlserver.jdbc.ISQLServerBulkData
        Throws:
        com.microsoft.sqlserver.jdbc.SQLServerException