Alphabetical Index

_ 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

_

_callableStatement - field in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
_closed - field in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
_connection - field in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
_connection - field in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
_pooledConnection - field in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
_preparedStatement - field in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
_statement - field in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy

A

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() - 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.jdbc.JtdsPreparedStatement
addBatch(String) - method in class net.sourceforge.jtds.jdbc.JtdsStatement
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) - method in class net.sourceforge.jtds.jdbc.ConnectionJDBC3
Add a stored procedure to the savepoint cache.
Add a stored procedure to the cache.
Add a stored procedure to the 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.
Adds a statement object to the list maintained by the connection.
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[],long) - static method in class net.sourceforge.jtds.jdbc.NtlmAuth
APP_NAME - static field 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 - field in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
The application name.
APPNAME - static field in class net.sourceforge.jtds.jdbc.Driver
appName - field in class net.sourceforge.jtds.jdbcx.JtdsDataSource
An ASCII InputStream over the CLOB buffer.
AsciiInputStream(long) - constructor for class net.sourceforge.jtds.util.BlobBuffer.AsciiInputStream
Costructs an InputStream object over the BLOB buffer.
Implements an ASCII OutputStream for CLOB data.
AsciiOutputStream(long) - constructor for class net.sourceforge.jtds.util.BlobBuffer.AsciiOutputStream
Costructs an ASCII OutputStream object over the BLOB buffer.
ASYNC_CANCEL - static field in class net.sourceforge.jtds.jdbc.TdsCore
Cancel has been generated by Statement.cancel().
asyncCursor - field 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 - field in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Default auto commit state.
autoIncrement - field 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 - field in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
The cored TDS protocol object.
BATCH_SIZE_SQLSERVER - static field in class net.sourceforge.jtds.jdbc.DefaultProperties
Default batchSize property for SQL Server.
BATCH_SIZE_SYBASE - static field in class net.sourceforge.jtds.jdbc.DefaultProperties
Default batchSize property for Sybase.
batchSize - field in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
The maximum size of a batch.
BATCHSIZE - static field in class net.sourceforge.jtds.jdbc.Driver
batchSize - field in class net.sourceforge.jtds.jdbcx.JtdsDataSource
batchSizeDefaults - static field in class net.sourceforge.jtds.jdbc.DefaultProperties
Default max batch size based on server type
batchValues - field 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 field in class net.sourceforge.jtds.jdbc.Support
BIG_DECIMAL_ZERO - static field in class net.sourceforge.jtds.jdbc.Support
bigbyte - static field in class net.sourceforge.jtds.util.DESEngine
BIND_ADDRESS - static field in class net.sourceforge.jtds.jdbc.DefaultProperties
Default bindAddress property.
bindAddress - field in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
The local address to bind to when connecting to a database via TCP/IP.
BINDADDRESS - static field in class net.sourceforge.jtds.jdbc.Driver
bindAddress - field in class net.sourceforge.jtds.jdbcx.JtdsDataSource
blobBuffer - field in class net.sourceforge.jtds.jdbc.BlobImpl
The underlying BlobBuffer.
blobBuffer - field in class net.sourceforge.jtds.jdbc.ClobImpl
The underlying BlobBuffer.
BlobBuffer - class net.sourceforge.jtds.util.BlobBuffer
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.
blobFile - field in class net.sourceforge.jtds.util.BlobBuffer
The name of the temporary BLOB disk file.
BlobImpl - class net.sourceforge.jtds.jdbc.BlobImpl
An in-memory or disk based representation of binary data.
BlobImpl(net.sourceforge.jtds.jdbc.ConnectionJDBC2) - constructor for class net.sourceforge.jtds.jdbc.BlobImpl
Constructs a new empty Blob instance.
BlobImpl(net.sourceforge.jtds.jdbc.ConnectionJDBC2,byte[]) - constructor for class net.sourceforge.jtds.jdbc.BlobImpl
Constructs a new Blob instance initialized with data.
BlobBuffer.BlobInputStream - class net.sourceforge.jtds.util.BlobBuffer.BlobInputStream
An InputStream over the BLOB buffer.
BlobInputStream(long) - constructor for class net.sourceforge.jtds.util.BlobBuffer.BlobInputStream
Costructs an InputStream object over the BLOB buffer.
Implements an OutputStream for BLOB data.
BlobOutputStream(long) - constructor for class net.sourceforge.jtds.util.BlobBuffer.BlobOutputStream
Costructs an OutputStream object over the BLOB buffer.
BLOCK_SIZE - static field in class net.sourceforge.jtds.util.DESEngine
BOOLEAN - static field in class net.sourceforge.jtds.jdbc.JtdsStatement
bqual - field in class net.sourceforge.jtds.jdbcx.JtdsXid
The branch qualifier ID.
buffer - field in class net.sourceforge.jtds.util.BlobBuffer
The BLOB buffer or the current page buffer.
buffer - field in class net.sourceforge.jtds.jdbc.RequestStream
The output packet buffer.
buffer - field in class net.sourceforge.jtds.jdbc.ResponseStream
The Input packet buffer.
BUFFER_DIR - static field in class net.sourceforge.jtds.jdbc.DefaultProperties
Default tmpDir property.
BUFFER_MAX_MEMORY - static field in class net.sourceforge.jtds.jdbc.DefaultProperties
Default bufferMaxMemory property.
BUFFER_MIN_PACKETS - static field in class net.sourceforge.jtds.jdbc.DefaultProperties
Default bufferMinPackets property.
bufferDir - field in class net.sourceforge.jtds.util.BlobBuffer
The directory to buffer data to.
bufferDir - field in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
The directory to buffer data to
BUFFERDIR - static field in class net.sourceforge.jtds.jdbc.Driver
bufferDir - field in class net.sourceforge.jtds.jdbcx.JtdsDataSource
bufferDir - field in class net.sourceforge.jtds.jdbc.SharedSocket
The directory to buffer data to.
bufferDirty - field in class net.sourceforge.jtds.util.BlobBuffer
Indicates page in memory must be saved.
bufferedRecords - field in class net.sourceforge.jtds.ssl.TdsTlsOutputStream
Used for holding back CKE, CCS and FIN records.
bufferLen - field in class net.sourceforge.jtds.jdbc.ResponseStream
The length of current input packet.
bufferMaxMemory - field in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
The global buffer memory limit for all connections (in kilobytes).
BUFFERMAXMEMORY - static field in class net.sourceforge.jtds.jdbc.Driver
bufferMaxMemory - field in class net.sourceforge.jtds.jdbcx.JtdsDataSource
bufferMinPackets - field in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
The minimum number of packets per statement to buffer to memory.
BUFFERMINPACKETS - static field in class net.sourceforge.jtds.jdbc.Driver
bufferMinPackets - field in class net.sourceforge.jtds.jdbcx.JtdsDataSource
bufferPtr - field in class net.sourceforge.jtds.jdbc.RequestStream
The offset of the next byte to write.
bufferPtr - field in class net.sourceforge.jtds.jdbc.ResponseStream
The offset of the next byte to read.
bufferSize - field in class net.sourceforge.jtds.jdbc.ColInfo
Column buffer (max) size
bufferSize - field in class net.sourceforge.jtds.jdbc.RequestStream
The current output buffer size
bufferStream - field in class net.sourceforge.jtds.ssl.TdsTlsInputStream
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 field in class net.sourceforge.jtds.util.BlobBuffer
Mask for page offset component of R/W pointer.
bytebit - static field in class net.sourceforge.jtds.util.DESEngine
byteBuffer - field in class net.sourceforge.jtds.jdbc.ResponseStream
A shared byte buffer.
byteCount - field in class net.sourceforge.jtds.util.GeneralDigest
bytes - field in class net.sourceforge.jtds.jdbc.UniqueIdentifier
bytesOutstanding - field in class net.sourceforge.jtds.ssl.TdsTlsInputStream

C

