Skip Headers
Oracle® C++ Call Interface Programmer's Guide,
11g Release 2 (11.2)

Part Number E10764-02
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub
LNCPP20593

BatchSQLException Class

The BatchSQLException class provides methods for handling batch processing errors. Because BatchSQLException class is derived from the SQLException Class, all BatchSQLException instances support all methods of SQLException, in addition to the methods summarized in Table 13-6.

LNCPP20594Table 13-6 Summary of BatchSQLException Methods

Method Summary

getException()

Returns the exception.

getFailedRowCount()

Returns the number of rows with failed inserts or updates.

getRowNum()

Returns the number of the row that has an insert or updated error


LNCPP20595

getException()

Returns the exception that matches the specified index.

LNCPP20596Syntax

SQLException getSQLException (
   unsigned int index) const;
Parameter Description
index
The index into the list of errors returned by the batch process.

LNCPP20597

getFailedRowCount()

Returns the number of rows for which the statement insert or update failed.

LNCPP20598Syntax

unsigned int getFailedRowCount( ) const;
LNCPP20599

getRowNum()

Returns the number of the row with an error, matching the specified index.

LNCPP20600Syntax

unsigned int getRowNum(
   unsigned int index) const;
Parameter Description
index
The index into the list of errors returned by the batch process.

Reader Comment

   

Comments, corrections, and suggestions are forwarded to authors every week. By submitting, you confirm you agree to the terms and conditions. Use the OTN forums for product questions. For support or consulting, file a service request through My Oracle Support.

Hide Navigation

Quick Lookup

Database Library · Master Index · Master Glossary · Book List · Data Dictionary · SQL Keywords · Initialization Parameters · Advanced Search · Error Messages

Main Categories

This Page

This Document

New and changed documents:
RSS Feed HTML RSS Feed PDF