:: com :: sun :: star :: sdbc ::

exception BatchUpdateException
Base Hierarchy
BatchUpdateExceptionSQLException
    ┗ ::com::sun::star::uno::Exception

Elements' Summary
UpdateCounts is an array of long , with each element indicating the update count for a SQL command that executed successfully before the exception was thrown.  
Elements' Details
UpdateCounts
sequence< long > UpdateCounts;
Description
is an array of long , with each element indicating the update count for a SQL command that executed successfully before the exception was thrown.
Top of Page