Neoview JDBC Type 4 Driver API Reference (R2.2, R2.3, R2.4, R2.5)

reset() - Method in class com.hp.t4jdbc.HPT4LobInputStream
rollback() - Method in class com.hp.t4jdbc.HPT4Connection
rollback(Savepoint) - Method in class com.hp.t4jdbc.HPT4Connection
S
setAsciiStream(long) - Method in class com.hp.t4jdbc.HPT4Clob
Retrieves a stream to be used to write ASCII characters to the CLOB value that this Clob object represents,
starting at position pos.
setAutoCommit(boolean) - Method in class com.hp.t4jdbc.HPT4Connection
setBinaryStream(long) - Method in class com.hp.t4jdbc.HPT4Blob
Retrieves a stream that can be used to write to the BLOB value that this Blob object represents.
setBlobTableName(String) - Method in class com.hp.t4jdbc.T4DSProperties
Sets the table name to store and retrieve the BLOB data for all BLOB columns accessed in the connection using
the data source.
setBytes(long, byte[]) - Method in class com.hp.t4jdbc.HPT4Blob
Writes the given array of bytes to the BLOB value that this Blob object represents, starting at position pos, and
returns the number of bytes written.
setBytes(long, byte[], int, int) - Method in class com.hp.t4jdbc.HPT4Blob
Writes all or part of the given byte array to the BLOB value that this Blob object represents and returns the
number of bytes written.
setCatalog(String) - Method in class com.hp.t4jdbc.HPT4Connection
setCatalog(String) - Method in class com.hp.t4jdbc.T4DSProperties
Sets the default catalog that will be used to access SQL objects referenced in SQL statements if the SQL objects
are not fully qualified.
setCharacterStream(long) - Method in class com.hp.t4jdbc.HPT4Clob
Retrieves a stream to be used to write a stream of Unicode characters to the CLOB value that this Clob object
represents, at position pos.
setClobTableName(String) - Method in class com.hp.t4jdbc.T4DSProperties
Sets the table name to store and retrieve the CLOB data for all CLOB columns accessed in the connection using
the data source.
setConnectionTimeout(String) - Method in class com.hp.t4jdbc.T4DSProperties
setConnectionTimeout(int) - Method in class com.hp.t4jdbc.T4DSProperties
setCpuToUse(String) - Method in class com.hp.t4jdbc.T4Properties
setCpuToUse(short) - Method in class com.hp.t4jdbc.T4Properties
setCursorName(String) - Method in class com.hp.t4jdbc.HPT4Statement
setDataSourceName(String) - Method in class com.hp.t4jdbc.T4DSProperties
Sets the data source name for the current Type 4 connection.
setDescription(String) - Method in class com.hp.t4jdbc.T4DSProperties
Sets the description for the current Type 4 connection.
setEscapeProcessing(boolean) - Method in class com.hp.t4jdbc.HPT4Statement