|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Package java.sql |
---|
Class java.sql.BatchUpdateException extends SQLException implements Serializable |
---|
serialVersionUID: 5977529877145521757L
Serialized Fields |
---|
int[] updateCounts
Class java.sql.DataTruncation extends SQLWarning implements Serializable |
---|
serialVersionUID: 6464298989504059473L
Serialized Fields |
---|
int index
boolean parameter
boolean read
int dataSize
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 |
---|
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 |
---|
java.lang.String SQLState
int vendorCode
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 |
---|
int nanos
Package javax.sql |
---|
Class javax.sql.ConnectionEvent extends java.util.EventObject implements Serializable |
---|
serialVersionUID: -4843217645290030002L
Serialized Fields |
---|
SQLException ex
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 |
---|
SQLException exception
PreparedStatement statement
Package javax.sql.rowset |
---|
Class javax.sql.rowset.BaseRowSet extends java.lang.Object implements Serializable |
---|
serialVersionUID: 4886719666485113312L
Serialized Fields |
---|
java.io.InputStream binaryStream
InputStream
object that will be
returned by the method getBinaryStream
, which is
specified in the ResultSet
interface.
java.io.InputStream unicodeStream
InputStream
object that will be
returned by the method getUnicodeStream
,
which is specified in the ResultSet
interface.
java.io.InputStream asciiStream
InputStream
object that will be
returned by the method getAsciiStream
,
which is specified in the ResultSet
interface.
java.io.Reader charStream
Reader
object that will be
returned by the method getCharacterStream
,
which is specified in the ResultSet
interface.
java.lang.String command
execute
is called.
java.lang.String URL
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.
java.lang.String dataSource
DataSource
object from a Java
Directory and Naming Interface (JNDI) naming service.
int rowSetType
RowSet
object. It must be one of the following ResultSet
constants: TYPE_FORWARD_ONLY
,
TYPE_SCROLL_INSENSITIVE
, or
TYPE_SCROLL_SENSITIVE
.
boolean showDeleted
boolean
indicating whether deleted rows are visible in this
JDBC RowSet
object .
int queryTimeout
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.
int maxRows
int maxFieldSize
int concurrency
RowSet
object. It must be one of the following ResultSet
constants: CONCUR_READ_ONLY
or
CONCUR_UPDATABLE
.
boolean readOnly
boolean
indicating whether this JDBC RowSet
object is read-only. true
indicates that it is read-only;
false
that it is writable.
boolean escapeProcessing
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
.
int isolation
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
.
int fetchDir
RowSet
object is going
to be fetched. The following ResultSet
constants are
possible values:
FETCH_FORWARD
,
FETCH_REVERSE
,
FETCH_UNKNOWN
.
Unused at this time.
int fetchSize
RowSet
object .
Unused at this time.
java.util.Map<K,V> map
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.
java.util.Vector<E> listeners
Vector
object that holds the list of listeners
that have registered with this RowSet
object.
java.util.Hashtable<K,V> params
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 |
---|
int colCount
RowSet
object that created
this RowSetMetaDataImpl
object.
javax.sql.rowset.RowSetMetaDataImpl.ColInfo[] colInfo
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 |
---|
RowSetWarning rwarning
Package javax.sql.rowset.serial |
---|
Class javax.sql.rowset.serial.SerialArray extends java.lang.Object implements Serializable |
---|
serialVersionUID: -8466174297270688520L
Serialized Fields |
---|
java.lang.Object[] elements
Object
in the Java programming language that represents an element
in the SQL ARRAY
value.
int baseType
SerialArray
object. The
type is expressed as one of the constants from the class
java.sql.Types
.
java.lang.String baseTypeName
ARRAY
value that this SerialArray
object represents.
int len
SerialArray
object, which
is also the number of elements in the SQL ARRAY
value
that this SerialArray
object represents.
int hash
Class javax.sql.rowset.serial.SerialBlob extends java.lang.Object implements Serializable |
---|
serialVersionUID: -8144641928112860441L
Serialized Fields |
---|
byte[] buf
SerialBlob
object.
Blob blob
Blob
object on which this
SerialBlob
object is based.
long len
SerialBlob
object's
array of bytes.
long origLen
SerialBlob
object's
array of bytes when it was first established.
int hash
Class javax.sql.rowset.serial.SerialClob extends java.lang.Object implements Serializable |
---|
serialVersionUID: -1662519690087375313L
Serialized Fields |
---|
char[] buf
CLOB
value that this SerialClob
object
represents.
Clob clob
long len
SerialClob
object's
internal array of characters.
long origLen
SerialClob
objects internal array of characters.
int hash
Class javax.sql.rowset.serial.SerialDatalink extends java.lang.Object implements Serializable |
---|
serialVersionUID: 2826907821828733626L
Serialized Fields |
---|
java.net.URL url
int baseType
SerialDatalink
object. The type is expressed as one of the contants from the
class java.sql.Types
.
java.lang.String baseTypeName
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 |
---|
java.lang.Object obj
java.util.Vector<E> chain
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 |
---|
java.lang.String baseTypeName
java.lang.Object object
Ref
as an Object
.
Ref reference
Class javax.sql.rowset.serial.SerialStruct extends java.lang.Object implements Serializable |
---|
serialVersionUID: -8322445504027483372L
Serialized Fields |
---|
java.lang.String SQLTypeName
SerialStruct
object represents. This is the name
used in the SQL definition of the SQL structured type.
java.lang.Object[] attribs
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.
int hash
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
javax.sql.rowset.spi.SyncResolver
that
this SyncProviderException
object will return when its
getSyncResolver
method is called.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |