Serialized Form


Package java.sql

Class java.sql.BatchUpdateException extends SQLException implements Serializable

serialVersionUID: 5977529877145521757L

Serialized Fields

updateCounts

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

 
Since:
1.2

Class java.sql.DataTruncation extends SQLWarning implements Serializable

serialVersionUID: 6464298989504059473L

Serialized Fields

index

int index
 

parameter

boolean parameter
 

read

boolean read
 

dataSize

int dataSize
 

transferSize

int transferSize
 

Class java.sql.Date extends java.util.Date implements Serializable

serialVersionUID: 1511598038487230103L

Class java.sql.SQLClientInfoException extends SQLException implements Serializable

serialVersionUID: -4319604256824655880L

Serialized Fields

failedProperties

java.util.Map<K,V> failedProperties

Class java.sql.SQLDataException extends SQLNonTransientException implements Serializable

serialVersionUID: -6889123282670549800L

Class java.sql.SQLException extends java.lang.Exception implements Serializable

serialVersionUID: 2135244094396331484L

Serialized Fields

SQLState

java.lang.String SQLState
 

vendorCode

int vendorCode
 

next

SQLException next
 

Class java.sql.SQLFeatureNotSupportedException extends SQLNonTransientException implements Serializable

serialVersionUID: -1026510870282316051L

Class java.sql.SQLIntegrityConstraintViolationException extends SQLNonTransientException implements Serializable

serialVersionUID: 8033405298774849169L

Class java.sql.SQLInvalidAuthorizationSpecException extends SQLNonTransientException implements Serializable

serialVersionUID: -64105250450891498L

Class java.sql.SQLNonTransientConnectionException extends SQLNonTransientException implements Serializable

serialVersionUID: -5852318857474782892L

Class java.sql.SQLNonTransientException extends SQLException implements Serializable

serialVersionUID: -9104382843534716547L

Class java.sql.SQLPermission extends java.security.BasicPermission implements Serializable

serialVersionUID: -1439323187199563495L

Class java.sql.SQLRecoverableException extends SQLException implements Serializable

serialVersionUID: -4144386502923131579L

Class java.sql.SQLSyntaxErrorException extends SQLNonTransientException implements Serializable

serialVersionUID: -1843832610477496053L

Class java.sql.SQLTimeoutException extends SQLTransientException implements Serializable

serialVersionUID: -4487171280562520262L

Class java.sql.SQLTransactionRollbackException extends SQLTransientException implements Serializable

serialVersionUID: 5246680841170837229L

Class java.sql.SQLTransientConnectionException extends SQLTransientException implements Serializable

serialVersionUID: -2520155553543391200L

Class java.sql.SQLTransientException extends SQLException implements Serializable

serialVersionUID: -9042733978262274539L

Class java.sql.SQLWarning extends SQLException implements Serializable

serialVersionUID: 3917336774604784856L

Class java.sql.Time extends java.util.Date implements Serializable

serialVersionUID: 8397324403548013681L

Class java.sql.Timestamp extends java.util.Date implements Serializable

serialVersionUID: 2745179027874758501L

Serialized Fields

nanos

int nanos
 

Package javax.sql

Class javax.sql.ConnectionEvent extends java.util.EventObject implements Serializable

serialVersionUID: -4843217645290030002L

Serialized Fields

ex

SQLException ex
The SQLException that the driver will throw to the application when an error occurs and the pooled connection is no longer usable.

 

Class javax.sql.RowSetEvent extends java.util.EventObject implements Serializable

serialVersionUID: -1875450876546332005L

Class javax.sql.StatementEvent extends java.util.EventObject implements Serializable

Serialized Fields

exception

SQLException exception

statement

PreparedStatement statement

Package javax.sql.rowset

Class javax.sql.rowset.BaseRowSet extends java.lang.Object implements Serializable

serialVersionUID: 4886719666485113312L

Serialized Fields

binaryStream

java.io.InputStream binaryStream
The InputStream object that will be returned by the method getBinaryStream, which is specified in the ResultSet interface.

 

unicodeStream

java.io.InputStream unicodeStream
The InputStream object that will be returned by the method getUnicodeStream, which is specified in the ResultSet interface.

 

asciiStream