cache - field in class net.sourceforge.jtds.jdbc.cache.ProcedureCache
The actual cache instance.
cache - static field in class net.sourceforge.jtds.jdbc.SQLParser
LRU cache of previously parsed SQL
CachedResultSet - class net.sourceforge.jtds.jdbc.CachedResultSet
A memory cached scrollable/updateable result set.
Creates a cached result set with the same columns (and optionally data) as an existing result set.
Creates a cached result set containing one row.
Constructs a new cached result set.
Constructs a cached result set based on locally generated data.
SQLParser.CachedSQLQuery - class net.sourceforge.jtds.jdbc.SQLParser.CachedSQLQuery
Serialized version of a parsed SQL query (the value stored in the cache for a parsed SQL).
CachedSQLQuery(String[],ArrayList) - constructor for class net.sourceforge.jtds.jdbc.SQLParser.CachedSQLQuery
cachedTds - field in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
A cached TdsCore instance to reuse on new statements.
ProcedureCache.CacheEntry - class net.sourceforge.jtds.jdbc.cache.ProcedureCache.CacheEntry
Encapsulates the cached Object and implements the linked list used to implement the LRU logic.
CacheEntry(String,net.sourceforge.jtds.jdbc.ProcEntry) - constructor for class net.sourceforge.jtds.jdbc.cache.ProcedureCache.CacheEntry
Constructs a new cache entry encapsulating the supplied key and value.
CACHEMETA - static field in class net.sourceforge.jtds.jdbc.DefaultProperties
Default cacheMetaData property.
CACHEMETA - static field in class net.sourceforge.jtds.jdbc.Driver
cacheMetaData - field 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 - field in class net.sourceforge.jtds.jdbc.cache.ProcedureCache
Maximum cache size or 0 to disable.
cal - static field in class net.sourceforge.jtds.jdbc.Support
Static utility Calendar object.
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 field in class net.sourceforge.jtds.jdbc.DateTime
Per thread instance of Calendar used for conversions.
CallableStatementProxy - class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
This class would be better implemented as a java.lang.reflect.Proxy.
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() - 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(boolean) - method in class net.sourceforge.jtds.jdbc.TdsCore
Send (only) one cancel packet to the server.
cancel(int) - method in class net.sourceforge.jtds.jdbc.SharedSocket
Send a TDS cancel packet to the server.
CANCEL_PKT - static field in class net.sourceforge.jtds.jdbc.TdsCore
TDS Cancel packet.
cancelled - field in class net.sourceforge.jtds.jdbc.JtdsResultSet
True if the query has been cancelled by another thread.
cancelMonitor - field in class net.sourceforge.jtds.jdbc.SharedSocket
Synchronization monitor for cancelPending and responseOwner.
cancelMonitor - field in class net.sourceforge.jtds.jdbc.TdsCore
Synchronization monitor for cancelPending.
cancelPending - field in class net.sourceforge.jtds.jdbc.SharedSocket
A cancel packet is pending.
cancelPending - field 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 - field in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Boolean.TRUE if identifiers are case sensitive (the server was installed that way).
caseSensitive - field in class net.sourceforge.jtds.jdbc.TypeInfo
catalog - field in class net.sourceforge.jtds.jdbc.ColInfo
Database owning this column
catalog - field in class net.sourceforge.jtds.jdbc.TdsCore.TableMetaData
Table catalog (database) name.
charBuffer - field in class net.sourceforge.jtds.jdbc.ResponseStream
A shared char buffer.
charset - field in class net.sourceforge.jtds.jdbc.CharsetInfo
The Java character set name.
CHARSET - static field in class net.sourceforge.jtds.jdbc.DefaultProperties
Default charset property.
CHARSET - static field in class net.sourceforge.jtds.jdbc.Driver
charset - field in class net.sourceforge.jtds.jdbcx.JtdsDataSource
charsetInfo - field in class net.sourceforge.jtds.jdbc.ColInfo
Character set descriptor (if different from default)
charsetInfo - field in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Java charset for encoding.
CharsetInfo - class net.sourceforge.jtds.jdbc.CharsetInfo
Loads and stores information about character sets.
charsetInfo - field in class net.sourceforge.jtds.jdbc.ParamInfo
Character set descriptor (if different from default)
charsetInfo - field in class net.sourceforge.jtds.jdbc.SharedSocket
The character set to use for converting strings to/from bytes.
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".
charsets - static field in class net.sourceforge.jtds.jdbc.CharsetInfo
Server charset to Java charset map.
CHARSETS_RESOURCE_NAME - static field in class net.sourceforge.jtds.jdbc.CharsetInfo
Name of the Charsets.properties resource.
charsetSpecified - field 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.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.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.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 net.sourceforge.jtds.jdbc.ClobImpl
An in-memory or disk based representation of character data.
ClobImpl(net.sourceforge.jtds.jdbc.ConnectionJDBC2) - constructor for class net.sourceforge.jtds.jdbc.ClobImpl
Constructs a new empty Clob instance.
ClobImpl(net.sourceforge.jtds.jdbc.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.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.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.UnicodeInputStream
Close the output stream.
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.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.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.jdbcx.JtdsXAConnection
Closes the database connection.
close() - method in class net.sourceforge.jtds.jdbc.MSCursorResultSet
close() - method in class net.sourceforge.jtds.jdbcx.PooledConnection
Closes the database connection.
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.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.jdbc.TdsCore
Close the TdsCore connection object and associated streams.
close() - method in class net.sourceforge.jtds.ssl.TdsTlsSocket
CLOSE_ALL_RESULTS - static field in class net.sourceforge.jtds.jdbc.JtdsStatement
CLOSE_CURRENT_RESULT - static field in class net.sourceforge.jtds.jdbc.JtdsStatement
CLOSE_CURSORS_AT_COMMIT - static field 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 - field in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
True if this connection is closed.
closed - field in class net.sourceforge.jtds.jdbc.JtdsResultSet
True if this result set is closed.
closed - field in class net.sourceforge.jtds.jdbc.JtdsStatement
True if this statement is closed.
closeStream(int) - method in class net.sourceforge.jtds.jdbc.SharedSocket
Deallocate a stream linked to this socket.
ColInfo - class net.sourceforge.jtds.jdbc.ColInfo
This class is a descriptor for result set columns.
collation - field in class net.sourceforge.jtds.jdbc.ColInfo
MS SQL2000 collation
collation - field in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
SQL Server 2000 collation.
collation - field in class net.sourceforge.jtds.jdbc.ParamInfo
TDS 8 Collation string.
colMetaData - field in class net.sourceforge.jtds.jdbc.JtdsStatement
The cached column meta data.
colMetaData - field in class net.sourceforge.jtds.jdbc.ProcEntry
Column meta data (Sybase only).
columnCount - field in class net.sourceforge.jtds.jdbc.JtdsResultSet
Number of visible columns in row.
columnCount - field in class net.sourceforge.jtds.jdbc.JtdsResultSetMetaData
columnMap - field in class net.sourceforge.jtds.jdbc.JtdsResultSet
Cache to optimize findColumn(String) lookups
columns - field in class net.sourceforge.jtds.jdbc.JtdsResultSet
The array of column descriptors.
columns - field in class net.sourceforge.jtds.jdbc.JtdsResultSetMetaData
columns - field 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() - 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.
commit(Xid,boolean) - method in class net.sourceforge.jtds.jdbcx.JtdsXAResource
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 - field in class net.sourceforge.jtds.jdbc.SharedSocket.VirtualSocket
True if output is complete TDS packet.
concurrency - field in class net.sourceforge.jtds.jdbc.JtdsResultSet
The result set concurrency.
connect(String,Properties) - method in class net.sourceforge.jtds.jdbc.Driver
connection - field in class net.sourceforge.jtds.jdbc.CachedResultSet
The parent connection object
connection - field in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
connection - field in class net.sourceforge.jtds.jdbc.JtdsStatement
The connection owning this statement object.
connection - field in class net.sourceforge.jtds.jdbcx.JtdsXAResource
connection - field in class net.sourceforge.jtds.jdbcx.PooledConnection
connection - field in class net.sourceforge.jtds.jdbc.SQLParser
Connection object for server specific parsing.
connection - field in class net.sourceforge.jtds.jdbc.TdsCore
The Connection object that created this object.
ConnectionJDBC2 - class net.sourceforge.jtds.jdbc.ConnectionJDBC2
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 net.sourceforge.jtds.jdbc.ConnectionJDBC3
Implements JDBC 3.0 specific functionality.
ConnectionJDBC3(String,Properties) - constructor for class net.sourceforge.jtds.jdbc.ConnectionJDBC3
Create a new database connection.
connectionLock - field in class net.sourceforge.jtds.jdbc.TdsCore
Mutual exclusion lock on connection.
ConnectionProxy - class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
This class would be better implemented as a java.lang.reflect.Proxy.
ConnectionProxy(net.sourceforge.jtds.jdbcx.PooledConnection,Connection) - constructor for class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
Constructs a new connection proxy.
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(net.sourceforge.jtds.jdbc.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.
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.
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 getPropertyInfo(String,Properties).
Creates a SharedSocket object representing a connection to a named pipe.
createParams - field 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 getPropertyInfo(String,Properties).
createSocket(InetAddress,int) - method in class net.sourceforge.jtds.ssl.SocketFactories.TdsTlsSocketFactory
createSocket(String,int) - method in class net.sourceforge.jtds.ssl.SocketFactories.TdsTlsSocketFactory
Create the SSL socket.
Creates a Socket through reflection when Driver.JDBC3 is true.
createStatement() - 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.jdbc.ConnectionJDBC2
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.jdbc.ConnectionJDBC2
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.
createTimestamp(long) - static method in class net.sourceforge.jtds.jdbc.NtlmAuth
Creates a timestamp in the format used in NTLMv2 responses.
currentDatabase - field in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
The current database name.
currentPage - field in class net.sourceforge.jtds.util.BlobBuffer
The number of the current page in memory.
currentResult - field in class net.sourceforge.jtds.jdbc.JtdsStatement
The current ResultSet.
currentRow - field in class net.sourceforge.jtds.jdbc.JtdsResultSet
The current result set row.
currentToken - field in class net.sourceforge.jtds.jdbc.TdsCore
The descriptor object for the current TDS token.
CURSOR - static field in class net.sourceforge.jtds.jdbc.ProcEntry
The entry references a prepared cursor handle.
Support general cursor operations such as delete, update etc.
CURSOR_CONCUR_OPTIMISTIC - static field in class net.sourceforge.jtds.jdbc.MSCursorResultSet
CURSOR_CONCUR_OPTIMISTIC_VALUES - static field in class net.sourceforge.jtds.jdbc.MSCursorResultSet
CURSOR_CONCUR_READ_ONLY - static field in class net.sourceforge.jtds.jdbc.MSCursorResultSet
CURSOR_CONCUR_SCROLL_LOCKS - static field in class net.sourceforge.jtds.jdbc.MSCursorResultSet
CURSOR_OP_DELETE - static field in class net.sourceforge.jtds.jdbc.MSCursorResultSet
CURSOR_OP_INSERT - static field in class net.sourceforge.jtds.jdbc.MSCursorResultSet
CURSOR_OP_UPDATE - static field in class net.sourceforge.jtds.jdbc.MSCursorResultSet
CURSOR_TYPE_AUTO_FETCH - static field in class net.sourceforge.jtds.jdbc.MSCursorResultSet
CURSOR_TYPE_DYNAMIC - static field in class net.sourceforge.jtds.jdbc.MSCursorResultSet
CURSOR_TYPE_FASTFORWARDONLY - static field in class net.sourceforge.jtds.jdbc.MSCursorResultSet
CURSOR_TYPE_FORWARD - static field in class net.sourceforge.jtds.jdbc.MSCursorResultSet
CURSOR_TYPE_KEYSET - static field in class net.sourceforge.jtds.jdbc.MSCursorResultSet
CURSOR_TYPE_PARAMETERIZED - static field in class net.sourceforge.jtds.jdbc.MSCursorResultSet
CURSOR_TYPE_STATIC - static field 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.
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 - field in class net.sourceforge.jtds.jdbc.JtdsResultSet
The cursor name to be used for positioned updates.
cursorName - field in class net.sourceforge.jtds.jdbc.JtdsStatement
The cursor name to be used for positioned updates.
cursorPos - field in class net.sourceforge.jtds.jdbc.MSCursorResultSet
Actual position of the cursor.
cursorSequenceNo - field in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Cursor unique ID number.
cursorTds - field in class net.sourceforge.jtds.jdbc.CachedResultSet
Cursor TdsCore object.
cvMap - static field in class net.sourceforge.jtds.jdbc.SQLParser
Map of jdbc to server data types for convert

D

d - field in class net.sourceforge.jtds.jdbc.SQLParser
Current position in output buffer.
DATABASE_NAME - static field in class net.sourceforge.jtds.jdbc.DefaultProperties
Default databaseName property.
databaseMajorVersion - field in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
The major version number eg 11.
databaseMinorVersion - field in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
The minor version number eg 92.
databaseName - field in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
The requested database name.
DATABASENAME - static field in class net.sourceforge.jtds.jdbc.Driver
databaseName - field in class net.sourceforge.jtds.jdbcx.JtdsDataSource
databaseProductName - field in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
The database product name eg SQL SERVER.
databaseProductVersion - field 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 field in class net.sourceforge.jtds.jdbc.JtdsStatement
dataSource - field in class net.sourceforge.jtds.jdbcx.JtdsXAConnection
dataType - field in class net.sourceforge.jtds.jdbc.TypeInfo
date - field in class net.sourceforge.jtds.jdbc.DateTime
The date component of the server datetime value.
DATE_NOT_USED - static field in class net.sourceforge.jtds.jdbc.DateTime
Indicates date value not used.
DATE_ZERO - static field in class net.sourceforge.jtds.jdbc.Support
dateMask - static field in class net.sourceforge.jtds.jdbc.SQLParser
Syntax mask for date escape.
DateTime - class net.sourceforge.jtds.jdbc.DateTime
Encapsulates Sybase date/time values and provides conversions to and from Java classes.
DateTime(Date) - constructor for class net.sourceforge.jtds.jdbc.DateTime
Constructs a DateTime object from a java.sql.Date.
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(Time) - constructor for class net.sourceforge.jtds.jdbc.DateTime
Constructs a DateTime object from a java.sql.Time.
DateTime(Timestamp) - constructor for class net.sourceforge.jtds.jdbc.DateTime
Constructs a DateTime object from a java.sql.Timestamp.
dateValue - field in class net.sourceforge.jtds.jdbc.DateTime
Cached value of the datetime as a java.sql.Date.
day - field in class net.sourceforge.jtds.jdbc.DateTime
Unpacked day value.
DEFAULT_FETCH_SIZE - static field in class net.sourceforge.jtds.jdbc.JtdsStatement
DEFAULT_MIN_PKT_SIZE_TDS70 - static field in class net.sourceforge.jtds.jdbc.TdsCore
Default minimum network packet size for TDS 7.0 and newer.
DEFAULT_PRECISION_28 - static field in class net.sourceforge.jtds.jdbc.TdsData
Default precision for SQL Server 6.5 and 7.
DEFAULT_PRECISION_38 - static field in class net.sourceforge.jtds.jdbc.TdsData
Default precision for Sybase and SQL Server 2000 and newer.
DEFAULT_RESOURCE - static field in class net.sourceforge.jtds.jdbc.Messages
Default name for resource bundle containing the messages.
DEFAULT_SCALE - static field in class net.sourceforge.jtds.jdbc.TdsData
Default Decimal Scale.
DefaultProperties - class net.sourceforge.jtds.jdbc.DefaultProperties
Container for default property constants.
defaultResource - static field in class net.sourceforge.jtds.jdbc.Messages
Cached resource bundle containing the messages.
deferRecord(record[],int) - method in class net.sourceforge.jtds.ssl.TdsTlsOutputStream
Holds back a record for batched transmission.
delegate - field 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().
Read a cached packet from the in memory queue or from a disk based queue.
description - field in class net.sourceforge.jtds.jdbcx.JtdsDataSource
DESEngine - class net.sourceforge.jtds.util.DESEngine
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 field 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 field in class net.sourceforge.jtds.util.MD4Digest
DIGEST_LENGTH - static field in class net.sourceforge.jtds.util.MD5Digest
direction - field 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 - field in class net.sourceforge.jtds.jdbc.SharedSocket.VirtualSocket
I/O Stream for disk packet queue.
displaySize - field in class net.sourceforge.jtds.jdbc.ColInfo
Column display size
displaySize - field in class net.sourceforge.jtds.jdbc.TdsData.TypeInfo
The display size of the type.
distanceFromJdbcType - field 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 field in class net.sourceforge.jtds.jdbc.DefaultProperties
Default domain property.
DOMAIN - static field in class net.sourceforge.jtds.jdbc.Driver
domain - field in class net.sourceforge.jtds.jdbcx.JtdsDataSource
domainName - field in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
The Windows Domain name.
DONE_CANCEL - static field in class net.sourceforge.jtds.jdbc.TdsCore
Done: Cancel acknowledgement.
DONE_END_OF_RESPONSE - static field 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 field in class net.sourceforge.jtds.jdbc.TdsCore
Done: command caused an error.
DONE_MORE_RESULTS - static field in class net.sourceforge.jtds.jdbc.TdsCore
Done: more results are expected.
DONE_ROW_COUNT - static field in class net.sourceforge.jtds.jdbc.TdsCore
Done: There is a valid row count.
doneBuffer - field in class net.sourceforge.jtds.jdbc.SharedSocket
Buffer for TDS_DONE packets
DOUBLE_ONE - static field in class net.sourceforge.jtds.jdbc.Support
DOUBLE_ZERO - static field in class net.sourceforge.jtds.jdbc.Support
driver - static field in class net.sourceforge.jtds.jdbcx.JtdsDataSource
Driver instance used for obtaining connections.
Driver - class net.sourceforge.jtds.jdbc.Driver
jTDS implementation of the java.sql.Driver interface.
driverPrefix - static field in class net.sourceforge.jtds.jdbc.Driver
URL prefix used by the driver (i.e jdbc:jtds:).
dynamParamData - field in class net.sourceforge.jtds.jdbc.TdsCore.TdsToken
The dynamic parameter data from the last TDS_DYNAMIC token.
dynamParamInfo - field in class net.sourceforge.jtds.jdbc.TdsCore.TdsToken
The dynamic parameters from the last TDS_DYNAMIC token.

E

Embed the data object as a string literal in the buffer supplied.
EMPTY_BLOB - static field in class net.sourceforge.jtds.jdbc.BlobImpl
0 length byte[] as initial value for empty Blobs.
EMPTY_BUFFER - static field in class net.sourceforge.jtds.util.BlobBuffer
Default zero length buffer.
EMPTY_CLOB - static field in class net.sourceforge.jtds.jdbc.ClobImpl
0 length String as initial value for empty Clobs.
EMPTY_PARAMETER_INFO - static field in class net.sourceforge.jtds.jdbc.TdsCore
Used to optimize the 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 - field in class net.sourceforge.jtds.jdbc.TdsCore
True if the server response is fully read.
endOfResults - field 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.
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.CharsetInfo
equals(Object) - method in class net.sourceforge.jtds.jdbcx.JtdsXid
Test for equality.
equals(Object) - method in class net.sourceforge.jtds.jdbc.cache.SQLCacheKey
equals(Object) - method in class net.sourceforge.jtds.jdbc.TypeInfo
escape() - method in class net.sourceforge.jtds.jdbc.SQLParser
Processes the JDBC escape sequences.
escapeProcessing - field in class net.sourceforge.jtds.jdbc.JtdsStatement
True if SQL statements should be preprocessed.
exceptions - field in class net.sourceforge.jtds.jdbc.SQLDiagnostic
execute() - method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
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.jdbc.JtdsPreparedStatement
execute(String) - method in class net.sourceforge.jtds.jdbc.JtdsStatement
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.jdbc.JtdsPreparedStatement
execute(String,int) - method in class net.sourceforge.jtds.jdbc.JtdsStatement
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.jdbc.JtdsPreparedStatement
execute(String,int[]) - method in class net.sourceforge.jtds.jdbc.JtdsStatement
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.jdbc.JtdsPreparedStatement
execute(String,String[]) - method in class net.sourceforge.jtds.jdbc.JtdsStatement
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 field in class net.sourceforge.jtds.jdbc.JtdsStatement
EXECUTE_SQL - static field 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 execute 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() - 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.jdbc.JtdsPreparedStatement
executeQuery(String) - method in class net.sourceforge.jtds.jdbc.JtdsStatement
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.
Executes any type of SQL.
Send an SQL statement with optional parameters to the server.
Execute SQL using TDS 4.2 protocol.
Execute SQL using TDS 5.0 protocol.
Execute SQL using TDS 7.0 protocol.
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() - 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.jdbc.JtdsPreparedStatement
executeUpdate(String) - method in class net.sourceforge.jtds.jdbc.JtdsStatement
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.jdbc.JtdsPreparedStatement
executeUpdate(String,int) - method in class net.sourceforge.jtds.jdbc.JtdsStatement
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.jdbc.JtdsPreparedStatement
executeUpdate(String,int[]) - method in class net.sourceforge.jtds.jdbc.JtdsStatement
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.jdbc.JtdsPreparedStatement
executeUpdate(String,String[]) - method in class net.sourceforge.jtds.jdbc.JtdsStatement
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 field in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
Used to format numeric values when scale is specified.
f - static field 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 field in class net.sourceforge.jtds.ssl.SocketFactories.TdsTlsSocketFactory
fatalError - field in class net.sourceforge.jtds.jdbc.TdsCore
Indicates that a fatal error has occured and the connection will close.
FETCH_ABSOLUTE - static field in class net.sourceforge.jtds.jdbc.MSCursorResultSet
FETCH_FIRST - static field in class net.sourceforge.jtds.jdbc.MSCursorResultSet
FETCH_INFO - static field in class net.sourceforge.jtds.jdbc.MSCursorResultSet
FETCH_LAST - static field in class net.sourceforge.jtds.jdbc.MSCursorResultSet
FETCH_NEXT - static field in class net.sourceforge.jtds.jdbc.MSCursorResultSet
FETCH_PREVIOUS - static field in class net.sourceforge.jtds.jdbc.MSCursorResultSet
FETCH_RELATIVE - static field in class net.sourceforge.jtds.jdbc.MSCursorResultSet
FETCH_REPEAT - static field in class net.sourceforge.jtds.jdbc.MSCursorResultSet
fetchDirection - field in class net.sourceforge.jtds.jdbc.JtdsResultSet
The fetch direction.
fetchDirection - field in class net.sourceforge.jtds.jdbc.JtdsStatement
The fetch direction for result sets.
fetchSize - field in class net.sourceforge.jtds.jdbc.JtdsResultSet
The fetch size (only applies to cursor ResultSets).
fetchSize - field in class net.sourceforge.jtds.jdbc.JtdsStatement
The fetch size (default 100, only used by cursor ResultSets).
fillInType(net.sourceforge.jtds.jdbc.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.util.BlobBuffer
Finalizes this object by deleting any work files.
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.UnicodeInputStream
Ensures underlying BLOB file can be closed even if user does not close this stream.
finalize() - method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
Closes the proxy, releasing the connection.
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.
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 - field in class net.sourceforge.jtds.jdbc.TypeInfo
FLOAT_ONE - static field in class net.sourceforge.jtds.jdbc.Support
FLOAT_ZERO - static field 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 - field in class net.sourceforge.jtds.jdbc.SharedSocket.VirtualSocket
True to discard network data.
fmtId - field in class net.sourceforge.jtds.jdbcx.JtdsXid
The format ID.
fnMap - static field 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 - field in class net.sourceforge.jtds.jdbc.cache.ProcedureCache
List of redundant cache entries.
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 net.sourceforge.jtds.util.GeneralDigest
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(net.sourceforge.jtds.util.GeneralDigest) - constructor for class net.sourceforge.jtds.util.GeneralDigest
Copy constructor.
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 - field in class net.sourceforge.jtds.jdbc.JtdsStatement
Dummy result set for getGeneratedKeys.
get(Object) - method in class net.sourceforge.jtds.jdbc.cache.SimpleLRUCache
Overrides get() so that it also updates the LRU list.
get(String) - static method in class net.sourceforge.jtds.jdbc.Messages
Get runtime message using supplied key.
get(String) - method in class net.sourceforge.jtds.jdbc.cache.ProcedureCache
Retrieves a ProcEntry object from the cache.
get(String) - method in class 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,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.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(int) - 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.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.jdbc.JtdsCallableStatement
getArray(String) - method in class net.sourceforge.jtds.jdbc.JtdsResultSet
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
Get a description of a table's optimal set of columns that uniquely identifies a row.
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(int) - 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.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,int) - method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
getBigDecimal(int,int) - method in class net.sourceforge.jtds.jdbc.JtdsResultSet
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.
getBigDecimal(String) - method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
getBigDecimal(String) - method in class net.sourceforge.jtds.jdbc.JtdsResultSet
getBigDecimal(String,int) - method in class net.sourceforge.jtds.jdbc.JtdsResultSet
getBinaryStream() - method in class net.sourceforge.jtds.jdbc.BlobImpl
getBinaryStream(boolean) - method in class net.sourceforge.jtds.util.BlobBuffer
Retrieve the BLOB data as an InputStream.
getBinaryStream(int) - method in class net.sourceforge.jtds.jdbc.JtdsResultSet
getBinaryStream(String) - method in class net.sourceforge.jtds.jdbc.JtdsResultSet
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.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(int) - 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.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.jdbc.JtdsCallableStatement
getBlob(String) - method in class net.sourceforge.jtds.jdbc.JtdsResultSet
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.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(int) - 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.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.jdbc.JtdsCallableStatement
getBoolean(String) - method in class net.sourceforge.jtds.jdbc.JtdsResultSet
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.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(int) - 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.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.jdbc.JtdsCallableStatement
getByte(String) - method in class net.sourceforge.jtds.jdbc.JtdsResultSet
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(int) - method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
getBytes(int) - method in class net.sourceforge.jtds.jdbc.JtdsResultSet
getBytes(long,int) - method in class net.sourceforge.jtds.util.BlobBuffer
Returns the BLOB data as a byte array.
getBytes(long,int) - method in class net.sourceforge.jtds.jdbc.BlobImpl
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(String) - method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
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.
getCache(net.sourceforge.jtds.jdbc.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(int) - method in class net.sourceforge.jtds.jdbc.JtdsResultSet
getCharacterStream(String) - method in class net.sourceforge.jtds.jdbc.JtdsResultSet
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.jdbcx.JtdsDataSource
getCharset() - method in class net.sourceforge.jtds.jdbc.SharedSocket
Retrieve the character set name used to translate byte arrays to or from Strings.
getCharset(byte[]) - static method in class net.sourceforge.jtds.jdbc.CharsetInfo
Retrieves the CharsetInfo instance asociated with the specified collation.
getCharset(String) - static method in class net.sourceforge.jtds.jdbc.CharsetInfo
Retrieves the CharsetInfo instance asociated with the specified server charset.
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.
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(int) - 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.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.jdbc.JtdsCallableStatement
getClob(String) - method in class net.sourceforge.jtds.jdbc.JtdsResultSet
getCollation() - method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieve the SQL Server 2000 default collation.
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() - method in class net.sourceforge.jtds.jdbc.JtdsResultSetMetaData
getColumnCount(net.sourceforge.jtds.jdbc.ColInfo[]) - static method in class net.sourceforge.jtds.jdbc.JtdsResultSet
Retrieve the column count excluding hidden columns
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
Get a description of the access rights for a table's columns.
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.
getColumns(String,String,String,String) - method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Get a description of table columns available in a catalog.
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.jdbcx.JtdsDataSource
Returns a new database connection.
getConnection() - method in class net.sourceforge.jtds.jdbc.JtdsResultSet
Returns the ConnectionJDBC2 object referenced by the statement instance variable.
getConnection() - method in class net.sourceforge.jtds.jdbc.JtdsStatement
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.
getConnection(Object) - static method in class net.sourceforge.jtds.jdbc.Support
Returns the connection for a given ResultSet, Statement or Connection object.
getConnection(String,String) - method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
Returns a new database connection for the user and password specified.
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
Retrieve the current row data.
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.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) - method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
getDate(int) - method in class net.sourceforge.jtds.jdbc.JtdsResultSet
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(int,Calendar) - method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
getDate(int,Calendar) - method in class net.sourceforge.jtds.jdbc.JtdsResultSet
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) - method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
getDate(String) - method in class net.sourceforge.jtds.jdbc.JtdsResultSet
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.
getDate(String,Calendar) - method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
getDate(String,Calendar) - method in class net.sourceforge.jtds.jdbc.JtdsResultSet
getDateTimeField(byte[]) - method in class net.sourceforge.jtds.jdbc.SQLParser
Utility routine to validate date and time escapes.
getDatetimeValue(net.sourceforge.jtds.jdbc.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.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(int) - 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.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.jdbc.JtdsCallableStatement
getDouble(String) - method in class net.sourceforge.jtds.jdbc.JtdsResultSet
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.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(int) - 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.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.jdbc.JtdsCallableStatement
getFloat(String) - method in class net.sourceforge.jtds.jdbc.JtdsResultSet
getFormatId() - method in class net.sourceforge.jtds.jdbcx.JtdsXid
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.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 in field.
Get a description of a table's indices and statistics.
getInputStream() - method in class net.sourceforge.jtds.ssl.TdsTlsSocket
getInputStream(int) - method in class net.sourceforge.jtds.jdbc.ResponseStream
Creates a simple InputStream over the server response.
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.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(int) - 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.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.jdbc.JtdsCallableStatement
getInt(String) - method in class net.sourceforge.jtds.jdbc.JtdsResultSet
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(Class) - static method in class net.sourceforge.jtds.jdbc.Support
Get the JDBC type constant which matches the supplied Class.
getJdbcType(Object) - static method in class net.sourceforge.jtds.jdbc.Support
Get the JDBC type constant which matches the supplied Object type.
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.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(int) - 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.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.jdbc.JtdsCallableStatement
getLong(String) - method in class net.sourceforge.jtds.jdbc.JtdsResultSet
getMacAddress() - method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieves the MAC (ethernet) address for this connection.
getMacAddress() - method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
getMACAddress(String) - static method in class net.sourceforge.jtds.jdbc.TdsCore
Converts a user supplied MAC address into a byte array.
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 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.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.jdbc.JtdsPreparedStatement
getMetaData() - method in class net.sourceforge.jtds.jdbc.JtdsResultSet
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(net.sourceforge.jtds.jdbc.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() - 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() - method in class net.sourceforge.jtds.jdbc.TdsCore
Get the next result set or update count from the TDS stream.
getMoreResults(int) - method in class net.sourceforge.jtds.jdbc.JtdsStatement
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.
Retrieve the TDS native type code for the parameter.
getNetPacket(int,buffer[]) - 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.
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.
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.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) - method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
getObject(int) - method in class net.sourceforge.jtds.jdbc.JtdsResultSet
getObject(int,java.util.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,Map) - method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
getObject(int,Map) - method in class net.sourceforge.jtds.jdbc.JtdsResultSet
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) - method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
getObject(String) - method in class net.sourceforge.jtds.jdbc.JtdsResultSet
getObject(String,java.util.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,Map) - method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
getObject(String,Map) - method in class net.sourceforge.jtds.jdbc.JtdsResultSet
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 class 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 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(net.sourceforge.jtds.jdbc.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.
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 pipe field.
getPktLen(buf[]) - 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.
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"?
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
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.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(int) - 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.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.jdbc.JtdsCallableStatement
getRef(String) - method in class net.sourceforge.jtds.jdbc.JtdsResultSet
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
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.
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
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.
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() - method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
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(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.
getServerTypeWithDefault(int) - static method in class net.sourceforge.jtds.jdbc.DefaultProperties
Same as getServerType(int), only it returns the default server type ("sqlserver") if serverType is 0.
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(int) - 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.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.jdbc.JtdsCallableStatement
getShort(String) - method in class net.sourceforge.jtds.jdbc.JtdsResultSet
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.
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
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
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.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(int) - 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.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.jdbc.JtdsCallableStatement
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.
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() - method in class net.sourceforge.jtds.jdbc.SQLParser
Extracts the first table name following the keyword FROM.
getTableName(int) - method in class net.sourceforge.jtds.jdbc.JtdsResultSetMetaData
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,types[]) - 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.jdbcx.JtdsDataSource
getTds() - method in class net.sourceforge.jtds.jdbc.JtdsStatement
Get the Statement's TDS object.
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() - 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.
getTdsVersion(String) - static method in class net.sourceforge.jtds.jdbc.DefaultProperties
Converts a string TDS version to its integer representation.
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.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) - method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
getTime(int) - method in class net.sourceforge.jtds.jdbc.JtdsResultSet
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(int,Calendar) - method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
getTime(int,Calendar) - method in class net.sourceforge.jtds.jdbc.JtdsResultSet
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) - method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
getTime(String) - method in class net.sourceforge.jtds.jdbc.JtdsResultSet
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.
getTime(String,Calendar) - method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
getTime(String,Calendar) - method in class net.sourceforge.jtds.jdbc.JtdsResultSet
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.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) - method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
getTimestamp(int) - method in class net.sourceforge.jtds.jdbc.JtdsResultSet
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(int,Calendar) - method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
getTimestamp(int,Calendar) - method in class net.sourceforge.jtds.jdbc.JtdsResultSet
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) - method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
getTimestamp(String) - method in class net.sourceforge.jtds.jdbc.JtdsResultSet
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.
getTimestamp(String,Calendar) - method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
getTimestamp(String,Calendar) - method in class net.sourceforge.jtds.jdbc.JtdsResultSet
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() - method in class net.sourceforge.jtds.util.BlobBuffer
Retrieve the BLOB data as an Big Endian Unicode InputStream.
getUnicodeStream(int) - method in class net.sourceforge.jtds.jdbc.JtdsResultSet
getUnicodeStream(String) - method in class net.sourceforge.jtds.jdbc.JtdsResultSet
getUpdateCount() - method in class net.sourceforge.jtds.jdbc.JtdsStatement
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.
getUpdateCount() - method in class net.sourceforge.jtds.jdbc.TdsCore
Retrieve the update count from the current TDS token.
getURL() - method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieves the original connection URL.
getURL() - method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
What's the URL for this database?
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(int) - method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
getURL(int) - method in class net.sourceforge.jtds.jdbc.JtdsResultSet
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.
getURL(String) - method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
getURL(String) - method in class net.sourceforge.jtds.jdbc.JtdsResultSet
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.
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.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.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.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 field 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 - field 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 - field in class net.sourceforge.jtds.util.MD4Digest
H1 - field in class net.sourceforge.jtds.util.MD5Digest
H2 - field in class net.sourceforge.jtds.util.MD4Digest
H2 - field in class net.sourceforge.jtds.util.MD5Digest
H3 - field in class net.sourceforge.jtds.util.MD4Digest
H3 - field in class net.sourceforge.jtds.util.MD5Digest
H4 - field in class net.sourceforge.jtds.util.MD4Digest
H4 - field in class net.sourceforge.jtds.util.MD5Digest
handles - field 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 - field in class net.sourceforge.jtds.jdbcx.JtdsXid
Precalculated hash value.
hashCode - field in class net.sourceforge.jtds.jdbc.cache.SQLCacheKey
hashCode() - method in class net.sourceforge.jtds.jdbc.CharsetInfo
hashCode() - method in class net.sourceforge.jtds.jdbcx.JtdsXid
Get the hash code for this object.
hashCode() - method in class net.sourceforge.jtds.jdbc.cache.SQLCacheKey
hashCode() - method in class net.sourceforge.jtds.jdbc.TypeInfo
hdrBuf - field in class net.sourceforge.jtds.jdbc.SharedSocket
Buffer for packet header.
head - field in class net.sourceforge.jtds.jdbc.cache.ProcedureCache
Head node of the linked list.
hex - static field in class net.sourceforge.jtds.util.Logger
hex - static field in class net.sourceforge.jtds.jdbc.Support
Hex constants to use in conversion routines.
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 field in class net.sourceforge.jtds.jdbc.JtdsResultSet
host - field in class net.sourceforge.jtds.jdbc.SharedSocket
The server host name.
hostName - static field 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 - field in class net.sourceforge.jtds.jdbc.DateTime
Unpacked hour value.
HS_HEADER_SIZE - static field in class net.sourceforge.jtds.ssl.Ssl
TLS Hand shake Header Size.

