A C D E F G H I M N O P R S T U V

A

assert(Object, boolean, String) - Method in interface com.sybase.jdbcx.Debug
Asserts a condition, throws an exception when the expected condition is not met.

C

cancel() - Method in interface com.sybase.jdbcx.SybConnection
Cancels all pending results on this connection.
cancelRowUpdates() - Method in interface com.sybase.jdbcx.SybCursorResultSet
JDBC 2.0 API - Cancels the updates made to a row.
Capture - interface com.sybase.jdbcx.Capture.
Provides methods to trace jConnect's protocol communications.
CharsetConverter - interface com.sybase.jdbcx.CharsetConverter.
This interface contains methods for doing character-set conversions.
closeConnection() - Method in interface com.sybase.jdbcx.DynamicClassLoader
Gets the loader connection to relinquish its db connection.
CONCUR_READ_ONLY - Static variable in interface com.sybase.jdbcx.SybResultSet
JDBC 2.0 constant for cursor concurrency - read-only.
CONCUR_UNKNOWN - Static variable in interface com.sybase.jdbcx.SybResultSet
 
CONCUR_UPDATABLE - Static variable in interface com.sybase.jdbcx.SybResultSet
JDBC 2.0 constant for cursor concurrency - updatable.
CONNECTION_PROPERTY - Static variable in interface com.sybase.jdbcx.SybDataSource
methods for this attribute are:
getConnectionProperty(String) and setConnectionProperties(Properties).
createCapture() - Method in interface com.sybase.jdbcx.SybConnection
 
createSocket(String, int, Properties) - Method in interface com.sybase.jdbcx.SybSocketFactory
Creates a custom socket, based on host, port and connection properties.

D

DATA_SOURCE_NAME - Static variable in interface com.sybase.jdbcx.SybDataSource
methods for this attribute are:
getDataSourceName() and setDataSourceName(String).
DATABASE_NAME - Static variable in interface com.sybase.jdbcx.SybDataSource
methods for this attribute are:
getDatabaseName() and setDatabaseName(String).
Debug - interface com.sybase.jdbcx.Debug.
A set of debugging functions.
debug(boolean, String) - Method in interface com.sybase.jdbcx.Debug
Turns the debugging output on or off.
debug(boolean, String, PrintStream) - Method in interface com.sybase.jdbcx.Debug
Turns the debugging output on or off.
deleteRow() - Method in interface com.sybase.jdbcx.SybCursorResultSet
JDBC 2.0 API - Deletes the current row from the underlying database.
deleteRow(String) - Method in interface com.sybase.jdbcx.SybCursorResultSet
Sybase extension for JDBC 2.0 API - Delete the current row from the underlying database.
DESCRIPTION - Static variable in interface com.sybase.jdbcx.SybDataSource
methods for this attribute are:
getDescription() and setDescription(String).
DynamicClassLoader - interface com.sybase.jdbcx.DynamicClassLoader.
 

E

EedInfo - interface com.sybase.jdbcx.EedInfo.
Provides read-only access to Extended Error Data received from the server.
event(String, ResultSet) - Method in interface com.sybase.jdbcx.SybEventHandler
This method, supplied by the user, is called when a registered procedure executes.

F

findClass(String) - Method in interface com.sybase.jdbcx.DynamicClassLoader
Finds the specified class.
fromUnicode(String) - Method in interface com.sybase.jdbcx.CharsetConverter
Converts a UCS-2 Unicode string to the given encoding.

G

getBigDecimal(int) - Method in interface com.sybase.jdbcx.SybResultSet
JDBC 2.0 feature - Returns same scale as was sent from database, avoids the performance cost of rescaling.
getBigDecimal(int) - Method in interface com.sybase.jdbcx.SybCallableStatement
JDBC 2.0 feature - Returns same scale as was sent from database, avoids the performance cost of rescaling.
getBigDecimal(String) - Method in interface com.sybase.jdbcx.SybResultSet
JDBC 2.0 feature - Returns same scale as was sent from database, avoids the performance cost of rescaling.
getClassLoader(String, Properties) - Method in interface com.sybase.jdbcx.SybDataSource
Return a new class loader which will connect with the specified url and properties.
getClassLoader(String, Properties) - Method in interface com.sybase.jdbcx.SybDriver
Return a new class loader which will connect with the specified url and properties.
getConcurrency() - Method in interface com.sybase.jdbcx.SybCursorResultSet
JDBC 2.0 API - Returns the concurrency of this result set.
getConnection() - Method in interface com.sybase.jdbcx.SybStatement
JDBC 2.0 API - Returns the Connection that produced the Statement.
getConnectionProperty(String) - Method in interface com.sybase.jdbcx.SybDataSource
 
getCursorName() - Method in interface com.sybase.jdbcx.SybCursorResultSet
 
getDatabaseName() - Method in interface com.sybase.jdbcx.SybDataSource
 
getDataSourceName() - Method in interface com.sybase.jdbcx.SybDataSource
 
getDebug() - Method in interface com.sybase.jdbcx.SybDataSource
Returns a Debug object for this driver.
getDebug() - Method in interface com.sybase.jdbcx.SybDriver
Returns a Debug object for this driver.
getDescription() - Method in interface com.sybase.jdbcx.SybDataSource
 
getEedParams() - Method in interface com.sybase.jdbcx.EedInfo
Returns a one-row result set containing any parameter values that accompany the error message.
getFetchSize() - Method in interface com.sybase.jdbcx.SybStatement
JDBC 2.0 API - Queries statement's fetch size for a cursored select.
getFetchSize() - Method in interface com.sybase.jdbcx.SybCursorResultSet
JDBC 2.0 API - Returns the fetch size for this result set.
getKeepConnectionAlive() - Method in interface com.sybase.jdbcx.DynamicClassLoader
 
getLineNumber() - Method in interface com.sybase.jdbcx.EedInfo
Returns the line number of the stored procedure or query that caused the message, if applicable.
getNetworkProtocol() - Method in interface com.sybase.jdbcx.SybDataSource
 
getPassword() - Method in interface com.sybase.jdbcx.SybDataSource
 
getPortNumber() - Method in interface com.sybase.jdbcx.SybDataSource
 
getProcedureName() - Method in interface com.sybase.jdbcx.EedInfo
Returns the name of the procedure that caused the message.
getResourceManagerName() - Method in interface com.sybase.jdbcx.SybDataSource
 
getResourceManagerType() - Method in interface com.sybase.jdbcx.SybDataSource
 
getResultSetConcurrency() - Method in interface com.sybase.jdbcx.SybStatement
JDBC 2.0 API - Returns the concurrency setting for the select statement.
getServerName() - Method in interface com.sybase.jdbcx.EedInfo
Returns the name of the server that generated the message.
getServerName() - Method in interface com.sybase.jdbcx.SybDataSource
 
getSessionID() - Method in interface com.sybase.jdbcx.SybConnection
Returns the session ID associated with this connection, or null if there is no ID.
getSeverity() - Method in interface com.sybase.jdbcx.EedInfo
Returns the severity of the server message.
getState() - Method in interface com.sybase.jdbcx.EedInfo
Returns the server error state.
getStatus() - Method in interface com.sybase.jdbcx.EedInfo
Returns the status from the EED information.
getSybMessageHandler() - Method in interface com.sybase.jdbcx.SybStatement
Returns current message handler object for this Statement.
getSybMessageHandler() - Method in interface com.sybase.jdbcx.SybConnection
Returns the current message handler object for this connection.
getSybMessageHandler() - Method in interface com.sybase.jdbcx.SybDataSource
Returns the current message handler object for this driver.
getSybMessageHandler() - Method in interface com.sybase.jdbcx.SybDriver
Returns the current message handler object for this driver.
getSybTextPointer(int) - Method in interface com.sybase.jdbcx.SybResultSet
Gets a text pointer which can be used to update the column, specifying the column by number.
getSybTextPointer(String) - Method in interface com.sybase.jdbcx.SybResultSet
Gets a text pointer which can be used to update the column, specifying the column by name.
getTranState() - Method in interface com.sybase.jdbcx.EedInfo
Returns the transaction state at the time of this message.
getType() - Method in interface com.sybase.jdbcx.SybCursorResultSet
JDBC 2.0 API - Returns the type of this result set.
getUser() - Method in interface com.sybase.jdbcx.SybDataSource
 

H

hasClassBeenLoaded(String) - Method in interface com.sybase.jdbcx.DynamicClassLoader
Return whether a class with the given name has been loaded by this class loader.

I

isLanguageCursor() - Method in interface com.sybase.jdbcx.SybCursorResultSet
Sybase extension for JDBC 2.0 API - Returns type of cursor declared at the server.

M

messageHandler(SQLException) - Method in interface com.sybase.jdbcx.SybMessageHandler
Upon arrival of a message, the messageHandler method is invoked from within the jConnect driver and control is returned to the application.

N

NETWORK_PROTOCOL - Static variable in interface com.sybase.jdbcx.SybDataSource
methods for this attribute are:
getNetworkProtocol() and setNetworkProtocol(String).
NOTIFY_ALWAYS - Static variable in interface com.sybase.jdbcx.SybEventHandler
This constant can be passed to SybConnection.regWatch to indicate that the event handler should be called whenever the event occurs.
NOTIFY_ONCE - Static variable in interface com.sybase.jdbcx.SybEventHandler
This constant can be passed to SybConnection.regWatch to indicate that the event handler should be removed from the watch list after it has been invoked once.

O

openConnection() - Method in interface com.sybase.jdbcx.DynamicClassLoader
Gets the loader connection to establish a connection to the db.

P

PASSWORD - Static variable in interface com.sybase.jdbcx.SybDataSource
methods for this attribute are:
getPassword() and setPassword(String).
pause() - Method in interface com.sybase.jdbcx.Capture
Suspends capturing protocol traffic.
PORT_NUMBER - Static variable in interface com.sybase.jdbcx.SybDataSource
methods for this attribute are:
getPortNumber() and setPortNumber(int).
preloadJars(String[]) - Method in interface com.sybase.jdbcx.DynamicClassLoader
Loads all the jars specified in the given array of names.
prepareStatement(String, boolean) - Method in interface com.sybase.jdbcx.SybConnection
Creates a prepared statement, overriding the DYNAMIC_PREPARE connection property.
println(Object, String) - Method in interface com.sybase.jdbcx.Debug
Writes a message to the debugOutputStream if debugging is enabled and the object is included in the list of classes to debug.
println(String) - Method in interface com.sybase.jdbcx.Debug
Writes message to the current debugOutputStream if debugging is enabled.

R

regNoWatch(String) - Method in interface com.sybase.jdbcx.SybConnection
Removes the application from the notification list of a registered procedure.
regWatch(String, SybEventHandler, int) - Method in interface com.sybase.jdbcx.SybConnection
Adds the application to the notification list of a registered procedure.
resume() - Method in interface com.sybase.jdbcx.Capture
Resumes capturing protocol traffic.
rowDeleted() - Method in interface com.sybase.jdbcx.SybCursorResultSet
JDBC 2.0 API Determines if the current row has been deleted.
rowUpdated() - Method in interface com.sybase.jdbcx.SybCursorResultSet
JDBC 2.0 API - Determines if the current row has been updated.

S

sendData(byte[], int, int, boolean) - Method in interface com.sybase.jdbcx.TextPointer
Sends image (or, with special provisos, text) data to the server from a byte array, specifying the offset and length.
sendData(InputStream, boolean) - Method in interface com.sybase.jdbcx.TextPointer
Sends image (or, with special provisos, text) data to the server from an input stream.
sendData(InputStream, int, boolean) - Method in interface com.sybase.jdbcx.TextPointer
Sends image (or, with special provisos, text) data to the server from an input stream, specifying the length.
sendData(InputStream, int, int, boolean) - Method in interface com.sybase.jdbcx.TextPointer
Sends image (or, with special provisos, text) data to the server from an input stream, specifying the offset and length.
SERVER_NAME - Static variable in interface com.sybase.jdbcx.SybDataSource
methods for this attribute are:
getServerName() and setServerName(String).
setBigDecimal(int, BigDecimal, int, int) - Method in interface com.sybase.jdbcx.SybPreparedStatement
The NUMERIC datatype for Sybase has explicit declarations for the precision (total number of digits) and scale (digits after the decimal).
setConnectionProperties(Properties) - Method in interface com.sybase.jdbcx.SybDataSource
Provided as a replacement for being able to call Driver.getConnection(url, props).
setCursorName(String) - Method in interface com.sybase.jdbcx.SybStatement
JDBC 1.0 API - Enables statement's query to declare a cursor at the database server.
setDatabaseName(String) - Method in interface com.sybase.jdbcx.SybDataSource
 
setDataSourceName(String) - Method in interface com.sybase.jdbcx.SybDataSource
 
setDescription(String) - Method in interface com.sybase.jdbcx.SybDataSource
 
setEncoding(String) - Method in interface com.sybase.jdbcx.CharsetConverter
Sets or changes the encoding this converter works on.
setFetchSize(int) - Method in interface com.sybase.jdbcx.SybStatement
JDBC 2.0 API - Sets the number of rows to fetch at a time and indicates that the statement should be declared as a cursor on the database server when it is executed.
setFetchSize(int) - Method in interface com.sybase.jdbcx.SybCursorResultSet
JDBC 2.0 API - Sets the number of rows that should be fetched from the database when more rows are needed for this result set.
setKeepConnectionAlive(boolean) - Method in interface com.sybase.jdbcx.DynamicClassLoader
Set the 'keep alive' flag on the connection, so that it stays open even after a class is loaded.
setNetworkProtocol(String) - Method in interface com.sybase.jdbcx.SybDataSource
 
setParameterName(int, String) - Method in interface com.sybase.jdbcx.SybCallableStatement
Sets the name of the parameter at the specified index to name.
setPassword(String) - Method in interface com.sybase.jdbcx.SybDataSource
 
setPortNumber(int) - Method in interface com.sybase.jdbcx.SybDataSource
 
setRemotePassword(String, String, Properties) - Method in interface com.sybase.jdbcx.SybDataSource
Set the remote password in the given Properties object.
setRemotePassword(String, String, Properties) - Method in interface com.sybase.jdbcx.SybDriver
Set the remote password in the given Properties object.
setResourceManagerName(String) - Method in interface com.sybase.jdbcx.SybDataSource
This logical name corresponds to the xa_open call from the XA Specification.
setResourceManagerType(int) - Method in interface com.sybase.jdbcx.SybDataSource
Inform this datasource that if XAConnections are to be created, that this type of resource manager should be expected. This method is only necessary when the manager is an XA Server 11, and should then be called as setResourceManagerType(SybDataSource.RMTYPE_XA_11)
setServerName(String) - Method in interface com.sybase.jdbcx.SybDataSource
 
setSybMessageHandler(SybMessageHandler) - Method in interface com.sybase.jdbcx.SybStatement
Sets the message handler for this statement.
setSybMessageHandler(SybMessageHandler) - Method in interface com.sybase.jdbcx.SybConnection
Sets the message handler for this connection.
setSybMessageHandler(SybMessageHandler) - Method in interface com.sybase.jdbcx.SybDataSource
Sets the message handler for this driver.
setSybMessageHandler(SybMessageHandler) - Method in interface com.sybase.jdbcx.SybDriver
Sets the message handler for this driver.
setUser(String) - Method in interface com.sybase.jdbcx.SybDataSource
 
setVersion(int) - Method in interface com.sybase.jdbcx.SybDataSource
Configures the driver for the desired behavior.
setVersion(int) - Method in interface com.sybase.jdbcx.SybDriver
Configures the driver for the desired behavior.
startTimer(Object) - Method in interface com.sybase.jdbcx.Debug
Starts a timer to measure elapsed milliseconds of an event.
stopTimer(Object, String) - Method in interface com.sybase.jdbcx.Debug
Stops the timer and prints elapsed milliseconds of an event.
SybCallableStatement - interface com.sybase.jdbcx.SybCallableStatement.
Sybase implementation of the CallableStatement interface.
SybConnection - interface com.sybase.jdbcx.SybConnection.
Defines the java.sql.Connection interface for the Sybase JDBC driver.
SybCursorResultSet - interface com.sybase.jdbcx.SybCursorResultSet.
This subinterface of SybResultSet provides methods for cursor operations.
SybDataSource - interface com.sybase.jdbcx.SybDataSource.
This interface replaces the functionality of SybDriver. It should only be used by applications responsible for administering your environment.
SybDriver - interface com.sybase.jdbcx.SybDriver.
Sybase implementation of the Driver interface.
SybEventHandler - interface com.sybase.jdbcx.SybEventHandler.
Interface for event handlers to receive and process Sybase Open Server event notifications.
SybMessageHandler - interface com.sybase.jdbcx.SybMessageHandler.
Allows you to implement message handlers which will be called when the message occurs in addition to, or as an alternative to catching thrown exceptions; for example, to isolate complicated and possibly Sybase-specific error handling code in a single location rather than having to reproduce it in many individual catch blocks.
SybPreparedStatement - interface com.sybase.jdbcx.SybPreparedStatement.
Sybase extensions to the PreparedStatement interface.
SybResultSet - interface com.sybase.jdbcx.SybResultSet.
Sybase implementation of the ResultSet interface.
SybSocketFactory - interface com.sybase.jdbcx.SybSocketFactory.
Interface for dynamic loading of custom socket factories in order to create custom sockets, such as SSL.
SybStatement - interface com.sybase.jdbcx.SybStatement.
Sybase implementation of the Statement interface.

T

TextPointer - interface com.sybase.jdbcx.TextPointer.
Defines methods for highly efficient update of image (and, in some cases, text) columns.
toUnicode(byte[]) - Method in interface com.sybase.jdbcx.CharsetConverter
Converts a byte array of the given encoding to a UCS-2 Unicode string.
TYPE_FORWARD_ONLY - Static variable in interface com.sybase.jdbcx.SybResultSet
JDBC 2.0 constant for result set type - iteration direction.

U

updateAsciiStream(int, InputStream, int) - Method in interface com.sybase.jdbcx.SybCursorResultSet
JDBC 2.0 API - Prepares the column value for an update of the current row.
updateAsciiStream(String, InputStream, int) - Method in interface com.sybase.jdbcx.SybCursorResultSet
JDBC 2.0 API - Prepares the column value for an update of the current row.
updateBigDecimal(int, BigDecimal) - Method in interface com.sybase.jdbcx.SybCursorResultSet
JDBC 2.0 API - Prepares the column value for an update of the current row.
updateBigDecimal(int, BigDecimal, int, int) - Method in interface com.sybase.jdbcx.SybResultSet
JDBC 2.0 feature and Sybase extension to allow a jConnect JDBC application to explicitly set the precision and scale for the NUMERIC parameter value that will be sent to the Database as part of executing this update.
updateBigDecimal(String, BigDecimal) - Method in interface com.sybase.jdbcx.SybCursorResultSet
JDBC 2.0 API - Prepares the column value for an update of the current row.
updateBigDecimal(String, BigDecimal, int, int) - Method in interface com.sybase.jdbcx.SybResultSet
JDBC 2.0 feature and Sybase extension to allow a jConnect JDBC application to explicitly set the precision and scale for the NUMERIC parameter value that will be sent to the Database as part of executing this update.
updateBinaryStream(int, InputStream, int) - Method in interface com.sybase.jdbcx.SybCursorResultSet
JDBC 2.0 API - Prepares the column value for an update of the current row.
updateBinaryStream(String, InputStream, int) - Method in interface com.sybase.jdbcx.SybCursorResultSet
JDBC 2.0 API - Prepares the column value for an update of the current row.
updateBoolean(int, boolean) - Method in interface com.sybase.jdbcx.SybCursorResultSet
JDBC 2.0 API - Prepares the column value for an update of the current row.
updateBoolean(String, boolean) - Method in interface com.sybase.jdbcx.SybCursorResultSet
JDBC 2.0 API - Prepares the column value for an update of the current row.
updateByte(int, byte) - Method in interface com.sybase.jdbcx.SybCursorResultSet
JDBC 2.0 API - Prepares the column value for an update of the current row.
updateByte(String, byte) - Method in interface com.sybase.jdbcx.SybCursorResultSet
JDBC 2.0 API - Prepares the column value for an update of the current row.
updateBytes(int, byte[]) - Method in interface com.sybase.jdbcx.SybCursorResultSet
JDBC 2.0 API - Prepares the column value for an update of the current row.
updateBytes(String, byte[]) - Method in interface com.sybase.jdbcx.SybCursorResultSet
JDBC 2.0 API - Prepares the column value for an update of the current row.
updateCharacterStream(int, Reader, int) - Method in interface com.sybase.jdbcx.SybCursorResultSet
JDBC 2.0 API - Prepares the column value for an update of the current row.
updateCharacterStream(String, Reader, int) - Method in interface com.sybase.jdbcx.SybCursorResultSet
JDBC 2.0 API - Prepares the column value for an update of the current row.
updateDate(int, Date) - Method in interface com.sybase.jdbcx.SybCursorResultSet
JDBC 2.0 API - Prepares the column value for an update of the current row.
updateDate(String, Date) - Method in interface com.sybase.jdbcx.SybCursorResultSet
JDBC 2.0 API - Prepares the column value for an update of the current row.
updateDouble(int, double) - Method in interface com.sybase.jdbcx.SybCursorResultSet
JDBC 2.0 API - Prepares the column value for an update of the current row.
updateDouble(String, double) - Method in interface com.sybase.jdbcx.SybCursorResultSet
JDBC 2.0 API - Prepares the column value for an update of the current row.
updateFloat(int, float) - Method in interface com.sybase.jdbcx.SybCursorResultSet
JDBC 2.0 API - Prepares the column value for an update of the current row.
updateFloat(String, float) - Method in interface com.sybase.jdbcx.SybCursorResultSet
JDBC 2.0 API - Prepares the column value for an update of the current row.
updateInt(int, int) - Method in interface com.sybase.jdbcx.SybCursorResultSet
JDBC 2.0 API - Prepares the column value for an update of the current row.
updateInt(String, int) - Method in interface com.sybase.jdbcx.SybCursorResultSet
JDBC 2.0 API - Prepares the column value for an update of the current row.
updateLong(int, long) - Method in interface com.sybase.jdbcx.SybCursorResultSet
JDBC 2.0 API - Prepares the column value for an update of the current row.
updateLong(String, long) - Method in interface com.sybase.jdbcx.SybCursorResultSet
JDBC 2.0 API - Prepares the column value for an update of the current row.
updateNull(int) - Method in interface com.sybase.jdbcx.SybCursorResultSet
JDBC 2.0 API - Prepares the column value for an update of the current row.
updateNull(String) - Method in interface com.sybase.jdbcx.SybCursorResultSet
JDBC 2.0 API - Prepares the column value for an update of the current row.
updateObject(int, Object) - Method in interface com.sybase.jdbcx.SybCursorResultSet
JDBC 2.0 API - Prepares the column value for an update of the current row.
updateObject(int, Object, int) - Method in interface com.sybase.jdbcx.SybCursorResultSet
JDBC 2.0 API - Prepares the column value for an update of the current row.
updateObject(String, Object) - Method in interface com.sybase.jdbcx.SybCursorResultSet
JDBC 2.0 API - Prepares the column value for an update of the current row.
updateObject(String, Object, int) - Method in interface com.sybase.jdbcx.SybCursorResultSet
JDBC 2.0 API - Prepares the column value for an update of the current row.
updateRow() - Method in interface com.sybase.jdbcx.SybCursorResultSet
JDBC 2.0 API - Updates the underlying database with the new contents prepared for the current row with the updateXXX() methods.
updateRow(String) - Method in interface com.sybase.jdbcx.SybCursorResultSet
Sybase extension for JDBC 2.0 API - Updates the underlying database with the new contents prepared for the current row with the updateXXX() methods.
updateShort(int, short) - Method in interface com.sybase.jdbcx.SybCursorResultSet
JDBC 2.0 API - Prepares the column value for an update of the current row.
updateShort(String, short) - Method in interface com.sybase.jdbcx.SybCursorResultSet
JDBC 2.0 API - Prepares the column value for an update of the current row.
updateString(int, String) - Method in interface com.sybase.jdbcx.SybCursorResultSet
JDBC 2.0 API - Prepares the column value for an update of the current row.
updateString(String, String) - Method in interface com.sybase.jdbcx.SybCursorResultSet
JDBC 2.0 API - Prepares the column value for an update of the current row.
updateTime(int, Time) - Method in interface com.sybase.jdbcx.SybCursorResultSet
JDBC 2.0 API - Prepares the column value for an update of the current row.
updateTime(String, Time) - Method in interface com.sybase.jdbcx.SybCursorResultSet
JDBC 2.0 API - Prepares the column value for an update of the current row.
updateTimestamp(int, Timestamp) - Method in interface com.sybase.jdbcx.SybCursorResultSet
JDBC 2.0 API - Prepares the column value for an update of the current row.
updateTimestamp(String, Timestamp) - Method in interface com.sybase.jdbcx.SybCursorResultSet
JDBC 2.0 API - Prepares the column value for an update of the current row.
USER - Static variable in interface com.sybase.jdbcx.SybDataSource
methods for this attribute are:
getUser() and setUser(String).

V

VERSION_2 - Static variable in interface com.sybase.jdbcx.SybDriver
Version 2.x.
VERSION_3 - Static variable in interface com.sybase.jdbcx.SybDriver
Version 3.x.
VERSION_4 - Static variable in interface com.sybase.jdbcx.SybDriver
Versions 4.0, 4.1 and 4.2.
VERSION_5 - Static variable in interface com.sybase.jdbcx.SybDriver
Versions 5.0 and 5.2 Same behavior as versions 4.0, 4.1 and 4.2.
VERSION_6 - Static variable in interface com.sybase.jdbcx.SybDriver
Versions 4.5 and 5.5 Versions 4.5 and 5.5 allow the user to request XNL widetable support from the server.
VERSION_LATEST - Static variable in interface com.sybase.jdbcx.SybDriver
Instructs the driver to behave as the latest version.

A C D E F G H I M N O P R S T U V