Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y _ 

A

abort(Executor) - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
 
abort(Executor) - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
 
absolute(int) - Method in class net.sourceforge.jtds.jdbc.CachedResultSet
 
absolute(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
absolute(int) - Method in class net.sourceforge.jtds.jdbc.MSCursorResultSet
 
acceptsURL(String) - Method in class net.sourceforge.jtds.jdbc.Driver
 
acquire() - Method in class net.sourceforge.jtds.jdbc.Semaphore
Wait until a permit is available, and take one.
addBatch() - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
addBatch(String) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
addBatch(String) - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
 
addBatch() - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
Delgates calls to the prepared statement; SQLExceptions thrown from the prepared statement will cause an event to be fired on the connection pool listeners.
addBatch(String) - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
Delgates calls to the statement; SQLExceptions thrown from the statement will cause an event to be fired on the connection pool listeners.
addCachedProcedure(String, ProcEntry) - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Add a stored procedure to the cache.
addCachedProcedure(String, ProcEntry) - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC3
Add a stored procedure to the cache.
addCachedProcedure(String) - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC3
Add a stored procedure to the savepoint cache.
addConnectionEventListener(ConnectionEventListener) - Method in class net.sourceforge.jtds.jdbcx.PooledConnection
Adds the specified listener to the list.
addDefaultProperties(Properties) - Static method in class net.sourceforge.jtds.jdbc.DefaultProperties
Add default properties to the props properties object.
addDefaultPropertyIfNotSet(Properties, String, String) - Static method in class net.sourceforge.jtds.jdbc.DefaultProperties
Sets a default property if the property is not already set.
addDefaultPropertyIfNotSet(Properties, String, String, Map) - Static method in class net.sourceforge.jtds.jdbc.DefaultProperties
Sets a default property if the property is not already set, using the defaultKey and the defaults map to determine the correct value.
addDiagnostic(int, int, int, String, String, String, int) - Method in class net.sourceforge.jtds.jdbc.SQLDiagnostic
Create a dianostic SQLException or SQLWarning.
addException(SQLException) - Method in class net.sourceforge.jtds.jdbc.SQLDiagnostic
 
addNonNullProperties(Properties, String, String) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
addRef() - Method in class net.sourceforge.jtds.jdbc.ProcEntry
Increments the usage count.
addStatement(JtdsStatement) - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Adds a statement object to the list maintained by the connection.
addStatementEventListener(StatementEventListener) - Method in class net.sourceforge.jtds.jdbcx.PooledConnection
 
addWarning(SQLWarning) - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
Add an SQLWarning object to the statment warnings list.
addWarning(SQLWarning) - Method in class net.sourceforge.jtds.jdbc.SQLDiagnostic
 
afterLast() - Method in class net.sourceforge.jtds.jdbc.CachedResultSet
 
afterLast() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
afterLast() - Method in class net.sourceforge.jtds.jdbc.MSCursorResultSet
 
allProceduresAreCallable() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Can all the procedures returned by getProcedures be called by the current user?
allTablesAreSelectable() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Can all the tables returned by getTable be SELECTed by the current user?
answerLmChallenge(String, byte[]) - Static method in class net.sourceforge.jtds.jdbc.NtlmAuth
 
answerLmv2Challenge(String, String, String, byte[], byte[]) - Static method in class net.sourceforge.jtds.jdbc.NtlmAuth
 
answerNtChallenge(String, byte[]) - Static method in class net.sourceforge.jtds.jdbc.NtlmAuth
 
answerNtlmv2Challenge(String, String, String, byte[], byte[], byte[]) - Static method in class net.sourceforge.jtds.jdbc.NtlmAuth
 
answerNtlmv2Challenge(String, String, String, byte[], byte[], byte[], byte[]) - Static method in class net.sourceforge.jtds.jdbc.NtlmAuth
 
answerNtlmv2Challenge(String, String, String, byte[], byte[], byte[], long) - Static method in class net.sourceforge.jtds.jdbc.NtlmAuth
 
APP_NAME - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
Default appName property.
appendDropSQL(StringBuffer) - Method in class net.sourceforge.jtds.jdbc.ProcEntry
Retrieves the SQL to drop this statement.
appName - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
The application name.
APPNAME - Static variable in class net.sourceforge.jtds.jdbc.Driver
 
appName - Variable in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
AsciiInputStream(long) - Constructor for class net.sourceforge.jtds.util.BlobBuffer.AsciiInputStream
Costructs an InputStream object over the BLOB buffer.
AsciiOutputStream(long) - Constructor for class net.sourceforge.jtds.util.BlobBuffer.AsciiOutputStream
Costructs an ASCII OutputStream object over the BLOB buffer.
ASYNC_CANCEL - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
Cancel has been generated by Statement.cancel().
asyncCursor - Variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
The cursor is being built asynchronously.
attempt(long) - Method in class net.sourceforge.jtds.jdbc.Semaphore
Wait at most msecs millisconds for a permit.
autoCommit - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Default auto commit state.
autoCommitFailureClosesAllResultSets() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
 
autoIncrement - Variable in class net.sourceforge.jtds.jdbc.TypeInfo
 
available() - Method in class net.sourceforge.jtds.util.BlobBuffer.AsciiInputStream
Returns the number of bytes available to read.
available() - Method in class net.sourceforge.jtds.util.BlobBuffer.BlobInputStream
Returns the number of bytes available to read.
available() - Method in class net.sourceforge.jtds.util.BlobBuffer.UnicodeInputStream
Returns the number of bytes available to read.

B

baseTds - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
The cored TDS protocol object.
BATCH_SIZE_SQLSERVER - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
Default batchSize property for SQL Server.
BATCH_SIZE_SYBASE - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
Default batchSize property for Sybase.
batchSize - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
The maximum size of a batch.
BATCHSIZE - Static variable in class net.sourceforge.jtds.jdbc.Driver
 
batchSize - Variable in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
batchSizeDefaults - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
Default max batch size based on server type
batchValues - Variable in class net.sourceforge.jtds.jdbc.JtdsStatement
Batched SQL Statement array.
beforeFirst() - Method in class net.sourceforge.jtds.jdbc.CachedResultSet
 
beforeFirst() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
beforeFirst() - Method in class net.sourceforge.jtds.jdbc.MSCursorResultSet
 
BIG_DECIMAL_ONE - Static variable in class net.sourceforge.jtds.jdbc.Support
 
BIG_DECIMAL_ZERO - Static variable in class net.sourceforge.jtds.jdbc.Support
 
bigbyte - Static variable in class net.sourceforge.jtds.util.DESEngine
 
BIND_ADDRESS - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
Default bindAddress property.
bindAddress - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
The local address to bind to when connecting to a database via TCP/IP.
BINDADDRESS - Static variable in class net.sourceforge.jtds.jdbc.Driver
 
bindAddress - Variable in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
blobBuffer - Variable in class net.sourceforge.jtds.jdbc.BlobImpl
The underlying BlobBuffer.
blobBuffer - Variable in class net.sourceforge.jtds.jdbc.ClobImpl
The underlying BlobBuffer.
BlobBuffer - Class in net.sourceforge.jtds.util
Manages a buffer (backed by optional disk storage) for use as a data store by the CLOB and BLOB objects.
BlobBuffer(File, long) - Constructor for class net.sourceforge.jtds.util.BlobBuffer
Creates a blob buffer.
BlobBuffer.AsciiInputStream - Class in net.sourceforge.jtds.util
An ASCII InputStream over the CLOB buffer.
BlobBuffer.AsciiOutputStream - Class in net.sourceforge.jtds.util
Implements an ASCII OutputStream for CLOB data.
BlobBuffer.BlobInputStream - Class in net.sourceforge.jtds.util
An InputStream over the BLOB buffer.
BlobBuffer.BlobOutputStream - Class in net.sourceforge.jtds.util
Implements an OutputStream for BLOB data.
BlobBuffer.UnicodeInputStream - Class in net.sourceforge.jtds.util
A Big Endian Unicode InputStream over the CLOB buffer.
blobFile - Variable in class net.sourceforge.jtds.util.BlobBuffer
The name of the temporary BLOB disk file.
BlobImpl - Class in net.sourceforge.jtds.jdbc
An in-memory or disk based representation of binary data.
BlobImpl(ConnectionJDBC2) - Constructor for class net.sourceforge.jtds.jdbc.BlobImpl
Constructs a new empty Blob instance.
BlobImpl(ConnectionJDBC2, byte[]) - Constructor for class net.sourceforge.jtds.jdbc.BlobImpl
Constructs a new Blob instance initialized with data.
BlobInputStream(long) - Constructor for class net.sourceforge.jtds.util.BlobBuffer.BlobInputStream
Costructs an InputStream object over the BLOB buffer.
BlobOutputStream(long) - Constructor for class net.sourceforge.jtds.util.BlobBuffer.BlobOutputStream
Costructs an OutputStream object over the BLOB buffer.
BLOCK_SIZE - Static variable in class net.sourceforge.jtds.util.DESEngine
 
BOOLEAN - Static variable in class net.sourceforge.jtds.jdbc.JtdsStatement
 
bqual - Variable in class net.sourceforge.jtds.jdbcx.JtdsXid
The branch qualifier ID.
buffer - Variable in class net.sourceforge.jtds.jdbc.RequestStream
The output packet buffer.
buffer - Variable in class net.sourceforge.jtds.jdbc.ResponseStream
The Input packet buffer.
buffer - Variable in class net.sourceforge.jtds.util.BlobBuffer
The BLOB buffer or the current page buffer.
BUFFER_DIR - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
Default tmpDir property.
BUFFER_MAX_MEMORY - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
Default bufferMaxMemory property.
BUFFER_MIN_PACKETS - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
Default bufferMinPackets property.
bufferDir - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
The directory to buffer data to
BUFFERDIR - Static variable in class net.sourceforge.jtds.jdbc.Driver
 
bufferDir - Variable in class net.sourceforge.jtds.jdbc.SharedSocket
The directory to buffer data to.
bufferDir - Variable in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
bufferDir - Variable in class net.sourceforge.jtds.util.BlobBuffer
The directory to buffer data to.
bufferDirty - Variable in class net.sourceforge.jtds.util.BlobBuffer
Indicates page in memory must be saved.
bufferedRecords - Variable in class net.sourceforge.jtds.ssl.TdsTlsOutputStream
Used for holding back CKE, CCS and FIN records.
bufferLen - Variable in class net.sourceforge.jtds.jdbc.ResponseStream
The length of current input packet.
bufferMaxMemory - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
The global buffer memory limit for all connections (in kilobytes).
BUFFERMAXMEMORY - Static variable in class net.sourceforge.jtds.jdbc.Driver
 
bufferMaxMemory - Variable in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
bufferMinPackets - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
The minimum number of packets per statement to buffer to memory.
BUFFERMINPACKETS - Static variable in class net.sourceforge.jtds.jdbc.Driver
 
bufferMinPackets - Variable in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
bufferPtr - Variable in class net.sourceforge.jtds.jdbc.RequestStream
The offset of the next byte to write.
bufferPtr - Variable in class net.sourceforge.jtds.jdbc.ResponseStream
The offset of the next byte to read.
bufferSize - Variable in class net.sourceforge.jtds.jdbc.ColInfo
Column buffer (max) size
bufferSize - Variable in class net.sourceforge.jtds.jdbc.RequestStream
The current output buffer size
bufferStream - Variable in class net.sourceforge.jtds.ssl.TdsTlsInputStream
 
buildParameter(int, ColInfo, Object, boolean) - Static method in class net.sourceforge.jtds.jdbc.CachedResultSet
Creates a parameter object for an UPDATE, DELETE or INSERT statement.
buildWhereClause(StringBuffer, ArrayList, boolean) - Method in class net.sourceforge.jtds.jdbc.CachedResultSet
Builds a WHERE clause for UPDATE or DELETE statements.
BYTE_MASK - Static variable in class net.sourceforge.jtds.util.BlobBuffer
Mask for page offset component of R/W pointer.
bytebit - Static variable in class net.sourceforge.jtds.util.DESEngine
 
byteBuffer - Variable in class net.sourceforge.jtds.jdbc.ResponseStream
A shared byte buffer.
byteCount - Variable in class net.sourceforge.jtds.util.GeneralDigest
 
bytes - Variable in class net.sourceforge.jtds.jdbc.UniqueIdentifier
 
bytesOutstanding - Variable in class net.sourceforge.jtds.ssl.TdsTlsInputStream
 

C

cache - Variable in class net.sourceforge.jtds.jdbc.cache.ProcedureCache
The actual cache instance.
cache - Static variable in class net.sourceforge.jtds.jdbc.SQLParser
LRU cache of previously parsed SQL
CachedResultSet - Class in net.sourceforge.jtds.jdbc
A memory cached scrollable/updateable result set.
CachedResultSet(JtdsStatement, String, String, ParamInfo[], int, int) - Constructor for class net.sourceforge.jtds.jdbc.CachedResultSet
Constructs a new cached result set.
CachedResultSet(JtdsStatement, String[], int[]) - Constructor for class net.sourceforge.jtds.jdbc.CachedResultSet
Constructs a cached result set based on locally generated data.
CachedResultSet(JtdsResultSet, boolean) - Constructor for class net.sourceforge.jtds.jdbc.CachedResultSet
Creates a cached result set with the same columns (and optionally data) as an existing result set.
CachedResultSet(JtdsStatement, ColInfo[], Object[]) - Constructor for class net.sourceforge.jtds.jdbc.CachedResultSet
Creates a cached result set containing one row.
CachedSQLQuery(String[], ArrayList) - Constructor for class net.sourceforge.jtds.jdbc.SQLParser.CachedSQLQuery
 
cachedTds - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
A cached TdsCore instance to reuse on new statements.
CacheEntry(String, ProcEntry) - Constructor for class net.sourceforge.jtds.jdbc.cache.ProcedureCache.CacheEntry
Constructs a new cache entry encapsulating the supplied key and value.
CACHEMETA - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
Default cacheMetaData property.
CACHEMETA - Static variable in class net.sourceforge.jtds.jdbc.Driver
 
cacheMetaData - Variable in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
cacheResults() - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
Cache as many results as possible (up to the first ResultSet).
cacheResultSetRows() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
Cache the remaining results to free up connection.
cacheSize - Variable in class net.sourceforge.jtds.jdbc.cache.ProcedureCache
Maximum cache size or 0 to disable.
calculateHash() - Method in class net.sourceforge.jtds.jdbcx.JtdsXid
 
calculateNamedPipeBufferSize(int, int) - Static method in class net.sourceforge.jtds.jdbc.Support
Calculate the buffer size to use when buffering the InputStream for named pipes.
calendar - Static variable in class net.sourceforge.jtds.jdbc.DateTime
Per thread instance of Calendar used for conversions.
calendar - Static variable in class net.sourceforge.jtds.jdbc.Support
Thread-bound utility Calendar object.
CallableStatementProxy - Class in net.sourceforge.jtds.jdbcx.proxy
This class would be better implemented as a java.lang.reflect.Proxy.
CallableStatementProxy(ConnectionProxy, JtdsCallableStatement) - Constructor for class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
 
callEscape() - Method in class net.sourceforge.jtds.jdbc.SQLParser
Processes the JDBC {call procedure [(?,?,?)]} type escape.
cancel() - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
 
cancel(int) - Method in class net.sourceforge.jtds.jdbc.SharedSocket
Send a TDS cancel packet to the server.
cancel(boolean) - Method in class net.sourceforge.jtds.jdbc.TdsCore
Send (only) one cancel packet to the server.
cancel() - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
Delgates calls to the statement; SQLExceptions thrown from the statement will cause an event to be fired on the connection pool listeners.
CANCEL_PKT - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
TDS Cancel packet.
cancelled - Variable in class net.sourceforge.jtds.jdbc.JtdsResultSet
True if the query has been cancelled by another thread.
cancelMonitor - Variable in class net.sourceforge.jtds.jdbc.SharedSocket
cancelMonitor - Variable in class net.sourceforge.jtds.jdbc.TdsCore
Synchronization monitor for TdsCore.cancelPending.
cancelPending - Variable in class net.sourceforge.jtds.jdbc.SharedSocket
A cancel packet is pending.
cancelPending - Variable in class net.sourceforge.jtds.jdbc.TdsCore
Indicates pending cancel that needs to be cleared.
cancelRowUpdates() - Method in class net.sourceforge.jtds.jdbc.CachedResultSet
 
cancelRowUpdates() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
cancelRowUpdates() - Method in class net.sourceforge.jtds.jdbc.MSCursorResultSet
 
cancelTimer(Object) - Method in class net.sourceforge.jtds.util.TimerThread
Remove a redundant timer before it expires.
canEncode(String, String) - Static method in class net.sourceforge.jtds.jdbc.TdsData
Establish if a String can be converted to a byte based character set.
caseSensitive - Variable in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Boolean.TRUE if identifiers are case sensitive (the server was installed that way).
caseSensitive - Variable in class net.sourceforge.jtds.jdbc.TypeInfo
 
castNumeric(Object, int, int) - Static method in class net.sourceforge.jtds.jdbc.Support
 
catalog - Variable in class net.sourceforge.jtds.jdbc.ColInfo
Database owning this column
catalog - Variable in class net.sourceforge.jtds.jdbc.TdsCore.TableMetaData
Table catalog (database) name.
charBuffer - Variable in class net.sourceforge.jtds.jdbc.ResponseStream
A shared char buffer.
charset - Variable in class net.sourceforge.jtds.jdbc.CharsetInfo
The Java character set name.
CHARSET - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
Default charset property.
CHARSET - Static variable in class net.sourceforge.jtds.jdbc.Driver
 
charset - Variable in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
CharsetInfo - Class in net.sourceforge.jtds.jdbc
Loads and stores information about character sets.
CharsetInfo(String) - Constructor for class net.sourceforge.jtds.jdbc.CharsetInfo
Constructs a CharsetInfo object from a character set descriptor of the form: charset preceded by a numeric value indicating whether it's a multibyte character set (>1) or not (1) and a vertical bar (|), eg "1|Cp1252" or "2|MS936".
charsetInfo - Variable in class net.sourceforge.jtds.jdbc.ColInfo
Character set descriptor (if different from default)
charsetInfo - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Java charset for encoding.
charsetInfo - Variable in class net.sourceforge.jtds.jdbc.ParamInfo
Character set descriptor (if different from default)
charsetInfo - Variable in class net.sourceforge.jtds.jdbc.SharedSocket
The character set to use for converting strings to/from bytes.
charsets - Static variable in class net.sourceforge.jtds.jdbc.CharsetInfo
Server charset to Java charset map.
CHARSETS_RESOURCE_NAME - Static variable in class net.sourceforge.jtds.jdbc.CharsetInfo
Name of the Charsets.properties resource.
charsetSpecified - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
True if user specifies an explicit charset.
checkCursorException(SQLException) - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
Check that the exception is caused by the failure to open a cursor and not by a more serious SQL error.
checkErrors() - Method in class net.sourceforge.jtds.jdbc.SQLDiagnostic
Check the exception chain for errors and throw any found as an SQLException.
checkLocal(String) - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Checks that this connection is in local transaction mode.
checkOpen() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Checks that the connection is still open.
checkOpen() - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
Check that this statement is still open.
checkOpen() - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
Check that this statement is still open.
checkOpen() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
Check that this connection is still open.
checkOpen() - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
Check that this statement is still open.
checkOpen() - Method in class net.sourceforge.jtds.jdbc.TdsCore
Check that the connection is still open.
checkScrollable() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
Check that this resultset is scrollable.
checkUpdateable() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
Check that this resultset is updateable.
cleanUp() - Method in class net.sourceforge.jtds.jdbc.TdsCore
Releases parameter and result set data and metadata to free up memory.
clear() - Method in class net.sourceforge.jtds.jdbc.cache.SimpleLRUCache
Overrides clear() to also clear the LRU list.
clearBatch() - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
 
clearBatch() - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
Delgates calls to the statement; SQLExceptions thrown from the statement will cause an event to be fired on the connection pool listeners.
clearInValue() - Method in class net.sourceforge.jtds.jdbc.ParamInfo
Clear the IN parameter value and status.
clearOutValue() - Method in class net.sourceforge.jtds.jdbc.ParamInfo
Clear the OUT parameter value and status.
clearParameters() - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
clearParameters() - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
Delgates calls to the prepared statement; SQLExceptions thrown from the prepared statement will cause an event to be fired on the connection pool listeners.
clearResponseQueue() - Method in class net.sourceforge.jtds.jdbc.TdsCore
Empty the server response queue.
clearSavepoints() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Releases all savepoints.
clearSavepoints() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC3
Releases all savepoints.
clearWarnings() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
 
clearWarnings() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
clearWarnings() - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
 
clearWarnings() - Method in class net.sourceforge.jtds.jdbc.SQLDiagnostic
Clear the warning chain.
clearWarnings() - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
Delgates calls to the connection; SQLExceptions thrown from the connection will cause an event to be fired on the connection pool listeners.
clearWarnings() - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
Delgates calls to the statement; SQLExceptions thrown from the statement will cause an event to be fired on the connection pool listeners.
ClobImpl - Class in net.sourceforge.jtds.jdbc
An in-memory or disk based representation of character data.
ClobImpl(ConnectionJDBC2) - Constructor for class net.sourceforge.jtds.jdbc.ClobImpl
Constructs a new empty Clob instance.
ClobImpl(ConnectionJDBC2, String) - Constructor for class net.sourceforge.jtds.jdbc.ClobImpl
Constructs a new initialized Clob instance.
clone() - Method in class net.sourceforge.jtds.jdbc.ParamInfo
Creates a shallow copy of this ParamInfo instance.
close() - Method in class net.sourceforge.jtds.jdbc.CachedResultSet
 
close() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Releases this Connection object's database and JDBC resources immediately instead of waiting for them to be automatically released.
close() - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
close() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
close() - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
 
close() - Method in class net.sourceforge.jtds.jdbc.MSCursorResultSet
 
close() - Method in class net.sourceforge.jtds.jdbc.RequestStream
Close the output stream.
close() - Method in class net.sourceforge.jtds.jdbc.ResponseStream
Closes this response stream.
close() - Method in class net.sourceforge.jtds.jdbc.SharedLocalNamedPipe
Close the named pipe and virtual sockets and release any resources.
close() - Method in class net.sourceforge.jtds.jdbc.SharedNamedPipe
Close the socket (noop if in shared mode).
close() - Method in class net.sourceforge.jtds.jdbc.SharedSocket
Close the socket and release all resources.
close() - Method in class net.sourceforge.jtds.jdbc.TdsCore
Close the TdsCore connection object and associated streams.
close() - Method in class net.sourceforge.jtds.jdbcx.JtdsXAConnection
 
close() - Method in class net.sourceforge.jtds.jdbcx.PooledConnection
Closes the database connection.
close() - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
Delgates calls to the connection; SQLExceptions thrown from the connection will cause an event to be fired on the connection pool listeners.
close() - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
Delgates calls to the statement; SQLExceptions thrown from the statement will cause an event to be fired on the connection pool listeners.
close() - Method in class net.sourceforge.jtds.ssl.TdsTlsSocket
 
close() - Method in class net.sourceforge.jtds.util.BlobBuffer.AsciiInputStream
Closes the output stream.
close() - Method in class net.sourceforge.jtds.util.BlobBuffer.AsciiOutputStream
Closes the output stream.
close() - Method in class net.sourceforge.jtds.util.BlobBuffer.BlobInputStream
Closes the output stream.
close() - Method in class net.sourceforge.jtds.util.BlobBuffer.BlobOutputStream
Close the output stream.
close() - Method in class net.sourceforge.jtds.util.BlobBuffer
Logically closes the file or physically close it if the open count is now zero.
close() - Method in class net.sourceforge.jtds.util.BlobBuffer.UnicodeInputStream
Close the output stream.
CLOSE_ALL_RESULTS - Static variable in class net.sourceforge.jtds.jdbc.JtdsStatement
 
CLOSE_CURRENT_RESULT - Static variable in class net.sourceforge.jtds.jdbc.JtdsStatement
 
CLOSE_CURSORS_AT_COMMIT - Static variable in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
closeAllResultSets() - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
Close all result sets.
closeConnection() - Method in class net.sourceforge.jtds.jdbc.TdsCore
Inform the server that this connection is closing.
closeCurrentResultSet() - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
Close current result set (if any).
closed - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
True if this connection is closed.
closed - Variable in class net.sourceforge.jtds.jdbc.JtdsResultSet
True if this result set is closed.
closed - Variable in class net.sourceforge.jtds.jdbc.JtdsStatement
True if this statement is closed.
closeOnCompletion() - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
 
closeOnCompletion() - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
 
closeStream(int) - Method in class net.sourceforge.jtds.jdbc.SharedSocket
Deallocate a stream linked to this socket.
ColInfo - Class in net.sourceforge.jtds.jdbc
This class is a descriptor for result set columns.
ColInfo() - Constructor for class net.sourceforge.jtds.jdbc.ColInfo
 
collation - Variable in class net.sourceforge.jtds.jdbc.ColInfo
MS SQL2000 collation
collation - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
SQL Server 2000 collation.
collation - Variable in class net.sourceforge.jtds.jdbc.ParamInfo
TDS 8 Collation string.
colMetaData - Variable in class net.sourceforge.jtds.jdbc.JtdsStatement
The cached column meta data.
colMetaData - Variable in class net.sourceforge.jtds.jdbc.ProcEntry
Column meta data (Sybase only).
columnCount - Variable in class net.sourceforge.jtds.jdbc.JtdsResultSet
Number of visible columns in row.
columnCount - Variable in class net.sourceforge.jtds.jdbc.JtdsResultSetMetaData
 
columnMap - Variable in class net.sourceforge.jtds.jdbc.JtdsResultSet
Cache to optimize findColumn(String) lookups
columns - Variable in class net.sourceforge.jtds.jdbc.JtdsResultSet
The array of column descriptors.
columns - Variable in class net.sourceforge.jtds.jdbc.JtdsResultSetMetaData
 
columns - Variable in class net.sourceforge.jtds.jdbc.TdsCore
The array of column meta data objects for this result set.
commit() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
 
commit(Xid, boolean) - Method in class net.sourceforge.jtds.jdbcx.JtdsXAResource
 
commit() - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
Delgates calls to the connection; SQLExceptions thrown from the connection will cause an event to be fired on the connection pool listeners.
compare(int, int) - Method in class net.sourceforge.jtds.jdbc.TypeInfo
 
compareTo(Object) - Method in class net.sourceforge.jtds.jdbc.TypeInfo
Comparable implementation that orders by dataType, then by how closely the data type maps to the corresponding JDBC SQL type.
complete - Variable in class net.sourceforge.jtds.jdbc.SharedSocket.VirtualSocket
True if output is complete TDS packet.
concurrency - Variable in class net.sourceforge.jtds.jdbc.JtdsResultSet
The result set concurrency.
connect(String, Properties) - Method in class net.sourceforge.jtds.jdbc.Driver
 
connection - Variable in class net.sourceforge.jtds.jdbc.CachedResultSet
The parent connection object
connection - Variable in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
 
connection - Variable in class net.sourceforge.jtds.jdbc.JtdsStatement
The connection owning this statement object.
connection - Variable in class net.sourceforge.jtds.jdbc.SQLParser
Connection object for server specific parsing.
connection - Variable in class net.sourceforge.jtds.jdbc.TdsCore
The Connection object that created this object.
connection - Variable in class net.sourceforge.jtds.jdbcx.JtdsXAResource
 
connection - Variable in class net.sourceforge.jtds.jdbcx.PooledConnection
 
ConnectionJDBC2 - Class in net.sourceforge.jtds.jdbc
jTDS implementation of the java.sql.Connection interface.
ConnectionJDBC2() - Constructor for class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Default constructor.
ConnectionJDBC2(String, Properties) - Constructor for class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Create a new database connection.
ConnectionJDBC3 - Class in net.sourceforge.jtds.jdbc
Implements JDBC 3.0 specific functionality.
ConnectionJDBC3(String, Properties) - Constructor for class net.sourceforge.jtds.jdbc.ConnectionJDBC3
Create a new database connection.
connectionLock - Variable in class net.sourceforge.jtds.jdbc.TdsCore
Mutual exclusion lock on connection.
ConnectionProxy - Class in net.sourceforge.jtds.jdbcx.proxy
This class would be better implemented as a java.lang.reflect.Proxy.
ConnectionProxy(PooledConnection, Connection) - Constructor for class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
Constructs a new connection proxy.
connections - Static variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
the number of currently open connections
consumeOneResponse() - Method in class net.sourceforge.jtds.jdbc.TdsCore
Consume packets from the server response queue up to (and including) the first response terminator.
convert(Object, Object, int, String) - Static method in class net.sourceforge.jtds.jdbc.Support
Convert an existing data object to the specified JDBC type.
convertLOB(Object) - Static method in class net.sourceforge.jtds.jdbc.Support
Converts a LOB to the equivalent Java type, i.e.
convertLOBType(int) - Static method in class net.sourceforge.jtds.jdbc.Support
Converts a LOB type constant to the equivalent Java type constant, i.e.
convertPassword(String) - Static method in class net.sourceforge.jtds.jdbc.NtlmAuth
Used by answerNtlmChallenge.
copyInfo(ColInfo[]) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
Copy an existing result set column descriptor array.
copyKeyWord() - Method in class net.sourceforge.jtds.jdbc.SQLParser
Copies over possible SQL keyword eg 'SELECT'
copyLiteral(String) - Method in class net.sourceforge.jtds.jdbc.SQLParser
Inserts a String literal in the output buffer.
copyParam(String, int) - Method in class net.sourceforge.jtds.jdbc.SQLParser
Builds a new parameter item.
copyParamName() - Method in class net.sourceforge.jtds.jdbc.SQLParser
Copies an embedded parameter name to the output buffer.
copyProcName() - Method in class net.sourceforge.jtds.jdbc.SQLParser
Copies an embedded stored procedure identifier over to the output buffer.
copyRow(Object[]) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
Copy an existing result set row.
copyString() - Method in class net.sourceforge.jtds.jdbc.SQLParser
Copies over an embedded string literal unchanged.
copyWhiteSpace() - Method in class net.sourceforge.jtds.jdbc.SQLParser
Copies over white space.
createArrayOf(String, Object[]) - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
 
createArrayOf(String, Object[]) - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
 
createBlob() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
 
createBlob(byte[], byte[], byte[]) - Static method in class net.sourceforge.jtds.jdbc.NtlmAuth
Creates the NTLMv2 blob from the given target information block and client challenge.
createBlob() - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
 
createBlobFile() - Method in class net.sourceforge.jtds.util.BlobBuffer
Creates a random access disk file to use as backing storage for the LOB data.
createChoicesMap() - Static method in class net.sourceforge.jtds.jdbc.Driver
Creates a map of driver properties whose choices field should be set when calling Driver.getPropertyInfo(String, Properties).
createClob() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
 
createClob() - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
 
createNamedPipe(ConnectionJDBC2) - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Creates a SharedSocket object representing a connection to a named pipe.
createNClob() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
 
createNClob() - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
 
createParams - Variable in class net.sourceforge.jtds.jdbc.TypeInfo
 
createRequiredTrueMap() - Static method in class net.sourceforge.jtds.jdbc.Driver
Creates a map of driver properties that should be marked as required when calling Driver.getPropertyInfo(String, Properties).
createSocket(String, int) - Method in class net.sourceforge.jtds.ssl.SocketFactories.TdsTlsSocketFactory
Create the SSL socket.
createSocket(InetAddress, int) - Method in class net.sourceforge.jtds.ssl.SocketFactories.TdsTlsSocketFactory
 
createSocket(String, int, InetAddress, int) - Method in class net.sourceforge.jtds.ssl.SocketFactories.TdsTlsSocketFactory
 
createSocket(InetAddress, int, InetAddress, int) - Method in class net.sourceforge.jtds.ssl.SocketFactories.TdsTlsSocketFactory
 
createSocketForJDBC3(ConnectionJDBC2) - Method in class net.sourceforge.jtds.jdbc.SharedSocket
Creates a Socket through reflection when Driver.JDBC3 is true.
createSQLXML() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
 
createSQLXML() - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
 
createStatement() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
 
createStatement(int, int) - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
 
createStatement(int, int, int) - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
 
createStatement() - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
Delgates calls to the connection; SQLExceptions thrown from the connection will cause an event to be fired on the connection pool listeners.
createStatement(int, int) - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
Delgates calls to the connection; SQLExceptions thrown from the connection will cause an event to be fired on the connection pool listeners.
createStatement(int, int, int) - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
Delgates calls to the connection; SQLExceptions thrown from the connection will cause an event to be fired on the connection pool listeners.
createStruct(String, Object[]) - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
 
createStruct(String, Object[]) - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
 
createTimestamp(long) - Static method in class net.sourceforge.jtds.jdbc.NtlmAuth
Creates a timestamp in the format used in NTLMv2 responses.
createTypeInfoResultSet(JtdsResultSet, boolean) - Static method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
 
currentDatabase - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
The current database name.
currentPage - Variable in class net.sourceforge.jtds.util.BlobBuffer
The number of the current page in memory.
currentResult - Variable in class net.sourceforge.jtds.jdbc.JtdsStatement
The current ResultSet.
currentRow - Variable in class net.sourceforge.jtds.jdbc.JtdsResultSet
The current result set row.
currentToken - Variable in class net.sourceforge.jtds.jdbc.TdsCore
The descriptor object for the current TDS token.
cursor(Integer, ParamInfo[]) - Method in class net.sourceforge.jtds.jdbc.MSCursorResultSet
Support general cursor operations such as delete, update etc.
CURSOR - Static variable in class net.sourceforge.jtds.jdbc.ProcEntry
The entry references a prepared cursor handle.
CURSOR_CONCUR_OPTIMISTIC - Static variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
 
CURSOR_CONCUR_OPTIMISTIC_VALUES - Static variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
 
CURSOR_CONCUR_READ_ONLY - Static variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
 
CURSOR_CONCUR_SCROLL_LOCKS - Static variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
 
CURSOR_OP_DELETE - Static variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
 
CURSOR_OP_INSERT - Static variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
 
CURSOR_OP_UPDATE - Static variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
 
CURSOR_TYPE_AUTO_FETCH - Static variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
 
CURSOR_TYPE_DYNAMIC - Static variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
 
CURSOR_TYPE_FASTFORWARDONLY - Static variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
 
CURSOR_TYPE_FORWARD - Static variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
 
CURSOR_TYPE_KEYSET - Static variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
 
CURSOR_TYPE_PARAMETERIZED - Static variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
 
CURSOR_TYPE_STATIC - Static variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
 
cursorClose() - Method in class net.sourceforge.jtds.jdbc.CachedResultSet
Closes the result set.
cursorClose() - Method in class net.sourceforge.jtds.jdbc.MSCursorResultSet
Close a server side cursor.
cursorCreate() - Method in class net.sourceforge.jtds.jdbc.CachedResultSet
Creates a new scrollable result set in memory or a named server cursor.
cursorCreate(String, String, ParamInfo[]) - Method in class net.sourceforge.jtds.jdbc.MSCursorResultSet
Create a new Cursor result set using the internal sp_cursoropen procedure.
cursorFetch(int) - Method in class net.sourceforge.jtds.jdbc.CachedResultSet
Fetches the next result row from the internal row array.
cursorFetch(Integer, int) - Method in class net.sourceforge.jtds.jdbc.MSCursorResultSet
Fetch the next result row from a cursor using the internal sp_cursorfetch procedure.
cursorName - Variable in class net.sourceforge.jtds.jdbc.JtdsResultSet
The cursor name to be used for positioned updates.
cursorName - Variable in class net.sourceforge.jtds.jdbc.JtdsStatement
The cursor name to be used for positioned updates.
cursorPos - Variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
Actual position of the cursor.
cursorSequenceNo - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Cursor unique ID number.
cursorTds - Variable in class net.sourceforge.jtds.jdbc.CachedResultSet
Cursor TdsCore object.
cvMap - Static variable in class net.sourceforge.jtds.jdbc.SQLParser
Map of jdbc to server data types for convert

D

d - Variable in class net.sourceforge.jtds.jdbc.SQLParser
Current position in output buffer.
DATABASE_NAME - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
Default databaseName property.
databaseMajorVersion - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
The major version number eg 11.
databaseMinorVersion - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
The minor version number eg 92.
databaseName - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
The requested database name.
DATABASENAME - Static variable in class net.sourceforge.jtds.jdbc.Driver
 
databaseName - Variable in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
databaseProductName - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
The database product name eg SQL SERVER.
databaseProductVersion - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
The product version eg 11.92.
dataDefinitionCausesTransactionCommit() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Does a data definition statement within a transaction force the transaction to commit?
dataDefinitionIgnoredInTransactions() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Is a data definition statement within a transaction ignored?
DATALINK - Static variable in class net.sourceforge.jtds.jdbc.JtdsStatement
 
dataSource - Variable in class net.sourceforge.jtds.jdbcx.JtdsXAConnection
 
dataType - Variable in class net.sourceforge.jtds.jdbc.TypeInfo
 
date - Variable in class net.sourceforge.jtds.jdbc.DateTime
The date component of the server datetime value.
DATE_NOT_USED - Static variable in class net.sourceforge.jtds.jdbc.DateTime
Indicates date value not used.
DATE_ZERO - Static variable in class net.sourceforge.jtds.jdbc.Support
 
dateMask - Static variable in class net.sourceforge.jtds.jdbc.SQLParser
Syntax mask for date escape.
DateTime - Class in net.sourceforge.jtds.jdbc
Encapsulates Sybase date/time values and provides conversions to and from Java classes.
DateTime(int, int) - Constructor for class net.sourceforge.jtds.jdbc.DateTime
Constructs a DateTime object from the two integer components of a datetime.
DateTime(short, short) - Constructor for class net.sourceforge.jtds.jdbc.DateTime
Constructs a DateTime object from the two short components of a smalldatetime.
DateTime(Timestamp) - Constructor for class net.sourceforge.jtds.jdbc.DateTime
Constructs a DateTime object from a java.sql.Timestamp.
DateTime(Time) - Constructor for class net.sourceforge.jtds.jdbc.DateTime
Constructs a DateTime object from a java.sql.Time.
DateTime(Date) - Constructor for class net.sourceforge.jtds.jdbc.DateTime
Constructs a DateTime object from a java.sql.Date.
dateValue - Variable in class net.sourceforge.jtds.jdbc.DateTime
Cached value of the datetime as a java.sql.Date.
day - Variable in class net.sourceforge.jtds.jdbc.DateTime
Unpacked day value.
DEFAULT_FETCH_SIZE - Static variable in class net.sourceforge.jtds.jdbc.JtdsStatement
 
DEFAULT_MIN_PKT_SIZE_TDS70 - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
Default minimum network packet size for TDS 7.0 and newer.
DEFAULT_PRECISION_28 - Static variable in class net.sourceforge.jtds.jdbc.TdsData
Default precision for SQL Server 6.5 and 7.
DEFAULT_PRECISION_38 - Static variable in class net.sourceforge.jtds.jdbc.TdsData
Default precision for Sybase and SQL Server 2000 and newer.
DEFAULT_RESOURCE - Static variable in class net.sourceforge.jtds.jdbc.Messages
Default name for resource bundle containing the messages.
DEFAULT_SCALE - Static variable in class net.sourceforge.jtds.jdbc.TdsData
Default Decimal Scale.
DefaultProperties - Class in net.sourceforge.jtds.jdbc
Container for default property constants.
DefaultProperties() - Constructor for class net.sourceforge.jtds.jdbc.DefaultProperties
 
defaultResource - Static variable in class net.sourceforge.jtds.jdbc.Messages
Cached resource bundle containing the messages.
deferRecord(byte[], int) - Method in class net.sourceforge.jtds.ssl.TdsTlsOutputStream
Holds back a record for batched transmission.
delegate - Variable in class net.sourceforge.jtds.ssl.TdsTlsSocket
 
deleteRow() - Method in class net.sourceforge.jtds.jdbc.CachedResultSet
 
deleteRow() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
deleteRow() - Method in class net.sourceforge.jtds.jdbc.MSCursorResultSet
 
deletesAreDetected(int) - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
JDBC 2.0 Indicates whether or not a visible row delete can be detected by calling ResultSet.rowDeleted().
dequeueInput(SharedSocket.VirtualSocket) - Method in class net.sourceforge.jtds.jdbc.SharedSocket
Read a cached packet from the in memory queue or from a disk based queue.
description - Variable in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
DESEngine - Class in net.sourceforge.jtds.util
a class that provides a basic DES engine.
DESEngine() - Constructor for class net.sourceforge.jtds.util.DESEngine
standard constructor.
DESEngine(boolean, byte[]) - Constructor for class net.sourceforge.jtds.util.DESEngine
mdb: convenient constructor
desFunc(int[], byte[], int, byte[], int) - Method in class net.sourceforge.jtds.util.DESEngine
the DES engine.
determineDistanceFromJdbcType() - Method in class net.sourceforge.jtds.jdbc.TypeInfo
Determine how close this type is to the corresponding JDBC type.
determineServerCharset() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Discovers the server charset for server versions that do not send ENVCHANGE packets on login ack, by executing a DB vendor/version specific query.
Df_Key - Static variable in class net.sourceforge.jtds.util.DESEngine
what follows is mainly taken from "Applied Cryptography", by Bruce Schneier, however it also bears great resemblance to Richard Outerbridge's D3DES...
DIGEST_LENGTH - Static variable in class net.sourceforge.jtds.util.MD4Digest
 
DIGEST_LENGTH - Static variable in class net.sourceforge.jtds.util.MD5Digest
 
direction - Variable in class net.sourceforge.jtds.jdbc.JtdsResultSet
The fetch direction.
disableEncryption() - Method in class net.sourceforge.jtds.jdbc.SharedSocket
Disable TLS encryption and switch back to raw TCP/IP socket.
diskQueue - Variable in class net.sourceforge.jtds.jdbc.SharedSocket.VirtualSocket
I/O Stream for disk packet queue.
displaySize - Variable in class net.sourceforge.jtds.jdbc.ColInfo
Column display size
displaySize - Variable in class net.sourceforge.jtds.jdbc.TdsData.TypeInfo
The display size of the type.
distanceFromJdbcType - Variable in class net.sourceforge.jtds.jdbc.TypeInfo
 
doesMaxRowSizeIncludeBlobs() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Did getMaxRowSize() include LONGVARCHAR and LONGVARBINARY blobs?
doFinal(byte[], int) - Method in class net.sourceforge.jtds.util.MD4Digest
 
doFinal(byte[], int) - Method in class net.sourceforge.jtds.util.MD5Digest
 
DOMAIN - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
Default domain property.
DOMAIN - Static variable in class net.sourceforge.jtds.jdbc.Driver
 
domain - Variable in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
domainName - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
The Windows Domain name.
DONE_CANCEL - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
Done: Cancel acknowledgement.
DONE_END_OF_RESPONSE - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
Done: Response terminator (if more than one request packet is sent, each response is terminated by a DONE packet with this flag set).
DONE_ERROR - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
Done: command caused an error.
DONE_MORE_RESULTS - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
Done: more results are expected.
DONE_ROW_COUNT - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
Done: There is a valid row count.
doneBuffer - Variable in class net.sourceforge.jtds.jdbc.SharedSocket
Buffer for TDS_DONE packets
DOUBLE_ONE - Static variable in class net.sourceforge.jtds.jdbc.Support
 
DOUBLE_ZERO - Static variable in class net.sourceforge.jtds.jdbc.Support
 
Driver - Class in net.sourceforge.jtds.jdbc
jTDS implementation of the java.sql.Driver interface.
Driver() - Constructor for class net.sourceforge.jtds.jdbc.Driver
 
driver - Static variable in class net.sourceforge.jtds.jdbcx.JtdsDataSource
Driver instance used for obtaining connections.
driverPrefix - Static variable in class net.sourceforge.jtds.jdbc.Driver
URL prefix used by the driver (i.e jdbc:jtds:).
dynamParamData - Variable in class net.sourceforge.jtds.jdbc.TdsCore.TdsToken
The dynamic parameter data from the last TDS_DYNAMIC token.
dynamParamInfo - Variable in class net.sourceforge.jtds.jdbc.TdsCore.TdsToken
The dynamic parameters from the last TDS_DYNAMIC token.

E

embedData(StringBuffer, Object, boolean, ConnectionJDBC2) - Static method in class net.sourceforge.jtds.jdbc.Support
Embed the data object as a string literal in the buffer supplied.
EMPTY_BLOB - Static variable in class net.sourceforge.jtds.jdbc.BlobImpl
0 length byte[] as initial value for empty Blobs.
EMPTY_BUFFER - Static variable in class net.sourceforge.jtds.util.BlobBuffer
Default zero length buffer.
EMPTY_CLOB - Static variable in class net.sourceforge.jtds.jdbc.ClobImpl
0 length String as initial value for empty Clobs.
EMPTY_PARAMETER_INFO - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
Used to optimize the TdsCore.getParameters() call
enableEncryption(String) - Method in class net.sourceforge.jtds.jdbc.SharedSocket
Enable TLS encryption by creating a TLS socket over the existing TCP/IP network socket.
encodeString(String, String) - Static method in class net.sourceforge.jtds.jdbc.Support
Encode a string into a byte array using the specified character set.
encryptNonce(byte[], byte[]) - Static method in class net.sourceforge.jtds.jdbc.NtlmAuth
 
end(Xid, int) - Method in class net.sourceforge.jtds.jdbcx.JtdsXAResource
 
endOfResponse - Variable in class net.sourceforge.jtds.jdbc.TdsCore
True if the server response is fully read.
endOfResults - Variable in class net.sourceforge.jtds.jdbc.TdsCore
True if the current result set is at end of file.
enlistConnection(byte[]) - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Enlists the current connection in a distributed transaction.
enlistConnection(int, byte[]) - Method in class net.sourceforge.jtds.jdbc.TdsCore
Enlist the current connection in a distributed transaction or request the location of the MSDTC instance controlling the server we are connected to.
enqueueInput(SharedSocket.VirtualSocket, byte[]) - Method in class net.sourceforge.jtds.jdbc.SharedSocket
Save a packet buffer in a memory queue or to a disk queue if the global memory limit for the driver has been exceeded.
equals(Object) - Method in class net.sourceforge.jtds.jdbc.cache.SQLCacheKey
 
equals(Object) - Method in class net.sourceforge.jtds.jdbc.CharsetInfo
 
equals(Object) - Method in class net.sourceforge.jtds.jdbc.TypeInfo
 
equals(Object) - Method in class net.sourceforge.jtds.jdbcx.JtdsXid
Test for equality.
escape() - Method in class net.sourceforge.jtds.jdbc.SQLParser
Processes the JDBC escape sequences.
escapeProcessing - Variable in class net.sourceforge.jtds.jdbc.JtdsStatement
True if SQL statements should be preprocessed.
exceptions - Variable in class net.sourceforge.jtds.jdbc.SQLDiagnostic
 
execute() - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
execute(String) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
execute(String, int) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
execute(String, int[]) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
execute(String, String[]) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
execute(String) - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
 
execute(String, int) - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
 
execute(String, int[]) - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
 
execute(String, String[]) - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
 
execute() - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
Delgates calls to the prepared statement; SQLExceptions thrown from the prepared statement will cause an event to be fired on the connection pool listeners.
execute(String) - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
Delgates calls to the statement; SQLExceptions thrown from the statement will cause an event to be fired on the connection pool listeners.
execute(String, int) - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
Delgates calls to the statement; SQLExceptions thrown from the statement will cause an event to be fired on the connection pool listeners.
execute(String, int[]) - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
Delgates calls to the statement; SQLExceptions thrown from the statement will cause an event to be fired on the connection pool listeners.
execute(String, String[]) - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
Delgates calls to the statement; SQLExceptions thrown from the statement will cause an event to be fired on the connection pool listeners.
EXECUTE_FAILED - Static variable in class net.sourceforge.jtds.jdbc.JtdsStatement
 
EXECUTE_SQL - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
Prepare SQL using sp_executesql
executeBatch() - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
Execute batch of SQL Statements.
executeBatch() - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
Delgates calls to the statement; SQLExceptions thrown from the statement will cause an event to be fired on the connection pool listeners.
executeImpl(String, int, boolean) - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
Implements the common functionality for plain statement JtdsStatement.execute(java.lang.String) and {#link #executeUpdate}: basic checks, cleaning up of previous results, setting up and executing the query and loading the first results.
executeMSBatch(int, int, ArrayList) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
Execute the SQL batch on a MS server.
executeMSBatch(int, int, ArrayList) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
Execute the SQL batch on a MS server.
executeMSBatch(int, int, ArrayList) - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
Execute the SQL batch on a MS server.
executeQuery() - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
executeQuery(String) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
executeQuery(String) - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
 
executeQuery() - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
Delgates calls to the prepared statement; SQLExceptions thrown from the prepared statement will cause an event to be fired on the connection pool listeners.
executeQuery(String) - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
Delgates calls to the statement; SQLExceptions thrown from the statement will cause an event to be fired on the connection pool listeners.
executeSQL(String, String, ParamInfo[], boolean, boolean, boolean) - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
Executes any type of SQL.
executeSQL(String, String, ParamInfo[], boolean, int, int, int, boolean) - Method in class net.sourceforge.jtds.jdbc.TdsCore
Send an SQL statement with optional parameters to the server.
executeSQL42(String, String, ParamInfo[], boolean, boolean) - Method in class net.sourceforge.jtds.jdbc.TdsCore
Execute SQL using TDS 4.2 protocol.
executeSQL50(String, String, ParamInfo[]) - Method in class net.sourceforge.jtds.jdbc.TdsCore
Execute SQL using TDS 5.0 protocol.
executeSQL70(String, String, ParamInfo[], boolean, boolean) - Method in class net.sourceforge.jtds.jdbc.TdsCore
Execute SQL using TDS 7.0 protocol.
executeSQLQuery(String, String, ParamInfo[], boolean) - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
Executes SQL to obtain a result set.
executeSybaseBatch(int, int, ArrayList) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
Execute the SQL batch on a Sybase server.
executeSybaseBatch(int, int, ArrayList) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
Execute the SQL batch on a Sybase server.
executeSybaseBatch(int, int, ArrayList) - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
Execute the SQL batch on a Sybase server.
executeUpdate() - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
executeUpdate(String) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
executeUpdate(String, int) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
executeUpdate(String, int[]) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
executeUpdate(String, String[]) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
executeUpdate(String) - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
 
executeUpdate(String, int) - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
 
executeUpdate(String, int[]) - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
 
executeUpdate(String, String[]) - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
 
executeUpdate() - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
Delgates calls to the prepared statement; SQLExceptions thrown from the prepared statement will cause an event to be fired on the connection pool listeners.
executeUpdate(String) - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
Delgates calls to the statement; SQLExceptions thrown from the statement will cause an event to be fired on the connection pool listeners.
executeUpdate(String, int) - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
Delgates calls to the statement; SQLExceptions thrown from the statement will cause an event to be fired on the connection pool listeners.
executeUpdate(String, int[]) - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
Delgates calls to the statement; SQLExceptions thrown from the statement will cause an event to be fired on the connection pool listeners.
executeUpdate(String, String[]) - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
Delgates calls to the statement; SQLExceptions thrown from the statement will cause an event to be fired on the connection pool listeners.
extractString(byte[], int) - Static method in class net.sourceforge.jtds.jdbc.MSSqlServerInfo
 

F

f - Static variable in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
Used to format numeric values when scale is specified.
f - Static variable in class net.sourceforge.jtds.jdbc.JtdsResultSet
Used to format numeric values when scale is specified.
F(int, int, int) - Method in class net.sourceforge.jtds.util.MD4Digest
 
F(int, int, int) - Method in class net.sourceforge.jtds.util.MD5Digest
 
factory() - Static method in class net.sourceforge.jtds.ssl.SocketFactories.TdsTlsSocketFactory
Returns an SSLSocketFactory whose sockets will not authenticate the server.
factorySingleton - Static variable in class net.sourceforge.jtds.ssl.SocketFactories.TdsTlsSocketFactory
 
fatalError - Variable in class net.sourceforge.jtds.jdbc.TdsCore
Indicates that a fatal error has occured and the connection will close.
FETCH_ABSOLUTE - Static variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
 
FETCH_FIRST - Static variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
 
FETCH_INFO - Static variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
 
FETCH_LAST - Static variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
 
FETCH_NEXT - Static variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
 
FETCH_PREVIOUS - Static variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
 
FETCH_RELATIVE - Static variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
 
FETCH_REPEAT - Static variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
 
fetchDirection - Variable in class net.sourceforge.jtds.jdbc.JtdsResultSet
The fetch direction.
fetchDirection - Variable in class net.sourceforge.jtds.jdbc.JtdsStatement
The fetch direction for result sets.
fetchSize - Variable in class net.sourceforge.jtds.jdbc.JtdsResultSet
The fetch size (only applies to cursor ResultSets).
fetchSize - Variable in class net.sourceforge.jtds.jdbc.JtdsStatement
The fetch size (default 100, only used by cursor ResultSets).
fillInType(ColInfo) - Static method in class net.sourceforge.jtds.jdbc.TdsData
Fill in the TDS native type code and all other fields for a ColInfo instance with the JDBC type set.
finalize() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Ensure all resources are released.
finalize() - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
Called when this object goes out of scope to close any ResultSet object and this statement.
finalize() - Method in class net.sourceforge.jtds.jdbc.SharedSocket
Finalize this object by releasing its resources.
finalize() - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
Closes the proxy, releasing the connection.
finalize() - Method in class net.sourceforge.jtds.util.BlobBuffer.AsciiInputStream
Ensures underlying BLOB file can be closed even if user does not close this stream.
finalize() - Method in class net.sourceforge.jtds.util.BlobBuffer.AsciiOutputStream
Ensures underlying BLOB file can be closed even if user does not close this stream.
finalize() - Method in class net.sourceforge.jtds.util.BlobBuffer.BlobInputStream
Ensures underlying BLOB file can be closed even if user does not close this stream.
finalize() - Method in class net.sourceforge.jtds.util.BlobBuffer.BlobOutputStream
Ensures underlying BLOB file can be closed even if user does not close this stream.
finalize() - Method in class net.sourceforge.jtds.util.BlobBuffer
Finalizes this object by deleting any work files.
finalize() - Method in class net.sourceforge.jtds.util.BlobBuffer.UnicodeInputStream
Ensures underlying BLOB file can be closed even if user does not close this stream.
findColumn(String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
findParameter(String, boolean) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
Find a parameter by name.
finish() - Method in class net.sourceforge.jtds.util.GeneralDigest
 
fireConnectionEvent(boolean, SQLException) - Method in class net.sourceforge.jtds.jdbcx.PooledConnection
Fires a new connection event on all listeners.
first() - Method in class net.sourceforge.jtds.jdbc.CachedResultSet
 
first() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
first() - Method in class net.sourceforge.jtds.jdbc.MSCursorResultSet
 
fixedPrecScale - Variable in class net.sourceforge.jtds.jdbc.TypeInfo
 
FLOAT_ONE - Static variable in class net.sourceforge.jtds.jdbc.Support
 
FLOAT_ZERO - Static variable in class net.sourceforge.jtds.jdbc.Support
 
flush() - Method in class net.sourceforge.jtds.jdbc.RequestStream
Flush the packet to the output stream setting the last packet flag.
flush() - Method in class net.sourceforge.jtds.ssl.TdsTlsOutputStream
 
flushBufferedRecords() - Method in class net.sourceforge.jtds.ssl.TdsTlsOutputStream
Transmits the buffered batch of records.
flushInput - Variable in class net.sourceforge.jtds.jdbc.SharedSocket.VirtualSocket
True to discard network data.
fmtId - Variable in class net.sourceforge.jtds.jdbcx.JtdsXid
The format ID.
fnMap - Static variable in class net.sourceforge.jtds.jdbc.SQLParser
Map of jdbc to sybase function names.
forceClose() - Method in class net.sourceforge.jtds.jdbc.SharedLocalNamedPipe
Force close the socket causing any pending reads/writes to fail.
forceClose() - Method in class net.sourceforge.jtds.jdbc.SharedNamedPipe
Force close the socket causing any pending reads/writes to fail.
forceClose() - Method in class net.sourceforge.jtds.jdbc.SharedSocket
Force close the socket causing any pending reads/writes to fail.
forget(Xid) - Method in class net.sourceforge.jtds.jdbcx.JtdsXAResource
 
free() - Method in class net.sourceforge.jtds.jdbc.BlobImpl
 
free - Variable in class net.sourceforge.jtds.jdbc.cache.ProcedureCache
List of redundant cache entries.
free() - Method in class net.sourceforge.jtds.jdbc.ClobImpl
 
freshenKey(Object) - Method in class net.sourceforge.jtds.jdbc.cache.SimpleLRUCache
Moves the specified value to the top of the LRU list (the bottom of the list is where least recently used items live).
functionEscape() - Method in class net.sourceforge.jtds.jdbc.SQLParser
Processes the JDBC escape {fn function()}.

G

G(int, int, int) - Method in class net.sourceforge.jtds.util.MD4Digest
 
G(int, int, int) - Method in class net.sourceforge.jtds.util.MD5Digest
 
GeneralDigest - Class in net.sourceforge.jtds.util
base implementation of MD4 family style digest as outlined in "Handbook of Applied Cryptography", pages 344 - 347.
GeneralDigest() - Constructor for class net.sourceforge.jtds.util.GeneralDigest
Standard constructor
GeneralDigest(GeneralDigest) - Constructor for class net.sourceforge.jtds.util.GeneralDigest
Copy constructor.
generatedKeyAlwaysReturned() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
 
generateWorkingKey(boolean, byte[]) - Method in class net.sourceforge.jtds.util.DESEngine
generate an integer based working key based on our secret key and what we processing we are planning to do.
genKeyResultSet - Variable in class net.sourceforge.jtds.jdbc.JtdsStatement
Dummy result set for getGeneratedKeys.
get(String) - Method in class net.sourceforge.jtds.jdbc.cache.ProcedureCache
Retrieves a ProcEntry object from the cache.
get(Object) - Method in class net.sourceforge.jtds.jdbc.cache.SimpleLRUCache
Overrides get() so that it also updates the LRU list.
get(String) - Method in interface net.sourceforge.jtds.jdbc.cache.StatementCache
Returns a statement handle associated with the specified key or null if the key specified does not have an associated statement handle.
get(String) - Static method in class net.sourceforge.jtds.jdbc.Messages
Get runtime message using supplied key.
get(String, Object) - Static method in class net.sourceforge.jtds.jdbc.Messages
Get runtime message using supplied key and substitute parameter into message.
get(String, Object, Object) - Static method in class net.sourceforge.jtds.jdbc.Messages
Get runtime message using supplied key and substitute parameters into message.
get(String, Object[]) - Static method in class net.sourceforge.jtds.jdbc.Messages
Get runtime error using supplied key and substitute parameters into message.
getAlgorithmName() - Method in class net.sourceforge.jtds.util.DESEngine
 
getAlgorithmName() - Method in class net.sourceforge.jtds.util.MD4Digest
 
getAlgorithmName() - Method in class net.sourceforge.jtds.util.MD5Digest
 
getAppName() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieves the application name for this connection.
getAppName() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
getArray(int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getArray(String) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getArray(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getArray(String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getArray(int) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getArray(String) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getAsciiStream() - Method in class net.sourceforge.jtds.jdbc.ClobImpl
 
getAsciiStream(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getAsciiStream(String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getAttributes(String, String, String, String) - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
 
getAutoCommit() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
 
getAutoCommit() - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
Delgates calls to the connection; SQLExceptions thrown from the connection will cause an event to be fired on the connection pool listeners.
getBatchCounts(ArrayList, SQLException) - Method in class net.sourceforge.jtds.jdbc.TdsCore
Obtain the counts from a batch of SQL updates.
getBatchSize() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieves the batch size to be used internally.
getBatchSize() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
getBestRowIdentifier(String, String, String, int, boolean) - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Get a description of a table's optimal set of columns that uniquely identifies a row.
getBigDecimal(int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getBigDecimal(int, int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getBigDecimal(String) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getBigDecimal(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getBigDecimal(int, int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getBigDecimal(String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getBigDecimal(String, int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getBigDecimal(int, int) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getBigDecimal(int) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getBigDecimal(String) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getBinaryStream() - Method in class net.sourceforge.jtds.jdbc.BlobImpl
 
getBinaryStream(long, long) - Method in class net.sourceforge.jtds.jdbc.BlobImpl
 
getBinaryStream(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getBinaryStream(String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getBinaryStream(boolean) - Method in class net.sourceforge.jtds.util.BlobBuffer
Retrieve the BLOB data as an InputStream.
getBindAddress() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieves the bind address for this connection.
getBindAddress() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
getBlob(int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getBlob(String) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getBlob(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getBlob(String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getBlob(int) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getBlob(String) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getBlobBuffer() - Method in class net.sourceforge.jtds.jdbc.ClobImpl
Obtain this object's backing BlobBuffer object.
getBlockSize() - Method in class net.sourceforge.jtds.util.DESEngine
 
getBoolean(int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getBoolean(String) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getBoolean(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getBoolean(String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getBoolean(int) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getBoolean(String) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getBranchQualifier() - Method in class net.sourceforge.jtds.jdbcx.JtdsXid
 
getBufferDir() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Returns the directory where data should be buffered to.
getBufferDir() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
getBufferMaxMemory() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieves the maximum amount of memory in Kb to buffer for all connections.
getBufferMaxMemory() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
getBufferMinPackets() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieves the minimum number of packets to buffer per Statement for this connection.
getBufferMinPackets() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
getBufferSize() - Method in class net.sourceforge.jtds.jdbc.RequestStream
Retrieve the current output packet size.
getByte(int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getByte(String) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getByte(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getByte(String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getByte(int) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getByte(String) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getBytes(long, int) - Method in class net.sourceforge.jtds.jdbc.BlobImpl
 
getBytes(int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getBytes(String) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getBytes(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getBytes(String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getBytes(String) - Method in class net.sourceforge.jtds.jdbc.ParamInfo
Get the byte array value of the parameter.
getBytes() - Method in class net.sourceforge.jtds.jdbc.UniqueIdentifier
Retrieve the unique identifier as a byte array.
getBytes(int) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getBytes(String) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getBytes(long, int) - Method in class net.sourceforge.jtds.util.BlobBuffer
Returns the BLOB data as a byte array.
getCache(ConnectionJDBC2) - Static method in class net.sourceforge.jtds.jdbc.SQLParser
Retrieves the statement cache, creating it if required.
getCachedTds() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieves the cached TdsCore or null if nothing is cached and resets the cache (sets it to null).
getCacheMetaData() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
getCatalog() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
 
getCatalog() - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
Delgates calls to the connection; SQLExceptions thrown from the connection will cause an event to be fired on the connection pool listeners.
getCatalogName(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSetMetaData
 
getCatalogs() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Get the catalog names available in this database.
getCatalogSeparator() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
What's the separator between catalog and table name?
getCatalogTerm() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
What's the database vendor's preferred term for "catalog"?
getCharacterStream() - Method in class net.sourceforge.jtds.jdbc.ClobImpl
 
getCharacterStream(long, long) - Method in class net.sourceforge.jtds.jdbc.ClobImpl
 
getCharacterStream(int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getCharacterStream(String) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getCharacterStream(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getCharacterStream(String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getCharacterStream(int) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
 
getCharacterStream(String) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
 
getCharset(String) - Static method in class net.sourceforge.jtds.jdbc.CharsetInfo
Retrieves the CharsetInfo instance asociated with the specified server charset.
getCharset(byte[]) - Static method in class net.sourceforge.jtds.jdbc.CharsetInfo
Retrieves the CharsetInfo instance asociated with the specified collation.
getCharset() - Method in class net.sourceforge.jtds.jdbc.CharsetInfo
Retrieves the charset name.
getCharset() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieve the Java charset to use for encoding.
getCharset() - Method in class net.sourceforge.jtds.jdbc.SharedSocket
Retrieve the character set name used to translate byte arrays to or from Strings.
getCharset() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
getCharsetForLCID(int) - Static method in class net.sourceforge.jtds.jdbc.CharsetInfo
Retrieves the CharsetInfo instance asociated with the specified LCID.
getCharsetForSortOrder(int) - Static method in class net.sourceforge.jtds.jdbc.CharsetInfo
Retrieves the CharsetInfo instance asociated with the specified sort order.
getCharsetInfo() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieve the CharsetInfo instance used by this connection.
getCharsetInfo() - Method in class net.sourceforge.jtds.jdbc.SharedSocket
Retrieve the character set descriptor used to translate byte arrays to or from Strings.
getClassName(int) - Static method in class net.sourceforge.jtds.jdbc.Support
Retrieve the fully qualified java class name for the supplied JDBC Types constant.
getClientInfo() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
 
getClientInfo(String) - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
 
getClientInfo() - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
 
getClientInfo(String) - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
 
getClientInfoProperties() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
 
getClob(int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getClob(String) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getClob(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getClob(String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getClob(int) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getClob(String) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getCollation() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieve the SQL Server 2000 default collation.
getCollation(ResponseStream, ColInfo) - Static method in class net.sourceforge.jtds.jdbc.TdsData
TDS 8 supplies collation information for character data types.
getColMetaData() - Method in class net.sourceforge.jtds.jdbc.ProcEntry
Retrieves the column meta data array.
getColumn(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
Get the specified column's data item.
getColumn(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSetMetaData
Return the column descriptor given a column index.
getColumn(int) - Method in class net.sourceforge.jtds.jdbc.MSCursorResultSet
Get the specified column's data item.
getColumnClassName(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSetMetaData
 
getColumnCount(ColInfo[]) - Static method in class net.sourceforge.jtds.jdbc.JtdsResultSet
Retrieve the column count excluding hidden columns
getColumnCount() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSetMetaData
 
getColumnDisplaySize(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSetMetaData
 
getColumnLabel(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSetMetaData
 
getColumnName(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSetMetaData
 
getColumnPrivileges(String, String, String, String) - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Get a description of the access rights for a table's columns.
getColumns(String, String, String, String) - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Get a description of table columns available in a catalog.
getColumns() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
Retrieve the column descriptor array.
getColumns() - Method in class net.sourceforge.jtds.jdbc.TdsCore
Retrieve the current result set column descriptors.
getColumnType(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSetMetaData
 
getColumnTypeName(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSetMetaData
 
getConcurrency() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getConnection() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
JDBC 2.0 Retrieves the connection that produced this metadata object.
getConnection() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
Returns the ConnectionJDBC2 object referenced by the JtdsResultSet.statement instance variable.
getConnection() - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
 
getConnection(Object) - Static method in class net.sourceforge.jtds.jdbc.Support
Returns the connection for a given ResultSet, Statement or Connection object.
getConnection() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
Returns a new database connection.
getConnection(String, String) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
Returns a new database connection for the user and password specified.
getConnection() - Method in class net.sourceforge.jtds.jdbcx.PooledConnection
Returns a ConnectionProxy.
getConnection() - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
Delgates calls to the statement; SQLExceptions thrown from the statement will cause an event to be fired on the connection pool listeners.
getCrossReference(String, String, String, String, String, String) - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Get a description of the foreign key columns in the foreign key table that reference the primary key columns of the primary key table (describe how one table imports another's key).
getCurrentRow() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
Retrieve the current row data.
getCurrentRow() - Method in class net.sourceforge.jtds.jdbc.MSCursorResultSet
 
getCursorConcurrencyOpt(int) - Static method in class net.sourceforge.jtds.jdbc.MSCursorResultSet
Translates a JDBC result set concurrency into SQL Server native @ccOpt value for use with stored procedures such as sp_cursoropen, sp_cursorprepare or sp_cursorprepexec.
getCursorName() - Method in class net.sourceforge.jtds.jdbc.CachedResultSet
 
getCursorName() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieves the next unique cursor name.
getCursorName() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getCursorScrollOpt(int, int, boolean) - Static method in class net.sourceforge.jtds.jdbc.MSCursorResultSet
Translates a JDBC result set type into SQL Server native @scrollOpt value for use with stored procedures such as sp_cursoropen, sp_cursorprepare or sp_cursorprepexec.
getDatabaseMajorVersion() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieves the DBMS major version.
getDatabaseMajorVersion() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Returns the database major version.
getDatabaseMinorVersion() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieves the DBMS minor version.
getDatabaseMinorVersion() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Returns the database minor version.
getDatabaseName() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieves the database name for this connection.
getDatabaseName() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
getDatabaseProductName() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieves the DBMS product name.
getDatabaseProductName() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Returns the name of this database product.
getDatabaseProductVersion() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieves the DBMS product version.
getDatabaseProductVersion() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Returns the version of this database product.
getDate() - Method in class net.sourceforge.jtds.jdbc.DateTime
Retrieves the date component of a datetime value.
getDate(int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getDate(String) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getDate(int, Calendar) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getDate(String, Calendar) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getDate(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getDate(String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getDate(int, Calendar) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getDate(String, Calendar) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getDate(int) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getDate(int, Calendar) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getDate(String) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getDate(String, Calendar) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getDateTimeField(byte[]) - Method in class net.sourceforge.jtds.jdbc.SQLParser
Utility routine to validate date and time escapes.
getDatetimeValue(ResponseStream, int) - Static method in class net.sourceforge.jtds.jdbc.TdsData
Get a DATETIME value from the server response stream.
getDefaultFetchSize() - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
Retrieve the default fetch size for this statement.
getDefaultTransactionIsolation() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Returns the database's default transaction isolation level.
getDescription() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
getDigestSize() - Method in class net.sourceforge.jtds.util.MD4Digest
 
getDigestSize() - Method in class net.sourceforge.jtds.util.MD5Digest
 
getDomain() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
getDomainName() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieves the domain name for this connection.
getDouble(int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getDouble(String) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getDouble(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getDouble(String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getDouble(int) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getDouble(String) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getDriverMajorVersion() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Returns this JDBC driver's major version number.
getDriverMinorVersion() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Returns this JDBC driver's minor version number.
getDriverName() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Returns the name of this JDBC driver.
getDriverVersion() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Returns the version of this JDBC driver.
getExportedKeys(String, String, String) - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Get a description of the foreign key columns that reference a table's primary key columns (the foreign keys exported by a table).
getExtraNameCharacters() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Get all the "extra" characters that can be used in unquoted identifier names (those beyond a-z, A-Z, 0-9 and _).
getFactory() - Method in class net.sourceforge.jtds.ssl.SocketFactories.TdsTlsSocketFactory
Returns an SSLSocketFactory whose behavior will depend on the SSL setting.
getFetchDirection() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getFetchDirection() - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
 
getFetchDirection() - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
Delgates calls to the statement; SQLExceptions thrown from the statement will cause an event to be fired on the connection pool listeners.
getFetchSize() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getFetchSize() - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
 
getFetchSize() - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
Delgates calls to the statement; SQLExceptions thrown from the statement will cause an event to be fired on the connection pool listeners.
getFloat(int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getFloat(String) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getFloat(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getFloat(String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getFloat(int) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getFloat(String) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getFormatId() - Method in class net.sourceforge.jtds.jdbcx.JtdsXid
 
getFunctionColumns(String, String, String, String) - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
 
getFunctions(String, String, String) - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
 
getGeneratedKeys() - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
 
getGeneratedKeys() - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
Delgates calls to the statement; SQLExceptions thrown from the statement will cause an event to be fired on the connection pool listeners.
getGlobalTransactionId() - Method in class net.sourceforge.jtds.jdbcx.JtdsXid
 
getHoldability() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
 
getHoldability() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getHoldability() - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
Delgates calls to the connection; SQLExceptions thrown from the connection will cause an event to be fired on the connection pool listeners.
getHost() - Method in class net.sourceforge.jtds.jdbc.SharedSocket
Get the server host name.
getHostName() - Static method in class net.sourceforge.jtds.jdbc.TdsCore
Tries to figure out what client name we should identify ourselves as.
getId() - Method in class net.sourceforge.jtds.jdbc.SavepointImpl
Returns the savepoint id.
getIdentifierQuoteString() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Returns the string used to quote SQL identifiers.
getImportedKeys(String, String, String) - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Get a description of the primary key columns that are referenced by a table's foreign key columns (the primary keys imported by a table).
getIn() - Method in class net.sourceforge.jtds.jdbc.SharedSocket
Getter for SharedSocket.in field.
getIndexInfo(String, String, String, boolean, boolean) - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Get a description of a table's indices and statistics.
getInputStream(int) - Method in class net.sourceforge.jtds.jdbc.ResponseStream
Creates a simple InputStream over the server response.
getInputStream() - Method in class net.sourceforge.jtds.ssl.TdsTlsSocket
 
getInstance() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
getInstance() - Static method in class net.sourceforge.jtds.util.SSPIJNIClient
Returns the singleton SSPIJNIClient instance.
getInstance() - Static method in class net.sourceforge.jtds.util.TimerThread
Singleton getter.
getInstanceName() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieves the instance name for this connection.
getInt(int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getInt(String) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getInt(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getInt(String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getInt(int) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getInt(String) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getIntFromBuffer(byte[], int) - Static method in class net.sourceforge.jtds.jdbc.TdsCore
 
getJDBCMajorVersion() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Returns the JDBC major version.
getJDBCMinorVersion() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Returns the JDBC minor version.
getJdbcType(Object) - Static method in class net.sourceforge.jtds.jdbc.Support
Get the JDBC type constant which matches the supplied Object type.
getJdbcType(Class) - Static method in class net.sourceforge.jtds.jdbc.Support
Get the JDBC type constant which matches the supplied Class.
getJdbcTypeName(int) - Static method in class net.sourceforge.jtds.jdbc.Support
Get a String describing the supplied JDBC type constant.
getLanguage() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
getLastUpdateCount() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieves the status of the lastUpdateCount flag.
getLastUpdateCount() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
getLength() - Method in class net.sourceforge.jtds.util.BlobBuffer
Retrieves the length of this BLOB buffer in bytes.
getLobBuffer() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieves the LOB buffer size.
getLobBuffer() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
getLogFile() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
getLoginTimeout() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieves the login timeout for this connection.
getLoginTimeout() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
getLogWriter() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
getLogWriter() - Static method in class net.sourceforge.jtds.util.Logger
Get the logging PrintWriter Stream.
getLong(int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getLong(String) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getLong(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getLong(String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getLong(int) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getLong(String) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getMacAddress() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieves the MAC (ethernet) address for this connection.
getMACAddress(String) - Static method in class net.sourceforge.jtds.jdbc.TdsCore
Converts a user supplied MAC address into a byte array.
getMacAddress() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
getMajorVersion() - Method in class net.sourceforge.jtds.jdbc.Driver
 
getMaxBinaryLiteralLength() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
How many hex characters can you have in an inline binary literal?
getMaxCatalogNameLength() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
What's the maximum length of a catalog name?
getMaxCharLiteralLength() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
What's the max length for a character literal?
getMaxColumnNameLength() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
What's the limit on column name length?
getMaxColumnsInGroupBy() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
What's the maximum number of columns in a "GROUP BY" clause?
getMaxColumnsInIndex() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
What's the maximum number of columns allowed in an index?
getMaxColumnsInOrderBy() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
What's the maximum number of columns in an "ORDER BY" clause?
getMaxColumnsInSelect() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
What's the maximum number of columns in a "SELECT" list?
getMaxColumnsInTable() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
What's the maximum number of columns in a table?
getMaxConnections() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
How many active connections can we have at a time to this database?
getMaxCursorNameLength() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
What's the maximum cursor name length?
getMaxDecimalBytes() - Method in class net.sourceforge.jtds.jdbc.RequestStream
Returns the maximum number of bytes required to output a decimal given the current RequestStream.maxPrecision.
getMaxFieldSize() - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
 
getMaxFieldSize() - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
Delgates calls to the statement; SQLExceptions thrown from the statement will cause an event to be fired on the connection pool listeners.
getMaxIndexLength() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
What's the maximum length of an index (in bytes)?
getMaxPrecision() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieves the maximum decimal precision.
getMaxPrecision() - Method in class net.sourceforge.jtds.jdbc.RequestStream
Retrive the maximum decimal precision.
getMaxProcedureNameLength() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
What's the maximum length of a procedure name?
getMaxRows() - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
 
getMaxRows() - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
Delgates calls to the statement; SQLExceptions thrown from the statement will cause an event to be fired on the connection pool listeners.
getMaxRowSize() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
What's the maximum length of a single row?
getMaxSchemaNameLength() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
What's the maximum length allowed for a schema name?
getMaxStatementLength() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
What's the maximum length of a SQL statement?
getMaxStatements() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieves the maximum statement cache size.
getMaxStatements() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
How many active statements can we have open at one time to this database?
getMaxStatements() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
getMaxTableNameLength() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
What's the maximum length of a table name?
getMaxTablesInSelect() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
What's the maximum number of tables in a SELECT?
getMaxUserNameLength() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
What's the maximum length of a user name?
getMemoryBudget() - Static method in class net.sourceforge.jtds.jdbc.SharedSocket
Get the global buffer memory limit for all instancs of this driver.
getMessages() - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
Get the statement's warnings list.
getMessages() - Method in class net.sourceforge.jtds.jdbc.TdsCore
Returns the diagnostic chain for this instance.
getMetaData() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
 
getMetaData() - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
getMetaData() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getMetaData() - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
Delgates calls to the connection; SQLExceptions thrown from the connection will cause an event to be fired on the connection pool listeners.
getMetaData() - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
Delgates calls to the prepared statement; SQLExceptions thrown from the prepared statement will cause an event to be fired on the connection pool listeners.
getMinMemPkts() - Static method in class net.sourceforge.jtds.jdbc.SharedSocket
Get the minimum number of memory cached packets.
getMinorVersion() - Method in class net.sourceforge.jtds.jdbc.Driver
 
getMoneyValue(ResponseStream, int) - Static method in class net.sourceforge.jtds.jdbc.TdsData
Read a MONEY value from the server response stream.
getMoreResults() - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
 
getMoreResults(int) - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
 
getMoreResults() - Method in class net.sourceforge.jtds.jdbc.TdsCore
Get the next result set or update count from the TDS stream.
getMoreResults() - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
Delgates calls to the statement; SQLExceptions thrown from the statement will cause an event to be fired on the connection pool listeners.
getMoreResults(int) - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
Delgates calls to the statement; SQLExceptions thrown from the statement will cause an event to be fired on the connection pool listeners.
getMSTypeName(String, int) - Static method in class net.sourceforge.jtds.jdbc.TdsData
For SQL 2005 This routine will modify the meta data to allow the caller to distinguish between varchar(max) and text or varbinary(max) and image or nvarchar(max) and ntext.
getMutex() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieves the connection mutex and acquires an exclusive lock on the network connection.
getNamedPipe() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieves the named pipe setting for this connection.
getNamedPipe() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
getNamedPipePath(int) - Static method in class net.sourceforge.jtds.jdbc.DefaultProperties
Returns the default path for the named pipe for a given serverType.
getNativeType(ConnectionJDBC2, ParamInfo) - Static method in class net.sourceforge.jtds.jdbc.TdsData
Retrieve the TDS native type code for the parameter.
getNCharacterStream(int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getNCharacterStream(String) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getNCharacterStream(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getNCharacterStream(String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getNCharacterStream(int) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
 
getNCharacterStream(String) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
 
getNClob(int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getNClob(String) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getNClob(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getNClob(String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getNClob(int) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
 
getNClob(String) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
 
getNetPacket(int, byte[]) - Method in class net.sourceforge.jtds.jdbc.SharedSocket
Get a network packet.
getNetPacketSize() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieves the network packet size.
getNetworkTimeout() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
 
getNetworkTimeout() - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
 
getNextRow() - Method in class net.sourceforge.jtds.jdbc.TdsCore
Retrieve the next data row from the result set.
getNextSavepointId() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC3
Returns the next savepoint identifier.
getNString(int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getNString(String) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getNString(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getNString(String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getNString(int) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
 
getNString(String) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
 
getNumericFunctions() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Get a comma separated list of math functions.
getObject(int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getObject(String) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getObject(int, Map) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getObject(String, Map) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getObject(int, Class<T>) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getObject(String, Class<T>) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getObject(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getObject(String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getObject(int, Map) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getObject(String, Map) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getObject(int, Class<T>) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getObject(String, Class<T>) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getObject(int) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getObject(int, Map) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getObject(String) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getObject(String, Map) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getObject(int, Class<T>) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
 
getObject(String, Class<T>) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
 
getObjectInstance(Object, Name, Context, Hashtable) - Method in class net.sourceforge.jtds.jdbcx.JtdsObjectFactory
 
getObsoleteHandles(Collection) - Method in class net.sourceforge.jtds.jdbc.cache.ProcedureCache
Obtains a list of statement handles or procedures that can now be dropped.
getObsoleteHandles(Collection) - Method in interface net.sourceforge.jtds.jdbc.cache.StatementCache
Returns a Collection of obsolete statement handles that may be released, or null if no statement handles are obsolete.
getOut() - Method in class net.sourceforge.jtds.jdbc.SharedSocket
Getter for SharedSocket.out field.
getOutputStream() - Method in class net.sourceforge.jtds.ssl.TdsTlsSocket
 
getOutputValue(int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
Retrieve the value of an output parameter.
getOutValue() - Method in class net.sourceforge.jtds.jdbc.ParamInfo
Get the output parameter value.
getPacket() - Method in class net.sourceforge.jtds.jdbc.ResponseStream
Read the next TDS packet from the network.
getPacketSize() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieves the packet size for this connection.
getPacketSize() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
getParameter(int) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
Check the supplied index and return the selected parameter.
getParameter(int) - Method in class net.sourceforge.jtds.jdbc.ParameterMetaDataImpl
 
getParameterClassName(int) - Method in class net.sourceforge.jtds.jdbc.ParameterMetaDataImpl
 
getParameterCount() - Method in class net.sourceforge.jtds.jdbc.ParameterMetaDataImpl
 
getParameterDefinitions(ParamInfo[]) - Static method in class net.sourceforge.jtds.jdbc.Support
Constructs a parameter definition string for use with sp_executesql, sp_prepare, sp_prepexec, sp_cursoropen, sp_cursorprepare and sp_cursorprepexec.
getParameterMetaData() - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
getParameterMetaData() - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
Delgates calls to the prepared statement; SQLExceptions thrown from the prepared statement will cause an event to be fired on the connection pool listeners.
getParameterMode(int) - Method in class net.sourceforge.jtds.jdbc.ParameterMetaDataImpl
 
getParameters() - Method in class net.sourceforge.jtds.jdbc.TdsCore
Retrieve the parameter meta data from a Sybase prepare.
getParameterType(int) - Method in class net.sourceforge.jtds.jdbc.ParameterMetaDataImpl
 
getParameterTypeName(int) - Method in class net.sourceforge.jtds.jdbc.ParameterMetaDataImpl
 
getParamMetaData() - Method in class net.sourceforge.jtds.jdbc.ProcEntry
Retrieves the parameter meta data array.
getParentLogger() - Method in class net.sourceforge.jtds.jdbc.Driver
 
getParentLogger() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
getPassword() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieves the password for this connection.
getPassword() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
getPipe() - Method in class net.sourceforge.jtds.jdbc.SharedNamedPipe
Getter for SharedNamedPipe.pipe field.
getPktLen(byte[]) - Static method in class net.sourceforge.jtds.jdbc.SharedSocket
Convert two bytes (in network byte order) in a byte array into a Java short integer.
getPooledConnection() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
Returns a new pooled database connection.
getPooledConnection(String, String) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
Returns a new pooled database connection for the user and password specified.
getPort() - Method in class net.sourceforge.jtds.jdbc.SharedSocket
Get the server port number.
getPortForInstance(String) - Method in class net.sourceforge.jtds.jdbc.MSSqlServerInfo
Call getInfo() before calling this method.
getPortNumber() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieves the port number for this connection.
getPortNumber() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
getPrecision(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSetMetaData
 
getPrecision(int) - Method in class net.sourceforge.jtds.jdbc.ParameterMetaDataImpl
 
getPrepareSql() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieves the Prepared SQL method.
getPrepareSql() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
getPrimaryKeys(String, String, String) - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Get a description of a table's primary key columns.
getProcedureColumns(String, String, String, String) - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Get a description of a catalog's stored procedure parameters and result columns.
getProcedures(String, String, String) - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Get a description of stored procedures available in a catalog.
getProcedureTerm() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
What's the database vendor's preferred term for "procedure"?
getProcessId() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieves the process ID to send to a server when a connection is established.
getProcessId() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
getProcName() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieves the next unique stored procedure name.
getProgName() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieves the program name for this connection.
getProgName() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
getPropertyInfo(String, Properties) - Method in class net.sourceforge.jtds.jdbc.Driver
 
getPseudoColumns(String, String, String, String) - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
 
getQueryTimeout() - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
 
getQueryTimeout() - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
Delgates calls to the statement; SQLExceptions thrown from the statement will cause an event to be fired on the connection pool listeners.
getRef(int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getRef(String) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getRef(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getRef(String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getRef(int) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getRef(String) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getRefCount() - Method in class net.sourceforge.jtds.jdbc.ProcEntry
Retreives the usage count.
getReference() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
getRequestStream(int, int) - Method in class net.sourceforge.jtds.jdbc.SharedSocket
Obtain an instance of a server request stream for this socket.
getResourceManager() - Method in class net.sourceforge.jtds.jdbcx.JtdsXAResource
 
getResponseStream(RequestStream, int) - Method in class net.sourceforge.jtds.jdbc.SharedSocket
Obtain an instance of a server response stream for this socket.
getResultSet() - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
 
getResultSet() - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
Delgates calls to the statement; SQLExceptions thrown from the statement will cause an event to be fired on the connection pool listeners.
getResultSetConcurrency() - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
 
getResultSetConcurrency() - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
Delgates calls to the statement; SQLExceptions thrown from the statement will cause an event to be fired on the connection pool listeners.
getResultSetHoldability() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
 
getResultSetHoldability() - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
 
getResultSetHoldability() - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
Delgates calls to the statement; SQLExceptions thrown from the statement will cause an event to be fired on the connection pool listeners.
getResultSetType() - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
 
getResultSetType() - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
Delgates calls to the statement; SQLExceptions thrown from the statement will cause an event to be fired on the connection pool listeners.
getReturnStatus() - Method in class net.sourceforge.jtds.jdbc.TdsCore
Retrieve the return status for the current stored procedure.
getRmHost() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieves the host and port for this connection.
getRmHost() - Method in class net.sourceforge.jtds.jdbcx.JtdsXAResource
 
getRow() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getRowCount() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieves the current row count on this connection.
getRowData() - Method in class net.sourceforge.jtds.jdbc.TdsCore
Retrieve the current result set data items.
getRowId(int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getRowId(String) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getRowId(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getRowId(String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getRowId(int) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
 
getRowId(String) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
 
getRowIdLifetime() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
 
getSavepointId() - Method in class net.sourceforge.jtds.jdbc.SavepointImpl
 
getSavepointName() - Method in class net.sourceforge.jtds.jdbc.SavepointImpl
 
getScale(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSetMetaData
 
getScale(int) - Method in class net.sourceforge.jtds.jdbc.ParameterMetaDataImpl
 
getSchema() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
 
getSchema() - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
 
getSchemaName(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSetMetaData
 
getSchemas() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Get the schema names available in this database.
getSchemas(String, String) - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
 
getSchemaTerm() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
What's the database vendor's preferred term for "schema"?
getSearchStringEscape() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
This is the string that can be used to escape '_' or '%' in the string pattern style catalog search parameters.
getSendStringParametersAsUnicode() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
getServerName() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieves the server name for this connection.
getServerName() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
getServerType() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieves the server type.
getServerType(int) - Static method in class net.sourceforge.jtds.jdbc.DefaultProperties
Converts an integer server type to its string representation.
getServerType(String) - Static method in class net.sourceforge.jtds.jdbc.DefaultProperties
Converts a string server type to its integer representation.
getServerType() - Method in class net.sourceforge.jtds.jdbc.RequestStream
Retrieve the Server type.
getServerType() - Method in class net.sourceforge.jtds.jdbc.ResponseStream
Retrieves the server type.
getServerType() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
getServerTypeWithDefault(int) - Static method in class net.sourceforge.jtds.jdbc.DefaultProperties
Same as DefaultProperties.getServerType(int), only it returns the default server type ("sqlserver") if serverType is 0.
getShort(int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getShort(String) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getShort(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getShort(String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getShort(int) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getShort(String) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getShortFromBuffer(byte[], int) - Static method in class net.sourceforge.jtds.jdbc.TdsCore
 
getSocket() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrive the shared socket.
getSocketFactory(String, Socket) - Static method in class net.sourceforge.jtds.ssl.SocketFactories
Returns a socket factory, the behavior of which will depend on the SSL setting and whether or not the DB server supports SSL.
getSocketKeepAlive() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieves whether to enable socket keep alive.
getSocketKeepAlive() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
getSocketTimeout() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieves the socket timeout for this connection.
getSocketTimeout() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
getSortedTypes(ResultSet, boolean) - Static method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
 
getSQLKeywords() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Get a comma separated list of all a database's SQL keywords that are NOT also SQL92 keywords.
getSQLStateType() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
 
getSQLXML(int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getSQLXML(String) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getSQLXML(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getSQLXML(String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getSQLXML(int) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
 
getSQLXML(String) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
 
getSsl() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
getStateCode(int, int, String) - Static method in class net.sourceforge.jtds.jdbc.SQLDiagnostic
Map an SQL Server error code to an ANSI SQLSTATE code.
getStatement() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getStatementKey(String, ParamInfo[], int, String, boolean, boolean) - Static method in class net.sourceforge.jtds.jdbc.Support
Generates a unique statement key for a given SQL statement.
getStreamId() - Method in class net.sourceforge.jtds.jdbc.RequestStream
Retrieve the unique stream id.
getStreamId() - Method in class net.sourceforge.jtds.jdbc.ResponseStream
Retrieves the unique stream id.
getString(int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getString(String) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getString(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getString(String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getString(String) - Method in class net.sourceforge.jtds.jdbc.ParamInfo
Get the string value of the parameter.
getString(int) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getString(String) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getStringFunctions() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Get a comma separated list of string functions.
getSubString(long, int) - Method in class net.sourceforge.jtds.jdbc.ClobImpl
 
getSuperTables(String, String, String) - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
 
getSuperTypes(String, String, String) - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
 
getSybaseInfo(int) - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieve the Sybase capability data.
getSystemFunctions() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Get a comma separated list of system functions.
getTableName(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSetMetaData
 
getTableName() - Method in class net.sourceforge.jtds.jdbc.SQLParser
Extracts the first table name following the keyword FROM.
getTablePrivileges(String, String, String) - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Get a description of the access rights for each table available in a catalog.
getTables(String, String, String, String[]) - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Get a description of tables available in a catalog.
getTableTypes() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Get the table types available in this database.
getTcpNoDelay() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieves the tcpNoDelay setting for this connection.
getTcpNoDelay() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
getTds() - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
Get the Statement's TDS object.
getTds() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
getTds5ParamSize(String, boolean, ParamInfo, boolean) - Static method in class net.sourceforge.jtds.jdbc.TdsData
Calculate the size of the parameter descriptor array for TDS 5 packets.
getTdsVersion() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieve the TDS protocol version.
getTdsVersion(String) - Static method in class net.sourceforge.jtds.jdbc.DefaultProperties
Converts a string TDS version to its integer representation.
getTdsVersion() - Method in class net.sourceforge.jtds.jdbc.RequestStream
Retrieve the TDS version number.
getTdsVersion() - Method in class net.sourceforge.jtds.jdbc.ResponseStream
Retrieves the TDS version number.
getTdsVersion() - Method in class net.sourceforge.jtds.jdbc.SharedSocket
Retrieve the TDS version that is active on the connection supported by this socket.
getTdsVersion() - Method in class net.sourceforge.jtds.jdbc.TdsCore
Retrieve the TDS protocol version.
getTdsVersion(int) - Static method in class net.sourceforge.jtds.jdbc.TdsData
Extract the TDS protocol version from the value returned by the server in the LOGINACK packet.
getTextSize() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieves the current maximum textsize on this connection.
getTime() - Method in class net.sourceforge.jtds.jdbc.DateTime
Retrieves the time component of a datetime value.
getTime(int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getTime(String) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getTime(int, Calendar) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getTime(String, Calendar) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getTime(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getTime(String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getTime(int, Calendar) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getTime(String, Calendar) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getTime(int) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getTime(int, Calendar) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getTime(String) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getTime(String, Calendar) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getTimeDateFunctions() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Get a comma separated list of time and date functions.
getTimestamp(int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getTimestamp(String) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getTimestamp(int, Calendar) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getTimestamp(String, Calendar) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getTimestamp(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getTimestamp(String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getTimestamp(int, Calendar) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getTimestamp(String, Calendar) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getTimestamp(int) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getTimestamp(int, Calendar) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getTimestamp(String) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getTimestamp(String, Calendar) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getTransactionIsolation() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
 
getTransactionIsolation() - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
Delgates calls to the connection; SQLExceptions thrown from the connection will cause an event to be fired on the connection pool listeners.
getTransactionTimeout() - Method in class net.sourceforge.jtds.jdbcx.JtdsXAResource
 
getType() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getType() - Method in class net.sourceforge.jtds.jdbc.ProcEntry
Retrieves the statement implementation type.
getTypeInfo() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Get a description of all the standard SQL types supported by this database.
getTypeMap() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
 
getTypeMap() - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
Delgates calls to the connection; SQLExceptions thrown from the connection will cause an event to be fired on the connection pool listeners.
getUDTs(String, String, String, int[]) - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
JDBC 2.0 Gets a description of the user-defined types defined in a particular schema.
getUnicodeStream(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getUnicodeStream(String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getUnicodeStream() - Method in class net.sourceforge.jtds.util.BlobBuffer
Retrieve the BLOB data as an Big Endian Unicode InputStream.
getUpdateCount() - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
 
getUpdateCount() - Method in class net.sourceforge.jtds.jdbc.TdsCore
Retrieve the update count from the current TDS token.
getUpdateCount() - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
Delgates calls to the statement; SQLExceptions thrown from the statement will cause an event to be fired on the connection pool listeners.
getURL() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieves the original connection URL.
getURL(int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getURL(String) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getURL() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
What's the URL for this database?
getURL(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getURL(String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getURL(int) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getURL(String) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getUseCursors() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Indicates whether fast forward only cursors should be used for forward only result sets.
getUseCursors() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
getUseJCIFS() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieves the useJCIFS setting for this connection.
getUseJCIFS() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
getUseLOBs() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Indicates whether large types (IMAGE and TEXT/NTEXT) should be mapped by default to LOB types or String and byte[] respectively.
getUseLOBs() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
getUseMetadataCache() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieves the boolean indicating whether metadata caching is enabled.
getUseNTLMv2() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Indicates whether, when doing Windows authentication to an MS SQL server, NTLMv2 should be used.
getUseNTLMV2() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
getUser() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieves the user for this connection.
getUser() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
getUserName() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
What's our user name as known to the database?
getUseUnicode() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieve the sendParametersAsUnicode flag.
getVariant(ConnectionJDBC2, ResponseStream) - Static method in class net.sourceforge.jtds.jdbc.TdsData
Read a MSQL 2000 sql_variant data value from the input stream.
getVersion() - Static method in class net.sourceforge.jtds.jdbc.Driver
Returns the driver version.
getVersionColumns(String, String, String) - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Get a description of a table's columns that are automatically updated when any value in a row is updated.
getWarnings() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
 
getWarnings() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getWarnings() - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
 
getWarnings() - Method in class net.sourceforge.jtds.jdbc.SQLDiagnostic
Return the warning chain.
getWarnings() - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
Delgates calls to the connection; SQLExceptions thrown from the connection will cause an event to be fired on the connection pool listeners.
getWarnings() - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
Delgates calls to the statement; SQLExceptions thrown from the statement will cause an event to be fired on the connection pool listeners.
getWsid() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieves the workstation ID (WSID) for this connection.
getWsid() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
getXAConnection() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
Returns a new XA database connection.
getXAConnection(String, String) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
Returns a new XA database connection for the user and password specified.
getXAConnectionID() - Method in class net.sourceforge.jtds.jdbcx.JtdsXAConnection
Retrieves the XA Connection ID to pass to server.
getXADataSource() - Method in class net.sourceforge.jtds.jdbcx.JtdsXAConnection
 
getXaEmulation() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
getXAResource() - Method in class net.sourceforge.jtds.jdbcx.JtdsXAConnection
 
getXaState() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieves the XA state variable.
getXid() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Gets the XA transaction ID when running in emulation mode.
globalMemUsage - Static variable in class net.sourceforge.jtds.jdbc.SharedSocket
Total memory usage in all instances of the driver NB.
growBuffer(int) - Method in class net.sourceforge.jtds.util.BlobBuffer
Increases the size of the in memory buffer for situations where disk storage of BLOB is not possible.
gtran - Variable in class net.sourceforge.jtds.jdbcx.JtdsXid
The global transaction ID.

H

H(int, int, int) - Method in class net.sourceforge.jtds.util.MD4Digest
 
H(int, int, int) - Method in class net.sourceforge.jtds.util.MD5Digest
 
H1 - Variable in class net.sourceforge.jtds.util.MD4Digest
 
H1 - Variable in class net.sourceforge.jtds.util.MD5Digest
 
H2 - Variable in class net.sourceforge.jtds.util.MD4Digest
 
H2 - Variable in class net.sourceforge.jtds.util.MD5Digest
 
H3 - Variable in class net.sourceforge.jtds.util.MD4Digest
 
H3 - Variable in class net.sourceforge.jtds.util.MD5Digest
 
H4 - Variable in class net.sourceforge.jtds.util.MD4Digest
 
H4 - Variable in class net.sourceforge.jtds.util.MD5Digest
 
handles - Variable in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
Collection of handles used by this statement
hasExpired(Object) - Method in class net.sourceforge.jtds.util.TimerThread
Check whether a timer has expired.
hash - Variable in class net.sourceforge.jtds.jdbcx.JtdsXid
Precalculated hash value.
hashCode - Variable in class net.sourceforge.jtds.jdbc.cache.SQLCacheKey
 
hashCode() - Method in class net.sourceforge.jtds.jdbc.cache.SQLCacheKey
 
hashCode() - Method in class net.sourceforge.jtds.jdbc.CharsetInfo
 
hashCode() - Method in class net.sourceforge.jtds.jdbc.TypeInfo
 
hashCode() - Method in class net.sourceforge.jtds.jdbcx.JtdsXid
Get the hash code for this object.
hdrBuf - Variable in class net.sourceforge.jtds.jdbc.SharedSocket
Buffer for packet header.
head - Variable in class net.sourceforge.jtds.jdbc.cache.ProcedureCache
Head node of the linked list.
hex - Static variable in class net.sourceforge.jtds.jdbc.Support
Hex constants to use in conversion routines.
hex - Static variable in class net.sourceforge.jtds.util.Logger
 
hmacMD5(byte[], byte[]) - Static method in class net.sourceforge.jtds.jdbc.NtlmAuth
Calculates the HMAC-MD5 hash of the given data using the specified hashing key.
HOLD_CURSORS_OVER_COMMIT - Static variable in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
host - Variable in class net.sourceforge.jtds.jdbc.SharedSocket
The server host name.
hostName - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
Name of the client host (it can take quite a while to find it out if DNS is configured incorrectly).
hour - Variable in class net.sourceforge.jtds.jdbc.DateTime
Unpacked hour value.
HS_HEADER_SIZE - Static variable in interface net.sourceforge.jtds.ssl.Ssl
TLS Hand shake Header Size.

I

id - Variable in class net.sourceforge.jtds.jdbc.SavepointImpl
 
identifierChar - Static variable in class net.sourceforge.jtds.jdbc.SQLParser
Lookup table to test if character is part of an identifier.
in - Variable in class net.sourceforge.jtds.jdbc.SharedSocket
Input stream for network socket.
in - Variable in class net.sourceforge.jtds.jdbc.SQLParser
Input buffer with SQL statement.
in - Variable in class net.sourceforge.jtds.jdbc.TdsCore
The input server response stream.
inBatch - Variable in class net.sourceforge.jtds.jdbc.TdsCore
Indicates processing a batch.
init(boolean, byte[]) - Method in class net.sourceforge.jtds.util.DESEngine
initialise a DES cipher.
INITIAL_ROW_COUNT - Static variable in class net.sourceforge.jtds.jdbc.JtdsResultSet
Initial size for row array.
initialize() - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
Initialize the Statement, by cleaning up all queued and unprocessed results.
initialize() - Method in class net.sourceforge.jtds.util.SSPIJNIClient
Initializes the SSPI client.
initialized - Variable in class net.sourceforge.jtds.util.SSPIJNIClient
SSPI client initialized flag.
initialRowCnt - Variable in class net.sourceforge.jtds.jdbc.CachedResultSet
The row count of the initial result set.
INPUT - Static variable in class net.sourceforge.jtds.jdbc.ParamInfo
Flag as an input parameter.
inputPkts - Variable in class net.sourceforge.jtds.jdbc.SharedSocket.VirtualSocket
Total of input packets in memory or disk.
insertRow - Variable in class net.sourceforge.jtds.jdbc.CachedResultSet
Buffer row used for inserts.
insertRow() - Method in class net.sourceforge.jtds.jdbc.CachedResultSet
 
insertRow() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
insertRow - Variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
The "insert row".
insertRow() - Method in class net.sourceforge.jtds.jdbc.MSCursorResultSet
 
insertsAreDetected(int) - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
JDBC 2.0 Indicates whether or not a visible row insert can be detected by calling ResultSet.rowInserted().
INSTANCE - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
Default instance property.
INSTANCE - Static variable in class net.sourceforge.jtds.jdbc.Driver
 
instance - Variable in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
instance - Static variable in class net.sourceforge.jtds.util.TimerThread
Singleton instance.
instanceName - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
The SQL Server instance.
INTEGER_ONE - Static variable in class net.sourceforge.jtds.jdbc.Support
 
INTEGER_ZERO - Static variable in class net.sourceforge.jtds.jdbc.Support
 
INVALID_PAGE - Static variable in class net.sourceforge.jtds.util.BlobBuffer
Invalid page marker.
invokeInitialize() - Method in class net.sourceforge.jtds.util.SSPIJNIClient
Calls #initialize() if the SSPI client is not already inited.
invokePrepareSSORequest() - Method in class net.sourceforge.jtds.util.SSPIJNIClient
Calls #prepareSSORequest() to prepare the NTLM TYPE-1 message.
invokePrepareSSOSubmit(byte[]) - Method in class net.sourceforge.jtds.util.SSPIJNIClient
Calls #prepareSSOSubmit(byte[], long) to prepare the NTLM TYPE-3 message.
invokeUnInitialize() - Method in class net.sourceforge.jtds.util.SSPIJNIClient
Calls #unInitialize() if the SSPI client is inited.
isActive() - Static method in class net.sourceforge.jtds.util.Logger
Retrieve the active status of the logger.
isAfterLast() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
isAuthToken() - Method in class net.sourceforge.jtds.jdbc.TdsCore.TdsToken
Retrieve the NTLM challenge status.
isAutoIncrement(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSetMetaData
 
isBeforeFirst() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
isCaseSensitive - Variable in class net.sourceforge.jtds.jdbc.ColInfo
Column name is case sensitive
isCaseSensitive(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSetMetaData
 
isCatalogAtStart() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Retrieves whether a catalog appears at the start of a fully qualified table name.
isCharsetSpecified() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieves whether a specific charset was requested on creation.
isClosed() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
 
isClosed() - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
isClosed() - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
isClosed() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
isClosed() - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
 
isClosed - Variable in class net.sourceforge.jtds.jdbc.RequestStream
True if stream is closed.
isClosed - Variable in class net.sourceforge.jtds.jdbc.ResponseStream
True if stream is closed.
isClosed - Variable in class net.sourceforge.jtds.jdbc.TdsCore
Indicates that this object is closed.
isClosed() - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
 
isClosed() - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
Delgates calls to the connection; SQLExceptions thrown from the connection will cause an event to be fired on the connection pool listeners.
isClosed() - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
 
isClosed() - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
 
isCloseOnCompletion() - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
 
isCloseOnCompletion() - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
 
isCollation(ColInfo) - Static method in class net.sourceforge.jtds.jdbc.TdsData
Retrieve the collation status of the column.
isCollation - Variable in class net.sourceforge.jtds.jdbc.TdsData.TypeInfo
true if type requires TDS80 collation.
isConnected() - Method in class net.sourceforge.jtds.jdbc.SharedLocalNamedPipe
Get the connected status of this socket.
isConnected() - Method in class net.sourceforge.jtds.jdbc.SharedNamedPipe
Get the connected status of this socket.
isConnected() - Method in class net.sourceforge.jtds.jdbc.SharedSocket
Get the connected status of this socket.
isConnected() - Method in class net.sourceforge.jtds.ssl.TdsTlsSocket
 
isCurrency(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSetMetaData
 
isCurrency(ColInfo) - Static method in class net.sourceforge.jtds.jdbc.TdsData
Retrieve the currency status of the column.
isCursorUpdateable() - Method in class net.sourceforge.jtds.jdbc.CachedResultSet
Analyses the tables in the result set and determines if the primary key columns needed to make it updateable exist.
isDataInResultSet() - Method in class net.sourceforge.jtds.jdbc.TdsCore
Retrieve the status of result set.
isDefinitelyWritable(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSetMetaData
 
isEndOfResponse() - Method in class net.sourceforge.jtds.jdbc.TdsCore
Retrieve the status of the response stream.
isEndToken() - Method in class net.sourceforge.jtds.jdbc.TdsCore.TdsToken
Retrieve the DONE token status.
isFirst() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
isHidden - Variable in class net.sourceforge.jtds.jdbc.ColInfo
Column should be hidden
isIdentifier(int) - Static method in class net.sourceforge.jtds.jdbc.SQLParser
Determines if character could be part of an SQL identifier.
isIdentity - Variable in class net.sourceforge.jtds.jdbc.ColInfo
Column is an indentity column
isKey - Variable in class net.sourceforge.jtds.jdbc.ColInfo
Column may be used as a key
isKeyed - Variable in class net.sourceforge.jtds.jdbc.CachedResultSet
Table is keyed.
isLast() - Method in class net.sourceforge.jtds.jdbc.CachedResultSet
 
isLast() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
isLast() - Method in class net.sourceforge.jtds.jdbc.MSCursorResultSet
 
isMemOnly - Variable in class net.sourceforge.jtds.util.BlobBuffer
True if attempts to create a BLOB file have failed.
isNullable(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSetMetaData
 
isNullable(int) - Method in class net.sourceforge.jtds.jdbc.ParameterMetaDataImpl
 
isOutput - Variable in class net.sourceforge.jtds.jdbc.ParamInfo
Parameter is an output parameter
isPoolable() - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
isPoolable() - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
isPoolable() - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
 
isPoolable() - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
 
isPoolable() - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
 
isPoolable() - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
 
isPreparedProcedureName(String) - Static method in class net.sourceforge.jtds.jdbc.TdsCore
Returns true if the specified procName is a sp_prepare or sp_prepexec handle; returns false otherwise.
isReadOnly() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
 
isReadOnly() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Is the database in read-only mode?
isReadOnly(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSetMetaData
 
isReadOnly() - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
Delgates calls to the connection; SQLExceptions thrown from the connection will cause an event to be fired on the connection pool listeners.
isResultSet() - Method in class net.sourceforge.jtds.jdbc.TdsCore
Retrieve the status of the next result item.
isResultSet() - Method in class net.sourceforge.jtds.jdbc.TdsCore.TdsToken
Retrieve the result set status.
isRetVal - Variable in class net.sourceforge.jtds.jdbc.ParamInfo
Parameter is used as SP return value
isRowData() - Method in class net.sourceforge.jtds.jdbc.TdsCore
Retrieve the status of the next result item.
isRowData() - Method in class net.sourceforge.jtds.jdbc.TdsCore.TdsToken
Retrieve the row data status.
isSameRM(XAResource) - Method in class net.sourceforge.jtds.jdbcx.JtdsXAResource
 
isSearchable(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSetMetaData
 
isSearchable(ColInfo) - Static method in class net.sourceforge.jtds.jdbc.TdsData
Retrieve the searchable status of the column.
isSet - Variable in class net.sourceforge.jtds.jdbc.ParamInfo
IN parameter has been set
isSetOut - Variable in class net.sourceforge.jtds.jdbc.ParamInfo
OUT parameter value is set.
isSigned(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSetMetaData
 
isSigned(int) - Method in class net.sourceforge.jtds.jdbc.ParameterMetaDataImpl
 
isSigned(ColInfo) - Static method in class net.sourceforge.jtds.jdbc.TdsData
Retrieve the signed status of the column.
isSigned - Variable in class net.sourceforge.jtds.jdbc.TdsData.TypeInfo
true if type is a signed numeric.
isSybase - Variable in class net.sourceforge.jtds.jdbc.CachedResultSet
Flag to indicate Sybase.
istm - Variable in class net.sourceforge.jtds.ssl.TdsTlsSocket
 
isUnicode - Variable in class net.sourceforge.jtds.jdbc.ParamInfo
Parameter should be sent as unicode
isUnicode(ColInfo) - Static method in class net.sourceforge.jtds.jdbc.TdsData
Determines whether the column is Unicode encoded.
isUpdateCount() - Method in class net.sourceforge.jtds.jdbc.TdsCore
Retrieve the status of the next result item.
isUpdateCount() - Method in class net.sourceforge.jtds.jdbc.TdsCore.TdsToken
Retrieve the update count status.
isValid(int) - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
 
isValid(int) - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
 
isWideChar() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieve the multibyte status of the current character set.
isWideChars() - Method in class net.sourceforge.jtds.jdbc.CharsetInfo
Retrieves whether the caracter set is wide (ie multi-byte).
isWindowsOS() - Static method in class net.sourceforge.jtds.jdbc.Support
Checks the os.name system property to see if it starts with "windows".
isWrapperFor(Class) - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
 
isWrapperFor(Class) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
isWrapperFor(Class) - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
 
isWrapperFor(Class) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
isWrapperFor(Class) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
isWrapperFor(Class) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSetMetaData
 
isWrapperFor(Class) - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
 
isWrapperFor(Class) - Method in class net.sourceforge.jtds.jdbc.ParameterMetaDataImpl
 
isWrapperFor(Class) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
isWrapperFor(Class) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
 
isWrapperFor(Class) - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
 
isWrapperFor(Class) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
 
isWrapperFor(Class) - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
 
isWritable(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSetMetaData
 
isWriteable - Variable in class net.sourceforge.jtds.jdbc.ColInfo
Column may be updated
isXaEmulation() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieves the XA Emulation flag.

J

JDBC3 - Static variable in class net.sourceforge.jtds.jdbc.Driver
Set if the JDBC specification to implement is 3.0 or greater.
jdbcCompliant() - Method in class net.sourceforge.jtds.jdbc.Driver
 
jdbcType - Variable in class net.sourceforge.jtds.jdbc.ColInfo
JDBC type constant from java.sql.Types
jdbcType - Variable in class net.sourceforge.jtds.jdbc.ParamInfo
JDBC type constant from java.sql.Types
jdbcType - Variable in class net.sourceforge.jtds.jdbc.TdsData.TypeInfo
The java.sql.Types constant for this data type.
JtdsCallableStatement - Class in net.sourceforge.jtds.jdbc
jTDS implementation of the java.sql.CallableStatement interface.
JtdsCallableStatement(ConnectionJDBC2, String, int, int) - Constructor for class net.sourceforge.jtds.jdbc.JtdsCallableStatement
Construct a CallableStatement object.
JtdsDatabaseMetaData - Class in net.sourceforge.jtds.jdbc
jTDS implementation of the java.sql.DatabaseMetaData interface.
JtdsDatabaseMetaData(ConnectionJDBC2) - Constructor for class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
 
JtdsDataSource - Class in net.sourceforge.jtds.jdbcx
The jTDS DataSource, ConnectionPoolDataSource and XADataSource implementation.
JtdsDataSource() - Constructor for class net.sourceforge.jtds.jdbcx.JtdsDataSource
Constructs a new datasource.
JtdsObjectFactory - Class in net.sourceforge.jtds.jdbcx
Description
JtdsObjectFactory() - Constructor for class net.sourceforge.jtds.jdbcx.JtdsObjectFactory
 
JtdsPreparedStatement - Class in net.sourceforge.jtds.jdbc
jTDS implementation of the java.sql.PreparedStatement interface.
JtdsPreparedStatement(ConnectionJDBC2, String, int, int, boolean) - Constructor for class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
Construct a new preparedStatement object.
JtdsResultSet - Class in net.sourceforge.jtds.jdbc
jTDS Implementation of the java.sql.ResultSet interface supporting forward read only result sets.
JtdsResultSet(JtdsStatement, int, int, ColInfo[]) - Constructor for class net.sourceforge.jtds.jdbc.JtdsResultSet
Construct a simple result set from a statement, metadata or generated keys.
JtdsResultSetMetaData - Class in net.sourceforge.jtds.jdbc
jTDS implementation of the java.sql.ResultSetMetaData interface.
JtdsResultSetMetaData(ColInfo[], int, boolean) - Constructor for class net.sourceforge.jtds.jdbc.JtdsResultSetMetaData
Construct ResultSetMetaData object over the current ColInfo array.
JtdsStatement - Class in net.sourceforge.jtds.jdbc
jTDS implementation of the java.sql.Statement interface.
JtdsStatement(ConnectionJDBC2, int, int) - Constructor for class net.sourceforge.jtds.jdbc.JtdsStatement
Construct a new Statement object.
JtdsXAConnection - Class in net.sourceforge.jtds.jdbcx
jTDS implementation of the XAConnection interface.
JtdsXAConnection(JtdsDataSource, Connection) - Constructor for class net.sourceforge.jtds.jdbcx.JtdsXAConnection
Construct a new XAConnection object.
JtdsXAResource - Class in net.sourceforge.jtds.jdbcx
jTDS implementation of the XAResource interface.
JtdsXAResource(JtdsXAConnection, Connection) - Constructor for class net.sourceforge.jtds.jdbcx.JtdsXAResource
 
JtdsXid - Class in net.sourceforge.jtds.jdbcx
jTDS implementation of the Xid interface.
JtdsXid(byte[], int) - Constructor for class net.sourceforge.jtds.jdbcx.JtdsXid
Construct an XID using an offset into a byte buffer.
JtdsXid(byte[], byte[]) - Constructor for class net.sourceforge.jtds.jdbcx.JtdsXid
Construct an XID using two byte arrays.
JtdsXid(Xid) - Constructor for class net.sourceforge.jtds.jdbcx.JtdsXid
Construct an XID as a clone of another XID.

K

K(int, int, int) - Method in class net.sourceforge.jtds.util.MD5Digest
 
KEEP_CURRENT_RESULT - Static variable in class net.sourceforge.jtds.jdbc.JtdsStatement
 
key - Variable in class net.sourceforge.jtds.jdbc.cache.ProcedureCache.CacheEntry
 
keyWord - Variable in class net.sourceforge.jtds.jdbc.SQLParser
First SQL keyword or identifier in statement.

L

language - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
The server message language.
LANGUAGE - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
Default language property.
LANGUAGE - Static variable in class net.sourceforge.jtds.jdbc.Driver
 
language - Variable in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
last() - Method in class net.sourceforge.jtds.jdbc.CachedResultSet
 
last() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
last() - Method in class net.sourceforge.jtds.jdbc.MSCursorResultSet
 
LAST_UPDATE_COUNT - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
Default lastUpdateCount property.
lastUpdateCount - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Only return the last update count.
LASTUPDATECOUNT - Static variable in class net.sourceforge.jtds.jdbc.Driver
 
lastUpdateCount - Variable in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
lcidToCharsetMap - Static variable in class net.sourceforge.jtds.jdbc.CharsetInfo
Locale id to Java charset map.
len - Variable in class net.sourceforge.jtds.jdbc.SQLParser
Length of input buffer.
length() - Method in class net.sourceforge.jtds.jdbc.BlobImpl
 
length() - Method in class net.sourceforge.jtds.jdbc.ClobImpl
 
length - Variable in class net.sourceforge.jtds.jdbc.ParamInfo
Length of InputStream
length - Variable in class net.sourceforge.jtds.util.BlobBuffer
The total length of the valid data in buffer.
libraryLoaded - Static variable in class net.sourceforge.jtds.util.SSPIJNIClient
SSPI native library loaded flag.
likeEscape() - Method in class net.sourceforge.jtds.jdbc.SQLParser
Processes the JDBC escape {escape 'X'}.
link(ProcedureCache.CacheEntry) - Method in class net.sourceforge.jtds.jdbc.cache.ProcedureCache.CacheEntry
Links this CacheEntry into the linked list after the node specified.
linkException(SQLWarning, Throwable) - Static method in class net.sourceforge.jtds.jdbc.Support
Link the original cause to an SQLWarning.
linkException(SQLException, Throwable) - Static method in class net.sourceforge.jtds.jdbc.Support
Link the original cause to an SQLException.
linkException(Exception, Throwable) - Static method in class net.sourceforge.jtds.jdbc.Support
Link the original cause to an Exception.
list - Variable in class net.sourceforge.jtds.jdbc.cache.SimpleLRUCache
LRU list.
listeners - Variable in class net.sourceforge.jtds.jdbcx.PooledConnection
 
literalPrefix - Variable in class net.sourceforge.jtds.jdbc.TypeInfo
 
literalSuffix - Variable in class net.sourceforge.jtds.jdbc.TypeInfo
 
lmv2Response(byte[], byte[], byte[]) - Static method in class net.sourceforge.jtds.jdbc.NtlmAuth
Creates the LMv2 Response from the given hash, client data, and Type 2 challenge.
loadCharset(String) - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Load the Java charset to match the server character set.
loadCharset(CharsetInfo, String) - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Load the Java charset to match the server character set.
loadDriverProperties(Map, Map) - Static method in class net.sourceforge.jtds.jdbc.Messages
Retrieve the list of driver property names and driver property descriptions from Messages.properties and populate them into Map objects.
loadFromReader(Reader, int) - Static method in class net.sourceforge.jtds.jdbc.ParamInfo
Create a String from a Reader stream.
loadFromStream(InputStream, int) - Static method in class net.sourceforge.jtds.jdbc.ParamInfo
Load a byte array from an InputStream
loadResourceBundle() - Static method in class net.sourceforge.jtds.jdbc.Messages
Load the Messages.DEFAULT_RESOURCE resource bundle.
LOB_BUFFER_SIZE - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
Default lobBufferSize property.
lobBuffer - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
The amount of LOB data to buffer in memory.
LOBBUFFER - Static variable in class net.sourceforge.jtds.jdbc.Driver
 
lobBuffer - Variable in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
localTypeName - Variable in class net.sourceforge.jtds.jdbc.TypeInfo
 
locatorsUpdateCopy() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Returns true if updates are made to a copy of the LOB; returns false if LOB updates are made directly to the database.
log - Static variable in class net.sourceforge.jtds.util.Logger
PrintWriter stream set by DataSource.
logException(Exception) - Static method in class net.sourceforge.jtds.util.Logger
Print an Exception stack trace to the log.
LOGFILE - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
Default logfile property.
LOGFILE - Static variable in class net.sourceforge.jtds.jdbc.Driver
 
logFile - Variable in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
Logger - Class in net.sourceforge.jtds.util
Class providing static methods to log diagnostics.
Logger() - Constructor for class net.sourceforge.jtds.util.Logger
 
login(String, String, String, String, String, String, String, String, String, String, String, int) - Method in class net.sourceforge.jtds.jdbc.TdsCore
Login to the SQL Server.
LOGIN_PKT - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
TDS 4.2 or 5.0 Login packet.
LOGIN_TIMEOUT - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
Default loginTimeout property.
loginTimeout - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Login timeout value in seconds or 0.
LOGINTIMEOUT - Static variable in class net.sourceforge.jtds.jdbc.Driver
 
loginTimeout - Variable in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
logPacket(int, boolean, byte[]) - Static method in class net.sourceforge.jtds.util.Logger
Print a dump of the current input or output network packet.
LONG_ONE - Static variable in class net.sourceforge.jtds.jdbc.Support
 
LONG_ZERO - Static variable in class net.sourceforge.jtds.jdbc.Support
 
lookup(int) - Method in class net.sourceforge.jtds.jdbc.SharedSocket
Retrieves the virtual socket with the given id.

M

MAC_ADDRESS - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
Default macAddress property.
macAddress - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
The client MAC Address.
MACADDRESS - Static variable in class net.sourceforge.jtds.jdbc.Driver
 
macAddress - Variable in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
main(String[]) - Static method in class net.sourceforge.jtds.jdbc.Driver
 
MAJOR_VERSION - Static variable in class net.sourceforge.jtds.jdbc.Driver
Driver major version.
majorVersion - Variable in class net.sourceforge.jtds.jdbc.cache.SQLCacheKey
 
makeDESkey(byte[], int) - Static method in class net.sourceforge.jtds.jdbc.NtlmAuth
Turns a 7-byte DES key into an 8-byte one by adding parity bits.
markerPos - Variable in class net.sourceforge.jtds.jdbc.ParamInfo
Parameter offset in target SQL statement
MAX_BUF_INC - Static variable in class net.sourceforge.jtds.util.BlobBuffer
Maximum buffer increment.
MAX_INITIAL_SIZE - Static variable in class net.sourceforge.jtds.jdbc.cache.ProcedureCache
The maximum initial HashMap size.
MAX_PKT_SIZE - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
Maximum network packet size.
MAX_STATEMENTS - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
Default maxStatements property.
MAX_VALUE_28 - Static variable in class net.sourceforge.jtds.jdbc.Support
 
MAX_VALUE_38 - Static variable in class net.sourceforge.jtds.jdbc.Support
 
MAX_VALUE_LONG_BD - Static variable in class net.sourceforge.jtds.jdbc.Support
 
MAX_VALUE_LONG_BI - Static variable in class net.sourceforge.jtds.jdbc.Support
 
maxBufSize - Variable in class net.sourceforge.jtds.jdbc.SharedSocket
Current maxium input buffer size.
maxCacheSize - Variable in class net.sourceforge.jtds.jdbc.cache.SimpleLRUCache
Maximum cache size.
maxFieldSize - Variable in class net.sourceforge.jtds.jdbc.JtdsStatement
The maximum field size (not used at present).
maximumScale - Variable in class net.sourceforge.jtds.jdbc.TypeInfo
 
maxLen - Variable in class net.sourceforge.jtds.jdbc.ResponseStream.TdsInputStream
The maximum amount of data to make available.
maxMemSize - Variable in class net.sourceforge.jtds.util.BlobBuffer
The maximum size of an in memory buffer.
maxPrecision - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Maximum decimal precision.
maxPrecision - Variable in class net.sourceforge.jtds.jdbc.ParameterMetaDataImpl
 
maxPrecision - Variable in class net.sourceforge.jtds.jdbc.RequestStream
The maximum decimal precision.
maxRows - Variable in class net.sourceforge.jtds.jdbc.JtdsStatement
The maximum number of rows to return (not used at present).
maxStatements - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
The maximum number of statements to keep open.
MAXSTATEMENTS - Static variable in class net.sourceforge.jtds.jdbc.Driver
 
maxStatements - Variable in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
MD4Digest - Class in net.sourceforge.jtds.util
implementation of MD4 as RFC 1320 by R.
MD4Digest() - Constructor for class net.sourceforge.jtds.util.MD4Digest
Standard constructor
MD4Digest(MD4Digest) - Constructor for class net.sourceforge.jtds.util.MD4Digest
Copy constructor.
md5(byte[]) - Static method in class net.sourceforge.jtds.jdbc.NtlmAuth
 
MD5Digest - Class in net.sourceforge.jtds.util
implementation of MD5 as outlined in "Handbook of Applied Cryptography", pages 346 - 347.
MD5Digest() - Constructor for class net.sourceforge.jtds.util.MD5Digest
Standard constructor
MD5Digest(MD5Digest) - Constructor for class net.sourceforge.jtds.util.MD5Digest
Copy constructor.
memoryBudget - Static variable in class net.sourceforge.jtds.jdbc.SharedSocket
Max memory limit to use for buffers.
messages - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Diagnostc messages for this connection.
messages - Variable in class net.sourceforge.jtds.jdbc.JtdsStatement
SQL Diagnostic exceptions and warnings.
Messages - Class in net.sourceforge.jtds.jdbc
Support class for Messages.properties.
Messages() - Constructor for class net.sourceforge.jtds.jdbc.Messages
Default constructor.
messages - Variable in class net.sourceforge.jtds.jdbc.TdsCore
The head of the diagnostic messages chain.
microsoftPrepare(String, ParamInfo[], boolean, int, int) - Method in class net.sourceforge.jtds.jdbc.TdsCore
Prepares the SQL for use with Microsoft server.
millis - Variable in class net.sourceforge.jtds.jdbc.DateTime
Unpacked millisecond value.
MIN_PKT_SIZE - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
Minimum network packet size.
MIN_VALUE_LONG_BD - Static variable in class net.sourceforge.jtds.jdbc.Support
 
MIN_VALUE_LONG_BI - Static variable in class net.sourceforge.jtds.jdbc.Support
 
minimumScale - Variable in class net.sourceforge.jtds.jdbc.TypeInfo
 
minMemPkts - Static variable in class net.sourceforge.jtds.jdbc.SharedSocket
Minimum number of packets that will be cached in memory before the driver tries to write to disk even if memoryBudget has been exceeded.
MINOR_VERSION - Static variable in class net.sourceforge.jtds.jdbc.Driver
Driver minor version.
minorVersion - Variable in class net.sourceforge.jtds.jdbc.cache.SQLCacheKey
 
minute - Variable in class net.sourceforge.jtds.jdbc.DateTime
Unpacked minute value.
MISC_VERSION - Static variable in class net.sourceforge.jtds.jdbc.Driver
Driver version miscellanea (e.g "-rc2", ".1" or null).
month - Variable in class net.sourceforge.jtds.jdbc.DateTime
Unpacked month value.
moveToCurrentRow() - Method in class net.sourceforge.jtds.jdbc.CachedResultSet
 
moveToCurrentRow() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
moveToCurrentRow() - Method in class net.sourceforge.jtds.jdbc.MSCursorResultSet
 
moveToInsertRow() - Method in class net.sourceforge.jtds.jdbc.CachedResultSet
 
moveToInsertRow() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
moveToInsertRow() - Method in class net.sourceforge.jtds.jdbc.MSCursorResultSet
 
MS_LONGVAR_MAX - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
MSCursorResultSet - Class in net.sourceforge.jtds.jdbc
This class extends the JtdsResultSet to support scrollable and or updateable cursors on Microsoft servers.
MSCursorResultSet(JtdsStatement, String, String, ParamInfo[], int, int) - Constructor for class net.sourceforge.jtds.jdbc.MSCursorResultSet
Construct a cursor result set using Microsoft sp_cursorcreate etc.
MSDTC_PKT - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
TDS MSDTC packet.
msFnMap - Static variable in class net.sourceforge.jtds.jdbc.SQLParser
Map of jdbc to sql server function names.
MSLOGIN_PKT - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
TDS 7.0 Login packet.
MSSqlServerInfo - Class in net.sourceforge.jtds.jdbc
This class communicates with SQL Server 2k to determine what ports its instances are listening to.
MSSqlServerInfo(String) - Constructor for class net.sourceforge.jtds.jdbc.MSSqlServerInfo
 
mssqlStates - Static variable in class net.sourceforge.jtds.jdbc.SQLDiagnostic
Map to convert Microsoft SQL server error codes to ANSI SQLSTATE codes.
mustbe(char, boolean) - Method in class net.sourceforge.jtds.jdbc.SQLParser
Checks that the next character is as expected.
mutex - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Mutual exclusion lock to control access to connection.

N

name - Variable in class net.sourceforge.jtds.jdbc.ColInfo
Column label / name
name - Variable in class net.sourceforge.jtds.jdbc.ParamInfo
Formal parameter name eg @P1
name - Variable in class net.sourceforge.jtds.jdbc.ProcEntry
Stored procedure name or statement handle.
name - Variable in class net.sourceforge.jtds.jdbc.SavepointImpl
 
name - Variable in class net.sourceforge.jtds.jdbc.TdsCore.TableMetaData
Table name.
NAMED_PIPE - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
Default namedPipe property.
NAMED_PIPE_PATH_SQLSERVER - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
Default namedPipePath property for SQL Server.
NAMED_PIPE_PATH_SYBASE - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
Default namedPipePath property for Sybase.
namedPipe - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Use named pipe IPC instead of TCP/IP sockets.
NAMEDPIPE - Static variable in class net.sourceforge.jtds.jdbc.Driver
 
namedPipe - Variable in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
nativeSQL(String) - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
 
nativeSQL(String) - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
Delgates calls to the connection; SQLExceptions thrown from the connection will cause an event to be fired on the connection pool listeners.
negotiateSSL(String, String) - Method in class net.sourceforge.jtds.jdbc.TdsCore
Negotiate SSL settings with SQL 2000+ server.
net.sourceforge.jtds.jdbc - package net.sourceforge.jtds.jdbc
 
net.sourceforge.jtds.jdbc.cache - package net.sourceforge.jtds.jdbc.cache
 
net.sourceforge.jtds.jdbcx - package net.sourceforge.jtds.jdbcx
 
net.sourceforge.jtds.jdbcx.proxy - package net.sourceforge.jtds.jdbcx.proxy
 
net.sourceforge.jtds.ssl - package net.sourceforge.jtds.ssl
 
net.sourceforge.jtds.util - package net.sourceforge.jtds.util
 
netPacketSize - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
The initial network packet size.
newRow() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
Create a new row containing empty data items.
next - Variable in class net.sourceforge.jtds.jdbc.cache.ProcedureCache.CacheEntry
 
next() - Method in class net.sourceforge.jtds.jdbc.CachedResultSet
 
next() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
next() - Method in class net.sourceforge.jtds.jdbc.MSCursorResultSet
 
nextParam - Variable in class net.sourceforge.jtds.jdbc.TdsCore
The index of the next output parameter to populate.
nextTimeout - Variable in class net.sourceforge.jtds.util.TimerThread
Time when the first request time out should occur.
nextToken(String, int, StringBuffer) - Static method in class net.sourceforge.jtds.jdbc.Driver
Extract the next lexical token from the URL.
nextToken() - Method in class net.sourceforge.jtds.jdbc.TdsCore
Read the next TDS token from the response stream.
NO_GENERATED_KEYS - Static variable in class net.sourceforge.jtds.jdbc.JtdsStatement
 
nonce - Variable in class net.sourceforge.jtds.jdbc.TdsCore.TdsToken
The nonce from an NTLM challenge packet.
normalizeBigDecimal(BigDecimal, int) - Static method in class net.sourceforge.jtds.jdbc.Support
Normalize a BigDecimal value so that it fits within the available precision.
normalizeCall(String) - Static method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
This method converts native call syntax into (hopefully) valid JDBC escape syntax.
normalizeDataType(int, boolean) - Static method in class net.sourceforge.jtds.jdbc.TypeInfo
Return a Types-defined type for an SQL Server specific data type.
normalizedType - Variable in class net.sourceforge.jtds.jdbc.TypeInfo
 
notImplemented(String) - Static method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Reports that user tried to call a method which has not been implemented.
notImplemented(String) - Static method in class net.sourceforge.jtds.jdbc.JtdsResultSet
Report that user tried to call a method which has not been implemented.
notImplemented(String) - Static method in class net.sourceforge.jtds.jdbc.JtdsStatement
Report that user tried to call a method which has not been implemented.
notSupported(String) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
Report that user tried to call a method not supported on this type of statement.
ntHash(String) - Static method in class net.sourceforge.jtds.jdbc.NtlmAuth
Creates the md4 hash of the unicode password.
NtlmAuth - Class in net.sourceforge.jtds.jdbc
This class calculates the two "responses" to the nonce supplied by the server as a part of NTLM authentication.
NtlmAuth() - Constructor for class net.sourceforge.jtds.jdbc.NtlmAuth
 
NTLMAUTH_PKT - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
TDS 7.0 NTLM Authentication packet.
ntlmAuthSSO - Variable in class net.sourceforge.jtds.jdbc.TdsCore
Flag that indicates if logon() should try to use Windows Single Sign On using SSPI.
ntlmMessage - Variable in class net.sourceforge.jtds.jdbc.TdsCore.TdsToken
NTLM authentication message.
ntlmTarget - Variable in class net.sourceforge.jtds.jdbc.TdsCore.TdsToken
target info for NTLM message TODO: I don't need to store these!!!
ntv2Hash(String, String, String) - Static method in class net.sourceforge.jtds.jdbc.NtlmAuth
 
nullable - Variable in class net.sourceforge.jtds.jdbc.ColInfo
Column data type supports SQL NULL
nullable - Variable in class net.sourceforge.jtds.jdbc.TypeInfo
 
nullPlusNonNullIsNull() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Retrieves whether this database supports concatenations between NULL and non-NULL values being NULL.
nullsAreSortedAtEnd() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Are NULL values sorted at the end regardless of sort order?
nullsAreSortedAtStart() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Are NULL values sorted at the start regardless of sort order?
nullsAreSortedHigh() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Are NULL values sorted high?
nullsAreSortedLow() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Are NULL values sorted low?
NUM_COLS - Static variable in class net.sourceforge.jtds.jdbc.TypeInfo
 
numPrecRadix - Variable in class net.sourceforge.jtds.jdbc.TypeInfo
 
numRetries - Variable in class net.sourceforge.jtds.jdbc.MSSqlServerInfo
 

O

onInsertRow - Variable in class net.sourceforge.jtds.jdbc.CachedResultSet
Indicates currently inserting.
onInsertRow - Variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
Set when moveToInsertRow() was called.
open - Variable in class net.sourceforge.jtds.util.BlobBuffer.AsciiInputStream
 
open - Variable in class net.sourceforge.jtds.util.BlobBuffer.AsciiOutputStream
 
open - Variable in class net.sourceforge.jtds.util.BlobBuffer.BlobInputStream
 
open - Variable in class net.sourceforge.jtds.util.BlobBuffer.BlobOutputStream
 
open() - Method in class net.sourceforge.jtds.util.BlobBuffer
Opens the BLOB disk file.
open - Variable in class net.sourceforge.jtds.util.BlobBuffer.UnicodeInputStream
 
openCount - Variable in class net.sourceforge.jtds.util.BlobBuffer
Count of callers that have opened the BLOB file.
openResultSets - Variable in class net.sourceforge.jtds.jdbc.JtdsStatement
List of open result sets.
operation - Variable in class net.sourceforge.jtds.jdbc.TdsCore.TdsToken
The operation field from a DONE packet.
originalSql - Variable in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
The original SQL statement provided at construction time.
ostm - Variable in class net.sourceforge.jtds.ssl.TdsTlsSocket
 
othersDeletesAreVisible(int) - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
JDBC 2.0 Indicates whether deletes made by others are visible.
othersInsertsAreVisible(int) - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
JDBC 2.0 Indicates whether inserts made by others are visible.
othersUpdatesAreVisible(int) - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
JDBC 2.0 Indicates whether updates made by others are visible.
out - Variable in class net.sourceforge.jtds.jdbc.SharedSocket
Output stream for network socket.
out - Variable in class net.sourceforge.jtds.jdbc.SQLParser
Output buffer to contain parsed SQL.
out - Variable in class net.sourceforge.jtds.jdbc.TdsCore
The output server request stream.
outerJoinEscape() - Method in class net.sourceforge.jtds.jdbc.SQLParser
Processes the JDBC escape {oj left outer join etc}.
OUTPUT - Static variable in class net.sourceforge.jtds.jdbc.ParamInfo
Flag as an output parameter.
outValue - Variable in class net.sourceforge.jtds.jdbc.ParamInfo
OUT Parameter value.
ownDeletesAreVisible(int) - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
JDBC 2.0 Indicates whether a result set's own deletes are visible.
owner - Variable in class net.sourceforge.jtds.jdbc.SharedSocket.VirtualSocket
The stream ID of the stream objects owning this state.
ownInsertsAreVisible(int) - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
JDBC 2.0 Indicates whether a result set's own inserts are visible.
ownUpdatesAreVisible(int) - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
JDBC 2.0 Indicates whether a result set's own updates are visible.

P

packDate() - Method in class net.sourceforge.jtds.jdbc.DateTime
Converts a calendar date into days since 1900 (Sybase epoch).
PACKET_SIZE_42 - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
Default packetSize property for TDS 4.2.
PACKET_SIZE_50 - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
Default packetSize property for TDS 5.0.
PACKET_SIZE_70_80 - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
Default packetSize property for TDS 7.0 and TDS 8.0.
packetCount - Variable in class net.sourceforge.jtds.jdbc.SharedSocket
Count of packets received.
packetSize - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
User requested packet size.
PACKETSIZE - Static variable in class net.sourceforge.jtds.jdbc.Driver
 
packetSize - Variable in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
packetSizeDefaults - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
Default packet size based on TDS version
packTime() - Method in class net.sourceforge.jtds.jdbc.DateTime
Converts separate time components into a datetime time value.
PAGE_MASK - Static variable in class net.sourceforge.jtds.util.BlobBuffer
Mask for page component of read/write pointer.
PAGE_SIZE - Static variable in class net.sourceforge.jtds.util.BlobBuffer
Default page size (must be power of 2).
PARAM_CURSOR_HANDLE - Variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
Cursor handle parameter.
PARAM_FETCHTYPE - Variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
sp_cursorfetch fetchtype parameter.
PARAM_NUMROWS_IN - Variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
sp_cursorfetch numrows IN parameter (for actual fetches).
PARAM_NUMROWS_OUT - Variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
sp_cursorfetch numrows OUT parameter (for FETCH_INFO).
PARAM_OPTYPE - Variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
sp_cursor optype parameter.
PARAM_ROWNUM - Variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
sp_cursor rownum parameter.
PARAM_ROWNUM_IN - Variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
sp_cursorfetch rownum IN parameter (for actual fetches).
PARAM_ROWNUM_OUT - Variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
sp_cursorfetch rownum OUT parameter (for FETCH_INFO).
PARAM_TABLE - Variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
sp_cursor table parameter.
parameterList - Variable in class net.sourceforge.jtds.jdbc.ParameterMetaDataImpl
 
ParameterMetaDataImpl - Class in net.sourceforge.jtds.jdbc
jTDS implementation of ParameterMetaData.
ParameterMetaDataImpl(ParamInfo[], ConnectionJDBC2) - Constructor for class net.sourceforge.jtds.jdbc.ParameterMetaDataImpl
 
parameters - Variable in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
The parameter list for the call.
parameters - Variable in class net.sourceforge.jtds.jdbc.TdsCore
The array of parameter meta data objects for the current procedure call.
ParamInfo - Class in net.sourceforge.jtds.jdbc
This class is a descriptor for procedure and prepared statement parameters.
ParamInfo(int, boolean) - Constructor for class net.sourceforge.jtds.jdbc.ParamInfo
Construct a parameter with parameter marker offset.
ParamInfo(String, int, boolean, boolean) - Constructor for class net.sourceforge.jtds.jdbc.ParamInfo
Construct a parameter for statement caching.
ParamInfo(int, Object, int) - Constructor for class net.sourceforge.jtds.jdbc.ParamInfo
Construct an initialised parameter with extra attributes.
ParamInfo(ColInfo, String, Object, int) - Constructor for class net.sourceforge.jtds.jdbc.ParamInfo
Construct a parameter based on a result set column.
paramIsRetVal - Variable in class net.sourceforge.jtds.jdbc.SQLParser.CachedSQLQuery
 
paramIsUnicode - Variable in class net.sourceforge.jtds.jdbc.SQLParser.CachedSQLQuery
 
paramMarkerPos - Variable in class net.sourceforge.jtds.jdbc.SQLParser.CachedSQLQuery
 
paramMetaData - Variable in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
The cached parameter meta data.
paramMetaData - Variable in class net.sourceforge.jtds.jdbc.ProcEntry
Parameter meta data (Sybase only).
paramNames - Variable in class net.sourceforge.jtds.jdbc.SQLParser.CachedSQLQuery
 
params - Variable in class net.sourceforge.jtds.jdbc.SQLParser
Parameter list to be populated or null if no parameters are expected.
paramWasNull - Variable in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
Last parameter retrieved was null.
parse(String, ArrayList, ConnectionJDBC2, boolean) - Static method in class net.sourceforge.jtds.jdbc.SQLParser
Parse the SQL statement processing JDBC escapes and parameter markers.
parse(boolean) - Method in class net.sourceforge.jtds.jdbc.SQLParser
Parses the SQL statement processing JDBC escapes and parameter markers.
parseBooleanProperty(Properties, String) - Static method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Parse a string property value into an boolean value.
parsedSql - Variable in class net.sourceforge.jtds.jdbc.SQLParser.CachedSQLQuery
 
parseIntegerProperty(Properties, String) - Static method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Parse a string property value into an integer value.
parseLongProperty(Properties, String) - Static method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Parse a string property value into a long value.
parseURL(String, Properties) - Static method in class net.sourceforge.jtds.jdbc.Driver
Parse the driver URL and extract the properties.
password - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
The user password.
PASSWORD - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
Default password property.
PASSWORD - Static variable in class net.sourceforge.jtds.jdbc.Driver
 
password - Variable in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
pc1 - Static variable in class net.sourceforge.jtds.util.DESEngine
 
pc2 - Static variable in class net.sourceforge.jtds.util.DESEngine
 
peakMemUsage - Static variable in class net.sourceforge.jtds.jdbc.SharedSocket
Peak memory usage for debug purposes.
peek() - Method in class net.sourceforge.jtds.jdbc.ResponseStream
Retrieves the next input byte without reading forward.
permits - Variable in class net.sourceforge.jtds.jdbc.Semaphore
Current number of available permits.
permits() - Method in class net.sourceforge.jtds.jdbc.Semaphore
Return the current number of available permits.
pipe - Variable in class net.sourceforge.jtds.jdbc.SharedLocalNamedPipe
The named pipe as a file.
pipe - Variable in class net.sourceforge.jtds.jdbc.SharedNamedPipe
The shared named pipe.
PKT_HDR_LEN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
The size of the packet header.
pktQueue - Variable in class net.sourceforge.jtds.jdbc.SharedSocket.VirtualSocket
Memory resident packet queue.
pktsOnDisk - Variable in class net.sourceforge.jtds.jdbc.SharedSocket.VirtualSocket
Number of packets cached to disk.
pktType - Variable in class net.sourceforge.jtds.jdbc.RequestStream
The request packet type.
PooledConnection - Class in net.sourceforge.jtds.jdbcx
jTDS implementation of the PooledConnection interface.
PooledConnection(Connection) - Constructor for class net.sourceforge.jtds.jdbcx.PooledConnection
 
port - Variable in class net.sourceforge.jtds.jdbc.SharedSocket
The server port number.
PORT_NUMBER_SQLSERVER - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
Default portNumber property for SQL Server.
PORT_NUMBER_SYBASE - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
Default portNumber property for Sybase.
portNumber - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
The server port number.
PORTNUMBER - Static variable in class net.sourceforge.jtds.jdbc.Driver
 
portNumber - Variable in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
portNumberDefaults - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
Default port number based on server type
pos - Variable in class net.sourceforge.jtds.jdbc.JtdsResultSet
The current row number.
POS_AFTER_LAST - Static variable in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
POS_BEFORE_FIRST - Static variable in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
position(byte[], long) - Method in class net.sourceforge.jtds.jdbc.BlobImpl
 
position(Blob, long) - Method in class net.sourceforge.jtds.jdbc.BlobImpl
 
position(String, long) - Method in class net.sourceforge.jtds.jdbc.ClobImpl
 
position(Clob, long) - Method in class net.sourceforge.jtds.jdbc.ClobImpl
 
position(byte[], long) - Method in class net.sourceforge.jtds.util.BlobBuffer
Provides support for pattern searching methods.
precision - Variable in class net.sourceforge.jtds.jdbc.ColInfo
Column decimal precision
precision - Variable in class net.sourceforge.jtds.jdbc.ParamInfo
Parameter decimal precision
precision - Variable in class net.sourceforge.jtds.jdbc.TdsData.TypeInfo
The precision of the type.
precision - Variable in class net.sourceforge.jtds.jdbc.TypeInfo
 
PRELOGIN_PKT - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
SQL 2000 prelogin negotiation packet.
PREP_FAILED - Static variable in class net.sourceforge.jtds.jdbc.ProcEntry
The entry references a failed prepare.
PREPARE - Static variable in class net.sourceforge.jtds.jdbc.ProcEntry
The entry references a prepared statement handle.
PREPARE - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
Prepare SQL using sp_prepare and sp_execute
prepare(Xid) - Method in class net.sourceforge.jtds.jdbcx.JtdsXAResource
 
PREPARE_SQLSERVER - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
Default prepareSql property for SQL Server.
PREPARE_SYBASE - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
Default prepareSql property for Sybase.
prepareCall(String) - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
 
prepareCall(String, int, int) - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
 
prepareCall(String, int, int, int) - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
 
prepareCall(String) - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
Delgates calls to the connection; SQLExceptions thrown from the connection will cause an event to be fired on the connection pool listeners.
prepareCall(String, int, int) - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
Delgates calls to the connection; SQLExceptions thrown from the connection will cause an event to be fired on the connection pool listeners.
prepareCall(String, int, int, int) - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
Delgates calls to the connection; SQLExceptions thrown from the connection will cause an event to be fired on the connection pool listeners.
PreparedStatementProxy - Class in net.sourceforge.jtds.jdbcx.proxy
This class would be better implemented as a java.lang.reflect.Proxy.
PreparedStatementProxy(ConnectionProxy, JtdsPreparedStatement) - Constructor for class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
 
prepareSql - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Method for preparing SQL used in Prepared Statements.
prepareSQL(JtdsPreparedStatement, String, ParamInfo[], boolean, boolean) - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Try to convert the SQL statement into a statement prepare.
PREPARESQL - Static variable in class net.sourceforge.jtds.jdbc.Driver
 
prepareSql - Variable in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
prepareSQLDefaults - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
Default prepare SQL mode based on server type
prepareSSORequest() - Method in class net.sourceforge.jtds.util.SSPIJNIClient
Prepares the NTLM TYPE-1 message and returns it as a byte[].
prepareSSOSubmit(byte[], long) - Method in class net.sourceforge.jtds.util.SSPIJNIClient
Prepares the NTLM TYPE-3 message using the current user's credentials.
prepareStatement(String) - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
 
prepareStatement(String, int) - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
 
prepareStatement(String, int, int) - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
 
prepareStatement(String, int, int, int) - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
 
prepareStatement(String, int[]) - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
 
prepareStatement(String, String[]) - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
 
prepareStatement(String) - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
Delgates calls to the connection; SQLExceptions thrown from the connection will cause an event to be fired on the connection pool listeners.
prepareStatement(String, int) - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
Delgates calls to the connection; SQLExceptions thrown from the connection will cause an event to be fired on the connection pool listeners.
prepareStatement(String, int[]) - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
Delgates calls to the connection; SQLExceptions thrown from the connection will cause an event to be fired on the connection pool listeners.
prepareStatement(String, String[]) - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
Delgates calls to the connection; SQLExceptions thrown from the connection will cause an event to be fired on the connection pool listeners.
prepareStatement(String, int, int) - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
Delgates calls to the connection; SQLExceptions thrown from the connection will cause an event to be fired on the connection pool listeners.
prepareStatement(String, int, int, int) - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
Delgates calls to the connection; SQLExceptions thrown from the connection will cause an event to be fired on the connection pool listeners.
previous() - Method in class net.sourceforge.jtds.jdbc.CachedResultSet
 
previous() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
previous() - Method in class net.sourceforge.jtds.jdbc.MSCursorResultSet
 
primeBuffer() - Method in class net.sourceforge.jtds.ssl.TdsTlsInputStream
Read in entire TLS record or TDS packet and store the TLS record in the buffer.
println(String) - Static method in class net.sourceforge.jtds.util.Logger
Print a diagnostic message to the output stream provided by the DataSource or the DriverManager.
prior - Variable in class net.sourceforge.jtds.jdbc.cache.ProcedureCache.CacheEntry
 
PROCEDURE - Static variable in class net.sourceforge.jtds.jdbc.ProcEntry
The entry references a stored procedure.
ProcedureCache - Class in net.sourceforge.jtds.jdbc.cache
LRU cache for procedures and statement handles.
ProcedureCache(int) - Constructor for class net.sourceforge.jtds.jdbc.cache.ProcedureCache
Constructs a new statement cache.
ProcedureCache.CacheEntry - Class in net.sourceforge.jtds.jdbc.cache
Encapsulates the cached Object and implements the linked list used to implement the LRU logic.
procedureParams - Variable in class net.sourceforge.jtds.jdbc.CachedResultSet
Original parameters.
ProcEntry - Class in net.sourceforge.jtds.jdbc
Stores information about a cached stored procedure or statement handle.
ProcEntry() - Constructor for class net.sourceforge.jtds.jdbc.ProcEntry
 
PROCESS_ID - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
Default processId property.
processBlock(byte[], int, byte[], int) - Method in class net.sourceforge.jtds.util.DESEngine
 
processBlock() - Method in class net.sourceforge.jtds.util.GeneralDigest
 
processBlock() - Method in class net.sourceforge.jtds.util.MD4Digest
 
processBlock() - Method in class net.sourceforge.jtds.util.MD5Digest
 
processEscapes(String) - Static method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Format the supplied search pattern to transform the escape \x into [x].
processId - Static variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
The process ID to report to a server when connecting.
PROCESSID - Static variable in class net.sourceforge.jtds.jdbc.Driver
 
processId - Variable in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
processLength(long) - Method in class net.sourceforge.jtds.util.GeneralDigest
 
processLength(long) - Method in class net.sourceforge.jtds.util.MD4Digest
 
processLength(long) - Method in class net.sourceforge.jtds.util.MD5Digest
 
processOutput(TdsCore, boolean) - Method in class net.sourceforge.jtds.jdbc.MSCursorResultSet
Processes the output of a cursor open or fetch operation.
processResults(boolean, boolean) - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
Queue up update counts into JtdsStatement.resultQueue until the end of the response is reached or a ResultSet is encountered.
processSQLException(SQLException) - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
Processes SQLExceptions.
processSQLException(SQLException) - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
Processes SQLExceptions.
processWord(byte[], int) - Method in class net.sourceforge.jtds.util.GeneralDigest
 
processWord(byte[], int) - Method in class net.sourceforge.jtds.util.MD4Digest
 
processWord(byte[], int) - Method in class net.sourceforge.jtds.util.MD5Digest
 
procInTran - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Procedures in this transaction.
procName - Variable in class net.sourceforge.jtds.jdbc.CachedResultSet
Original procedure name.
procName - Variable in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
The procedure name for CallableStatements.
procName - Variable in class net.sourceforge.jtds.jdbc.SQLParser
Procedure name in call escape.
PROG_NAME - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
Default progName property.
progName - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
The program name.
PROGNAME - Static variable in class net.sourceforge.jtds.jdbc.Driver
 
progName - Variable in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
ProtocolException - Exception in net.sourceforge.jtds.jdbc
Exception class used to report errors in the TDS protocol.
ProtocolException(String) - Constructor for exception net.sourceforge.jtds.jdbc.ProtocolException
Construct a ProtocolException with message.
pureSSL - Variable in class net.sourceforge.jtds.ssl.TdsTlsInputStream
False if TLS packets are encapsulated in TDS packets.
put(String, Object) - Method in class net.sourceforge.jtds.jdbc.cache.ProcedureCache
Inserts a new entry, identified by a key, into the cache.
put(Object, Object) - Method in class net.sourceforge.jtds.jdbc.cache.SimpleLRUCache
Overrides put() so that it also updates the LRU list.
put(String, Object) - Method in interface net.sourceforge.jtds.jdbc.cache.StatementCache
Places the specified statement handle in the cache for the given key.
putCollation(RequestStream, ParamInfo) - Static method in class net.sourceforge.jtds.jdbc.TdsData
TDS 8 requires collation information for char data descriptors.
putDateTimeValue(RequestStream, DateTime) - Static method in class net.sourceforge.jtds.jdbc.TdsData
Output a java.sql.Date/Time/Timestamp value to the server as a Sybase datetime value.
putLoginString(String, int) - Method in class net.sourceforge.jtds.jdbc.TdsCore
Write a TDS login packet string.
putPacket(int) - Method in class net.sourceforge.jtds.jdbc.RequestStream
Write the TDS packet to the network.
putTdsPacket(byte[], int) - Method in class net.sourceforge.jtds.ssl.TdsTlsOutputStream
Write a TDS packet containing the TLS record(s).

Q

QUERY_PKT - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
TDS 4.2 or 7.0 Query packet.
queryTimeout - Variable in class net.sourceforge.jtds.jdbc.JtdsStatement
The read query timeout in seconds
queueFile - Variable in class net.sourceforge.jtds.jdbc.SharedSocket.VirtualSocket
File object for disk packet queue.

R

raFile - Variable in class net.sourceforge.jtds.util.BlobBuffer
The RA file object reference or null if closed.
raiseXAException(SQLException) - Static method in class net.sourceforge.jtds.jdbc.XASupport
Construct and throw an XAException with an explanatory message derived from the SQLException and the XA error code set to XAER_RMFAIL.
raiseXAException(int) - Static method in class net.sourceforge.jtds.jdbc.XASupport
Construct and throw an XAException with an explanatory message and the XA error code set.
read() - Method in class net.sourceforge.jtds.jdbc.ResponseStream
Reads the next input byte from the server response stream.
read(byte[]) - Method in class net.sourceforge.jtds.jdbc.ResponseStream
Reads a byte array from the server response stream.
read(byte[], int, int) - Method in class net.sourceforge.jtds.jdbc.ResponseStream
Reads a byte array from the server response stream, specifying a start offset and length.
read(char[]) - Method in class net.sourceforge.jtds.jdbc.ResponseStream
Reads a char array from the server response stream.
read() - Method in class net.sourceforge.jtds.jdbc.ResponseStream.TdsInputStream
 
read(byte[], int, int) - Method in class net.sourceforge.jtds.jdbc.ResponseStream.TdsInputStream
 
read(byte[], int, int) - Method in class net.sourceforge.jtds.ssl.TdsTlsInputStream
 
read() - Method in class net.sourceforge.jtds.util.BlobBuffer.AsciiInputStream
Read the next byte from the stream.
read() - Method in class net.sourceforge.jtds.util.BlobBuffer.BlobInputStream
Reads the next byte from the stream.
read(byte[], int, int) - Method in class net.sourceforge.jtds.util.BlobBuffer.BlobInputStream
Reads a bytes from the stream.
read(int) - Method in class net.sourceforge.jtds.util.BlobBuffer
Reads byte from the BLOB buffer at the specified location.
read(int, byte[], int, int) - Method in class net.sourceforge.jtds.util.BlobBuffer
Reads bytes from the BLOB buffer at the specified location.
read() - Method in class net.sourceforge.jtds.util.BlobBuffer.UnicodeInputStream
Reads the next byte from the stream.
readBuffer - Variable in class net.sourceforge.jtds.ssl.TdsTlsInputStream
Temporary buffer used to de-encapsulate inital TLS packets.
readData(ConnectionJDBC2, ResponseStream, ColInfo) - Static method in class net.sourceforge.jtds.jdbc.TdsData
Read the TDS data item from the Response Stream.
readFully(byte[], int, int) - Method in class net.sourceforge.jtds.ssl.TdsTlsInputStream
Reads len bytes or throws an IOException if there aren't that many bytes available.
readInt() - Method in class net.sourceforge.jtds.jdbc.ResponseStream
Reads an int value from the server response stream.
readLong() - Method in class net.sourceforge.jtds.jdbc.ResponseStream
Reads a long value from the server response stream.
readNonUnicodeString(int) - Method in class net.sourceforge.jtds.jdbc.ResponseStream
Reads a non Unicode String from the server response stream, creating the String from a translated byte array.
readNonUnicodeString(int, CharsetInfo) - Method in class net.sourceforge.jtds.jdbc.ResponseStream
Reads a String from the server response stream, translating it from a byte array using the specified character set.
readOnly - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
True if this connection is read only.
readPacket(byte[]) - Method in class net.sourceforge.jtds.jdbc.SharedSocket
Read a physical TDS packet from the network.
readPage(int) - Method in class net.sourceforge.jtds.util.BlobBuffer
Reads in the specified page from the disk buffer.
readPreLoginPacket() - Method in class net.sourceforge.jtds.jdbc.TdsCore
Process the pre login acknowledgement from the server.
readPtr - Variable in class net.sourceforge.jtds.util.BlobBuffer.AsciiInputStream
 
readPtr - Variable in class net.sourceforge.jtds.util.BlobBuffer.BlobInputStream
 
readPtr - Variable in class net.sourceforge.jtds.util.BlobBuffer.UnicodeInputStream
 
readShort() - Method in class net.sourceforge.jtds.jdbc.ResponseStream
Reads a short value from the server response stream.
readString(int) - Method in class net.sourceforge.jtds.jdbc.ResponseStream
Reads a String object from the server response stream.
readString(int, CharsetInfo) - Method in class net.sourceforge.jtds.jdbc.ResponseStream
Reads a String from the server response stream, creating it from a translated byte array.
readType(ResponseStream, ColInfo) - Static method in class net.sourceforge.jtds.jdbc.TdsData
Read the TDS datastream and populate the ColInfo parameter with data type and related information.
readUnicodeString(int) - Method in class net.sourceforge.jtds.jdbc.ResponseStream
Reads a UCS2-LE (Unicode) encoded String object from the server response stream.
readUnsignedLong() - Method in class net.sourceforge.jtds.jdbc.ResponseStream
Reads an unsigned long value from the server response stream.
realName - Variable in class net.sourceforge.jtds.jdbc.ColInfo
Column actual table name
recover(int) - Method in class net.sourceforge.jtds.jdbcx.JtdsXAResource
 
refCount - Variable in class net.sourceforge.jtds.jdbc.ProcEntry
Usage count for this statement.
refreshKeyedRows() - Method in class net.sourceforge.jtds.jdbc.CachedResultSet
Refreshes a result set row from keyed tables.
refreshReRead() - Method in class net.sourceforge.jtds.jdbc.CachedResultSet
Refreshes the row by rereading the result set.
refreshRow() - Method in class net.sourceforge.jtds.jdbc.CachedResultSet
 
refreshRow() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
refreshRow() - Method in class net.sourceforge.jtds.jdbc.MSCursorResultSet
 
registerOutParameter(int, int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
registerOutParameter(int, int, int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
registerOutParameter(int, int, String) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
registerOutParameter(String, int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
registerOutParameter(String, int, int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
registerOutParameter(String, int, String) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
registerOutParameter(int, int) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
registerOutParameter(int, int, int) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
registerOutParameter(int, int, String) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
registerOutParameter(String, int) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
registerOutParameter(String, int, int) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
registerOutParameter(String, int, String) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
relative(int) - Method in class net.sourceforge.jtds.jdbc.CachedResultSet
 
relative(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
relative(int) - Method in class net.sourceforge.jtds.jdbc.MSCursorResultSet
 
release() - Method in class net.sourceforge.jtds.jdbc.ProcEntry
Decrements the usage count.
release() - Method in class net.sourceforge.jtds.jdbc.Semaphore
Release a permit.
release(long) - Method in class net.sourceforge.jtds.jdbc.Semaphore
Release N permits.
releaseSavepoint(Savepoint) - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
 
releaseSavepoint(Savepoint) - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC3
 
releaseSavepoint(Savepoint) - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
Delgates calls to the connection; SQLExceptions thrown from the connection will cause an event to be fired on the connection pool listeners.
releaseTds(TdsCore) - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Releases (either closes or caches) a TdsCore.
remove(String) - Method in class net.sourceforge.jtds.jdbc.cache.ProcedureCache
Removes a redundant entry from the cache.
remove(Object) - Method in class net.sourceforge.jtds.jdbc.cache.SimpleLRUCache
 
remove(String) - Method in interface net.sourceforge.jtds.jdbc.cache.StatementCache
Removes a statement key and handle from the cache for the specified key.
removeCachedProcedure(String) - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Remove a stored procedure from the cache.
removeConnectionEventListener(ConnectionEventListener) - Method in class net.sourceforge.jtds.jdbcx.PooledConnection
Removes the specified listener from the list.
removeStatement(JtdsStatement) - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Removes a statement object from the list maintained by the connection and cleans up the statement cache if necessary.
removeStatementEventListener(StatementEventListener) - Method in class net.sourceforge.jtds.jdbcx.PooledConnection
 
REPLY_PKT - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
TDS Reply packet.
RequestStream - Class in net.sourceforge.jtds.jdbc
Class to implement an output stream for the server request.
RequestStream(SharedSocket, int, int, int) - Constructor for class net.sourceforge.jtds.jdbc.RequestStream
Construct a RequestStream object.
reset() - Method in class net.sourceforge.jtds.util.DESEngine
 
reset() - Method in class net.sourceforge.jtds.util.GeneralDigest
 
reset() - Method in class net.sourceforge.jtds.util.MD4Digest
reset the chaining variables to the IV values.
reset() - Method in class net.sourceforge.jtds.util.MD5Digest
reset the chaining variables to the IV values.
resource - Variable in class net.sourceforge.jtds.jdbcx.JtdsXAConnection
The XAResource used by the transaction manager to control this connection.
responseOwner - Variable in class net.sourceforge.jtds.jdbc.SharedSocket
The Stream ID of the object that is expecting a response from the server.
ResponseStream - Class in net.sourceforge.jtds.jdbc
Implements an input stream for the server response.
ResponseStream(SharedSocket, int, int) - Constructor for class net.sourceforge.jtds.jdbc.ResponseStream
Constructs a RequestStream object.
ResponseStream.TdsInputStream - Class in net.sourceforge.jtds.jdbc
Simple inner class implementing an InputStream over the server response.
resultQueue - Variable in class net.sourceforge.jtds.jdbc.JtdsStatement
List of queued results (update counts, possibly followed by a ResultSet).
resultSetConcurrency - Variable in class net.sourceforge.jtds.jdbc.JtdsStatement
The concurrency of result sets created by this statement.
resultSetType - Variable in class net.sourceforge.jtds.jdbc.JtdsResultSet
The result set type.
resultSetType - Variable in class net.sourceforge.jtds.jdbc.JtdsStatement
The type of result sets created by this statement.
resultsPending() - Method in class net.sourceforge.jtds.jdbc.TdsCore.TdsToken
Retrieve the results pending status.
RETURN_GENERATED_KEYS - Static variable in class net.sourceforge.jtds.jdbc.JtdsStatement
 
returnKeys - Variable in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
True to return generated keys.
returnParam - Variable in class net.sourceforge.jtds.jdbc.TdsCore
The return parameter meta data object for the current procedure call.
returnStatus - Variable in class net.sourceforge.jtds.jdbc.TdsCore
The stored procedure return status.
RETVAL - Static variable in class net.sourceforge.jtds.jdbc.ParamInfo
Flag as an return value parameter.
rmHost - Variable in class net.sourceforge.jtds.jdbcx.JtdsXAResource
 
rollback() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
 
rollback(Savepoint) - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
 
rollback(Savepoint) - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC3
 
rollback(Xid) - Method in class net.sourceforge.jtds.jdbcx.JtdsXAResource
 
rollback() - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
Delgates calls to the connection; SQLExceptions thrown from the connection will cause an event to be fired on the connection pool listeners.
rollback(Savepoint) - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
Delgates calls to the connection; SQLExceptions thrown from the connection will cause an event to be fired on the connection pool listeners.
rotateLeft(int, int) - Method in class net.sourceforge.jtds.util.MD4Digest
 
rotateLeft(int, int) - Method in class net.sourceforge.jtds.util.MD5Digest
 
rowCache - Variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
The row cache used instead JtdsResultSet.currentRow.
rowCount - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Connection's current rowcount limit.
rowData - Variable in class net.sourceforge.jtds.jdbc.JtdsResultSet
Cached row data for forward only result set.
rowData - Variable in class net.sourceforge.jtds.jdbc.TdsCore
The array of column data objects in the current row.
rowDeleted - Variable in class net.sourceforge.jtds.jdbc.CachedResultSet
Indicates that row has been deleted.
rowDeleted() - Method in class net.sourceforge.jtds.jdbc.CachedResultSet
 
rowDeleted() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
rowDeleted() - Method in class net.sourceforge.jtds.jdbc.MSCursorResultSet
 
rowInserted() - Method in class net.sourceforge.jtds.jdbc.CachedResultSet
 
rowInserted() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
rowInserted() - Method in class net.sourceforge.jtds.jdbc.MSCursorResultSet
 
rowPtr - Variable in class net.sourceforge.jtds.jdbc.JtdsResultSet
Index of current row in rowData.
rowsInResult - Variable in class net.sourceforge.jtds.jdbc.JtdsResultSet
The number of rows in the result.
rowUpdated - Variable in class net.sourceforge.jtds.jdbc.CachedResultSet
Indicates that row has been updated.
rowUpdated() - Method in class net.sourceforge.jtds.jdbc.CachedResultSet
 
rowUpdated() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
rowUpdated() - Method in class net.sourceforge.jtds.jdbc.MSCursorResultSet
 
RPC_PKT - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
TDS Remote Procedure Call.
run() - Method in class net.sourceforge.jtds.util.TimerThread
Execute the TimerThread main loop.

S

s - Variable in class net.sourceforge.jtds.jdbc.SQLParser
Current position in input buffer.
S11 - Static variable in class net.sourceforge.jtds.util.MD4Digest
 
S11 - Static variable in class net.sourceforge.jtds.util.MD5Digest
 
S12 - Static variable in class net.sourceforge.jtds.util.MD4Digest
 
S12 - Static variable in class net.sourceforge.jtds.util.MD5Digest
 
S13 - Static variable in class net.sourceforge.jtds.util.MD4Digest
 
S13 - Static variable in class net.sourceforge.jtds.util.MD5Digest
 
S14 - Static variable in class net.sourceforge.jtds.util.MD4Digest
 
S14 - Static variable in class net.sourceforge.jtds.util.MD5Digest
 
S21 - Static variable in class net.sourceforge.jtds.util.MD4Digest
 
S21 - Static variable in class net.sourceforge.jtds.util.MD5Digest
 
S22 - Static variable in class net.sourceforge.jtds.util.MD4Digest
 
S22 - Static variable in class net.sourceforge.jtds.util.MD5Digest
 
S23 - Static variable in class net.sourceforge.jtds.util.MD4Digest
 
S23 - Static variable in class net.sourceforge.jtds.util.MD5Digest
 
S24 - Static variable in class net.sourceforge.jtds.util.MD4Digest
 
S24 - Static variable in class net.sourceforge.jtds.util.MD5Digest
 
S31 - Static variable in class net.sourceforge.jtds.util.MD4Digest
 
S31 - Static variable in class net.sourceforge.jtds.util.MD5Digest
 
S32 - Static variable in class net.sourceforge.jtds.util.MD4Digest
 
S32 - Static variable in class net.sourceforge.jtds.util.MD5Digest
 
S33 - Static variable in class net.sourceforge.jtds.util.MD4Digest
 
S33 - Static variable in class net.sourceforge.jtds.util.MD5Digest
 
S34 - Static variable in class net.sourceforge.jtds.util.MD4Digest
 
S34 - Static variable in class net.sourceforge.jtds.util.MD5Digest
 
S41 - Static variable in class net.sourceforge.jtds.util.MD5Digest
 
S42 - Static variable in class net.sourceforge.jtds.util.MD5Digest
 
S43 - Static variable in class net.sourceforge.jtds.util.MD5Digest
 
S44 - Static variable in class net.sourceforge.jtds.util.MD5Digest
 
savepointId - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC3
Counter for generating unique savepoint identifiers
SavepointImpl - Class in net.sourceforge.jtds.jdbc
Savepoint implementation class.
SavepointImpl(int) - Constructor for class net.sourceforge.jtds.jdbc.SavepointImpl
Constructs a savepoint with a specific identifier.
SavepointImpl(int, String) - Constructor for class net.sourceforge.jtds.jdbc.SavepointImpl
Constructs a savepoint with a specific identifier and name.
savepointProcInTran - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC3
Maps each savepoint to a list of tmep procedures created since the savepoint
savepoints - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC3
The list of savepoints.
scale - Variable in class net.sourceforge.jtds.jdbc.ColInfo
Column decimal scale
scale - Variable in class net.sourceforge.jtds.jdbc.ParamInfo
Parameter decimal scale
scavengeCache() - Method in class net.sourceforge.jtds.jdbc.cache.ProcedureCache
Removes unused entries trying to bring down the cache to the requested size.
schema - Variable in class net.sourceforge.jtds.jdbc.ColInfo
User owning this column
schema - Variable in class net.sourceforge.jtds.jdbc.TdsCore.TableMetaData
Table schema (user) name.
searchable - Variable in class net.sourceforge.jtds.jdbc.TypeInfo
 
second - Variable in class net.sourceforge.jtds.jdbc.DateTime
Unpacked second value.
securityViolation - Static variable in class net.sourceforge.jtds.jdbc.SharedSocket
Global flag to indicate that security constraints mean that attempts to create work files will fail.
Semaphore - Class in net.sourceforge.jtds.jdbc
Simple semaphore class used to serialize access requests over the network connection.
Semaphore(long) - Constructor for class net.sourceforge.jtds.jdbc.Semaphore
Create a Semaphore with the given initial number of permits.
send42LoginPkt(String, String, String, String, String, String, String, String, int) - Method in class net.sourceforge.jtds.jdbc.TdsCore
TDS 4.2 Login Packet.
send50LoginPkt(String, String, String, String, String, String, String, String, int) - Method in class net.sourceforge.jtds.jdbc.TdsCore
TDS 5.0 Login Packet.
sendMSLoginPkt(String, String, String, String, String, String, String, String, String, String, int) - Method in class net.sourceforge.jtds.jdbc.TdsCore
Send a TDS 7 login packet.
sendNetPacket(int, byte[]) - Method in class net.sourceforge.jtds.jdbc.SharedLocalNamedPipe
Send an network packet.
sendNetPacket(int, byte[]) - Method in class net.sourceforge.jtds.jdbc.SharedSocket
Send a network packet.
sendNtlmChallengeResponse(byte[], String, String, String) - Method in class net.sourceforge.jtds.jdbc.TdsCore
Send the response to the NTLM authentication challenge.
sendPreLoginPacket(String, boolean) - Method in class net.sourceforge.jtds.jdbc.TdsCore
Send the SQL Server 2000 pre login packet.
SENDSTRINGPARAMETERSASUNICODE - Static variable in class net.sourceforge.jtds.jdbc.Driver
 
sendStringParametersAsUnicode - Variable in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
sendXaPacket(int[], byte[]) - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Invokes the xp_jtdsxa extended stored procedure on the server.
serialVersionUID - Static variable in class net.sourceforge.jtds.jdbcx.JtdsDataSource
Serial version UID.
SERVER_TYPE_SQLSERVER - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
Default serverType property for SQL Server.
SERVER_TYPE_SYBASE - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
Default serverType property for Sybase.
serverCharset - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
The server character set.
serverInfoStrings - Variable in class net.sourceforge.jtds.jdbc.MSSqlServerInfo
 
serverName - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
The server host name.
SERVERNAME - Static variable in class net.sourceforge.jtds.jdbc.Driver
 
serverName - Variable in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
serverType - Variable in class net.sourceforge.jtds.jdbc.cache.SQLCacheKey
 
serverType - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
The make of SQL Server (sybase/microsoft).
SERVERTYPE - Static variable in class net.sourceforge.jtds.jdbc.Driver
 
serverType - Variable in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
 
serverType - Variable in class net.sourceforge.jtds.jdbc.SharedSocket
The servertype one of Driver.SQLSERVER or Driver.SYBASE
serverType - Variable in class net.sourceforge.jtds.jdbc.SQLDiagnostic
SQL Server type.
serverType - Variable in class net.sourceforge.jtds.jdbc.TdsCore
The make of SQL Server (Sybase/Microsoft).
serverType - Variable in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
setActive(boolean) - Static method in class net.sourceforge.jtds.util.Logger
Deprecated.
Use the JDBC standard mechanisms to enable logging.
setAppName(String) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
setArray(int, Array) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
setArray(int, Array) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
Delgates calls to the prepared statement; SQLExceptions thrown from the prepared statement will cause an event to be fired on the connection pool listeners.
setAsciiStream(long) - Method in class net.sourceforge.jtds.jdbc.ClobImpl
 
setAsciiStream(String, InputStream, int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
setAsciiStream(String, InputStream) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
setAsciiStream(String, InputStream, long) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
setAsciiStream(int, InputStream) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
setAsciiStream(int, InputStream, int) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
setAsciiStream(int, InputStream) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
setAsciiStream(int, InputStream, long) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
setAsciiStream(String, InputStream, int) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
setAsciiStream(String, InputStream) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
 
setAsciiStream(String, InputStream, long) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
 
setAsciiStream(int, InputStream) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
 
setAsciiStream(int, InputStream, long) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
 
setAsciiStream(int, InputStream, int) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
Delgates calls to the prepared statement; SQLExceptions thrown from the prepared statement will cause an event to be fired on the connection pool listeners.
setAsciiStream(int, InputStream) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
 
setAsciiStream(int, InputStream, long) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
 
setAutoCommit(boolean) - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
 
setAutoCommit(boolean) - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
Delgates calls to the connection; SQLExceptions thrown from the connection will cause an event to be fired on the connection pool listeners.
setBatchSize(int) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
setBigDecimal(String, BigDecimal) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
setBigDecimal(int, BigDecimal) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
setBigDecimal(String, BigDecimal) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
setBigDecimal(int, BigDecimal) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
Delgates calls to the prepared statement; SQLExceptions thrown from the prepared statement will cause an event to be fired on the connection pool listeners.
setBinaryStream(long) - Method in class net.sourceforge.jtds.jdbc.BlobImpl
 
setBinaryStream(String, InputStream, int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
setBinaryStream(String, InputStream) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
setBinaryStream(String, InputStream, long) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
setBinaryStream(int, InputStream) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
setBinaryStream(int, InputStream, int) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
setBinaryStream(int, InputStream) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
setBinaryStream(int, InputStream, long) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
setBinaryStream(String, InputStream, int) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
setBinaryStream(String, InputStream) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
 
setBinaryStream(String, InputStream, long) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
 
setBinaryStream(int, InputStream) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
 
setBinaryStream(int, InputStream, long) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
 
setBinaryStream(int, InputStream, int) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
Delgates calls to the prepared statement; SQLExceptions thrown from the prepared statement will cause an event to be fired on the connection pool listeners.
setBinaryStream(int, InputStream) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
 
setBinaryStream(int, InputStream, long) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
 
setBinaryStream(long, boolean) - Method in class net.sourceforge.jtds.util.BlobBuffer
Creates an OutputStream that can be used to update the BLOB.
setBindAddress(String) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
setBlob(String, Blob) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
setBlob(String, InputStream) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
setBlob(String, InputStream, long) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
setBlob(int, InputStream) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
setBlob(int, InputStream, long) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
setBlob(int, Blob) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
setBlob(int, InputStream) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
setBlob(int, InputStream, long) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
setBlob(String, Blob) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
 
setBlob(String, InputStream) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
 
setBlob(String, InputStream, long) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
 
setBlob(int, InputStream) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
 
setBlob(int, InputStream, long) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
 
setBlob(int, Blob) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
Delgates calls to the prepared statement; SQLExceptions thrown from the prepared statement will cause an event to be fired on the connection pool listeners.
setBlob(int, InputStream) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
 
setBlob(int, InputStream, long) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
 
setBoolean(String, boolean) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
setBoolean(int, boolean) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
setBoolean(String, boolean) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
setBoolean(int, boolean) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
Delgates calls to the prepared statement; SQLExceptions thrown from the prepared statement will cause an event to be fired on the connection pool listeners.
setBuffer(byte[], boolean) - Method in class net.sourceforge.jtds.util.BlobBuffer
Sets the initial buffer to an existing byte array.
setBufferDir(String) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
setBufferMaxMemory(int) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
setBufferMinPackets(int) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
setBufferSize(int) - Method in class net.sourceforge.jtds.jdbc.RequestStream
Set the output buffer size
setByte(String, byte) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
setByte(int, byte) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
setByte(String, byte) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
setByte(int, byte) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
Delgates calls to the prepared statement; SQLExceptions thrown from the prepared statement will cause an event to be fired on the connection pool listeners.
setBytes(long, byte[]) - Method in class net.sourceforge.jtds.jdbc.BlobImpl
 
setBytes(long, byte[], int, int) - Method in class net.sourceforge.jtds.jdbc.BlobImpl
 
setBytes(String, byte[]) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
setBytes(int, byte[]) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
setBytes(String, byte[]) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
setBytes(int, byte[]) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
Delgates calls to the prepared statement; SQLExceptions thrown from the prepared statement will cause an event to be fired on the connection pool listeners.
setBytes(long, byte[], int, int, boolean) - Method in class net.sourceforge.jtds.util.BlobBuffer
Sets the content of the BLOB to the supplied byte array value.
setCacheMetaData(boolean) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
setCaseSensitiveFlag() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
 
setCatalog(String) - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
 
setCatalog(String) - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
Delgates calls to the connection; SQLExceptions thrown from the connection will cause an event to be fired on the connection pool listeners.
setCharacterStream(long) - Method in class net.sourceforge.jtds.jdbc.ClobImpl
 
setCharacterStream(String, Reader, int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
setCharacterStream(String, Reader) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
setCharacterStream(String, Reader, long) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
setCharacterStream(int, Reader) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
setCharacterStream(int, Reader, int) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
setCharacterStream(int, Reader) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
setCharacterStream(int, Reader, long) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
setCharacterStream(String, Reader, int) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
setCharacterStream(String, Reader) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
 
setCharacterStream(String, Reader, long) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
 
setCharacterStream(int, Reader) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
 
setCharacterStream(int, Reader, long) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
 
setCharacterStream(int, Reader, int) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
Delgates calls to the prepared statement; SQLExceptions thrown from the prepared statement will cause an event to be fired on the connection pool listeners.
setCharacterStream(int, Reader) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
 
setCharacterStream(int, Reader, long) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
 
setCharset(String) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
setCharsetInfo(CharsetInfo) - Method in class net.sourceforge.jtds.jdbc.SharedSocket
Set the character set descriptor to be used to translate byte arrays to or from Strings.
setClientInfo(Properties) - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
 
setClientInfo(String, String) - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
 
setClientInfo(Properties) - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
 
setClientInfo(String, String) - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
 
setClob(String, Clob) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
setClob(String, Reader) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
setClob(String, Reader, long) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
setClob(int, Reader) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
setClob(int, Reader, long) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
setClob(int, Clob) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
setClob(int, Reader) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
setClob(int, Reader, long) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
setClob(String, Clob) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
 
setClob(String, Reader) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
 
setClob(String, Reader, long) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
 
setClob(int, Reader) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
 
setClob(int, Reader, long) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
 
setClob(int, Clob) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
Delgates calls to the prepared statement; SQLExceptions thrown from the prepared statement will cause an event to be fired on the connection pool listeners.
setClob(int, Reader) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
 
setClob(int, Reader, long) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
 
setClosed() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Forces the closed status on the statement if an I/O error has occurred.
setColLabel(int, String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
Set the specified column's label.
setCollation(byte[]) - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Set the default collation for this connection.
setColMetaData(ColInfo[]) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
Update the cached column meta data information.
setColMetaData(ColInfo[]) - Method in class net.sourceforge.jtds.jdbc.ProcEntry
Sets the column meta data.
setColName(int, String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
Set the specified column's name.
setColType(int, int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
Set the specified column's JDBC type.
setColumnCharset(ColInfo, ConnectionJDBC2) - Static method in class net.sourceforge.jtds.jdbc.TdsData
Set the charsetInfo field of ci according to the value of its collation field.
setColumnCount(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
Set the current row's column count.
setColumns(ColInfo[]) - Method in class net.sourceforge.jtds.jdbc.TdsCore
Sets the column meta data.
setColValue(int, int, Object, int) - Method in class net.sourceforge.jtds.jdbc.CachedResultSet
Sets the specified column's data value.
setColValue(int, int, Object, int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
Set the specified column's data value.
setColValue(int, int, Object, int) - Method in class net.sourceforge.jtds.jdbc.MSCursorResultSet
Set the specified column's data value.
setConcurrency(int) - Method in class net.sourceforge.jtds.jdbc.CachedResultSet
Modify the concurrency of the result set.
setCursorName(String) - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
 
setCursorName(String) - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
Delgates calls to the statement; SQLExceptions thrown from the statement will cause an event to be fired on the connection pool listeners.
setDatabase(String, String) - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Called by the protcol to change the current database context.
setDatabaseName(String) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
setDate(String, Date) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
setDate(String, Date, Calendar) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
setDate(int, Date) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
setDate(int, Date, Calendar) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
setDate(String, Date) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
setDate(String, Date, Calendar) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
setDate(int, Date) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
Delgates calls to the prepared statement; SQLExceptions thrown from the prepared statement will cause an event to be fired on the connection pool listeners.
setDate(int, Date, Calendar) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
Delgates calls to the prepared statement; SQLExceptions thrown from the prepared statement will cause an event to be fired on the connection pool listeners.
setDBServerInfo(String, int, int, int) - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Update the connection instance with information about the server.
setDescription(String) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
setDomain(String) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
setDouble(String, double) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
setDouble(int, double) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
setDouble(String, double) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
setDouble(int, double) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
Delgates calls to the prepared statement; SQLExceptions thrown from the prepared statement will cause an event to be fired on the connection pool listeners.
setEscapeProcessing(boolean) - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
 
setEscapeProcessing(boolean) - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
Delgates calls to the statement; SQLExceptions thrown from the statement will cause an event to be fired on the connection pool listeners.
setFetchDirection(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
setFetchDirection(int) - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
 
setFetchDirection(int) - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
Delgates calls to the statement; SQLExceptions thrown from the statement will cause an event to be fired on the connection pool listeners.
setFetchSize(int) - Method in class net.sourceforge.jtds.jdbc.CachedResultSet
 
setFetchSize(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
setFetchSize(int) - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
 
setFetchSize(int) - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
Delgates calls to the statement; SQLExceptions thrown from the statement will cause an event to be fired on the connection pool listeners.
setFloat(String, float) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
setFloat(int, float) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
setFloat(String, float) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
setFloat(int, float) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
Delgates calls to the prepared statement; SQLExceptions thrown from the prepared statement will cause an event to be fired on the connection pool listeners.
setHandle(int) - Method in class net.sourceforge.jtds.jdbc.ProcEntry
Sets the prepared statement handle.
setHoldability(int) - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
 
setHoldability(int) - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
Delgates calls to the connection; SQLExceptions thrown from the connection will cause an event to be fired on the connection pool listeners.
setIn(DataInputStream) - Method in class net.sourceforge.jtds.jdbc.SharedSocket
Setter for SharedSocket.in field.
setInstance(String) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
setInt(String, int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
setInt(int, int) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
setInt(String, int) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
setInt(int, int) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
Delgates calls to the prepared statement; SQLExceptions thrown from the prepared statement will cause an event to be fired on the connection pool listeners.
setKeepAlive(boolean) - Method in class net.sourceforge.jtds.jdbc.SharedSocket
Set the socket keep alive.
setKeepAlive(boolean) - Method in class net.sourceforge.jtds.ssl.TdsTlsSocket
 
setLanguage(String) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
setLastUpdateCount(boolean) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
setLength(long) - Method in class net.sourceforge.jtds.util.BlobBuffer
Retrieves the length of the BLOB buffer (in memory version only).
setLobBuffer(long) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
setLogFile(String) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
setLoginTimeout(int) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
setLogWriter(PrintWriter) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
setLogWriter(PrintWriter) - Static method in class net.sourceforge.jtds.util.Logger
Set the logging PrintWriter stream.
setLong(String, long) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
setLong(int, long) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
setLong(String, long) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
setLong(int, long) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
Delgates calls to the prepared statement; SQLExceptions thrown from the prepared statement will cause an event to be fired on the connection pool listeners.
setMacAddress(String) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
setMaxFieldSize(int) - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
 
setMaxFieldSize(int) - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
Delgates calls to the statement; SQLExceptions thrown from the statement will cause an event to be fired on the connection pool listeners.
setMaxRows(int) - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
 
setMaxRows(int) - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
Delgates calls to the statement; SQLExceptions thrown from the statement will cause an event to be fired on the connection pool listeners.
setMaxStatements(int) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
setMemoryBudget(int) - Static method in class net.sourceforge.jtds.jdbc.SharedSocket
Set the global buffer memory limit for all instances of this driver.
setMinMemPkts(int) - Static method in class net.sourceforge.jtds.jdbc.SharedSocket
Set the minimum number of packets to cache in memory before writing to disk.
setName(String) - Method in class net.sourceforge.jtds.jdbc.ProcEntry
Sets the procedure name.
setNamedPipe(boolean) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
setNCharacterStream(String, Reader) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
setNCharacterStream(String, Reader, long) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
setNCharacterStream(int, Reader) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
setNCharacterStream(int, Reader, long) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
setNCharacterStream(int, Reader) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
setNCharacterStream(int, Reader, long) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
setNCharacterStream(String, Reader) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
 
setNCharacterStream(String, Reader, long) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
 
setNCharacterStream(int, Reader) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
 
setNCharacterStream(int, Reader, long) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
 
setNCharacterStream(int, Reader) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
 
setNCharacterStream(int, Reader, long) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
 
setNClob(String, NClob) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
setNClob(String, Reader) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
setNClob(String, Reader, long) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
setNClob(int, NClob) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
setNClob(int, Reader) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
setNClob(int, Reader, long) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
setNClob(int, NClob) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
setNClob(int, Reader) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
setNClob(int, Reader, long) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
setNClob(String, NClob) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
 
setNClob(String, Reader) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
 
setNClob(String, Reader, long) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
 
setNClob(int, NClob) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
 
setNClob(int, Reader) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
 
setNClob(int, Reader, long) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
 
setNClob(int, NClob) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
 
setNClob(int, Reader) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
 
setNClob(int, Reader, long) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
 
setNetPacketSize(int) - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Sets the network packet size.
setNetworkTimeout(Executor, int) - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
 
setNetworkTimeout(Executor, int) - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
 
setNString(String, String) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
setNString(int, String) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
setNString(int, String) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
setNString(String, String) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
 
setNString(int, String) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
 
setNString(int, String) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
 
setNull(String, int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
setNull(String, int, String) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
setNull(int, int) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
setNull(int, int, String) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
setNull(String, int) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
setNull(String, int, String) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
setNull(int, int) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
Delgates calls to the prepared statement; SQLExceptions thrown from the prepared statement will cause an event to be fired on the connection pool listeners.
setNull(int, int, String) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
Delgates calls to the prepared statement; SQLExceptions thrown from the prepared statement will cause an event to be fired on the connection pool listeners.
setObject(String, Object) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
setObject(String, Object, int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
setObject(String, Object, int, int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
setObject(int, Object) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
setObject(int, Object, int) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
setObject(int, Object, int, int) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
setObject(String, Object, int, int) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
setObject(String, Object, int) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
setObject(String, Object) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
setObject(int, Object, int, int) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
Delgates calls to the prepared statement; SQLExceptions thrown from the prepared statement will cause an event to be fired on the connection pool listeners.
setObject(int, Object, int) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
Delgates calls to the prepared statement; SQLExceptions thrown from the prepared statement will cause an event to be fired on the connection pool listeners.
setObject(int, Object) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
Delgates calls to the prepared statement; SQLExceptions thrown from the prepared statement will cause an event to be fired on the connection pool listeners.
setObjectBase(int, Object, int, int) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
Generic setObject method.
setOut(DataOutputStream) - Method in class net.sourceforge.jtds.jdbc.SharedSocket
Setter for SharedSocket.out field.
setOutValue(Object) - Method in class net.sourceforge.jtds.jdbc.ParamInfo
Set the OUT parameter value.
setPacketSize(int) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
setPacketType(byte) - Method in class net.sourceforge.jtds.jdbc.RequestStream
Set the current output packet type.
setParameter(int, Object, int, int, int) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
Update the ParamInfo object for the specified parameter.
setParamMetaData(ParamInfo[]) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
Update the cached parameter meta data information.
setParamMetaData(ParamInfo[]) - Method in class net.sourceforge.jtds.jdbc.ProcEntry
Sets the parameter meta data.
setPassword(String) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
setPipe(SmbNamedPipe) - Method in class net.sourceforge.jtds.jdbc.SharedNamedPipe
Setter for SharedNamedPipe.pipe field.
setPoolable(boolean) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
setPoolable(boolean) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
setPoolable(boolean) - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
 
setPoolable(boolean) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
 
setPoolable(boolean) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
 
setPoolable(boolean) - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
 
setPortNumber(int) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
setPrepareSql(int) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
setProcessId(String) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
setProgName(String) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
setQueryTimeout(int) - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
 
setQueryTimeout(int) - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
Delgates calls to the statement; SQLExceptions thrown from the statement will cause an event to be fired on the connection pool listeners.
setReadOnly(boolean) - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
 
setReadOnly(boolean) - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
Delgates calls to the connection; SQLExceptions thrown from the connection will cause an event to be fired on the connection pool listeners.
setRef(int, Ref) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
setRef(int, Ref) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
Delgates calls to the prepared statement; SQLExceptions thrown from the prepared statement will cause an event to be fired on the connection pool listeners.
setRowCount(int) - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Sets the current row count on this connection.
setRowCountAndTextSize(int, int) - Method in class net.sourceforge.jtds.jdbc.TdsCore
Sets the server row count (to limit the number of rows in a result set) and text size (to limit the size of returned TEXT/NTEXT fields).
setRowId(String, RowId) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
setRowId(int, RowId) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
setRowId(int, RowId) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
setRowId(String, RowId) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
 
setRowId(int, RowId) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
 
setRowId(int, RowId) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
 
setSavepoint() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
 
setSavepoint(String) - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
 
setSavepoint(SavepointImpl) - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC3
Add a savepoint to the list maintained by this connection.
setSavepoint() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC3
 
setSavepoint(String) - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC3
 
setSavepoint() - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
Delgates calls to the connection; SQLExceptions thrown from the connection will cause an event to be fired on the connection pool listeners.
setSavepoint(String) - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
Delgates calls to the connection; SQLExceptions thrown from the connection will cause an event to be fired on the connection pool listeners.
setSchema(String) - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
 
setSchema(String) - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
 
setSendStringParametersAsUnicode(boolean) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
setServerCharset(String) - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Called by the protocol to change the current character set.
setServerName(String) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
setServerType(int) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
setShort(String, short) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
setShort(int, short) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
setShort(String, short) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
setShort(int, short) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
Delgates calls to the prepared statement; SQLExceptions thrown from the prepared statement will cause an event to be fired on the connection pool listeners.
setSocketKeepAlive(boolean) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
setSocketTimeout(int) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
setSoTimeout(int) - Method in class net.sourceforge.jtds.ssl.TdsTlsSocket
 
setSQLXML(String, SQLXML) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
setSQLXML(int, SQLXML) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
setSQLXML(int, SQLXML) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
setSQLXML(String, SQLXML) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
 
setSQLXML(int, SQLXML) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
 
setSQLXML(int, SQLXML) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
 
setSsl(String) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
setString(long, String) - Method in class net.sourceforge.jtds.jdbc.ClobImpl
 
setString(long, String, int, int) - Method in class net.sourceforge.jtds.jdbc.ClobImpl
 
setString(String, String) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
setString(int, String) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
setString(String, String) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
setString(int, String) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
Delgates calls to the prepared statement; SQLExceptions thrown from the prepared statement will cause an event to be fired on the connection pool listeners.
setSybaseInfo(int) - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Set the Sybase capability data.
setTcpNoDelay(boolean) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
setTcpNoDelay(boolean) - Method in class net.sourceforge.jtds.ssl.TdsTlsSocket
 
setTds(String) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
setTdsVersion(int) - Method in class net.sourceforge.jtds.jdbc.SharedSocket
Set the TDS version field.
setTextSize(int) - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Sets the current maximum textsize on this connection.
setTime(String, Time) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
setTime(String, Time, Calendar) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
setTime(int, Time) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
setTime(int, Time, Calendar) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
setTime(String, Time) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
setTime(String, Time, Calendar) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
setTime(int, Time) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
Delgates calls to the prepared statement; SQLExceptions thrown from the prepared statement will cause an event to be fired on the connection pool listeners.
setTime(int, Time, Calendar) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
Delgates calls to the prepared statement; SQLExceptions thrown from the prepared statement will cause an event to be fired on the connection pool listeners.
setTimeout(int) - Method in class net.sourceforge.jtds.jdbc.SharedLocalNamedPipe
Set the socket timeout.
setTimeout(int) - Method in class net.sourceforge.jtds.jdbc.SharedNamedPipe
Set the socket timeout.
setTimeout(int) - Method in class net.sourceforge.jtds.jdbc.SharedSocket
Set the socket timeout.
setTimer(int, TimerThread.TimerListener) - Method in class net.sourceforge.jtds.util.TimerThread
Add a timer request to the queue.
setTimestamp(String, Timestamp) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
setTimestamp(String, Timestamp, Calendar) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
setTimestamp(int, Timestamp) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
setTimestamp(int, Timestamp, Calendar) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
setTimestamp(String, Timestamp) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
setTimestamp(String, Timestamp, Calendar) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
setTimestamp(int, Timestamp) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
Delgates calls to the prepared statement; SQLExceptions thrown from the prepared statement will cause an event to be fired on the connection pool listeners.
setTimestamp(int, Timestamp, Calendar) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
Delgates calls to the prepared statement; SQLExceptions thrown from the prepared statement will cause an event to be fired on the connection pool listeners.
setTransactionIsolation(int) - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
 
setTransactionIsolation(int) - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
Delgates calls to the connection; SQLExceptions thrown from the connection will cause an event to be fired on the connection pool listeners.
setTransactionTimeout(int) - Method in class net.sourceforge.jtds.jdbcx.JtdsXAResource
 
setType(int) - Method in class net.sourceforge.jtds.jdbc.ProcEntry
Sets the statement implementation type.
setTypeMap(Map) - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
 
setTypeMap(Map) - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
Delgates calls to the connection; SQLExceptions thrown from the connection will cause an event to be fired on the connection pool listeners.
setUnicodeStream(int, InputStream, int) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
setUnicodeStream(int, InputStream, int) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
Delgates calls to the prepared statement; SQLExceptions thrown from the prepared statement will cause an event to be fired on the connection pool listeners.
setupConnectProperties(String, Properties) - Method in class net.sourceforge.jtds.jdbc.Driver
Sets up properties for the Driver.connect(String, java.util.Properties) method.
setURL(String, URL) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
setURL(int, URL) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
setURL(String, URL) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
setURL(int, URL) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
Delgates calls to the prepared statement; SQLExceptions thrown from the prepared statement will cause an event to be fired on the connection pool listeners.
setUseCursors(boolean) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
setUseJCIFS(boolean) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
setUseLOBs(boolean) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
setUseNTLMV2(String) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
setUser(String) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
setWsid(String) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
setXaEmulation(boolean) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
setXaState(int) - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Sets the XA state variable.
setXid(Object) - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Sets the XA transaction ID when running in emulation mode.
SharedLocalNamedPipe - Class in net.sourceforge.jtds.jdbc
This class implements inter-process communication (IPC) to the database server using local named pipes (will only work on Windows).
SharedLocalNamedPipe(ConnectionJDBC2) - Constructor for class net.sourceforge.jtds.jdbc.SharedLocalNamedPipe
Creates a new instance of SharedLocalNamedPipe.
SharedNamedPipe - Class in net.sourceforge.jtds.jdbc
This class implements inter-process communication (IPC) to the database server using named pipes.
SharedNamedPipe(ConnectionJDBC2) - Constructor for class net.sourceforge.jtds.jdbc.SharedNamedPipe
Creates a new instance of SharedNamedPipe.
SharedSocket - Class in net.sourceforge.jtds.jdbc
This class mananges the physical connection to the SQL Server and serialises its use amongst a number of virtual sockets.
SharedSocket(File, int, int) - Constructor for class net.sourceforge.jtds.jdbc.SharedSocket
 
SharedSocket(ConnectionJDBC2) - Constructor for class net.sourceforge.jtds.jdbc.SharedSocket
Construct a SharedSocket object specifying host name and port.
SharedSocket.VirtualSocket - Class in net.sourceforge.jtds.jdbc
This inner class contains the state information for the virtual socket.
SimpleLRUCache - Class in net.sourceforge.jtds.jdbc.cache
Simple LRU cache for any type of object.
SimpleLRUCache(int) - Constructor for class net.sourceforge.jtds.jdbc.cache.SimpleLRUCache
Constructs a new LRU cache instance.
size - Variable in class net.sourceforge.jtds.jdbc.TdsData.TypeInfo
The size of this type or < 0 for variable sizes.
sizeChanged - Variable in class net.sourceforge.jtds.jdbc.CachedResultSet
Fetch size has been changed.
skip(int) - Method in class net.sourceforge.jtds.jdbc.ResponseStream
Discards bytes from the server response stream.
skipMultiComments() - Method in class net.sourceforge.jtds.jdbc.SQLParser
Skips multi-line comments
skipSingleComments() - Method in class net.sourceforge.jtds.jdbc.SQLParser
Skips single-line comments.
skipString(int) - Method in class net.sourceforge.jtds.jdbc.ResponseStream
Skips a String from the server response stream.
skipToEnd() - Method in class net.sourceforge.jtds.jdbc.ResponseStream
Consumes the rest of the server response, without parsing it.
skipWhiteSpace() - Method in class net.sourceforge.jtds.jdbc.SQLParser
Skips embedded white space.
socket - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
The network TCP/IP socket.
socket - Variable in class net.sourceforge.jtds.jdbc.RequestStream
The shared network socket.
socket - Variable in class net.sourceforge.jtds.jdbc.ResponseStream
The shared network socket.
socket - Variable in class net.sourceforge.jtds.jdbc.SharedSocket
The shared network socket.
socket - Variable in class net.sourceforge.jtds.jdbc.TdsCore
The Shared network socket object.
socket - Variable in class net.sourceforge.jtds.ssl.SocketFactories.TdsTlsSocketFactory
 
SOCKET_KEEPALIVE - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
Default socketKeepAlive property.
SOCKET_TIMEOUT - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
Default sockeTimeout property.
SocketFactories - Class in net.sourceforge.jtds.ssl
Used for acquiring a socket factory when SSL is enabled.
SocketFactories() - Constructor for class net.sourceforge.jtds.ssl.SocketFactories
 
SocketFactories.TdsTlsSocketFactory - Class in net.sourceforge.jtds.ssl
The socket factory for creating sockets based on the SSL setting.
socketKeepAlive - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
True to enable socket keep alive.
socketKeepAlive - Variable in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
socketTable - Variable in class net.sourceforge.jtds.jdbc.SharedSocket
Table of stream objects sharing this socket.
socketTimeout - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Socket timeout value in seconds or 0.
socketTimeout - Variable in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
SOKEEPALIVE - Static variable in class net.sourceforge.jtds.jdbc.Driver
 
sortToCharsetMap - Static variable in class net.sourceforge.jtds.jdbc.CharsetInfo
Sort order to Java charset map.
SOTIMEOUT - Static variable in class net.sourceforge.jtds.jdbc.Driver
 
SP1 - Static variable in class net.sourceforge.jtds.util.DESEngine
 
SP2 - Static variable in class net.sourceforge.jtds.util.DESEngine
 
SP3 - Static variable in class net.sourceforge.jtds.util.DESEngine
 
SP4 - Static variable in class net.sourceforge.jtds.util.DESEngine
 
SP5 - Static variable in class net.sourceforge.jtds.util.DESEngine
 
SP6 - Static variable in class net.sourceforge.jtds.util.DESEngine
 
SP7 - Static variable in class net.sourceforge.jtds.util.DESEngine
 
SP8 - Static variable in class net.sourceforge.jtds.util.DESEngine
 
split(String, int) - Static method in class net.sourceforge.jtds.jdbc.MSSqlServerInfo
 
spSequenceNo - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Stored procedure unique ID number.
sql - Variable in class net.sourceforge.jtds.jdbc.cache.SQLCacheKey
 
sql - Variable in class net.sourceforge.jtds.jdbc.CachedResultSet
Original SQL statement.
sql - Variable in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
The SQL statement being prepared.
sql - Variable in class net.sourceforge.jtds.jdbc.SQLParser
Original SQL string
SQL_ROW_DELETED - Static variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
The row has been deleted.
SQL_ROW_DIRTY - Static variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
The row is dirty and needs to be reloaded (internal state).
SQL_ROW_SUCCESS - Static variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
The row is valid.
SQL_SERVER_65_CHARSET_QUERY - Static variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
SQL query to determine the server charset on MS SQL Server 6.5.
SQL_SERVER_INITIAL_SQL - Static variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
SQL Server initial connection string.
SQLCacheKey - Class in net.sourceforge.jtds.jdbc.cache
Cache key for an SQL query, consisting of the query and server type, major and minor version.
SQLCacheKey(String, ConnectionJDBC2) - Constructor for class net.sourceforge.jtds.jdbc.cache.SQLCacheKey
 
sqlDataType - Variable in class net.sourceforge.jtds.jdbc.TypeInfo
 
sqlDatetimeSub - Variable in class net.sourceforge.jtds.jdbc.TypeInfo
 
SQLDiagnostic - Class in net.sourceforge.jtds.jdbc
Helper class for handling SQL warnings and errors.
SQLDiagnostic(int) - Constructor for class net.sourceforge.jtds.jdbc.SQLDiagnostic
Create an SQL message for a specific server type.
SQLParser - Class in net.sourceforge.jtds.jdbc
Process JDBC escape strings and parameter markers in the SQL string.
SQLParser(String, ArrayList, ConnectionJDBC2) - Constructor for class net.sourceforge.jtds.jdbc.SQLParser
Constructs a new parser object to process the supplied SQL.
SQLParser.CachedSQLQuery - Class in net.sourceforge.jtds.jdbc
Serialized version of a parsed SQL query (the value stored in the cache for a parsed SQL).
SQLSERVER - Static variable in class net.sourceforge.jtds.jdbc.Driver
Microsoft SQL Server.
sqlStateXOpen - Static variable in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
 
sqlType - Variable in class net.sourceforge.jtds.jdbc.ColInfo
The SQL type name for this column.
sqlType - Variable in class net.sourceforge.jtds.jdbc.ParamInfo
SQL type name eg varchar(10)
sqlType - Variable in class net.sourceforge.jtds.jdbc.TdsData.TypeInfo
The SQL type name.
sqlWord - Variable in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
The first SQL keyword in the SQL string.
ssl - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
SSL setting.
SSL - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
Default ssl property.
SSL - Static variable in class net.sourceforge.jtds.jdbc.Driver
 
ssl - Variable in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
ssl - Variable in class net.sourceforge.jtds.ssl.SocketFactories.TdsTlsSocketFactory
 
Ssl - Interface in net.sourceforge.jtds.ssl
SSL settings
SSL_AUTHENTICATE - Static variable in interface net.sourceforge.jtds.ssl.Ssl
SSL is required and the server must return a certificate signed by a client-trusted authority.
SSL_CLIENT_FORCE_ENCRYPT - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
SSL Mode - Client requested force encryption.
SSL_ENCRYPT_LOGIN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
SSL Mode - Login packet must be encrypted.
SSL_NO_ENCRYPT - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
SSL Mode - No server certificate installed.
SSL_OFF - Static variable in interface net.sourceforge.jtds.ssl.Ssl
SSL is not used.
SSL_REQUEST - Static variable in interface net.sourceforge.jtds.ssl.Ssl
SSL is requested; a plain socket is used if SSL is not available.
SSL_REQUIRE - Static variable in interface net.sourceforge.jtds.ssl.Ssl
SSL is required; an exception if thrown if SSL is not available.
SSL_SERVER_FORCE_ENCRYPT - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
SSL Mode - Server requested force encryption.
sslMode - Variable in class net.sourceforge.jtds.jdbc.TdsCore
Indicates type of SSL connection.
sslSocket - Variable in class net.sourceforge.jtds.jdbc.SharedSocket
The shared SSL network socket;
sspiJNIClient - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
A reference to ntlm.SSPIJNIClient.
SSPIJNIClient - Class in net.sourceforge.jtds.util
A JNI client to SSPI based CPP program (DLL) that returns the user credentials for NTLM authentication.
SSPIJNIClient() - Constructor for class net.sourceforge.jtds.util.SSPIJNIClient
Private constructor for singleton.
start(Xid, int) - Method in class net.sourceforge.jtds.jdbcx.JtdsXAResource
 
startBatch() - Method in class net.sourceforge.jtds.jdbc.TdsCore
Notifies the TdsCore that a batch is starting.
statement - Variable in class net.sourceforge.jtds.jdbc.JtdsResultSet
The parent statement.
StatementCache - Interface in net.sourceforge.jtds.jdbc.cache
Interface for a statement cache.
statementCache - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Statement cache.
StatementProxy - Class in net.sourceforge.jtds.jdbcx.proxy
This class would be better implemented as a java.lang.reflect.Proxy.
StatementProxy(ConnectionProxy, JtdsStatement) - Constructor for class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
 
statements - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
List of statements associated with this connection.
status - Variable in class net.sourceforge.jtds.jdbc.TdsCore.TdsToken
The status field from a DONE packet.
stopTimer() - Method in class net.sourceforge.jtds.util.TimerThread
Completely stops the timer and its underlying Java thread, discarding all pending timeouts.
storesLowerCaseIdentifiers() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Does the database treat mixed case unquoted SQL identifiers as case insensitive and store them in lower case?
storesLowerCaseQuotedIdentifiers() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Does the database treat mixed case quoted SQL identifiers as case insensitive and store them in lower case?
storesMixedCaseIdentifiers() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Does the database treat mixed case unquoted SQL identifiers as case insensitive and store them in mixed case?
storesMixedCaseQuotedIdentifiers() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Does the database treat mixed case quoted SQL identifiers as case insensitive and store them in mixed case?
storesUpperCaseIdentifiers() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Does the database treat mixed case unquoted SQL identifiers as case insensitive and store them in upper case?
storesUpperCaseQuotedIdentifiers() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Does the database treat mixed case quoted SQL identifiers as case insensitive and store them in upper case?
streamId - Variable in class net.sourceforge.jtds.jdbc.RequestStream
The unique stream id.
streamId - Variable in class net.sourceforge.jtds.jdbc.ResponseStream
The unique stream id.
stringValue - Variable in class net.sourceforge.jtds.jdbc.DateTime
Cached value of the datetime as a String.
submitSQL(String) - Method in class net.sourceforge.jtds.jdbc.TdsCore
Submit a simple SQL statement to the server and process all output.
substituteParameters(String, ParamInfo[], ConnectionJDBC2) - Static method in class net.sourceforge.jtds.jdbc.Support
Substitute actual data for the parameter markers to simulate parameter substitution in a PreparedStatement.
substituteParamMarkers(String, ParamInfo[]) - Static method in class net.sourceforge.jtds.jdbc.Support
Update the SQL string and replace the ? markers with parameter names eg @P0, @P1 etc.
SUCCESS_NO_INFO - Static variable in class net.sourceforge.jtds.jdbc.JtdsStatement
 
Support - Class in net.sourceforge.jtds.jdbc
This class contains static utility methods designed to support the main driver classes.
Support() - Constructor for class net.sourceforge.jtds.jdbc.Support
 
supportsAlterTableWithAddColumn() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Is "ALTER TABLE" with add column supported?
supportsAlterTableWithDropColumn() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Is "ALTER TABLE" with drop column supported?
supportsANSI92EntryLevelSQL() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Retrieves whether this database supports the ANSI92 entry level SQL grammar.
supportsANSI92FullSQL() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Is the ANSI92 full SQL grammar supported?
supportsANSI92IntermediateSQL() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Is the ANSI92 intermediate SQL grammar supported?
supportsBatchUpdates() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
JDBC 2.0 Indicates whether the driver supports batch updates.
supportsCatalogsInDataManipulation() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Can a catalog name be used in a data manipulation statement?
supportsCatalogsInIndexDefinitions() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Can a catalog name be used in an index definition statement?
supportsCatalogsInPrivilegeDefinitions() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Can a catalog name be used in a privilege definition statement?
supportsCatalogsInProcedureCalls() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Can a catalog name be used in a procedure call statement?
supportsCatalogsInTableDefinitions() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Can a catalog name be used in a table definition statement?
supportsColumnAliasing() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Retrieves whether this database supports column aliasing.
supportsConvert() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Is the CONVERT function between SQL types supported?
supportsConvert(int, int) - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Is CONVERT between the given SQL types supported?
supportsCoreSQLGrammar() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Is the ODBC Core SQL grammar supported?
supportsCorrelatedSubqueries() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Retrieves whether this database supports correlated subqueries.
supportsDataDefinitionAndDataManipulationTransactions() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Are both data definition and data manipulation statements within a transaction supported?
supportsDataManipulationTransactionsOnly() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Are only data manipulation statements within a transaction supported?
supportsDifferentTableCorrelationNames() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
If table correlation names are supported, are they restricted to be different from the names of the tables?
supportsExpressionsInOrderBy() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Are expressions in "ORDER BY" lists supported?
supportsExtendedSQLGrammar() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Is the ODBC Extended SQL grammar supported?
supportsFullOuterJoins() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Are full nested outer joins supported?
supportsGetGeneratedKeys() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Returns true if getting auto-generated keys is supported after a statment is executed; returns false otherwise
supportsGroupBy() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Is some form of "GROUP BY" clause supported?
supportsGroupByBeyondSelect() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Can a "GROUP BY" clause add columns not in the SELECT provided it specifies all the columns in the SELECT?
supportsGroupByUnrelated() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Can a "GROUP BY" clause use columns not in the SELECT?
supportsIntegrityEnhancementFacility() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Is the SQL Integrity Enhancement Facility supported?
supportsLikeEscapeClause() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Retrieves whether this database supports specifying a LIKE escape clause.
supportsLimitedOuterJoins() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Retrieves whether this database provides limited support for outer joins.
supportsMinimumSQLGrammar() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Retrieves whether this database supports the ODBC Minimum SQL grammar.
supportsMixedCaseIdentifiers() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Retrieves whether this database treats mixed case unquoted SQL identifiers as case sensitive and as a result stores them in mixed case.
supportsMixedCaseQuotedIdentifiers() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Retrieves whether this database treats mixed case quoted SQL identifiers as case sensitive and as a result stores them in mixed case.
supportsMultipleOpenResults() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Returns true if Callable statements can return multiple result sets; returns false if they can only return one result set.
supportsMultipleResultSets() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Are multiple ResultSets from a single execute supported?
supportsMultipleTransactions() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Can we have multiple transactions open at once (on different connections)?
supportsNamedParameters() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Returns true if the database supports named parameters; returns false if the database does not support named parameters.
supportsNonNullableColumns() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Retrieves whether columns in this database may be defined as non-nullable.
supportsOpenCursorsAcrossCommit() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Can cursors remain open across commits?
supportsOpenCursorsAcrossRollback() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Can cursors remain open across rollbacks?
supportsOpenStatementsAcrossCommit() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Can statements remain open across commits?
supportsOpenStatementsAcrossRollback() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Can statements remain open across rollbacks?
supportsOrderByUnrelated() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Can an "ORDER BY" clause use columns not in the SELECT?
supportsOuterJoins() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Is some form of outer join supported?
supportsPositionedDelete() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Is positioned DELETE supported?
supportsPositionedUpdate() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Is positioned UPDATE supported?
supportsResultSetConcurrency(int, int) - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Does the database support the concurrency type in combination with the given result set type?

Supported concurrencies for SQL Server: JDBC concurrency SQL Server concurrency Row locks Description CONCUR_READ_ONLY Read only No Read-only. CONCUR_UPDATABLE Optimistic concurrency, updatable No Row integrity checked with timestamp comparison or, when not available, value comparison (except text and image fields). CONCUR_UPDATABLE+1 Pessimistic concurrency, updatable Yes Row integrity is ensured by locking rows. CONCUR_UPDATABLE+2 Optimistic concurrency, updatable No Row integrity checked with value comparison (except text and image fields).

supportsResultSetHoldability(int) - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
 
supportsResultSetType(int) - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Does the database support the given result set type?

Supported types for SQL Server: JDBC type SQL Server cursor type Server load Description TYPE_FORWARD_ONLY Forward-only, dynamic (fast forward-only, static with useCursors=true) Light Fast, will read all data (less fast, doesn't read all data with useCursors=true).

supportsSavepoints() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Returns true if savepoints are supported; returns false otherwise
supportsSchemasInDataManipulation() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Can a schema name be used in a data manipulation statement?
supportsSchemasInIndexDefinitions() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Can a schema name be used in an index definition statement?
supportsSchemasInPrivilegeDefinitions() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Can a schema name be used in a privilege definition statement?
supportsSchemasInProcedureCalls() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Can a schema name be used in a procedure call statement?
supportsSchemasInTableDefinitions() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Can a schema name be used in a table definition statement?
supportsSelectForUpdate() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Is SELECT for UPDATE supported?
supportsStatementPooling() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Returns true if the database supports statement pooling; returns false otherwise.
supportsStoredFunctionsUsingCallSyntax() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
 
supportsStoredProcedures() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Are stored procedure calls using the stored procedure escape syntax supported?
supportsSubqueriesInComparisons() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Retrieves whether this database supports subqueries in comparison expressions.
supportsSubqueriesInExists() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Retrieves whether this database supports subqueries in EXISTS expressions.
supportsSubqueriesInIns() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Retrieves whether this database supports subqueries in IN statements.
supportsSubqueriesInQuantifieds() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Retrieves whether this database supports subqueries in quantified expressions.
supportsTableCorrelationNames() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Retrieves whether this database supports table correlation names.
supportsTransactionIsolationLevel(int) - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Does the database support the given transaction isolation level?
supportsTransactions() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Retrieves whether this database supports transactions.
supportsUnion() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Is SQL UNION supported?
supportsUnionAll() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Is SQL UNION ALL supported?
SYB_BIGINT - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
Sybase 15+ bigint.
SYB_BITNULL - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
Sybase nullable bit type.
SYB_CHUNK_SIZE - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
SYB_DATETIME - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
Sybase date and time data types.
SYB_EXTCOLINFO - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
Sybase extended column meta data.
SYB_LONGDATA - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
Sybase char and binary > 255.
SYB_LONGVAR_MAX - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
SYB_UNICODE - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
Sybase univarchar etc.
SYB_UNITEXT - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
Sybase 15+ unitext.
SYBASE - Static variable in class net.sourceforge.jtds.jdbc.Driver
Sybase ASE.
SYBASE_INITIAL_SQL - Static variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Sybase initial connection string.
SYBASE_SERVER_CHARSET_QUERY - Static variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
SQL query to determine the server charset on Sybase.
sybaseInfo - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Sybase capability mask.
sybasePrepare(String, ParamInfo[]) - Method in class net.sourceforge.jtds.jdbc.TdsCore
Creates a light weight stored procedure on a Sybase server.
sybaseUnPrepare(String) - Method in class net.sourceforge.jtds.jdbc.TdsCore
Drops a Sybase temporary stored procedure.
SYBBINARY - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
SYBBIT - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
SYBBITN - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
SYBCHAR - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
SYBDATE - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
SYBDATEN - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
SYBDATETIME - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
SYBDATETIME4 - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
SYBDATETIMN - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
SYBDECIMAL - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
SYBFLT8 - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
SYBFLTN - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
SYBIMAGE - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
SYBINT1 - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
SYBINT2 - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
SYBINT4 - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
SYBINT8 - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
SYBINTN - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
SYBLONGBINARY - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
SYBLONGDATA - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
SYBMONEY - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
SYBMONEY4 - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
SYBMONEYN - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
SYBNTEXT - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
SYBNUMERIC - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
SYBNVARCHAR - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
SYBQUERY_PKT - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
TDS 5.0 Query packet.
SYBREAL - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
SYBSINT1 - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
SYBSINT8 - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
sybStates - Static variable in class net.sourceforge.jtds.jdbc.SQLDiagnostic
Map to convert Sybase SQL server error codes to ANSI SQLSTATE codes.
SYBTEXT - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
SYBTIME - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
SYBTIMEN - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
SYBUINT2 - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
SYBUINT4 - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
SYBUINT8 - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
SYBUINTN - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
SYBUNIQUE - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
SYBUNITEXT - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
SYBVARBINARY - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
SYBVARCHAR - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
SYBVARIANT - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
SYBVOID - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
syscall(String, String) - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Format the supplied procedure call as a valid JDBC call escape.
sysnameLength - Variable in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Length of a sysname object (table name, catalog name etc.) -- 128 for TDS 7.0, 30 for earlier versions.

T

TableMetaData() - Constructor for class net.sourceforge.jtds.jdbc.TdsCore.TableMetaData
 
tableName - Variable in class net.sourceforge.jtds.jdbc.CachedResultSet
First table name in select.
tableName - Variable in class net.sourceforge.jtds.jdbc.ColInfo
Table name owning this column
tableName - Variable in class net.sourceforge.jtds.jdbc.SQLParser
First table name in from clause
tables - Variable in class net.sourceforge.jtds.jdbc.TdsCore
The array of table names associated with this result.
tail - Variable in class net.sourceforge.jtds.jdbc.cache.ProcedureCache
Tail node of the linked list.
target - Variable in class net.sourceforge.jtds.util.TimerThread.TimerRequest
Target to notify when the timeout expires.
TCP_NODELAY - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
Default tcpNoDelay property.
tcpNoDelay - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
TCP_NODELAY
TCPNODELAY - Static variable in class net.sourceforge.jtds.jdbc.Driver
 
tcpNoDelay - Variable in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
TDS - Static variable in class net.sourceforge.jtds.jdbc.Driver
 
tds - Variable in class net.sourceforge.jtds.jdbc.JtdsStatement
The TDS object used for server access.
tds - Variable in class net.sourceforge.jtds.jdbc.ResponseStream.TdsInputStream
The underlying ResponseStream.
TDS42 - Static variable in class net.sourceforge.jtds.jdbc.Driver
TDS 4.2 protocol (SQL Server 6.5 and later and Sybase 9 and later).
tds4ColFormatToken() - Method in class net.sourceforge.jtds.jdbc.TdsCore
Process a TDS 4.2 column format token.
tds4ColNamesToken() - Method in class net.sourceforge.jtds.jdbc.TdsCore
Process a TDS 4.2 column names token.
TDS50 - Static variable in class net.sourceforge.jtds.jdbc.Driver
TDS 5.0 protocol (Sybase 10 and later).
TDS5_DYNAMIC_TOKEN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
TDS 5.0 Dynamic SQL token.
TDS5_PARAMFMT2_TOKEN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
TDS 5.0 Parameter format token.
TDS5_PARAMFMT_TOKEN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
TDS 5.0 parameter descriptor token.
TDS5_PARAMS_TOKEN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
TDS 5.0 parameter value token.
TDS5_WIDE_RESULT - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
TSD 5.0 Wide result set token.
tds5DynamicToken() - Method in class net.sourceforge.jtds.jdbc.TdsCore
Process TDS5 dynamic SQL aknowledgements.
tds5ErrorToken() - Method in class net.sourceforge.jtds.jdbc.TdsCore
Process a TDS 5 error or informational message.
tds5ParamFmt2Token() - Method in class net.sourceforge.jtds.jdbc.TdsCore
Process TDS 5 Sybase 12+ Dynamic results parameter descriptor.
tds5ParamFmtToken() - Method in class net.sourceforge.jtds.jdbc.TdsCore
Process TDS 5 Dynamic results parameter descriptors.
tds5ParamsToken() - Method in class net.sourceforge.jtds.jdbc.TdsCore
Process TDS 5.0 Params Token.
tds5ResultToken() - Method in class net.sourceforge.jtds.jdbc.TdsCore
Process a TDS 5.0 result set packet.
tds5WideResultToken() - Method in class net.sourceforge.jtds.jdbc.TdsCore
Process Sybase 12+ wide result token which provides enhanced column meta data.
TDS70 - Static variable in class net.sourceforge.jtds.jdbc.Driver
TDS 7.0 protocol (SQL Server 7.0 and later).
TDS7_COMP_RESULT_TOKEN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
TDS 7.0 Computed Result set column meta data token.
TDS7_RESULT_TOKEN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
TDS 7.0 Result set column meta data token.
tds7CryptPass(String) - Static method in class net.sourceforge.jtds.jdbc.TdsCore
A very poor man's "encryption".
tds7ResultToken() - Method in class net.sourceforge.jtds.jdbc.TdsCore
Process a TDS 7.0 result set token.
TDS80 - Static variable in class net.sourceforge.jtds.jdbc.Driver
TDS 8.0 protocol (SQL Server 2000 and later)
TDS81 - Static variable in class net.sourceforge.jtds.jdbc.Driver
TDS 8.1 protocol (SQL Server 2000 SP1 and later).
tds8SpNames - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
Map of system stored procedures that have shortcuts in TDS8.
TDS_ALTROW - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
TDS Computed result set data row token.
TDS_AUTH_TOKEN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
TDS 7.0 NTLM authentication challenge token.
TDS_CAP_TOKEN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
TDS 5.0 capabilities token.
TDS_CLOSE_TOKEN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
TDS 5.0 Close token.
TDS_COLFMT_TOKEN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
TDS 4.2 Column meta data token.
TDS_COLINFO_TOKEN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
TDS Cursor results column infomation token.
TDS_COLNAME_TOKEN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
TDS 4.2 Column names token.
TDS_COMP_NAMES_TOKEN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
TDS Computed result set names token.
TDS_COMP_RESULT_TOKEN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
TDS Computed result set token.
TDS_CONTROL_TOKEN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
TDS control token.
TDS_DBRPC_TOKEN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
TDS 5.0 RPC token.
TDS_DONE_LEN - Static variable in class net.sourceforge.jtds.jdbc.SharedSocket
Length of a TDS_DONE token.
TDS_DONE_TOKEN - Static variable in class net.sourceforge.jtds.jdbc.SharedSocket
TDS done token.
TDS_DONE_TOKEN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
TDS done token.
TDS_DONEINPROC_TOKEN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
TDS done in procedure token.
TDS_DONEPROC_TOKEN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
TDS done procedure token.
TDS_ENV_CHARSET - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
Environment change: charset changed.
TDS_ENV_DATABASE - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
Environment change: database changed.
TDS_ENV_LANG - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
Environment change: language changed.
TDS_ENV_LCID - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
Environment change: locale changed.
TDS_ENV_PACKSIZE - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
Environment change: network packet size changed.
TDS_ENV_SQLCOLLATION - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
Environment change: TDS 8 collation changed.
TDS_ENVCHANGE_TOKEN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
TDS environment change token.
TDS_ERROR_TOKEN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
TDS error result token.
TDS_HDR_LEN - Static variable in class net.sourceforge.jtds.jdbc.SharedSocket
Length of TDS packet header.
TDS_INFO_TOKEN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
TDS Information message token.
TDS_LANG_TOKEN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
TDS 5.0 Language token.
TDS_LOGINACK_TOKEN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
TDS Login acknowledgement token.
TDS_MSG50_TOKEN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
TDS 5.0 message token.
TDS_OFFSETS_TOKEN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
TDS DBLIB Offsets token.
TDS_OPTIONCMD_TOKEN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
TDS Optional command token.
TDS_ORDER_TOKEN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
TDS Order by columns token.
TDS_PARAM_TOKEN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
TDS Output parameter value token.
TDS_PROCID - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
TDS Procedure ID token.
TDS_RESULT_TOKEN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
TDS 5.0 Result set column meta data token.
TDS_RETURNSTATUS_TOKEN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
TDS Procedure call return status token.
TDS_ROW_TOKEN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
TDS Result set data row token.
TDS_TABNAME_TOKEN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
TDS Table name token.
TDS_VERSION_42 - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
Default tds property for TDS 4.2.
TDS_VERSION_50 - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
Default tds property for TDS 5.0.
TDS_VERSION_70 - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
Default tds property for TDS 7.0.
TDS_VERSION_80 - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
Default tds property for TDS 8.0.
tdsCapabilityToken() - Method in class net.sourceforge.jtds.jdbc.TdsCore
Processes a TDS 5.0 capability token.
tdsColumnInfoToken() - Method in class net.sourceforge.jtds.jdbc.TdsCore
Process a column infomation token.
tdsControlToken() - Method in class net.sourceforge.jtds.jdbc.TdsCore
Process a control token (function unknown).
TdsCore - Class in net.sourceforge.jtds.jdbc
This class implements the Sybase / Microsoft TDS protocol.
TdsCore(ConnectionJDBC2, SQLDiagnostic) - Constructor for class net.sourceforge.jtds.jdbc.TdsCore
Construct a TdsCore object.
TdsCore.TableMetaData - Class in net.sourceforge.jtds.jdbc
Inner static class used to hold table meta data.
TdsCore.TdsToken - Class in net.sourceforge.jtds.jdbc
Inner static class used to hold information about TDS tokens read.
TdsData - Class in net.sourceforge.jtds.jdbc
Implement TDS data types and related I/O logic.
TdsData() - Constructor for class net.sourceforge.jtds.jdbc.TdsData
Private constructor to prevent users creating an actual instance of this class.
TdsData.TypeInfo - Class in net.sourceforge.jtds.jdbc
This class implements a descriptor for TDS data types;
tdsDefaults - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
Default TDS version based on server type
tdsDoneToken() - Method in class net.sourceforge.jtds.jdbc.TdsCore
Process a DONE, DONEINPROC or DONEPROC token.
tdsEnvChangeToken() - Method in class net.sourceforge.jtds.jdbc.TdsCore
Process an environment change packet.
tdsErrorToken() - Method in class net.sourceforge.jtds.jdbc.TdsCore
Process a TD4/TDS7 error or informational message.
TdsInputStream(ResponseStream, int) - Constructor for class net.sourceforge.jtds.jdbc.ResponseStream.TdsInputStream
Creates a TdsInputStream instance.
tdsInvalidToken() - Method in class net.sourceforge.jtds.jdbc.TdsCore
Report unsupported TDS token in input stream.
tdsLoginAckToken() - Method in class net.sourceforge.jtds.jdbc.TdsCore
Process a login acknowledgement packet.
tdsNtlmAuthToken() - Method in class net.sourceforge.jtds.jdbc.TdsCore
Process a NTLM Authentication challenge.
tdsOffsetsToken() - Method in class net.sourceforge.jtds.jdbc.TdsCore
Process offsets token.
tdsOrderByToken() - Method in class net.sourceforge.jtds.jdbc.TdsCore
Process an order by token.
tdsOutputParamToken() - Method in class net.sourceforge.jtds.jdbc.TdsCore
Process output parameters.
tdsProcIdToken() - Method in class net.sourceforge.jtds.jdbc.TdsCore
Process procedure ID token.
tdsReturnStatusToken() - Method in class net.sourceforge.jtds.jdbc.TdsCore
Process stored procedure return status token.
tdsRowToken() - Method in class net.sourceforge.jtds.jdbc.TdsCore
Process a row data token.
tdsTableNameToken() - Method in class net.sourceforge.jtds.jdbc.TdsCore
Process a table name token.
TdsTlsInputStream - Class in net.sourceforge.jtds.ssl
An input stream that filters out TDS headers so they are not returned to JSSE (which will not recognize them).
TdsTlsInputStream(InputStream) - Constructor for class net.sourceforge.jtds.ssl.TdsTlsInputStream
Constructs a TdsTlsInputStream and bases it on an underlying stream.
TdsTlsOutputStream - Class in net.sourceforge.jtds.ssl
An output stream that mediates between JSSE and the DB server.
TdsTlsOutputStream(OutputStream) - Constructor for class net.sourceforge.jtds.ssl.TdsTlsOutputStream
Constructs a TdsTlsOutputStream based on an underlying output stream.
TdsTlsSocket - Class in net.sourceforge.jtds.ssl
A socket that mediates between JSSE and the DB server.
TdsTlsSocket(Socket) - Constructor for class net.sourceforge.jtds.ssl.TdsTlsSocket
Constructs a TdsTlsSocket around an underlying socket.
TdsTlsSocketFactory(String, Socket) - Constructor for class net.sourceforge.jtds.ssl.SocketFactories.TdsTlsSocketFactory
Constructs a TdsTlsSocketFactory.
TdsToken() - Constructor for class net.sourceforge.jtds.jdbc.TdsCore.TdsToken
 
tdsType - Variable in class net.sourceforge.jtds.jdbc.ColInfo
Internal TDS data type
tdsType - Variable in class net.sourceforge.jtds.jdbc.ParamInfo
Internal TDS data type
tdsVersion - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
The server protocol version.
tdsVersion - Variable in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
 
tdsVersion - Variable in class net.sourceforge.jtds.jdbc.SharedSocket
Tds protocol version
tdsVersion - Variable in class net.sourceforge.jtds.jdbc.TdsCore
The TDS version being supported by this connection.
tdsVersion - Variable in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
TEMPORARY_STORED_PROCEDURES - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
Prepare SQL using temporary stored procedures
tempResultSet - Variable in class net.sourceforge.jtds.jdbc.CachedResultSet
True if this is a local temporary result set.
terminator - Variable in class net.sourceforge.jtds.jdbc.SQLParser
Current expected terminator character.
textSize - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Connection's current maximum field size limit.
thisInstance - Static variable in class net.sourceforge.jtds.util.SSPIJNIClient
Singleton instance.
time - Variable in class net.sourceforge.jtds.jdbc.DateTime
The time component of the server datetime value.
time - Variable in class net.sourceforge.jtds.util.TimerThread.TimerRequest
The time when this timeout will expire.
TIME_NOT_USED - Static variable in class net.sourceforge.jtds.jdbc.DateTime
Indicates time value not used.
TIME_ZERO - Static variable in class net.sourceforge.jtds.jdbc.Support
 
timeFromZone(Date, Calendar) - Static method in class net.sourceforge.jtds.jdbc.Support
Convert a timestamp from a different Timezone.
timeMask - Static variable in class net.sourceforge.jtds.jdbc.SQLParser
Syntax mask for time escape.
timeout - Variable in class net.sourceforge.jtds.jdbc.MSSqlServerInfo
 
TIMEOUT_CANCEL - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
Cancel has been generated by a query timeout.
timerExpired() - Method in interface net.sourceforge.jtds.util.TimerThread.TimerListener
Event to be fired when the timeout expires.
timerList - Variable in class net.sourceforge.jtds.util.TimerThread
List of TimerRequests to execute, ordered by time.
TimerRequest(int, TimerThread.TimerListener) - Constructor for class net.sourceforge.jtds.util.TimerThread.TimerRequest
Create a TimerRequest.
TimerThread - Class in net.sourceforge.jtds.util
Simple timer class used to implement login and query timeouts.
TimerThread() - Constructor for class net.sourceforge.jtds.util.TimerThread
Construct a new TimerThread instance.
TimerThread.TimerListener - Interface in net.sourceforge.jtds.util
Interface to be implemented by classes that request timer services.
TimerThread.TimerRequest - Class in net.sourceforge.jtds.util
Internal class associating a login or query timeout value with a target TimerListener.
timestampMask - Static variable in class net.sourceforge.jtds.jdbc.SQLParser
Syntax mask for timestamp escape.
timeToZone(Date, Calendar) - Static method in class net.sourceforge.jtds.jdbc.Support
Convert a timestamp to a different Timezone.
timeValue - Variable in class net.sourceforge.jtds.jdbc.DateTime
Cached value of the datetime as a java.sql.Time.
TLS_HEADER_SIZE - Static variable in interface net.sourceforge.jtds.ssl.Ssl
Size of TLS record header.
TM_ID - Static variable in class net.sourceforge.jtds.jdbc.XASupport
xa_open login string unique to jTDS.
toBytesXid(Xid) - Static method in class net.sourceforge.jtds.jdbc.XASupport
Format an XA transaction ID into a 140 byte array.
toDate() - Method in class net.sourceforge.jtds.jdbc.DateTime
Retrieves the current datetime value as a Date.
toHex(byte[]) - Static method in class net.sourceforge.jtds.jdbc.Support
Convert a byte[] object to a hex string.
token - Variable in class net.sourceforge.jtds.jdbc.TdsCore.TdsToken
The current TDS token byte.
toObject() - Method in class net.sourceforge.jtds.jdbc.DateTime
Retrieves the current datetime value as a Time, Date or Timestamp.
toString() - Method in class net.sourceforge.jtds.jdbc.CharsetInfo
 
toString() - Method in class net.sourceforge.jtds.jdbc.DateTime
Retrieves the current datetime value as a String.
toString() - Method in class net.sourceforge.jtds.jdbc.Driver
Returns the string form of the object.
toString() - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
Returns the SQL command provided at construction time.
toString() - Method in class net.sourceforge.jtds.jdbc.ProcEntry
Retrieves the procedure or handle name.
toString() - Method in class net.sourceforge.jtds.jdbc.TypeInfo
 
toString() - Method in class net.sourceforge.jtds.jdbc.UniqueIdentifier
Retrieve the unique identifier as a formatted string.
toString() - Method in class net.sourceforge.jtds.jdbcx.JtdsXid
 
totalSize - Variable in class net.sourceforge.jtds.ssl.TdsTlsOutputStream
 
toTime() - Method in class net.sourceforge.jtds.jdbc.DateTime
Retrieves the current datetime value as a Time.
toTimestamp() - Method in class net.sourceforge.jtds.jdbc.DateTime
Retrieves the current datetime value as a Timestamp.
totrot - Static variable in class net.sourceforge.jtds.util.DESEngine
 
TRANSACTION_SNAPSHOT - Static variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
SQL Server custom transaction isolation level.
transactionIsolation - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Default transaction isolation level.
truncate(long) - Method in class net.sourceforge.jtds.jdbc.BlobImpl
 
truncate(long) - Method in class net.sourceforge.jtds.jdbc.ClobImpl
 
truncate(long) - Method in class net.sourceforge.jtds.util.BlobBuffer
Truncates the BLOB buffer to the specified size.
trustManagers() - Static method in class net.sourceforge.jtds.ssl.SocketFactories.TdsTlsSocketFactory
 
tsValue - Variable in class net.sourceforge.jtds.jdbc.DateTime
Cached value of the datetime as a java.sql.Timestamp.
type - Variable in class net.sourceforge.jtds.jdbc.ProcEntry
Type of statement referenced by this entry.
TYPE_ALERT - Static variable in interface net.sourceforge.jtds.ssl.Ssl
TLS Alert record type.
TYPE_APPLICATIONDATA - Static variable in interface net.sourceforge.jtds.ssl.Ssl
TLS Application data record.
TYPE_CHANGECIPHERSPEC - Static variable in interface net.sourceforge.jtds.ssl.Ssl
TLS Change Cipher Spec record type.
TYPE_CLIENTHELLO - Static variable in interface net.sourceforge.jtds.ssl.Ssl
TLS Hand shake client hello sub type.
TYPE_CLIENTKEYEXCHANGE - Static variable in interface net.sourceforge.jtds.ssl.Ssl
TLS Hand shake client key exchange sub type.
TYPE_HANDSHAKE - Static variable in interface net.sourceforge.jtds.ssl.Ssl
TLS Handshake record.
TypeInfo(String, int, int, int, boolean, boolean, int) - Constructor for class net.sourceforge.jtds.jdbc.TdsData.TypeInfo
Construct a new TDS data type descriptor.
TypeInfo - Class in net.sourceforge.jtds.jdbc
Represents an SQL data type as required by getTypeInfo().
TypeInfo(ResultSet, boolean) - Constructor for class net.sourceforge.jtds.jdbc.TypeInfo
 
TypeInfo(String, int, boolean) - Constructor for class net.sourceforge.jtds.jdbc.TypeInfo
For testing only.
typeMap - Static variable in class net.sourceforge.jtds.jdbc.Support
Convert java clases to java.sql.Type constant.
typeName - Variable in class net.sourceforge.jtds.jdbc.TypeInfo
 
types - Static variable in class net.sourceforge.jtds.jdbc.TdsData
Array of TDS data type descriptors.

U

UDT_BINARY - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
UDT_CHAR - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
UDT_LONGSYSNAME - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
UDT_NCHAR - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
UDT_NEWSYSNAME - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
UDT_NVARCHAR - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
UDT_SYSNAME - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
UDT_TIMESTAMP - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
UDT_UNICHAR - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
UDT_UNITEXT - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
UDT_UNIVARCHAR - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
UDT_VARBINARY - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
UDT_VARCHAR - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
UNICODE - Static variable in class net.sourceforge.jtds.jdbc.ParamInfo
Flag as a unicode parameter.
UnicodeInputStream(long) - Constructor for class net.sourceforge.jtds.util.BlobBuffer.UnicodeInputStream
Costructs an InputStream object over the BLOB buffer.
unInitialize() - Method in class net.sourceforge.jtds.util.SSPIJNIClient
Uninitializes the SSPI client.
UniqueIdentifier - Class in net.sourceforge.jtds.jdbc
This class encapsulates the MS SQL2000 UniqueIdentifer data type.
UniqueIdentifier(byte[]) - Constructor for class net.sourceforge.jtds.jdbc.UniqueIdentifier
Construct a unique identifier with the supplied byte array.
unlink() - Method in class net.sourceforge.jtds.jdbc.cache.ProcedureCache.CacheEntry
Unlinks this CacheEntry from the linked list.
unpackDateTime() - Method in class net.sourceforge.jtds.jdbc.DateTime
Converts a Julian datetime from the Sybase epoch of 1900-01-01 to the equivalent unpacked year/month/day etc.
unpacked - Variable in class net.sourceforge.jtds.jdbc.DateTime
Indicates server datetime values have been unpacked.
unpackProperties(Properties) - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Transfers the properties to the local instance variables.
unpackWord(int, byte[], int) - Method in class net.sourceforge.jtds.util.MD4Digest
 
unpackWord(int, byte[], int) - Method in class net.sourceforge.jtds.util.MD5Digest
 
UNPREPARED - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
Do not prepare SQL
unsigned - Variable in class net.sourceforge.jtds.jdbc.TypeInfo
 
unwrap(Class) - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
 
unwrap(Class) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
unwrap(Class) - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
 
unwrap(Class) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
unwrap(Class) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
unwrap(Class) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSetMetaData
 
unwrap(Class) - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
 
unwrap(Class) - Method in class net.sourceforge.jtds.jdbc.ParameterMetaDataImpl
 
unwrap(Class) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
unwrap(Class) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
 
unwrap(Class) - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
 
unwrap(Class) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
 
unwrap(Class) - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
 
update(ResultSet) - Method in class net.sourceforge.jtds.jdbc.TypeInfo
 
update(byte) - Method in class net.sourceforge.jtds.util.GeneralDigest
 
update(byte[], int, int) - Method in class net.sourceforge.jtds.util.GeneralDigest
 
updateArray(int, Array) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateArray(String, Array) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateAsciiStream(int, InputStream, int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateAsciiStream(String, InputStream, int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateAsciiStream(int, InputStream) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateAsciiStream(String, InputStream) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateAsciiStream(int, InputStream, long) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateAsciiStream(String, InputStream, long) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateBigDecimal(int, BigDecimal) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateBigDecimal(String, BigDecimal) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateBinaryStream(int, InputStream, int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateBinaryStream(String, InputStream, int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateBinaryStream(int, InputStream) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateBinaryStream(String, InputStream) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateBinaryStream(int, InputStream, long) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateBinaryStream(String, InputStream, long) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateBlob(int, Blob) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateBlob(String, Blob) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateBlob(int, InputStream) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateBlob(String, InputStream) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateBlob(int, InputStream, long) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateBlob(String, InputStream, long) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateBoolean(int, boolean) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateBoolean(String, boolean) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateByte(int, byte) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateByte(String, byte) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateBytes(int, byte[]) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateBytes(String, byte[]) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateCharacterStream(int, Reader, int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateCharacterStream(String, Reader, int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateCharacterStream(int, Reader) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateCharacterStream(String, Reader) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateCharacterStream(int, Reader, long) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateCharacterStream(String, Reader, long) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateClob(int, Clob) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateClob(String, Clob) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateClob(int, Reader) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateClob(String, Reader) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateClob(int, Reader, long) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateClob(String, Reader, long) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateCount - Variable in class net.sourceforge.jtds.jdbc.JtdsStatement
The current update count.
updateCount - Variable in class net.sourceforge.jtds.jdbc.TdsCore.TdsToken
The update count from a DONE packet.
updateDate(int, Date) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateDate(String, Date) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateDouble(int, double) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateDouble(String, double) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateFloat(int, float) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateFloat(String, float) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateInt(int, int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateInt(String, int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateLong(int, long) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateLong(String, long) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateNCharacterStream(int, Reader) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateNCharacterStream(String, Reader) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateNCharacterStream(int, Reader, long) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateNCharacterStream(String, Reader, long) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateNClob(int, NClob) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateNClob(String, NClob) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateNClob(int, Reader) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateNClob(String, Reader) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateNClob(int, Reader, long) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateNClob(String, Reader, long) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateNextTimeout() - Method in class net.sourceforge.jtds.util.TimerThread
Internal method that updates the value of TimerThread.nextTimeout.
updateNString(int, String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateNString(String, String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateNull(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateNull(String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateObject(int, Object) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateObject(int, Object, int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateObject(String, Object) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateObject(String, Object, int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateRef(int, Ref) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateRef(String, Ref) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateRow - Variable in class net.sourceforge.jtds.jdbc.CachedResultSet
The "update" row.
updateRow() - Method in class net.sourceforge.jtds.jdbc.CachedResultSet
 
updateRow() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateRow - Variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
The "update row".
updateRow() - Method in class net.sourceforge.jtds.jdbc.MSCursorResultSet
 
updateRowId(int, RowId) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateRowId(String, RowId) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updatesAreDetected(int) - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
JDBC 2.0 Indicates whether or not a visible row update can be detected by calling the method ResultSet.rowUpdated .
updateShort(int, short) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateShort(String, short) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateSQLXML(int, SQLXML) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateSQLXML(String, SQLXML) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateString(int, String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateString(String, String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateTds - Variable in class net.sourceforge.jtds.jdbc.CachedResultSet
Updates TdsCore object used for positioned updates.
updateTime(int, Time) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateTime(String, Time) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateTimestamp(int, Timestamp) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateTimestamp(String, Timestamp) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
upperCaseColumnNames(JtdsResultSet) - Static method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Uppercase all column names.
url - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
The orginal connection URL.
USE_UNICODE - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
Default sendStringParametersAsUnicode property.
useCursor(boolean, String) - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
Determines whether a cursor should be used based on the requested result set type and concurrency, whether a cursor name has been set, the useCursors connection property has been set, the first word in the SQL query is either SELECT or EXEC/EXECUTE and no generated keys are returned.
useCursors - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Use fast forward cursors for forward only result sets.
USECURSORS - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
Default useCursors property.
USECURSORS - Static variable in class net.sourceforge.jtds.jdbc.Driver
 
useCursors - Variable in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
useJCIFS - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Force use of jCIFS library on Windows when connecting via named pipes.
USEJCIFS - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
Default useJCIFS property.
USEJCIFS - Static variable in class net.sourceforge.jtds.jdbc.Driver
 
useJCIFS - Variable in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
useLOBs - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Map large types (IMAGE and TEXT/NTEXT) to LOBs by default.
USELOBS - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
Default useLOBs property.
USELOBS - Static variable in class net.sourceforge.jtds.jdbc.Driver
 
useLOBs - Variable in class net.sourceforge.jtds.jdbc.JtdsResultSetMetaData
 
useLOBs - Variable in class net.sourceforge.jtds.jdbc.ParameterMetaDataImpl
 
useLOBs - Variable in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
useMetadataCache - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Use metadata cache for prepared statements.
useNTLMv2 - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
When doing NTLM authentication, send NTLMv2 response rather than regular response
USENTLMV2 - Static variable in class net.sourceforge.jtds.jdbc.Driver
 
useNTLMV2 - Variable in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
user - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
The database user ID.
USER - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
Default user property.
USER - Static variable in class net.sourceforge.jtds.jdbc.Driver
 
user - Variable in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
userType - Variable in class net.sourceforge.jtds.jdbc.ColInfo
Database ID for UDT
usesLocalFilePerTable() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Does the database use a file for each table?
usesLocalFiles() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Does the database store tables in a local file?
useUnicode - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Send parameters as unicode.

V

validateConnection() - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
Validates the connection state.
validateConnection() - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
Validates the connection state.
value - Variable in class net.sourceforge.jtds.jdbc.cache.ProcedureCache.CacheEntry
 
value - Variable in class net.sourceforge.jtds.jdbc.ParamInfo
Current parameter value
VAR_MAX - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
VirtualSocket(int) - Constructor for class net.sourceforge.jtds.jdbc.SharedSocket.VirtualSocket
Constuct object to hold state information for each caller.

W

wait(int) - Method in class net.sourceforge.jtds.jdbc.TdsCore
Waits for the first byte of the server response.
warnings - Variable in class net.sourceforge.jtds.jdbc.SQLDiagnostic
 
wasNull() - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
wasNull - Variable in class net.sourceforge.jtds.jdbc.JtdsResultSet
True if last column retrieved was null.
wasNull() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
wasNull() - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
wideChars - Variable in class net.sourceforge.jtds.jdbc.CharsetInfo
Indicates whether current charset is wide (ie multi-byte).
workingKey - Variable in class net.sourceforge.jtds.util.DESEngine
 
write(byte) - Method in class net.sourceforge.jtds.jdbc.RequestStream
Write a byte to the output stream.
write(byte[]) - Method in class net.sourceforge.jtds.jdbc.RequestStream
Write an array of bytes to the output stream.
write(byte[], int, int) - Method in class net.sourceforge.jtds.jdbc.RequestStream
Write a partial byte buffer to the output stream.
write(int) - Method in class net.sourceforge.jtds.jdbc.RequestStream
Write an int value to the output stream.
write(short) - Method in class net.sourceforge.jtds.jdbc.RequestStream
Write a short value to the output stream.
write(long) - Method in class net.sourceforge.jtds.jdbc.RequestStream
Write a long value to the output stream.
write(double) - Method in class net.sourceforge.jtds.jdbc.RequestStream
Write a double value to the output stream.
write(float) - Method in class net.sourceforge.jtds.jdbc.RequestStream
Write a float value to the output stream.
write(String) - Method in class net.sourceforge.jtds.jdbc.RequestStream
Write a String object to the output stream.
write(char[], int, int) - Method in class net.sourceforge.jtds.jdbc.RequestStream
Write a char array object to the output stream.
write(BigDecimal) - Method in class net.sourceforge.jtds.jdbc.RequestStream
Write a BigDecimal value to the output stream.
write(byte[], int, int) - Method in class net.sourceforge.jtds.ssl.TdsTlsOutputStream
 
write(int) - Method in class net.sourceforge.jtds.util.BlobBuffer.AsciiOutputStream
Writes a byte to the BLOB buffer.
write(int) - Method in class net.sourceforge.jtds.util.BlobBuffer.BlobOutputStream
Write a byte to the BLOB buffer.
write(byte[], int, int) - Method in class net.sourceforge.jtds.util.BlobBuffer.BlobOutputStream
Write bytes to the BLOB buffer.
write(int, int) - Method in class net.sourceforge.jtds.util.BlobBuffer
Inserts a byte into the buffer at the specified location.
write(int, byte[], int, int) - Method in class net.sourceforge.jtds.util.BlobBuffer
Inserts bytes into the buffer at the specified location.
writeAscii(String) - Method in class net.sourceforge.jtds.jdbc.RequestStream
Write a String to the output stream as translated bytes.
writePage(int) - Method in class net.sourceforge.jtds.util.BlobBuffer
Writes the specified page to the disk buffer.
writeParam(RequestStream, CharsetInfo, byte[], ParamInfo) - Static method in class net.sourceforge.jtds.jdbc.TdsData
Write a parameter to the server request stream.
writePtr - Variable in class net.sourceforge.jtds.util.BlobBuffer.AsciiOutputStream
 
writePtr - Variable in class net.sourceforge.jtds.util.BlobBuffer.BlobOutputStream
 
writeReaderBytes(Reader, int) - Method in class net.sourceforge.jtds.jdbc.RequestStream
Copy the contents of a Reader stream to the server as bytes.
writeReaderChars(Reader, int) - Method in class net.sourceforge.jtds.jdbc.RequestStream
Copy the contents of a Reader stream to the server.
writeStreamBytes(InputStream, int) - Method in class net.sourceforge.jtds.jdbc.RequestStream
Copy the contents of an InputStream to the server.
writeTds5Param(RequestStream, CharsetInfo, ParamInfo) - Static method in class net.sourceforge.jtds.jdbc.TdsData
Write the actual TDS 5 parameter data.
writeTds5ParamFmt(RequestStream, String, boolean, ParamInfo, boolean) - Static method in class net.sourceforge.jtds.jdbc.TdsData
Write a TDS 5 parameter format descriptor.
wsid - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Workstation ID.
WSID - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
Default wsid property.
WSID - Static variable in class net.sourceforge.jtds.jdbc.Driver
 
wsid - Variable in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 

X

X - Variable in class net.sourceforge.jtds.util.MD4Digest
 
X - Variable in class net.sourceforge.jtds.util.MD5Digest
 
XA_CLOSE - Static variable in class net.sourceforge.jtds.jdbc.XASupport
 
xa_close(Connection, int) - Static method in class net.sourceforge.jtds.jdbc.XASupport
Invoke the xa_close routine on the SQL Server.
XA_COMMIT - Static variable in class net.sourceforge.jtds.jdbc.XASupport
 
xa_commit(Connection, int, Xid, boolean) - Static method in class net.sourceforge.jtds.jdbc.XASupport
Invoke the xa_commit routine on the SQL Server.
XA_COMPLETE - Static variable in class net.sourceforge.jtds.jdbc.XASupport
 
XA_END - Static variable in class net.sourceforge.jtds.jdbc.XASupport
 
xa_end(Connection, int, Xid, int) - Static method in class net.sourceforge.jtds.jdbc.XASupport
Invoke the xa_end routine on the SQL Server.
XA_FORGET - Static variable in class net.sourceforge.jtds.jdbc.XASupport
 
xa_forget(Connection, int, Xid) - Static method in class net.sourceforge.jtds.jdbc.XASupport
Invoke the xa_forget routine on the SQL Server.
XA_OPEN - Static variable in class net.sourceforge.jtds.jdbc.XASupport
 
xa_open(Connection) - Static method in class net.sourceforge.jtds.jdbc.XASupport
Invoke the xa_open routine on the SQL Server.
XA_PREPARE - Static variable in class net.sourceforge.jtds.jdbc.XASupport
 
xa_prepare(Connection, int, Xid) - Static method in class net.sourceforge.jtds.jdbc.XASupport
Invoke the xa_prepare routine on the SQL Server.
XA_RECOVER - Static variable in class net.sourceforge.jtds.jdbc.XASupport
 
xa_recover(Connection, int, int) - Static method in class net.sourceforge.jtds.jdbc.XASupport
Invoke the xa_recover routine on the SQL Server.
XA_RMID - Static variable in class net.sourceforge.jtds.jdbc.XASupport
The Resource Manager ID allocated by jTDS
XA_ROLLBACK - Static variable in class net.sourceforge.jtds.jdbc.XASupport
 
xa_rollback(Connection, int, Xid) - Static method in class net.sourceforge.jtds.jdbc.XASupport
Invoke the xa_rollback routine on the SQL Server.
XA_START - Static variable in class net.sourceforge.jtds.jdbc.XASupport
 
xa_start(Connection, int, Xid, int) - Static method in class net.sourceforge.jtds.jdbc.XASupport
Invoke the xa_start routine on the SQL Server.
XA_TRACE - Static variable in class net.sourceforge.jtds.jdbc.XASupport
Set this field to 1 to enable XA tracing.
xaConnection - Variable in class net.sourceforge.jtds.jdbcx.JtdsXAResource
 
xaConnectionId - Variable in class net.sourceforge.jtds.jdbcx.JtdsXAConnection
 
xaEmulation - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
True if driver should emulate distributed transactions.
XAEMULATION - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
Default XaEmulation property.
XAEMULATION - Static variable in class net.sourceforge.jtds.jdbc.Driver
 
xaEmulation - Variable in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
xaState - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Current emulated XA State eg start/end/prepare etc.
XASupport - Class in net.sourceforge.jtds.jdbc
This class contains static utility methods used to implement distributed transactions.
XASupport() - Constructor for class net.sourceforge.jtds.jdbc.XASupport
 
xaTransaction - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
True if running distributed transaction.
xBuf - Variable in class net.sourceforge.jtds.util.GeneralDigest
 
xBufOff - Variable in class net.sourceforge.jtds.util.GeneralDigest
 
xid - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Current XA Transaction ID.
XID_SIZE - Static variable in class net.sourceforge.jtds.jdbcx.JtdsXid
The size of an XID in bytes.
xOff - Variable in class net.sourceforge.jtds.util.MD4Digest
 
xOff - Variable in class net.sourceforge.jtds.util.MD5Digest
 
XSYBBINARY - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
XSYBCHAR - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
XSYBNCHAR - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
XSYBNVARCHAR - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
XSYBVARBINARY - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
XSYBVARCHAR - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 

Y

year - Variable in class net.sourceforge.jtds.jdbc.DateTime
Unpacked year value.

_

_callableStatement - Variable in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
 
_closed - Variable in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
 
_connection - Variable in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
 
_connection - Variable in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
 
_pooledConnection - Variable in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
 
_preparedStatement - Variable in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
 
_statement - Variable in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y _ 
Skip navigation links

Generated on December 23 2017