Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

JDBC for CDC/FP Optional Package

Serialized Form


Package java.sql

Class java.sql.BatchUpdateException implements Serializable

Serialized Fields

updateCounts

int[] updateCounts
The array that describes the outcome of a batch execution.
 
Since:
1.2

Class java.sql.DataTruncation implements Serializable

Serialized Fields

index

int index
 

parameter

boolean parameter
 

read

boolean read
 

dataSize

int dataSize
 

transferSize

int transferSize
 

Class java.sql.Date implements Serializable

Class java.sql.SQLException implements Serializable

Serialized Fields

SQLState

java.lang.String SQLState
A SQLState description according to the XOPEN SQLstate conventsions or the SQL 99 conventions
 

vendorCode

int vendorCode
An integer error code specific to each vendor.
 

next

SQLException next
 

Class java.sql.SQLWarning implements Serializable

Class java.sql.Time implements Serializable

Class java.sql.Timestamp implements Serializable

Serialized Fields

nanos

int nanos
 


Package javax.sql

Class javax.sql.RowSetEvent implements Serializable


JDBC for CDC/FP Optional Package

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 169 specification.