I

id - field in class net.sourceforge.jtds.jdbc.SavepointImpl
identifierChar - static field in class net.sourceforge.jtds.jdbc.SQLParser
Lookup table to test if character is part of an identifier.
in - field in class net.sourceforge.jtds.jdbc.SharedSocket
Input stream for network socket.
in - field in class net.sourceforge.jtds.jdbc.SQLParser
Input buffer with SQL statement.
in - field in class net.sourceforge.jtds.jdbc.TdsCore
The input server response stream.
inBatch - field 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 field 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 - field in class net.sourceforge.jtds.util.SSPIJNIClient
SSPI client initialized flag.
initialRowCnt - field in class net.sourceforge.jtds.jdbc.CachedResultSet
The row count of the initial result set.
INPUT - static field in class net.sourceforge.jtds.jdbc.ParamInfo
Flag as an input parameter.
inputPkts - field in class net.sourceforge.jtds.jdbc.SharedSocket.VirtualSocket
Total of input packets in memory or disk.
insertRow - field in class net.sourceforge.jtds.jdbc.CachedResultSet
Buffer row used for inserts.
insertRow - field in class net.sourceforge.jtds.jdbc.MSCursorResultSet
The "insert row".
insertRow() - method in class net.sourceforge.jtds.jdbc.CachedResultSet
insertRow() - method in class net.sourceforge.jtds.jdbc.JtdsResultSet
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 field in class net.sourceforge.jtds.jdbc.DefaultProperties
Default instance property.
INSTANCE - static field in class net.sourceforge.jtds.jdbc.Driver
instance - field in class net.sourceforge.jtds.jdbcx.JtdsDataSource
instance - static field in class net.sourceforge.jtds.util.TimerThread
Singleton instance.
instanceName - field in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
The SQL Server instance.
INTEGER_ONE - static field in class net.sourceforge.jtds.jdbc.Support
INTEGER_ZERO - static field in class net.sourceforge.jtds.jdbc.Support
INVALID_PAGE - static field 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 - field 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 - field in class net.sourceforge.jtds.jdbc.RequestStream
True if stream is closed.
isClosed - field in class net.sourceforge.jtds.jdbc.ResponseStream
True if stream is closed.
isClosed - field in class net.sourceforge.jtds.jdbc.TdsCore
Indicates that this object is closed.
isClosed() - method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
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.
isCollation - field in class net.sourceforge.jtds.jdbc.TdsData.TypeInfo
true if type requires TDS80 collation.
isCollation(net.sourceforge.jtds.jdbc.ColInfo) - static method in class net.sourceforge.jtds.jdbc.TdsData
Retrieve the collation status of the column.
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(net.sourceforge.jtds.jdbc.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 - field 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 - field in class net.sourceforge.jtds.jdbc.ColInfo
Column is an indentity column
isKey - field in class net.sourceforge.jtds.jdbc.ColInfo
Column may be used as a key
isKeyed - field 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 - field 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 - field in class net.sourceforge.jtds.jdbc.ParamInfo
Parameter is an output parameter
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.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.
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
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 - field 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(net.sourceforge.jtds.jdbc.ColInfo) - static method in class net.sourceforge.jtds.jdbc.TdsData
Retrieve the searchable status of the column.
isSet - field in class net.sourceforge.jtds.jdbc.ParamInfo
IN parameter has been set
isSetOut - field in class net.sourceforge.jtds.jdbc.ParamInfo
OUT parameter value is set.
isSigned - field in class net.sourceforge.jtds.jdbc.TdsData.TypeInfo
true if type is a signed numeric.
isSigned(int) - method in class net.sourceforge.jtds.jdbc.JtdsResultSetMetaData
isSigned(int) - method in class net.sourceforge.jtds.jdbc.ParameterMetaDataImpl
isSigned(net.sourceforge.jtds.jdbc.ColInfo) - static method in class net.sourceforge.jtds.jdbc.TdsData
Retrieve the signed status of the column.
isSybase - field in class net.sourceforge.jtds.jdbc.CachedResultSet
Flag to indicate Sybase.
istm - field in class net.sourceforge.jtds.ssl.TdsTlsSocket
isUnicode - field in class net.sourceforge.jtds.jdbc.ParamInfo
Parameter should be sent as unicode
isUnicode(net.sourceforge.jtds.jdbc.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.
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".
isWritable(int) - method in class net.sourceforge.jtds.jdbc.JtdsResultSetMetaData
isWriteable - field 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 field 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 - field in class net.sourceforge.jtds.jdbc.ColInfo
JDBC type constant from java.sql.Types
jdbcType - field in class net.sourceforge.jtds.jdbc.ParamInfo
JDBC type constant from java.sql.Types
jdbcType - field in class net.sourceforge.jtds.jdbc.TdsData.TypeInfo
The java.sql.Types constant for this data type.
JtdsCallableStatement - class net.sourceforge.jtds.jdbc.JtdsCallableStatement
jTDS implementation of the java.sql.CallableStatement interface.
Construct a CallableStatement object.
JtdsDatabaseMetaData - class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
jTDS implementation of the java.sql.DatabaseMetaData interface.
JtdsDataSource - class net.sourceforge.jtds.jdbcx.JtdsDataSource
The jTDS DataSource, ConnectionPoolDataSource and XADataSource implementation.
JtdsDataSource() - constructor for class net.sourceforge.jtds.jdbcx.JtdsDataSource
Constructs a new datasource.
JtdsObjectFactory - class net.sourceforge.jtds.jdbcx.JtdsObjectFactory
Description
JtdsPreparedStatement - class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
jTDS implementation of the java.sql.PreparedStatement interface.
Construct a new preparedStatement object.
JtdsResultSet - class net.sourceforge.jtds.jdbc.JtdsResultSet
jTDS Implementation of the java.sql.ResultSet interface supporting forward read only result sets.
Construct a simple result set from a statement, metadata or generated keys.
JtdsResultSetMetaData - class net.sourceforge.jtds.jdbc.JtdsResultSetMetaData
jTDS implementation of the java.sql.ResultSetMetaData interface.
Construct ResultSetMetaData object over the current ColInfo array.
JtdsStatement - class net.sourceforge.jtds.jdbc.JtdsStatement
jTDS implementation of the java.sql.Statement interface.
Construct a new Statement object.
JtdsXAConnection - class net.sourceforge.jtds.jdbcx.JtdsXAConnection
jTDS implementation of the XAConnection interface.
Construct a new XAConnection object.
JtdsXAResource - class net.sourceforge.jtds.jdbcx.JtdsXAResource
jTDS implementation of the XAResource interface.
JtdsXid - class net.sourceforge.jtds.jdbcx.JtdsXid
jTDS implementation of the Xid interface.
JtdsXid(byte[],byte[]) - constructor for class net.sourceforge.jtds.jdbcx.JtdsXid
Construct an XID using two byte arrays.
JtdsXid(byte[],int) - constructor for class net.sourceforge.jtds.jdbcx.JtdsXid
Construct an XID using an offset into a byte buffer.
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 field in class net.sourceforge.jtds.jdbc.JtdsStatement
key - field in class net.sourceforge.jtds.jdbc.cache.ProcedureCache.CacheEntry
keyWord - field in class net.sourceforge.jtds.jdbc.SQLParser
First SQL keyword or identifier in statement.

L

language - field in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
The server message language.
LANGUAGE - static field in class net.sourceforge.jtds.jdbc.DefaultProperties
Default language property.
LANGUAGE - static field in class net.sourceforge.jtds.jdbc.Driver
language - field 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 field in class net.sourceforge.jtds.jdbc.DefaultProperties
Default lastUpdateCount property.
lastUpdateCount - field in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Only return the last update count.
LASTUPDATECOUNT - static field in class net.sourceforge.jtds.jdbc.Driver
lastUpdateCount - field in class net.sourceforge.jtds.jdbcx.JtdsDataSource
lcidToCharsetMap - static field in class net.sourceforge.jtds.jdbc.CharsetInfo
Locale id to Java charset map.
len - field in class net.sourceforge.jtds.jdbc.SQLParser
Length of input buffer.
length - field in class net.sourceforge.jtds.util.BlobBuffer
The total length of the valid data in buffer.
length - field in class net.sourceforge.jtds.jdbc.ParamInfo
Length of InputStream
length() - method in class net.sourceforge.jtds.jdbc.BlobImpl
length() - method in class net.sourceforge.jtds.jdbc.ClobImpl
libraryLoaded - static field 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'}.
Links this CacheEntry into the linked list after the node specified.
linkException(Exception,Throwable) - static method in class net.sourceforge.jtds.jdbc.Support
Link the original cause to an Exception.
linkException(SQLException,Throwable) - static method in class net.sourceforge.jtds.jdbc.Support
Link the original cause to an SQLException.
linkException(SQLWarning,Throwable) - static method in class net.sourceforge.jtds.jdbc.Support
Link the original cause to an SQLWarning.
list - field in class net.sourceforge.jtds.jdbc.cache.SimpleLRUCache
LRU list.
listeners - field in class net.sourceforge.jtds.jdbcx.PooledConnection
literalPrefix - field in class net.sourceforge.jtds.jdbc.TypeInfo
literalSuffix - field 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.
Load the Java charset to match the server character set.
loadCharset(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 DEFAULT_RESOURCE resource bundle.
LOB_BUFFER_SIZE - static field in class net.sourceforge.jtds.jdbc.DefaultProperties
Default lobBufferSize property.
lobBuffer - field in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
The amount of LOB data to buffer in memory.
LOBBUFFER - static field in class net.sourceforge.jtds.jdbc.Driver
lobBuffer - field in class net.sourceforge.jtds.jdbcx.JtdsDataSource
localTypeName - field 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 field 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 field in class net.sourceforge.jtds.jdbc.DefaultProperties
Default logfile property.
LOGFILE - static field in class net.sourceforge.jtds.jdbc.Driver
logFile - field in class net.sourceforge.jtds.jdbcx.JtdsDataSource
Logger - class net.sourceforge.jtds.util.Logger
Class providing static methods to log diagnostics.
Login to the SQL Server.
LOGIN_PKT - static field in class net.sourceforge.jtds.jdbc.TdsCore
TDS 4.2 or 5.0 Login packet.
LOGIN_TIMEOUT - static field in class net.sourceforge.jtds.jdbc.DefaultProperties
Default loginTimeout property.
loginTimeout - field in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Login timeout value in seconds or 0.
LOGINTIMEOUT - static field in class net.sourceforge.jtds.jdbc.Driver
loginTimeout - field 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 field in class net.sourceforge.jtds.jdbc.Support
LONG_ZERO - static field 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 field in class net.sourceforge.jtds.jdbc.DefaultProperties
Default macAddress property.
macAddress - field in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
The client MAC Address.
MACADDRESS - static field in class net.sourceforge.jtds.jdbc.Driver
macAddress - field in class net.sourceforge.jtds.jdbcx.JtdsDataSource
main(String[]) - static method in class net.sourceforge.jtds.jdbc.Driver
MAJOR_VERSION - static field in class net.sourceforge.jtds.jdbc.Driver
Driver major version.
majorVersion - field 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 - field in class net.sourceforge.jtds.jdbc.ParamInfo
Parameter offset in target SQL statement
MAX_BUF_INC - static field in class net.sourceforge.jtds.util.BlobBuffer
Maximum buffer increment.
MAX_INITIAL_SIZE - static field in class net.sourceforge.jtds.jdbc.cache.ProcedureCache
The maximum initial HashMap size.
MAX_PKT_SIZE - static field in class net.sourceforge.jtds.jdbc.TdsCore
Maximum network packet size.
MAX_STATEMENTS - static field in class net.sourceforge.jtds.jdbc.DefaultProperties
Default maxStatements property.
MAX_VALUE_28 - static field in class net.sourceforge.jtds.jdbc.Support
MAX_VALUE_38 - static field in class net.sourceforge.jtds.jdbc.Support
maxBufSize - field in class net.sourceforge.jtds.jdbc.SharedSocket
Current maxium input buffer size.
maxCacheSize - field in class net.sourceforge.jtds.jdbc.cache.SimpleLRUCache
Maximum cache size.
maxFieldSize - field in class net.sourceforge.jtds.jdbc.JtdsStatement
The maximum field size (not used at present).
maximumScale - field in class net.sourceforge.jtds.jdbc.TypeInfo
maxLen - field in class net.sourceforge.jtds.jdbc.ResponseStream.TdsInputStream
The maximum amount of data to make available.
maxMemSize - field in class net.sourceforge.jtds.util.BlobBuffer
The maximum size of an in memory buffer.
maxPrecision - field in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Maximum decimal precision.
maxPrecision - field in class net.sourceforge.jtds.jdbc.ParameterMetaDataImpl
maxPrecision - field in class net.sourceforge.jtds.jdbc.RequestStream
The maximum decimal precision.
maxRows - field in class net.sourceforge.jtds.jdbc.JtdsStatement
The maximum number of rows to return (not used at present).
maxStatements - field in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
The maximum number of statements to keep open.
MAXSTATEMENTS - static field in class net.sourceforge.jtds.jdbc.Driver
maxStatements - field in class net.sourceforge.jtds.jdbcx.JtdsDataSource
MD4Digest - class net.sourceforge.jtds.util.MD4Digest
implementation of MD4 as RFC 1320 by R.
MD4Digest() - constructor for class net.sourceforge.jtds.util.MD4Digest
Standard constructor
MD4Digest(net.sourceforge.jtds.util.MD4Digest) - constructor for class net.sourceforge.jtds.util.MD4Digest
Copy constructor.
md5(byte[]) - static method in class net.sourceforge.jtds.jdbc.NtlmAuth
MD5Digest - class net.sourceforge.jtds.util.MD5Digest
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(net.sourceforge.jtds.util.MD5Digest) - constructor for class net.sourceforge.jtds.util.MD5Digest
Copy constructor.
memoryBudget - static field in class net.sourceforge.jtds.jdbc.SharedSocket
Max memory limit to use for buffers.
messages - field in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Diagnostc messages for this connection.
messages - field in class net.sourceforge.jtds.jdbc.JtdsStatement
SQL Diagnostic exceptions and warnings.
Messages - class net.sourceforge.jtds.jdbc.Messages
Support class for Messages.properties.
messages - field in class net.sourceforge.jtds.jdbc.TdsCore
The head of the diagnostic messages chain.
Messages() - constructor for class net.sourceforge.jtds.jdbc.Messages
Default constructor.
Prepares the SQL for use with Microsoft server.
millis - field in class net.sourceforge.jtds.jdbc.DateTime
Unpacked millisecond value.
MIN_PKT_SIZE - static field in class net.sourceforge.jtds.jdbc.TdsCore
Minimum network packet size.
minimumScale - field in class net.sourceforge.jtds.jdbc.TypeInfo
minMemPkts - static field 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 field in class net.sourceforge.jtds.jdbc.Driver
Driver minor version.
minorVersion - field in class net.sourceforge.jtds.jdbc.cache.SQLCacheKey
minute - field in class net.sourceforge.jtds.jdbc.DateTime
Unpacked minute value.
MISC_VERSION - static field in class net.sourceforge.jtds.jdbc.Driver
Driver version miscellanea (e.g "-rc2", ".1" or null).
month - field 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 field in class net.sourceforge.jtds.jdbc.TdsData
MSCursorResultSet - class net.sourceforge.jtds.jdbc.MSCursorResultSet
This class extends the JtdsResultSet to support scrollable and or updateable cursors on Microsoft servers.
Construct a cursor result set using Microsoft sp_cursorcreate etc.
MSDTC_PKT - static field in class net.sourceforge.jtds.jdbc.TdsCore
TDS MSDTC packet.
msFnMap - static field in class net.sourceforge.jtds.jdbc.SQLParser
Map of jdbc to sql server function names.
MSLOGIN_PKT - static field in class net.sourceforge.jtds.jdbc.TdsCore
TDS 7.0 Login packet.
MSSqlServerInfo - class net.sourceforge.jtds.jdbc.MSSqlServerInfo
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 field 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 - field in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Mutual exclusion lock to control access to connection.

N

name - field in class net.sourceforge.jtds.jdbc.ColInfo
Column label / name
name - field in class net.sourceforge.jtds.jdbc.ParamInfo
Formal parameter name eg @P1
name - field in class net.sourceforge.jtds.jdbc.ProcEntry
Stored procedure name or statement handle.
name - field in class net.sourceforge.jtds.jdbc.SavepointImpl
name - field in class net.sourceforge.jtds.jdbc.TdsCore.TableMetaData
Table name.
NAMED_PIPE - static field in class net.sourceforge.jtds.jdbc.DefaultProperties
Default namedPipe property.
NAMED_PIPE_PATH_SQLSERVER - static field in class net.sourceforge.jtds.jdbc.DefaultProperties
Default namedPipePath property for SQL Server.
NAMED_PIPE_PATH_SYBASE - static field in class net.sourceforge.jtds.jdbc.DefaultProperties
Default namedPipePath property for Sybase.
namedPipe - field in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Use named pipe IPC instead of TCP/IP sockets.
NAMEDPIPE - static field in class net.sourceforge.jtds.jdbc.Driver
namedPipe - field 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.
netPacketSize - field 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 - field 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 - field in class net.sourceforge.jtds.jdbc.TdsCore
The index of the next output parameter to populate.
nextTimeout - field in class net.sourceforge.jtds.util.TimerThread
Time when the first request time out should occur.
nextToken() - method in class net.sourceforge.jtds.jdbc.TdsCore
Read the next TDS token from the response stream.
nextToken(String,int,StringBuffer) - static method in class net.sourceforge.jtds.jdbc.Driver
Extract the next lexical token from the URL.
NO_GENERATED_KEYS - static field in class net.sourceforge.jtds.jdbc.JtdsStatement
nonce - field 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 java.sql.Types-defined type for an SQL Server specific data type.
normalizedType - field 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 net.sourceforge.jtds.jdbc.NtlmAuth
This class calculates the two "responses" to the nonce supplied by the server as a part of NTLM authentication.
NTLMAUTH_PKT - static field in class net.sourceforge.jtds.jdbc.TdsCore
TDS 7.0 NTLM Authentication packet.
ntlmAuthSSO - field in class net.sourceforge.jtds.jdbc.TdsCore
Flag that indicates if logon() should try to use Windows Single Sign On using SSPI.
ntlmMessage - field in class net.sourceforge.jtds.jdbc.TdsCore.TdsToken
NTLM authentication message.
ntlmTarget - field 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 - field in class net.sourceforge.jtds.jdbc.ColInfo
Column data type supports SQL NULL
nullable - field 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 field in class net.sourceforge.jtds.jdbc.TypeInfo
numPrecRadix - field in class net.sourceforge.jtds.jdbc.TypeInfo
numRetries - field in class net.sourceforge.jtds.jdbc.MSSqlServerInfo

O

onInsertRow - field in class net.sourceforge.jtds.jdbc.CachedResultSet
Indicates currently inserting.
onInsertRow - field in class net.sourceforge.jtds.jdbc.MSCursorResultSet
Set when moveToInsertRow() was called.
open - field in class net.sourceforge.jtds.util.BlobBuffer.AsciiInputStream
open - field in class net.sourceforge.jtds.util.BlobBuffer.AsciiOutputStream
open - field in class net.sourceforge.jtds.util.BlobBuffer.BlobInputStream
open - field in class net.sourceforge.jtds.util.BlobBuffer.BlobOutputStream
open - field in class net.sourceforge.jtds.util.BlobBuffer.UnicodeInputStream
open() - method in class net.sourceforge.jtds.util.BlobBuffer
Opens the BLOB disk file.
openCount - field in class net.sourceforge.jtds.util.BlobBuffer
Count of callers that have opened the BLOB file.
openResultSets - field in class net.sourceforge.jtds.jdbc.JtdsStatement
List of open result sets.
operation - field in class net.sourceforge.jtds.jdbc.TdsCore.TdsToken
The operation field from a DONE packet.
ostm - field 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 - field in class net.sourceforge.jtds.jdbc.SharedSocket
Output stream for network socket.
out - field in class net.sourceforge.jtds.jdbc.SQLParser
Output buffer to contain parsed SQL.
out - field 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 field in class net.sourceforge.jtds.jdbc.ParamInfo
Flag as an output parameter.
outValue - field 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 - field 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 field in class net.sourceforge.jtds.jdbc.DefaultProperties
Default packetSize property for TDS 4.2.
PACKET_SIZE_50 - static field in class net.sourceforge.jtds.jdbc.DefaultProperties
Default packetSize property for TDS 5.0.
PACKET_SIZE_70_80 - static field in class net.sourceforge.jtds.jdbc.DefaultProperties
Default packetSize property for TDS 7.0 and TDS 8.0.
packetCount - field in class net.sourceforge.jtds.jdbc.SharedSocket
Count of packets received.
packetSize - field in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
User requested packet size.
PACKETSIZE - static field in class net.sourceforge.jtds.jdbc.Driver
packetSize - field in class net.sourceforge.jtds.jdbcx.JtdsDataSource
packetSizeDefaults - static field 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 field in class net.sourceforge.jtds.util.BlobBuffer
Mask for page component of read/write pointer.
PAGE_SIZE - static field in class net.sourceforge.jtds.util.BlobBuffer
Default page size (must be power of 2).
PARAM_CURSOR_HANDLE - field in class net.sourceforge.jtds.jdbc.MSCursorResultSet
Cursor handle parameter.
PARAM_FETCHTYPE - field in class net.sourceforge.jtds.jdbc.MSCursorResultSet
sp_cursorfetch fetchtype parameter.
PARAM_NUMROWS_IN - field in class net.sourceforge.jtds.jdbc.MSCursorResultSet
sp_cursorfetch numrows IN parameter (for actual fetches).
PARAM_NUMROWS_OUT - field in class net.sourceforge.jtds.jdbc.MSCursorResultSet
sp_cursorfetch numrows OUT parameter (for FETCH_INFO).
PARAM_OPTYPE - field in class net.sourceforge.jtds.jdbc.MSCursorResultSet
sp_cursor optype parameter.
PARAM_ROWNUM - field in class net.sourceforge.jtds.jdbc.MSCursorResultSet
sp_cursor rownum parameter.
PARAM_ROWNUM_IN - field in class net.sourceforge.jtds.jdbc.MSCursorResultSet
sp_cursorfetch rownum IN parameter (for actual fetches).
PARAM_ROWNUM_OUT - field in class net.sourceforge.jtds.jdbc.MSCursorResultSet
sp_cursorfetch rownum OUT parameter (for FETCH_INFO).
PARAM_TABLE - field in class net.sourceforge.jtds.jdbc.MSCursorResultSet
sp_cursor table parameter.
parameterList - field in class net.sourceforge.jtds.jdbc.ParameterMetaDataImpl
ParameterMetaDataImpl - class net.sourceforge.jtds.jdbc.ParameterMetaDataImpl
jTDS implementation of ParameterMetaData.
parameters - field in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
The parameter list for the call.
parameters - field in class net.sourceforge.jtds.jdbc.TdsCore
The array of parameter meta data objects for the current procedure call.
ParamInfo - class net.sourceforge.jtds.jdbc.ParamInfo
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(int,Object,int) - constructor for class net.sourceforge.jtds.jdbc.ParamInfo
Construct an initialised parameter with extra attributes.
ParamInfo(net.sourceforge.jtds.jdbc.ColInfo,String,Object,int) - constructor for class net.sourceforge.jtds.jdbc.ParamInfo
Construct a parameter based on a result set column.
ParamInfo(String,int,boolean,boolean) - constructor for class net.sourceforge.jtds.jdbc.ParamInfo
Construct a parameter for statement caching.
paramIsRetVal - field in class net.sourceforge.jtds.jdbc.SQLParser.CachedSQLQuery
paramIsUnicode - field in class net.sourceforge.jtds.jdbc.SQLParser.CachedSQLQuery
paramMarkerPos - field in class net.sourceforge.jtds.jdbc.SQLParser.CachedSQLQuery
paramMetaData - field in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
The cached parameter meta data.
paramMetaData - field in class net.sourceforge.jtds.jdbc.ProcEntry
Parameter meta data (Sybase only).
paramNames - field in class net.sourceforge.jtds.jdbc.SQLParser.CachedSQLQuery
params - field in class net.sourceforge.jtds.jdbc.SQLParser
Parameter list to be populated or null if no parameters are expected.
paramWasNull - field in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
Last parameter retrieved was null.
parse(boolean) - method in class net.sourceforge.jtds.jdbc.SQLParser
Parses the SQL statement processing JDBC escapes and parameter markers.
Parse the SQL statement processing JDBC escapes and parameter markers.
parsedSql - field 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 - field in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
The user password.
PASSWORD - static field in class net.sourceforge.jtds.jdbc.DefaultProperties
Default password property.
PASSWORD - static field in class net.sourceforge.jtds.jdbc.Driver
password - field in class net.sourceforge.jtds.jdbcx.JtdsDataSource
pc1 - static field in class net.sourceforge.jtds.util.DESEngine
pc2 - static field in class net.sourceforge.jtds.util.DESEngine
peakMemUsage - static field 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 - field 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 - field in class net.sourceforge.jtds.jdbc.SharedLocalNamedPipe
The named pipe as a file.
pipe - field in class net.sourceforge.jtds.jdbc.SharedNamedPipe
The shared named pipe.
PKT_HDR_LEN - static field in class net.sourceforge.jtds.jdbc.TdsCore
The size of the packet header.
pktQueue - field in class net.sourceforge.jtds.jdbc.SharedSocket.VirtualSocket
Memory resident packet queue.
pktsOnDisk - field in class net.sourceforge.jtds.jdbc.SharedSocket.VirtualSocket
Number of packets cached to disk.
pktType - field in class net.sourceforge.jtds.jdbc.RequestStream
The request packet type.
PooledConnection - class net.sourceforge.jtds.jdbcx.PooledConnection
jTDS implementation of the PooledConnection interface.
PooledConnection(Connection) - constructor for class net.sourceforge.jtds.jdbcx.PooledConnection
port - field in class net.sourceforge.jtds.jdbc.SharedSocket
The server port number.
PORT_NUMBER_SQLSERVER - static field in class net.sourceforge.jtds.jdbc.DefaultProperties
Default portNumber property for SQL Server.
PORT_NUMBER_SYBASE - static field in class net.sourceforge.jtds.jdbc.DefaultProperties
Default portNumber property for Sybase.
portNumber - field in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
The server port number.
PORTNUMBER - static field in class net.sourceforge.jtds.jdbc.Driver
portNumber - field in class net.sourceforge.jtds.jdbcx.JtdsDataSource
portNumberDefaults - static field in class net.sourceforge.jtds.jdbc.DefaultProperties
Default port number based on server type
pos - field in class net.sourceforge.jtds.jdbc.JtdsResultSet
The current row number.
POS_AFTER_LAST - static field in class net.sourceforge.jtds.jdbc.JtdsResultSet
POS_BEFORE_FIRST - static field in class net.sourceforge.jtds.jdbc.JtdsResultSet
position(Blob,long) - method in class net.sourceforge.jtds.jdbc.BlobImpl
position(byte[],long) - method in class net.sourceforge.jtds.util.BlobBuffer
Provides support for pattern searching methods.
position(byte[],long) - method in class net.sourceforge.jtds.jdbc.BlobImpl
position(Clob,long) - method in class net.sourceforge.jtds.jdbc.ClobImpl
position(String,long) - method in class net.sourceforge.jtds.jdbc.ClobImpl
precision - field in class net.sourceforge.jtds.jdbc.ColInfo
Column decimal precision
precision - field in class net.sourceforge.jtds.jdbc.ParamInfo
Parameter decimal precision
precision - field in class net.sourceforge.jtds.jdbc.TdsData.TypeInfo
The precision of the type.
precision - field in class net.sourceforge.jtds.jdbc.TypeInfo
PRELOGIN_PKT - static field in class net.sourceforge.jtds.jdbc.TdsCore
SQL 2000 prelogin negotiation packet.
PREP_FAILED - static field in class net.sourceforge.jtds.jdbc.ProcEntry
The entry references a failed prepare.
PREPARE - static field in class net.sourceforge.jtds.jdbc.ProcEntry
The entry references a prepared statement handle.
PREPARE - static field 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 field in class net.sourceforge.jtds.jdbc.DefaultProperties
Default prepareSql property for SQL Server.
PREPARE_SYBASE - static field in class net.sourceforge.jtds.jdbc.DefaultProperties
Default prepareSql property for Sybase.
prepareCall(String) - 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.jdbc.ConnectionJDBC2
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.jdbc.ConnectionJDBC2
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 net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
This class would be better implemented as a java.lang.reflect.Proxy.
prepareSql - field in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Method for preparing SQL used in Prepared Statements.
PREPARESQL - static field in class net.sourceforge.jtds.jdbc.Driver
prepareSql - field in class net.sourceforge.jtds.jdbcx.JtdsDataSource
Try to convert the SQL statement into a statement prepare.
prepareSQLDefaults - static field 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) - 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.jdbc.ConnectionJDBC2
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,int) - method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
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.jdbc.ConnectionJDBC2
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.
prepareStatement(String,int[]) - method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
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.jdbc.ConnectionJDBC2
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.
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 - field in class net.sourceforge.jtds.jdbc.cache.ProcedureCache.CacheEntry
PROCEDURE - static field in class net.sourceforge.jtds.jdbc.ProcEntry
The entry references a stored procedure.
ProcedureCache - class net.sourceforge.jtds.jdbc.cache.ProcedureCache
LRU cache for procedures and statement handles.
ProcedureCache(int) - constructor for class net.sourceforge.jtds.jdbc.cache.ProcedureCache
Constructs a new statement cache.
procedureParams - field in class net.sourceforge.jtds.jdbc.CachedResultSet
Original parameters.
ProcEntry - class net.sourceforge.jtds.jdbc.ProcEntry
Stores information about a cached stored procedure or statement handle.
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
processBlock(byte[],int,byte[],int) - method in class net.sourceforge.jtds.util.DESEngine
processEscapes(String) - static method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Format the supplied search pattern to transform the escape \x into [x].
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
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 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 - field in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Procedures in this transaction.
procName - field in class net.sourceforge.jtds.jdbc.CachedResultSet
Original procedure name.
procName - field in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
The procedure name for CallableStatements.
procName - field in class net.sourceforge.jtds.jdbc.SQLParser
Procedure name in call escape.
PROG_NAME - static field in class net.sourceforge.jtds.jdbc.DefaultProperties
Default progName property.
progName - field in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
The program name.
PROGNAME - static field in class net.sourceforge.jtds.jdbc.Driver
progName - field in class net.sourceforge.jtds.jdbcx.JtdsDataSource
ProtocolException - class net.sourceforge.jtds.jdbc.ProtocolException
Exception class used to report errors in the TDS protocol.
ProtocolException(String) - constructor for class net.sourceforge.jtds.jdbc.ProtocolException
Construct a ProtocolException with message.
pureSSL - field in class net.sourceforge.jtds.ssl.TdsTlsInputStream
False if TLS packets are encapsulated in TDS packets.
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 class net.sourceforge.jtds.jdbc.cache.ProcedureCache
Inserts a new entry, identified by a key, into the cache.
put(String,Object) - method in class net.sourceforge.jtds.jdbc.cache.StatementCache
Places the specified statement handle in the cache for the given key.
TDS 8 requires collation information for char data descriptors.
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 field in class net.sourceforge.jtds.jdbc.TdsCore
TDS 4.2 or 7.0 Query packet.
queryTimeout - field in class net.sourceforge.jtds.jdbc.JtdsStatement
The read query timeout in seconds
queueFile - field in class net.sourceforge.jtds.jdbc.SharedSocket.VirtualSocket
File object for disk packet queue.

R

raFile - field in class net.sourceforge.jtds.util.BlobBuffer
The RA file object reference or null if closed.
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.
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.
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() - method in class net.sourceforge.jtds.util.BlobBuffer.UnicodeInputStream
Reads the next byte from the stream.
read() - method in class net.sourceforge.jtds.jdbc.ResponseStream
Reads the next input byte from the server response stream.
read() - method in class net.sourceforge.jtds.jdbc.ResponseStream.TdsInputStream
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.util.BlobBuffer.BlobInputStream
Reads a bytes from the 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(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(char[]) - method in class net.sourceforge.jtds.jdbc.ResponseStream
Reads a char array from the server response 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.
readBuffer - field in class net.sourceforge.jtds.ssl.TdsTlsInputStream
Temporary buffer used to de-encapsulate inital TLS packets.
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.
Reads a String from the server response stream, translating it from a byte array using the specified character set.
readOnly - field in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
True if this connection is read only.
readPacket(buffer[]) - 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 - field in class net.sourceforge.jtds.util.BlobBuffer.AsciiInputStream
readPtr - field in class net.sourceforge.jtds.util.BlobBuffer.BlobInputStream
readPtr - field 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,net.sourceforge.jtds.jdbc.CharsetInfo) - method in class net.sourceforge.jtds.jdbc.ResponseStream
Reads a String from the server response stream, creating it from a translated byte array.
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 - field in class net.sourceforge.jtds.jdbc.ColInfo
Column actual table name
recover(int) - method in class net.sourceforge.jtds.jdbcx.JtdsXAResource
refCount - field 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.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) - method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
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,int) - method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
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(int,int,String) - method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
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) - method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
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,int) - method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
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.
registerOutParameter(String,int,String) - method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
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(net.sourceforge.jtds.jdbc.TdsCore) - method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Releases (either closes or caches) a TdsCore.
remove(Object) - method in class net.sourceforge.jtds.jdbc.cache.SimpleLRUCache
remove(String) - method in class net.sourceforge.jtds.jdbc.cache.ProcedureCache
Removes a redundant entry from the cache.
remove(String) - method in class 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.
Removes the specified listener from the list.
Removes a statement object from the list maintained by the connection and cleans up the statement cache if necessary.
REPLY_PKT - static field in class net.sourceforge.jtds.jdbc.TdsCore
TDS Reply packet.
RequestStream - class net.sourceforge.jtds.jdbc.RequestStream
Class to implement an output stream for the server request.
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 - field in class net.sourceforge.jtds.jdbcx.JtdsXAConnection
The XAResource used by the transaction manager to control this connection.
responseOwner - field in class net.sourceforge.jtds.jdbc.SharedSocket
The Stream ID of the object that is expecting a response from the server.
ResponseStream - class net.sourceforge.jtds.jdbc.ResponseStream
Implements an input stream for the server response.
ResponseStream(net.sourceforge.jtds.jdbc.SharedSocket,int,int) - constructor for class net.sourceforge.jtds.jdbc.ResponseStream
Constructs a RequestStream object.
resultQueue - field in class net.sourceforge.jtds.jdbc.JtdsStatement
List of queued results (update counts, possibly followed by a ResultSet).
resultSetConcurrency - field in class net.sourceforge.jtds.jdbc.JtdsStatement
The concurrency of result sets created by this statement.
resultSetType - field in class net.sourceforge.jtds.jdbc.JtdsResultSet
The result set type.
resultSetType - field 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 field in class net.sourceforge.jtds.jdbc.JtdsStatement
returnKeys - field in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
True to return generated keys.
returnParam - field in class net.sourceforge.jtds.jdbc.TdsCore
The return parameter meta data object for the current procedure call.
returnStatus - field in class net.sourceforge.jtds.jdbc.TdsCore
The stored procedure return status.
RETVAL - static field in class net.sourceforge.jtds.jdbc.ParamInfo
Flag as an return value parameter.
rmHost - field in class net.sourceforge.jtds.jdbcx.JtdsXAResource
rollback() - method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
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.jdbc.ConnectionJDBC2
rollback(Savepoint) - method in class net.sourceforge.jtds.jdbc.ConnectionJDBC3
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.
rollback(Xid) - method in class net.sourceforge.jtds.jdbcx.JtdsXAResource
rotateLeft(int,int) - method in class net.sourceforge.jtds.util.MD4Digest
rotateLeft(int,int) - method in class net.sourceforge.jtds.util.MD5Digest
rowCache - field in class net.sourceforge.jtds.jdbc.MSCursorResultSet
The row cache used instead JtdsResultSet.currentRow.
rowCount - field in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Connection's current rowcount limit.
rowData - field in class net.sourceforge.jtds.jdbc.JtdsResultSet
Cached row data for forward only result set.
rowData - field in class net.sourceforge.jtds.jdbc.TdsCore
The array of column data objects in the current row.
rowDeleted - field 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 - field in class net.sourceforge.jtds.jdbc.JtdsResultSet
Index of current row in rowData.
rowsInResult - field in class net.sourceforge.jtds.jdbc.JtdsResultSet
The number of rows in the result.
rowUpdated - field 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 field 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 - field in class net.sourceforge.jtds.jdbc.SQLParser
Current position in input buffer.
S11 - static field in class net.sourceforge.jtds.util.MD4Digest
S11 - static field in class net.sourceforge.jtds.util.MD5Digest
S12 - static field in class net.sourceforge.jtds.util.MD4Digest
S12 - static field in class net.sourceforge.jtds.util.MD5Digest
S13 - static field in class net.sourceforge.jtds.util.MD4Digest
S13 - static field in class net.sourceforge.jtds.util.MD5Digest
S14 - static field in class net.sourceforge.jtds.util.MD4Digest
S14 - static field in class net.sourceforge.jtds.util.MD5Digest
S21 - static field in class net.sourceforge.jtds.util.MD4Digest
S21 - static field in class net.sourceforge.jtds.util.MD5Digest
S22 - static field in class net.sourceforge.jtds.util.MD4Digest
S22 - static field in class net.sourceforge.jtds.util.MD5Digest
S23 - static field in class net.sourceforge.jtds.util.MD4Digest
S23 - static field in class net.sourceforge.jtds.util.MD5Digest
S24 - static field in class net.sourceforge.jtds.util.MD4Digest
S24 - static field in class net.sourceforge.jtds.util.MD5Digest
S31 - static field in class net.sourceforge.jtds.util.MD4Digest
S31 - static field in class net.sourceforge.jtds.util.MD5Digest
S32 - static field in class net.sourceforge.jtds.util.MD4Digest
S32 - static field in class net.sourceforge.jtds.util.MD5Digest
S33 - static field in class net.sourceforge.jtds.util.MD4Digest
S33 - static field in class net.sourceforge.jtds.util.MD5Digest
S34 - static field in class net.sourceforge.jtds.util.MD4Digest
S34 - static field in class net.sourceforge.jtds.util.MD5Digest
S41 - static field in class net.sourceforge.jtds.util.MD5Digest
S42 - static field in class net.sourceforge.jtds.util.MD5Digest
S43 - static field in class net.sourceforge.jtds.util.MD5Digest
S44 - static field in class net.sourceforge.jtds.util.MD5Digest
savepointId - field in class net.sourceforge.jtds.jdbc.ConnectionJDBC3
Counter for generating unique savepoint identifiers
SavepointImpl - class net.sourceforge.jtds.jdbc.SavepointImpl
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 - field in class net.sourceforge.jtds.jdbc.ConnectionJDBC3
Maps each savepoint to a list of tmep procedures created since the savepoint
savepoints - field in class net.sourceforge.jtds.jdbc.ConnectionJDBC3
The list of savepoints.
scale - field in class net.sourceforge.jtds.jdbc.ColInfo
Column decimal scale
scale - field 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 - field in class net.sourceforge.jtds.jdbc.ColInfo
User owning this column
schema - field in class net.sourceforge.jtds.jdbc.TdsCore.TableMetaData
Table schema (user) name.
searchable - field in class net.sourceforge.jtds.jdbc.TypeInfo
second - field in class net.sourceforge.jtds.jdbc.DateTime
Unpacked second value.
securityViolation - static field 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 net.sourceforge.jtds.jdbc.Semaphore
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.
TDS 4.2 Login Packet.
TDS 5.0 Login Packet.
Send a TDS 7 login packet.
sendNetPacket(int,buffer[]) - method in class net.sourceforge.jtds.jdbc.SharedLocalNamedPipe
Send an network packet.
sendNetPacket(int,buffer[]) - 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 field in class net.sourceforge.jtds.jdbc.Driver
sendStringParametersAsUnicode - field in class net.sourceforge.jtds.jdbcx.JtdsDataSource
sendXaPacket(args[],byte[]) - method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Invokes the xp_jtdsxa extended stored procedure on the server.
serialVersionUID - static field in class net.sourceforge.jtds.jdbcx.JtdsDataSource
Serial version UID.
SERVER_TYPE_SQLSERVER - static field in class net.sourceforge.jtds.jdbc.DefaultProperties
Default serverType property for SQL Server.
SERVER_TYPE_SYBASE - static field in class net.sourceforge.jtds.jdbc.DefaultProperties
Default serverType property for Sybase.
serverCharset - field in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
The server character set.
serverInfoStrings - field in class net.sourceforge.jtds.jdbc.MSSqlServerInfo
serverName - field in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
The server host name.
SERVERNAME - static field in class net.sourceforge.jtds.jdbc.Driver
serverName - field in class net.sourceforge.jtds.jdbcx.JtdsDataSource
serverType - field in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
The make of SQL Server (sybase/microsoft).
SERVERTYPE - static field in class net.sourceforge.jtds.jdbc.Driver
serverType - field in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
serverType - field in class net.sourceforge.jtds.jdbcx.JtdsDataSource
serverType - field in class net.sourceforge.jtds.jdbc.SharedSocket
The servertype one of Driver.SQLSERVER or Driver.SYBASE
serverType - field in class net.sourceforge.jtds.jdbc.cache.SQLCacheKey
serverType - field in class net.sourceforge.jtds.jdbc.SQLDiagnostic
SQL Server type.
serverType - field in class net.sourceforge.jtds.jdbc.TdsCore
The make of SQL Server (Sybase/Microsoft).
setActive(boolean) - static method in class net.sourceforge.jtds.util.Logger
Turn the logging on or off.
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(int,InputStream,int) - method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
setAsciiStream(int,java.io.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(long) - method in class net.sourceforge.jtds.jdbc.ClobImpl
setAsciiStream(String,InputStream,int) - method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
setAsciiStream(String,java.io.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.
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(int,BigDecimal) - method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
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.
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(String,BigDecimal) - method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
setBinaryStream(int,InputStream,int) - method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
setBinaryStream(int,java.io.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(long) - method in class net.sourceforge.jtds.jdbc.BlobImpl
setBinaryStream(long,boolean) - method in class net.sourceforge.jtds.util.BlobBuffer
Creates an OutputStream that can be used to update the BLOB.
setBinaryStream(String,InputStream,int) - method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
setBinaryStream(String,java.io.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.
setBindAddress(String) - method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
setBlob(int,Blob) - method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
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.
setBoolean(int,boolean) - method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
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.
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(String,boolean) - method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
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(int,byte) - method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
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.
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(String,byte) - method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
setBytes(int,byte[]) - method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
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[]) - method in class net.sourceforge.jtds.jdbc.BlobImpl
setBytes(long,byte[],int,int) - method in class net.sourceforge.jtds.jdbc.BlobImpl
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.
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(String,byte[]) - method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
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(int,java.io.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,int) - method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
setCharacterStream(long) - method in class net.sourceforge.jtds.jdbc.ClobImpl
setCharacterStream(String,java.io.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,int) - method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
setCharset(String) - method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
setCharsetInfo(net.sourceforge.jtds.jdbc.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.
setClob(int,Clob) - method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
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.
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.
Update the cached column meta data information.
setColMetaData(net.sourceforge.jtds.jdbc.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.
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(net.sourceforge.jtds.jdbc.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(int,Date) - method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
setDate(int,Date,Calendar) - method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
setDate(int,java.sql.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,java.sql.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.
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) - method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
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(String,Date,Calendar) - method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
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(int,double) - method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
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.
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(String,double) - method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
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(int,float) - method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
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.
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(String,float) - method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
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 in field.
setInstance(String) - method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
setInt(int,int) - method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
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.
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(String,int) - method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
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(int,long) - method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
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.
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(String,long) - method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
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
setNetPacketSize(int) - method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Sets the network packet size.
setNull(int,int) - method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
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.jdbc.JtdsPreparedStatement
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.
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) - method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
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(String,int,String) - method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
setObject(int,Object) - method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
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.
setObject(int,Object,int) - method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
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,int,int) - method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
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(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(String,Object) - method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
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,int) - method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
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,int) - method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
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 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.
Update the cached parameter meta data information.
setParamMetaData(net.sourceforge.jtds.jdbc.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 pipe field.
setPortNumber(int) - method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
setPrepareSql(int) - 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).
setSavepoint() - method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
setSavepoint() - 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.
Add a savepoint to the list maintained by this connection.
setSavepoint(String) - method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
setSavepoint(String) - method in class net.sourceforge.jtds.jdbc.ConnectionJDBC3
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.
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(int,short) - method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
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.
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(String,short) - method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
setSocketTimeout(int) - method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
setSoTimeout(int) - method in class net.sourceforge.jtds.ssl.TdsTlsSocket
setSsl(String) - method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
setString(int,String) - method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
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.
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.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(String,String) - method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
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(int,java.sql.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,java.sql.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.
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) - method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
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(String,Time,Calendar) - method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
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.
Add a timer request to the queue.
setTimestamp(int,java.sql.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,java.sql.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.
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) - method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
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(String,Timestamp,Calendar) - method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
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,java.io.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 connect(String, java.util.Properties) method.
setURL(int,java.net.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.
setURL(int,URL) - method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
setURL(String,java.net.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(String,URL) - method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
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 net.sourceforge.jtds.jdbc.SharedLocalNamedPipe
This class implements inter-process communication (IPC) to the database server using local named pipes (will only work on Windows).
Creates a new instance of SharedLocalNamedPipe.
SharedNamedPipe - class net.sourceforge.jtds.jdbc.SharedNamedPipe
This class implements inter-process communication (IPC) to the database server using named pipes.
SharedNamedPipe(net.sourceforge.jtds.jdbc.ConnectionJDBC2) - constructor for class net.sourceforge.jtds.jdbc.SharedNamedPipe
Creates a new instance of SharedNamedPipe.
SharedSocket - class net.sourceforge.jtds.jdbc.SharedSocket
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(net.sourceforge.jtds.jdbc.ConnectionJDBC2) - constructor for class net.sourceforge.jtds.jdbc.SharedSocket
Construct a SharedSocket object specifying host name and port.
SimpleLRUCache - class net.sourceforge.jtds.jdbc.cache.SimpleLRUCache
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 - field in class net.sourceforge.jtds.jdbc.TdsData.TypeInfo
The size of this type or < 0 for variable sizes.
sizeChanged - field 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 - field in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
The network TCP/IP socket.
socket - field in class net.sourceforge.jtds.jdbc.RequestStream
The shared network socket.
socket - field in class net.sourceforge.jtds.jdbc.ResponseStream
The shared network socket.
socket - field in class net.sourceforge.jtds.jdbc.SharedSocket
The shared network socket.
socket - field in class net.sourceforge.jtds.ssl.SocketFactories.TdsTlsSocketFactory
socket - field in class net.sourceforge.jtds.jdbc.TdsCore
The Shared network socket object.
SOCKET_TIMEOUT - static field in class net.sourceforge.jtds.jdbc.DefaultProperties
Default sockeTimeout property.
SocketFactories - class net.sourceforge.jtds.ssl.SocketFactories
Used for acquiring a socket factory when SSL is enabled.
socketTable - field in class net.sourceforge.jtds.jdbc.SharedSocket
Table of stream objects sharing this socket.
socketTimeout - field in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Socket timeout value in seconds or 0.
socketTimeout - field in class net.sourceforge.jtds.jdbcx.JtdsDataSource
sortToCharsetMap - static field in class net.sourceforge.jtds.jdbc.CharsetInfo
Sort order to Java charset map.
SOTIMEOUT - static field in class net.sourceforge.jtds.jdbc.Driver
SP1 - static field in class net.sourceforge.jtds.util.DESEngine
SP2 - static field in class net.sourceforge.jtds.util.DESEngine
SP3 - static field in class net.sourceforge.jtds.util.DESEngine
SP4 - static field in class net.sourceforge.jtds.util.DESEngine
SP5 - static field in class net.sourceforge.jtds.util.DESEngine
SP6 - static field in class net.sourceforge.jtds.util.DESEngine
SP7 - static field in class net.sourceforge.jtds.util.DESEngine
SP8 - static field in class net.sourceforge.jtds.util.DESEngine
split(String,int) - static method in class net.sourceforge.jtds.jdbc.MSSqlServerInfo
spSequenceNo - field in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Stored procedure unique ID number.
sql - field in class net.sourceforge.jtds.jdbc.CachedResultSet
Original SQL statement.
sql - field in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
The SQL statement being prepared.
sql - field in class net.sourceforge.jtds.jdbc.cache.SQLCacheKey
sql - field in class net.sourceforge.jtds.jdbc.SQLParser
Original SQL string
SQL_ROW_DELETED - static field in class net.sourceforge.jtds.jdbc.MSCursorResultSet
The row has been deleted.
SQL_ROW_DIRTY - static field in class net.sourceforge.jtds.jdbc.MSCursorResultSet
The row is dirty and needs to be reloaded (internal state).
SQL_ROW_SUCCESS - static field in class net.sourceforge.jtds.jdbc.MSCursorResultSet
The row is valid.
SQL_SERVER_65_CHARSET_QUERY - static field 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 field in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
SQL Server initial connection string.
SQLCacheKey - class net.sourceforge.jtds.jdbc.cache.SQLCacheKey
Cache key for an SQL query, consisting of the query and server type, major and minor version.
SQLCacheKey(String,net.sourceforge.jtds.jdbc.ConnectionJDBC2) - constructor for class net.sourceforge.jtds.jdbc.cache.SQLCacheKey
sqlDataType - field in class net.sourceforge.jtds.jdbc.TypeInfo
sqlDatetimeSub - field in class net.sourceforge.jtds.jdbc.TypeInfo
SQLDiagnostic - class net.sourceforge.jtds.jdbc.SQLDiagnostic
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 net.sourceforge.jtds.jdbc.SQLParser
Process JDBC escape strings and parameter markers in the SQL string.
Constructs a new parser object to process the supplied SQL.
SQLSERVER - static field in class net.sourceforge.jtds.jdbc.Driver
Microsoft SQL Server.
sqlStateXOpen - static field in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
sqlType - field in class net.sourceforge.jtds.jdbc.ColInfo
The SQL type name for this column.
sqlType - field in class net.sourceforge.jtds.jdbc.ParamInfo
SQL type name eg varchar(10)
sqlType - field in class net.sourceforge.jtds.jdbc.TdsData.TypeInfo
The SQL type name.
sqlWord - field in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
The first SQL keyword in the SQL string.
ssl - field in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
SSL setting.
SSL - static field in class net.sourceforge.jtds.jdbc.DefaultProperties
Default ssl property.
SSL - static field in class net.sourceforge.jtds.jdbc.Driver
ssl - field in class net.sourceforge.jtds.jdbcx.JtdsDataSource
Ssl - interface net.sourceforge.jtds.ssl.Ssl
SSL settings
ssl - field in class net.sourceforge.jtds.ssl.SocketFactories.TdsTlsSocketFactory
SSL_AUTHENTICATE - static field in class 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 field in class net.sourceforge.jtds.jdbc.TdsCore
SSL Mode - Client requested force encryption.
SSL_ENCRYPT_LOGIN - static field in class net.sourceforge.jtds.jdbc.TdsCore
SSL Mode - Login packet must be encrypted.
SSL_NO_ENCRYPT - static field in class net.sourceforge.jtds.jdbc.TdsCore
SSL Mode - No server certificate installed.
SSL_OFF - static field in class net.sourceforge.jtds.ssl.Ssl
SSL is not used.
SSL_REQUEST - static field in class net.sourceforge.jtds.ssl.Ssl
SSL is requested; a plain socket is used if SSL is not available.
SSL_REQUIRE - static field in class net.sourceforge.jtds.ssl.Ssl
SSL is required; an exception if thrown if SSL is not available.
SSL_SERVER_FORCE_ENCRYPT - static field in class net.sourceforge.jtds.jdbc.TdsCore
SSL Mode - Server requested force encryption.
sslMode - field in class net.sourceforge.jtds.jdbc.TdsCore
Indicates type of SSL connection.
sslSocket - field in class net.sourceforge.jtds.jdbc.SharedSocket
The shared SSL network socket;
SSPIJNIClient - class net.sourceforge.jtds.util.SSPIJNIClient
A JNI client to SSPI based CPP program (DLL) that returns the user credentials for NTLM authentication.
sspiJNIClient - static field in class net.sourceforge.jtds.jdbc.TdsCore
A reference to ntlm.SSPIJNIClient.
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 - field in class net.sourceforge.jtds.jdbc.JtdsResultSet
The parent statement.
statementCache - field in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Statement cache.
StatementCache - interface net.sourceforge.jtds.jdbc.cache.StatementCache
Interface for a statement cache.
StatementProxy - class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
This class would be better implemented as a java.lang.reflect.Proxy.
statements - field in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
List of statements associated with this connection.
status - field in class net.sourceforge.jtds.jdbc.TdsCore.TdsToken
The status field from a DONE packet.
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 - field in class net.sourceforge.jtds.jdbc.RequestStream
The unique stream id.
streamId - field in class net.sourceforge.jtds.jdbc.ResponseStream
The unique stream id.
stringValue - field 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.
Substitute actual data for the parameter markers to simulate parameter substitution in a PreparedStatement.
substituteParamMarkers(String,net.sourceforge.jtds.jdbc.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 field in class net.sourceforge.jtds.jdbc.JtdsStatement
Support - class net.sourceforge.jtds.jdbc.Support
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.
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 concurrencySQL Server concurrencyRow locksDescription
CONCUR_READ_ONLYRead onlyNoRead-only.
CONCUR_UPDATABLEOptimistic concurrency, updatableNoRow integrity checked with timestamp comparison or, when not available, value comparison (except text and image fields).
CONCUR_UPDATABLE+1Pessimistic concurrency, updatableYesRow integrity is ensured by locking rows.
CONCUR_UPDATABLE+2Optimistic concurrency, updatableNoRow 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 typeSQL Server cursor typeServer loadDescription
TYPE_FORWARD_ONLYForward-only, dynamic (fast forward-only, static with useCursors=true)LightFast, 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.
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 field in class net.sourceforge.jtds.jdbc.TdsCore
Sybase 15+ bigint.
SYB_BITNULL - static field in class net.sourceforge.jtds.jdbc.TdsCore
Sybase nullable bit type.
SYB_CHUNK_SIZE - static field in class net.sourceforge.jtds.jdbc.TdsData
SYB_DATETIME - static field in class net.sourceforge.jtds.jdbc.TdsCore
Sybase date and time data types.
SYB_EXTCOLINFO - static field in class net.sourceforge.jtds.jdbc.TdsCore
Sybase extended column meta data.
SYB_LONGDATA - static field in class net.sourceforge.jtds.jdbc.TdsCore
Sybase char and binary > 255.
SYB_LONGVAR_MAX - static field in class net.sourceforge.jtds.jdbc.TdsData
SYB_UNICODE - static field in class net.sourceforge.jtds.jdbc.TdsCore
Sybase univarchar etc.
SYB_UNITEXT - static field in class net.sourceforge.jtds.jdbc.TdsCore
Sybase 15+ unitext.
SYBASE - static field in class net.sourceforge.jtds.jdbc.Driver
Sybase ASE.
SYBASE_INITIAL_SQL - static field in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Sybase initial connection string.
SYBASE_SERVER_CHARSET_QUERY - static field in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
SQL query to determine the server charset on Sybase.
sybaseInfo - field in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Sybase capability mask.
sybasePrepare(String,net.sourceforge.jtds.jdbc.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 field in class net.sourceforge.jtds.jdbc.TdsData
SYBBIT - static field in class net.sourceforge.jtds.jdbc.TdsData
SYBBITN - static field in class net.sourceforge.jtds.jdbc.TdsData
SYBCHAR - static field in class net.sourceforge.jtds.jdbc.TdsData
SYBDATE - static field in class net.sourceforge.jtds.jdbc.TdsData
SYBDATEN - static field in class net.sourceforge.jtds.jdbc.TdsData
SYBDATETIME - static field in class net.sourceforge.jtds.jdbc.TdsData
SYBDATETIME4 - static field in class net.sourceforge.jtds.jdbc.TdsData
SYBDATETIMN - static field in class net.sourceforge.jtds.jdbc.TdsData
SYBDECIMAL - static field in class net.sourceforge.jtds.jdbc.TdsData
SYBFLT8 - static field in class net.sourceforge.jtds.jdbc.TdsData
SYBFLTN - static field in class net.sourceforge.jtds.jdbc.TdsData
SYBIMAGE - static field in class net.sourceforge.jtds.jdbc.TdsData
SYBINT1 - static field in class net.sourceforge.jtds.jdbc.TdsData
SYBINT2 - static field in class net.sourceforge.jtds.jdbc.TdsData
SYBINT4 - static field in class net.sourceforge.jtds.jdbc.TdsData
SYBINT8 - static field in class net.sourceforge.jtds.jdbc.TdsData
SYBINTN - static field in class net.sourceforge.jtds.jdbc.TdsData
SYBLONGBINARY - static field in class net.sourceforge.jtds.jdbc.TdsData
SYBLONGDATA - static field in class net.sourceforge.jtds.jdbc.TdsData
SYBMONEY - static field in class net.sourceforge.jtds.jdbc.TdsData
SYBMONEY4 - static field in class net.sourceforge.jtds.jdbc.TdsData
SYBMONEYN - static field in class net.sourceforge.jtds.jdbc.TdsData
SYBNTEXT - static field in class net.sourceforge.jtds.jdbc.TdsData
SYBNUMERIC - static field in class net.sourceforge.jtds.jdbc.TdsData
SYBNVARCHAR - static field in class net.sourceforge.jtds.jdbc.TdsData
SYBQUERY_PKT - static field in class net.sourceforge.jtds.jdbc.TdsCore
TDS 5.0 Query packet.
SYBREAL - static field in class net.sourceforge.jtds.jdbc.TdsData
SYBSINT1 - static field in class net.sourceforge.jtds.jdbc.TdsData
SYBSINT8 - static field in class net.sourceforge.jtds.jdbc.TdsData
sybStates - static field in class net.sourceforge.jtds.jdbc.SQLDiagnostic
Map to convert Sybase SQL server error codes to ANSI SQLSTATE codes.
SYBTEXT - static field in class net.sourceforge.jtds.jdbc.TdsData
SYBTIME - static field in class net.sourceforge.jtds.jdbc.TdsData
SYBTIMEN - static field in class net.sourceforge.jtds.jdbc.TdsData
SYBUINT2 - static field in class net.sourceforge.jtds.jdbc.TdsData
SYBUINT4 - static field in class net.sourceforge.jtds.jdbc.TdsData
SYBUINT8 - static field in class net.sourceforge.jtds.jdbc.TdsData
SYBUINTN - static field in class net.sourceforge.jtds.jdbc.TdsData
SYBUNIQUE - static field in class net.sourceforge.jtds.jdbc.TdsData
SYBUNITEXT - static field in class net.sourceforge.jtds.jdbc.TdsData
SYBVARBINARY - static field in class net.sourceforge.jtds.jdbc.TdsData
SYBVARCHAR - static field in class net.sourceforge.jtds.jdbc.TdsData
SYBVARIANT - static field in class net.sourceforge.jtds.jdbc.TdsData
SYBVOID - static field 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 - field 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

TdsCore.TableMetaData - class net.sourceforge.jtds.jdbc.TdsCore.TableMetaData
Inner static class used to hold table meta data.
tableName - field in class net.sourceforge.jtds.jdbc.CachedResultSet
First table name in select.
tableName - field in class net.sourceforge.jtds.jdbc.ColInfo
Table name owning this column
tableName - field in class net.sourceforge.jtds.jdbc.SQLParser
First table name in from clause
tables - field in class net.sourceforge.jtds.jdbc.TdsCore
The array of table names associated with this result.
tail - field in class net.sourceforge.jtds.jdbc.cache.ProcedureCache
Tail node of the linked list.
target - field in class net.sourceforge.jtds.util.TimerThread.TimerRequest
Target to notify when the timeout expires.
TCP_NODELAY - static field in class net.sourceforge.jtds.jdbc.DefaultProperties
Default tcpNoDelay property.
tcpNoDelay - field in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
TCP_NODELAY
TCPNODELAY - static field in class net.sourceforge.jtds.jdbc.Driver
tcpNoDelay - field in class net.sourceforge.jtds.jdbcx.JtdsDataSource
TDS - static field in class net.sourceforge.jtds.jdbc.Driver
tds - field in class net.sourceforge.jtds.jdbc.JtdsStatement
The TDS object used for server access.
tds - field in class net.sourceforge.jtds.jdbc.ResponseStream.TdsInputStream
The underlying ResponseStream.
TDS42 - static field 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 field in class net.sourceforge.jtds.jdbc.Driver
TDS 5.0 protocol (Sybase 10 and later).
TDS5_DYNAMIC_TOKEN - static field in class net.sourceforge.jtds.jdbc.TdsCore
TDS 5.0 Dynamic SQL token.
TDS5_PARAMFMT2_TOKEN - static field in class net.sourceforge.jtds.jdbc.TdsCore
TDS 5.0 Parameter format token.
TDS5_PARAMFMT_TOKEN - static field in class net.sourceforge.jtds.jdbc.TdsCore
TDS 5.0 parameter descriptor token.
TDS5_PARAMS_TOKEN - static field in class net.sourceforge.jtds.jdbc.TdsCore
TDS 5.0 parameter value token.
TDS5_WIDE_RESULT - static field 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 field in class net.sourceforge.jtds.jdbc.Driver
TDS 7.0 protocol (SQL Server 7.0 and later).
TDS7_COMP_RESULT_TOKEN - static field in class net.sourceforge.jtds.jdbc.TdsCore
TDS 7.0 Computed Result set column meta data token.
TDS7_RESULT_TOKEN - static field 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 field in class net.sourceforge.jtds.jdbc.Driver
TDS 8.0 protocol (SQL Server 2000 and later)
TDS81 - static field in class net.sourceforge.jtds.jdbc.Driver
TDS 8.1 protocol (SQL Server 2000 SP1 and later).
tds8SpNames - static field in class net.sourceforge.jtds.jdbc.TdsCore
Map of system stored procedures that have shortcuts in TDS8.
TDS_ALTROW - static field in class net.sourceforge.jtds.jdbc.TdsCore
TDS Computed result set data row token.
TDS_AUTH_TOKEN - static field in class net.sourceforge.jtds.jdbc.TdsCore
TDS 7.0 NTLM authentication challenge token.
TDS_CAP_TOKEN - static field in class net.sourceforge.jtds.jdbc.TdsCore
TDS 5.0 capabilities token.
TDS_CLOSE_TOKEN - static field in class net.sourceforge.jtds.jdbc.TdsCore
TDS 5.0 Close token.
TDS_COLFMT_TOKEN - static field in class net.sourceforge.jtds.jdbc.TdsCore
TDS 4.2 Column meta data token.
TDS_COLINFO_TOKEN - static field in class net.sourceforge.jtds.jdbc.TdsCore
TDS Cursor results column infomation token.
TDS_COLNAME_TOKEN - static field in class net.sourceforge.jtds.jdbc.TdsCore
TDS 4.2 Column names token.
TDS_COMP_NAMES_TOKEN - static field in class net.sourceforge.jtds.jdbc.TdsCore
TDS Computed result set names token.
TDS_COMP_RESULT_TOKEN - static field in class net.sourceforge.jtds.jdbc.TdsCore
TDS Computed result set token.
TDS_CONTROL_TOKEN - static field in class net.sourceforge.jtds.jdbc.TdsCore
TDS control token.
TDS_DBRPC_TOKEN - static field in class net.sourceforge.jtds.jdbc.TdsCore
TDS 5.0 RPC token.
TDS_DONE_LEN - static field in class net.sourceforge.jtds.jdbc.SharedSocket
Length of a TDS_DONE token.
TDS_DONE_TOKEN - static field in class net.sourceforge.jtds.jdbc.SharedSocket
TDS done token.
TDS_DONE_TOKEN - static field in class net.sourceforge.jtds.jdbc.TdsCore
TDS done token.
TDS_DONEINPROC_TOKEN - static field in class net.sourceforge.jtds.jdbc.TdsCore
TDS done in procedure token.
TDS_DONEPROC_TOKEN - static field in class net.sourceforge.jtds.jdbc.TdsCore
TDS done procedure token.
TDS_ENV_CHARSET - static field in class net.sourceforge.jtds.jdbc.TdsCore
Environment change: charset changed.
TDS_ENV_DATABASE - static field in class net.sourceforge.jtds.jdbc.TdsCore
Environment change: database changed.
TDS_ENV_LANG - static field in class net.sourceforge.jtds.jdbc.TdsCore
Environment change: language changed.
TDS_ENV_LCID - static field in class net.sourceforge.jtds.jdbc.TdsCore
Environment change: locale changed.
TDS_ENV_PACKSIZE - static field in class net.sourceforge.jtds.jdbc.TdsCore
Environment change: network packet size changed.
TDS_ENV_SQLCOLLATION - static field in class net.sourceforge.jtds.jdbc.TdsCore
Environment change: TDS 8 collation changed.
TDS_ENVCHANGE_TOKEN - static field in class net.sourceforge.jtds.jdbc.TdsCore
TDS environment change token.
TDS_ERROR_TOKEN - static field in class net.sourceforge.jtds.jdbc.TdsCore
TDS error result token.
TDS_HDR_LEN - static field in class net.sourceforge.jtds.jdbc.SharedSocket
Length of TDS packet header.
TDS_INFO_TOKEN - static field in class net.sourceforge.jtds.jdbc.TdsCore
TDS Information message token.
TDS_LANG_TOKEN - static field in class net.sourceforge.jtds.jdbc.TdsCore
TDS 5.0 Language token.
TDS_LOGINACK_TOKEN - static field in class net.sourceforge.jtds.jdbc.TdsCore
TDS Login acknowledgement token.
TDS_MSG50_TOKEN - static field in class net.sourceforge.jtds.jdbc.TdsCore
TDS 5.0 message token.
TDS_OFFSETS_TOKEN - static field in class net.sourceforge.jtds.jdbc.TdsCore
TDS DBLIB Offsets token.
TDS_OPTIONCMD_TOKEN - static field in class net.sourceforge.jtds.jdbc.TdsCore
TDS Optional command token.
TDS_ORDER_TOKEN - static field in class net.sourceforge.jtds.jdbc.TdsCore
TDS Order by columns token.
TDS_PARAM_TOKEN - static field in class net.sourceforge.jtds.jdbc.TdsCore
TDS Output parameter value token.
TDS_PROCID - static field in class net.sourceforge.jtds.jdbc.TdsCore
TDS Procedure ID token.
TDS_RESULT_TOKEN - static field in class net.sourceforge.jtds.jdbc.TdsCore
TDS 5.0 Result set column meta data token.
TDS_RETURNSTATUS_TOKEN - static field in class net.sourceforge.jtds.jdbc.TdsCore
TDS Procedure call return status token.
TDS_ROW_TOKEN - static field in class net.sourceforge.jtds.jdbc.TdsCore
TDS Result set data row token.
TDS_TABNAME_TOKEN - static field in class net.sourceforge.jtds.jdbc.TdsCore
TDS Table name token.
TDS_VERSION_42 - static field in class net.sourceforge.jtds.jdbc.DefaultProperties
Default tds property for TDS 4.2.
TDS_VERSION_50 - static field in class net.sourceforge.jtds.jdbc.DefaultProperties
Default tds property for TDS 5.0.
TDS_VERSION_70 - static field in class net.sourceforge.jtds.jdbc.DefaultProperties
Default tds property for TDS 7.0.
TDS_VERSION_80 - static field 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 net.sourceforge.jtds.jdbc.TdsCore
This class implements the Sybase / Microsoft TDS protocol.
Construct a TdsCore object.
TdsData - class net.sourceforge.jtds.jdbc.TdsData
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.
tdsDefaults - static field 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.
Simple inner class implementing an InputStream over the server response.
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 net.sourceforge.jtds.ssl.TdsTlsInputStream
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 net.sourceforge.jtds.ssl.TdsTlsOutputStream
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 net.sourceforge.jtds.ssl.TdsTlsSocket
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.
The socket factory for creating sockets based on the SSL setting.
TdsTlsSocketFactory(String,Socket) - constructor for class net.sourceforge.jtds.ssl.SocketFactories.TdsTlsSocketFactory
Constructs a TdsTlsSocketFactory.
TdsCore.TdsToken - class net.sourceforge.jtds.jdbc.TdsCore.TdsToken
Inner static class used to hold information about TDS tokens read.
tdsType - field in class net.sourceforge.jtds.jdbc.ColInfo
Internal TDS data type
tdsType - field in class net.sourceforge.jtds.jdbc.ParamInfo
Internal TDS data type
tdsVersion - field in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
The server protocol version.
tdsVersion - field in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
tdsVersion - field in class net.sourceforge.jtds.jdbcx.JtdsDataSource
tdsVersion - field in class net.sourceforge.jtds.jdbc.SharedSocket
Tds protocol version
tdsVersion - field in class net.sourceforge.jtds.jdbc.TdsCore
The TDS version being supported by this connection.
TEMPORARY_STORED_PROCEDURES - static field in class net.sourceforge.jtds.jdbc.TdsCore
Prepare SQL using temporary stored procedures
tempResultSet - field in class net.sourceforge.jtds.jdbc.CachedResultSet
True if this is a local temporary result set.
terminator - field in class net.sourceforge.jtds.jdbc.SQLParser
Current expected terminator character.
textSize - field in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Connection's current maximum field size limit.
thisInstance - static field in class net.sourceforge.jtds.util.SSPIJNIClient
Singleton instance.
time - field in class net.sourceforge.jtds.jdbc.DateTime
The time component of the server datetime value.
time - field in class net.sourceforge.jtds.util.TimerThread.TimerRequest
The time when this timeout will expire.
TIME_NOT_USED - static field in class net.sourceforge.jtds.jdbc.DateTime
Indicates time value not used.
TIME_ZERO - static field in class net.sourceforge.jtds.jdbc.Support
timeFromZone(java.util.Date,Calendar) - static method in class net.sourceforge.jtds.jdbc.Support
Convert a timestamp from a different Timezone.
timeMask - static field in class net.sourceforge.jtds.jdbc.SQLParser
Syntax mask for time escape.
timeout - field in class net.sourceforge.jtds.jdbc.MSSqlServerInfo
TIMEOUT_CANCEL - static field in class net.sourceforge.jtds.jdbc.TdsCore
Cancel has been generated by a query timeout.
timerExpired() - method in class net.sourceforge.jtds.util.TimerThread.TimerListener
Event to be fired when the timeout expires.
timerList - field in class net.sourceforge.jtds.util.TimerThread
List of TimerRequests to execute, ordered by time.
TimerThread.TimerListener - interface net.sourceforge.jtds.util.TimerThread.TimerListener
Interface to be implemented by classes that request timer services.
TimerThread.TimerRequest - class net.sourceforge.jtds.util.TimerThread.TimerRequest
Internal class associating a login or query timeout value with a target TimerListener.
Create a TimerRequest.
TimerThread - class net.sourceforge.jtds.util.TimerThread
Simple timer class used to implement login and query timeouts.
TimerThread() - constructor for class net.sourceforge.jtds.util.TimerThread
Construct a new TimerThread instance.
timestampMask - static field in class net.sourceforge.jtds.jdbc.SQLParser
Syntax mask for timestamp escape.
timeToZone(java.util.Date,Calendar) - static method in class net.sourceforge.jtds.jdbc.Support
Convert a timestamp to a different Timezone.
timeValue - field in class net.sourceforge.jtds.jdbc.DateTime
Cached value of the datetime as a java.sql.Time.
TLS_HEADER_SIZE - static field in class net.sourceforge.jtds.ssl.Ssl
Size of TLS record header.
TM_ID - static field 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 - field 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.jdbcx.JtdsXid
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.
totalSize - field 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 field in class net.sourceforge.jtds.util.DESEngine
TRANSACTION_SNAPSHOT - static field in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
SQL Server custom transaction isolation level.
transactionIsolation - field in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Default transaction isolation level.
truncate(long) - method in class net.sourceforge.jtds.util.BlobBuffer
Truncates the BLOB buffer to the specified size.
truncate(long) - method in class net.sourceforge.jtds.jdbc.BlobImpl
truncate(long) - method in class net.sourceforge.jtds.jdbc.ClobImpl
trustManagers() - static method in class net.sourceforge.jtds.ssl.SocketFactories.TdsTlsSocketFactory
tsValue - field in class net.sourceforge.jtds.jdbc.DateTime
Cached value of the datetime as a java.sql.Timestamp.
type - field in class net.sourceforge.jtds.jdbc.ProcEntry
Type of statement referenced by this entry.
TYPE_ALERT - static field in class net.sourceforge.jtds.ssl.Ssl
TLS Alert record type.
TYPE_APPLICATIONDATA - static field in class net.sourceforge.jtds.ssl.Ssl
TLS Application data record.
TYPE_CHANGECIPHERSPEC - static field in class net.sourceforge.jtds.ssl.Ssl
TLS Change Cipher Spec record type.
TYPE_CLIENTHELLO - static field in class net.sourceforge.jtds.ssl.Ssl
TLS Hand shake client hello sub type.
TYPE_CLIENTKEYEXCHANGE - static field in class net.sourceforge.jtds.ssl.Ssl
TLS Hand shake client key exchange sub type.
TYPE_HANDSHAKE - static field in class net.sourceforge.jtds.ssl.Ssl
TLS Handshake record.
TypeInfo - class net.sourceforge.jtds.jdbc.TypeInfo
Represents an SQL data type as required by getTypeInfo().
TdsData.TypeInfo - class net.sourceforge.jtds.jdbc.TdsData.TypeInfo
This class implements a descriptor for TDS data types;
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.
TypeInfo(String,int,int,int,boolean,boolean,int) - constructor for class net.sourceforge.jtds.jdbc.TdsData.TypeInfo
Construct a new TDS data type descriptor.
typeMap - static field in class net.sourceforge.jtds.jdbc.Support
Convert java clases to java.sql.Type constant.
typeName - field in class net.sourceforge.jtds.jdbc.TypeInfo
types - static field in class net.sourceforge.jtds.jdbc.TdsData
Array of TDS data type descriptors.

U

UDT_BINARY - static field in class net.sourceforge.jtds.jdbc.TdsData
UDT_CHAR - static field in class net.sourceforge.jtds.jdbc.TdsData
UDT_LONGSYSNAME - static field in class net.sourceforge.jtds.jdbc.TdsData
UDT_NCHAR - static field in class net.sourceforge.jtds.jdbc.TdsData
UDT_NEWSYSNAME - static field in class net.sourceforge.jtds.jdbc.TdsData
UDT_NVARCHAR - static field in class net.sourceforge.jtds.jdbc.TdsData
UDT_SYSNAME - static field in class net.sourceforge.jtds.jdbc.TdsData
UDT_TIMESTAMP - static field in class net.sourceforge.jtds.jdbc.TdsData
UDT_UNICHAR - static field in class net.sourceforge.jtds.jdbc.TdsData
UDT_UNITEXT - static field in class net.sourceforge.jtds.jdbc.TdsData
UDT_UNIVARCHAR - static field in class net.sourceforge.jtds.jdbc.TdsData
UDT_VARBINARY - static field in class net.sourceforge.jtds.jdbc.TdsData
UDT_VARCHAR - static field in class net.sourceforge.jtds.jdbc.TdsData
UNICODE - static field in class net.sourceforge.jtds.jdbc.ParamInfo
Flag as a unicode parameter.
A Big Endian Unicode InputStream over the CLOB buffer.
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 net.sourceforge.jtds.jdbc.UniqueIdentifier
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 - field 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 field in class net.sourceforge.jtds.jdbc.TdsCore
Do not prepare SQL
unsigned - field 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
update(ResultSet) - method in class net.sourceforge.jtds.jdbc.TypeInfo
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
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
updateBlob(int,Blob) - method in class net.sourceforge.jtds.jdbc.JtdsResultSet
updateBlob(String,Blob) - 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
updateClob(int,Clob) - method in class net.sourceforge.jtds.jdbc.JtdsResultSet
updateClob(String,Clob) - method in class net.sourceforge.jtds.jdbc.JtdsResultSet
updateCount - field in class net.sourceforge.jtds.jdbc.JtdsStatement
The current update count.
updateCount - field 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
updateNextTimeout() - method in class net.sourceforge.jtds.util.TimerThread
Internal method that updates the value of nextTimeout.
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 - field in class net.sourceforge.jtds.jdbc.CachedResultSet
The "update" row.
updateRow - field in class net.sourceforge.jtds.jdbc.MSCursorResultSet
The "update row".
updateRow() - method in class net.sourceforge.jtds.jdbc.CachedResultSet
updateRow() - method in class net.sourceforge.jtds.jdbc.JtdsResultSet
updateRow() - method in class net.sourceforge.jtds.jdbc.MSCursorResultSet
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
updateString(int,String) - method in class net.sourceforge.jtds.jdbc.JtdsResultSet
updateString(String,String) - method in class net.sourceforge.jtds.jdbc.JtdsResultSet
updateTds - field 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
Uppercase all column names.
url - field in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
The orginal connection URL.
USE_UNICODE - static field 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 - field in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Use fast forward cursors for forward only result sets.
USECURSORS - static field in class net.sourceforge.jtds.jdbc.DefaultProperties
Default useCursors property.
USECURSORS - static field in class net.sourceforge.jtds.jdbc.Driver
useCursors - field in class net.sourceforge.jtds.jdbcx.JtdsDataSource
useJCIFS - field in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Force use of jCIFS library on Windows when connecting via named pipes.
USEJCIFS - static field in class net.sourceforge.jtds.jdbc.DefaultProperties
Default useJCIFS property.
USEJCIFS - static field in class net.sourceforge.jtds.jdbc.Driver
useJCIFS - field in class net.sourceforge.jtds.jdbcx.JtdsDataSource
useLOBs - field in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Map large types (IMAGE and TEXT/NTEXT) to LOBs by default.
USELOBS - static field in class net.sourceforge.jtds.jdbc.DefaultProperties
Default useLOBs property.
USELOBS - static field in class net.sourceforge.jtds.jdbc.Driver
useLOBs - field in class net.sourceforge.jtds.jdbcx.JtdsDataSource
useLOBs - field in class net.sourceforge.jtds.jdbc.JtdsResultSetMetaData
useLOBs - field in class net.sourceforge.jtds.jdbc.ParameterMetaDataImpl
useMetadataCache - field in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Use metadata cache for prepared statements.
useNTLMv2 - field in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
When doing NTLM authentication, send NTLMv2 response rather than regular response
USENTLMV2 - static field in class net.sourceforge.jtds.jdbc.Driver
useNTLMV2 - field in class net.sourceforge.jtds.jdbcx.JtdsDataSource
user - field in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
The database user ID.
USER - static field in class net.sourceforge.jtds.jdbc.DefaultProperties
Default user property.
USER - static field in class net.sourceforge.jtds.jdbc.Driver
user - field in class net.sourceforge.jtds.jdbcx.JtdsDataSource
userType - field 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 - field 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 - field in class net.sourceforge.jtds.jdbc.ParamInfo
Current parameter value
value - field in class net.sourceforge.jtds.jdbc.cache.ProcedureCache.CacheEntry
VAR_MAX - static field in class net.sourceforge.jtds.jdbc.TdsData
SharedSocket.VirtualSocket - class net.sourceforge.jtds.jdbc.SharedSocket.VirtualSocket
This inner class contains the state information for the virtual socket.
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 - field in class net.sourceforge.jtds.jdbc.SQLDiagnostic
wasNull - field in class net.sourceforge.jtds.jdbc.JtdsResultSet
True if last column retrieved was null.
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.
wasNull() - method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
wasNull() - method in class net.sourceforge.jtds.jdbc.JtdsResultSet
wideChars - field in class net.sourceforge.jtds.jdbc.CharsetInfo
Indicates whether current charset is wide (ie multi-byte).
workingKey - field in class net.sourceforge.jtds.util.DESEngine
write(BigDecimal) - method in class net.sourceforge.jtds.jdbc.RequestStream
Write a BigDecimal value to the output stream.
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.util.BlobBuffer.BlobOutputStream
Write bytes to the BLOB buffer.
write(byte[],int,int) - method in class net.sourceforge.jtds.jdbc.RequestStream
Write a partial byte buffer to the output stream.
write(byte[],int,int) - method in class net.sourceforge.jtds.ssl.TdsTlsOutputStream
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(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(int) - method in class net.sourceforge.jtds.jdbc.RequestStream
Write an int value to the output stream.
write(int,byte[],int,int) - method in class net.sourceforge.jtds.util.BlobBuffer
Inserts bytes into the buffer at the specified location.
write(int,int) - method in class net.sourceforge.jtds.util.BlobBuffer
Inserts a byte into the buffer at the specified location.
write(long) - method in class net.sourceforge.jtds.jdbc.RequestStream
Write a long value to the output stream.
write(s[],int,int) - method in class net.sourceforge.jtds.jdbc.RequestStream
Write a char array object to the output stream.
write(short) - method in class net.sourceforge.jtds.jdbc.RequestStream
Write a short value to the output stream.
write(String) - method in class net.sourceforge.jtds.jdbc.RequestStream
Write a String object to the output stream.
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.
Write a parameter to the server request stream.
writePtr - field in class net.sourceforge.jtds.util.BlobBuffer.AsciiOutputStream
writePtr - field 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.
Write the actual TDS 5 parameter data.
Write a TDS 5 parameter format descriptor.
wsid - field in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Workstation ID.
WSID - static field in class net.sourceforge.jtds.jdbc.DefaultProperties
Default wsid property.
WSID - static field in class net.sourceforge.jtds.jdbc.Driver
wsid - field in class net.sourceforge.jtds.jdbcx.JtdsDataSource

X

X - field in class net.sourceforge.jtds.util.MD4Digest
X - field in class net.sourceforge.jtds.util.MD5Digest
XA_CLOSE - static field 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 field 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 field in class net.sourceforge.jtds.jdbc.XASupport
XA_END - static field 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 field 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 field 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 field 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 field 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 field in class net.sourceforge.jtds.jdbc.XASupport
The Resource Manager ID allocated by jTDS
XA_ROLLBACK - static field 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 field 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 field in class net.sourceforge.jtds.jdbc.XASupport
Set this field to 1 to enable XA tracing.
xaConnection - field in class net.sourceforge.jtds.jdbcx.JtdsXAResource
xaConnectionId - field in class net.sourceforge.jtds.jdbcx.JtdsXAConnection
xaEmulation - field in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
True if driver should emulate distributed transactions.
XAEMULATION - static field in class net.sourceforge.jtds.jdbc.DefaultProperties
Default XaEmulation property.
XAEMULATION - static field in class net.sourceforge.jtds.jdbc.Driver
xaEmulation - field in class net.sourceforge.jtds.jdbcx.JtdsDataSource
xaState - field in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Current emulated XA State eg start/end/prepare etc.
XASupport - class net.sourceforge.jtds.jdbc.XASupport
This class contains static utility methods used to implement distributed transactions.
XASupport() - constructor for class net.sourceforge.jtds.jdbc.XASupport
xaTransaction - field in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
True if running distributed transaction.
xBuf - field in class net.sourceforge.jtds.util.GeneralDigest
xBufOff - field in class net.sourceforge.jtds.util.GeneralDigest
xid - field in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Current XA Transaction ID.
XID_SIZE - static field in class net.sourceforge.jtds.jdbcx.JtdsXid
The size of an XID in bytes.
xOff - field in class net.sourceforge.jtds.util.MD4Digest
xOff - field in class net.sourceforge.jtds.util.MD5Digest
XSYBBINARY - static field in class net.sourceforge.jtds.jdbc.TdsData
XSYBCHAR - static field in class net.sourceforge.jtds.jdbc.TdsData
XSYBNCHAR - static field in class net.sourceforge.jtds.jdbc.TdsData
XSYBNVARCHAR - static field in class net.sourceforge.jtds.jdbc.TdsData
XSYBVARBINARY - static field in class net.sourceforge.jtds.jdbc.TdsData
XSYBVARCHAR - static field in class net.sourceforge.jtds.jdbc.TdsData

Y

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

Generated on September 18 2009