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.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.RowSetWarning rwarning
private void readObject(java.io.ObjectInputStream s) throws java.io.IOException, java.lang.ClassNotFoundException
SerialArray
from
a stream.java.io.IOException
java.lang.ClassNotFoundException
private void writeObject(java.io.ObjectOutputStream s) throws java.io.IOException, java.lang.ClassNotFoundException
SerialArray
to a stream.java.io.IOException
java.lang.ClassNotFoundException
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.private void readObject(java.io.ObjectInputStream s) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
private void writeObject(java.io.ObjectOutputStream s) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
byte[] buf
SerialBlob
object.java.sql.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.private void readObject(java.io.ObjectInputStream s) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
private void writeObject(java.io.ObjectOutputStream s) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
char[] buf
CLOB
value that this SerialClob
object
represents.java.sql.Clob clob
long len
SerialClob
object's
internal array of characters.long origLen
SerialClob
object's internal array of characters.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.private void readObject(java.io.ObjectInputStream s) throws java.io.IOException, java.lang.ClassNotFoundException
SerialJavaObject
from a stream.java.io.IOException
java.lang.ClassNotFoundException
private void writeObject(java.io.ObjectOutputStream s) throws java.io.IOException
SerialJavaObject
to a stream.java.io.IOException
java.lang.Object obj
java.util.Vector<E> chain
SerialJavaObject
object. When there are multiple warnings, each warning is chained to the
previous warning.private void readObject(java.io.ObjectInputStream s) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
private void writeObject(java.io.ObjectOutputStream s) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
java.lang.String baseTypeName
java.lang.Object object
Ref
as an Object
.java.sql.Ref reference
private void readObject(java.io.ObjectInputStream s) throws java.io.IOException, java.lang.ClassNotFoundException
SerialStruct
from
a stream.java.io.IOException
java.lang.ClassNotFoundException
private void writeObject(java.io.ObjectOutputStream s) throws java.io.IOException, java.lang.ClassNotFoundException
SerialStruct
to a stream.java.io.IOException
java.lang.ClassNotFoundException
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.SyncResolver syncResolver
javax.sql.rowset.spi.SyncResolver
that
this SyncProviderException
object will return when its
getSyncResolver
method is called.