java.io.InputStream asciiStream
The InputStream object that will be returned by the method getAsciiStream, which is specified in the ResultSet interface.

 

charStream

java.io.Reader charStream
The Reader object that will be returned by the method getCharacterStream, which is specified in the ResultSet interface.

 

command

java.lang.String command
The query that will be sent to the DBMS for execution when the method execute is called.

 

URL

java.lang.String URL
The JDBC URL the reader, writer, or both supply to the method DriverManager.getConnection when the DriverManager is used to get a connection.

The JDBC URL identifies the driver to be used to make the conndection. This URL can be found in the documentation supplied by the driver vendor.

 

dataSource

java.lang.String dataSource
The logical name of the data source that the reader/writer should use in order to retrieve a DataSource object from a Java Directory and Naming Interface (JNDI) naming service.

 

rowSetType

int rowSetType
A constant indicating the type of this JDBC RowSet object. It must be one of the following ResultSet constants: TYPE_FORWARD_ONLY, TYPE_SCROLL_INSENSITIVE, or TYPE_SCROLL_SENSITIVE.

 

showDeleted

boolean showDeleted
A boolean indicating whether deleted rows are visible in this JDBC RowSet object .

 

queryTimeout

int queryTimeout
The maximum number of seconds the driver will wait for a command to execute. This limit applies while this JDBC RowSet object is connected to its data source, that is, while it is populating itself with data and while it is writing data back to the data source.

 

maxRows

int maxRows
The maximum number of rows the reader should read.

 

maxFieldSize

int maxFieldSize
The maximum field size the reader should read.

 

concurrency

int concurrency
A constant indicating the concurrency of this JDBC RowSet object. It must be one of the following ResultSet constants: CONCUR_READ_ONLY or CONCUR_UPDATABLE.

 

readOnly

boolean readOnly
A boolean indicating whether this JDBC RowSet object is read-only. true indicates that it is read-only; false that it is writable.

 

escapeProcessing

boolean escapeProcessing
A boolean indicating whether the reader for this JDBC RowSet object should perform escape processing. true means that escape processing is turned on; false that it is not. The default is true.

 

isolation

int isolation
A constant indicating the isolation level of the connection for this JDBC RowSet object . It must be one of the following Connection constants: TRANSACTION_NONE, TRANSACTION_READ_UNCOMMITTED, TRANSACTION_READ_COMMITTED, TRANSACTION_REPEATABLE_READ or TRANSACTION_SERIALIZABLE.

 

fetchDir

int fetchDir
A constant used as a hint to the driver that indicates the direction in which data from this JDBC RowSet object is going to be fetched. The following ResultSet constants are possible values: FETCH_FORWARD, FETCH_REVERSE, FETCH_UNKNOWN.

Unused at this time.

 

fetchSize

int fetchSize
A hint to the driver that indicates the expected number of rows in this JDBC RowSet object .

Unused at this time.

 

map

java.util.Map<K,V> map
The java.util.Map object that contains entries mapping SQL type names to classes in the Java programming language for the custom mapping of user-defined types.

 

listeners

java.util.Vector<E> listeners
A Vector object that holds the list of listeners that have registered with this RowSet object.

 

params

java.util.Hashtable<K,V> params
A Vector object that holds the parameters set for this RowSet object's current command.

 

Class javax.sql.rowset.RowSetMetaDataImpl extends java.lang.Object implements Serializable

serialVersionUID: 6893806403181801867L

Serialized Fields

colCount

int colCount
The number of columns in the RowSet object that created this RowSetMetaDataImpl object.

 

colInfo

javax.sql.rowset.RowSetMetaDataImpl.ColInfo[] colInfo
An array of ColInfo objects used to store information about each column in the RowSet object for which this RowSetMetaDataImpl object was created. The first ColInfo object in this array contains information about the first column in the RowSet object, the second element contains information about the second column, and so on.

 

Class javax.sql.rowset.RowSetWarning extends SQLException implements Serializable

serialVersionUID: 6678332766434564774L

Serialized Fields

rwarning

RowSetWarning rwarning
RowSetWarning object handle.


Package javax.sql.rowset.serial

Class javax.sql.rowset.serial.SerialArray extends java.lang.Object implements Serializable

serialVersionUID: -8466174297270688520L

Serialized Fields

elements

java.lang.Object[] elements
A serialized array in which each element is an Object in the Java programming language that represents an element in the SQL ARRAY value.

 

baseType

int baseType
The SQL type of the elements in this SerialArray object. The type is expressed as one of the constants from the class java.sql.Types.

 

baseTypeName

java.lang.String baseTypeName
The type name used by the DBMS for the elements in the SQL ARRAY value that this SerialArray object represents.

 

len

int len
The number of elements in this SerialArray object, which is also the number of elements in the SQL ARRAY value that this SerialArray object represents.

 

hash

int hash
Cache for the hash value

 

Class javax.sql.rowset.serial.SerialBlob extends java.lang.Object implements Serializable

serialVersionUID: -8144641928112860441L

Serialized Fields

buf

byte[] buf
A serialized array of uninterpreted bytes representing the value of this SerialBlob object.

 

blob

Blob blob
The internal representation of the Blob object on which this SerialBlob object is based.


len

long len
The number of bytes in this SerialBlob object's array of bytes.

 

origLen

long origLen
The orginal number of bytes in this SerialBlob object's array of bytes when it was first established.

 

hash

int hash
Cache for the hash value

 

Class javax.sql.rowset.serial.SerialClob extends java.lang.Object implements Serializable

serialVersionUID: -1662519690087375313L

Serialized Fields

buf

char[] buf
A serialized array of characters containing the data of the SQL CLOB value that this SerialClob object represents.

 

clob

Clob clob
Internal Clob representation if SerialClob is intialized with a Clob


len

long len
The length in characters of this SerialClob object's internal array of characters.

 

origLen

long origLen
The original length in characters of tgus SerialClob objects internal array of characters.

 

hash

int hash
Cache for the hash value

 

Class javax.sql.rowset.serial.SerialDatalink extends java.lang.Object implements Serializable

serialVersionUID: 2826907821828733626L

Serialized Fields

url

java.net.URL url
The extracted URL field retrieved from the DATALINK field.

 

baseType

int baseType
The SQL type of the elements in this SerialDatalink object. The type is expressed as one of the contants from the class java.sql.Types.

 

baseTypeName

java.lang.String baseTypeName
The type name used by the DBMS for the elements in the SQL DATALINK value that this SerialDatalink object represents.

 

Class javax.sql.rowset.serial.SerialException extends SQLException implements Serializable

serialVersionUID: -489794565168592690L

Class javax.sql.rowset.serial.SerialJavaObject extends java.lang.Object implements Serializable

serialVersionUID: -1465795139032831023L

Serialized Fields

obj

java.lang.Object obj
Placeholder for object to be serialized.


chain

java.util.Vector<E> chain
A container for the warnings issued on this SerialJavaObject object. When there are multiple warnings, each warning is chained to the previous warning.

Class javax.sql.rowset.serial.SerialRef extends java.lang.Object implements Serializable

serialVersionUID: -4727123500609662274L

Serialized Fields

baseTypeName

java.lang.String baseTypeName
String containing the base type name.

 

object

java.lang.Object object
This will store the type Ref as an Object.


reference

Ref reference
Private copy of the Ref reference.

Class javax.sql.rowset.serial.SerialStruct extends java.lang.Object implements Serializable

serialVersionUID: -8322445504027483372L

Serialized Fields

SQLTypeName

java.lang.String SQLTypeName
The SQL type name for the structured type that this SerialStruct object represents. This is the name used in the SQL definition of the SQL structured type.

 

attribs

java.lang.Object[] attribs
An array of Object instances in which each element is an attribute of the SQL structured type that this SerialStruct object represents. The attributes are ordered according to their order in the definition of the SQL structured type.

 

hash

int hash
Cache for the hash value

 

Package javax.sql.rowset.spi

Class javax.sql.rowset.spi.SyncFactoryException extends SQLException implements Serializable

serialVersionUID: -4354595476433200352L

Class javax.sql.rowset.spi.SyncProviderException extends SQLException implements Serializable

serialVersionUID: -939908523620640692L

Serialized Fields

syncResolver

SyncResolver syncResolver
The instance of javax.sql.rowset.spi.SyncResolver that this SyncProviderException object will return when its getSyncResolver method is called.



Java is a trademark or registered trademark of Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A All Rights Reserved.