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

A

ALTMETADATA_TOKEN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
TDS 7.0 Computed Result set column meta data token.
APPNAME - Static variable in class net.sourceforge.jtds.jdbc.Driver
 
APP_NAME - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
Default appName property.
ASYNC_CANCEL - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
Cancel has been generated by Statement.cancel().
AUTOCOMMIT - Static variable in class net.sourceforge.jtds.jdbc.Driver
 
AUTO_COMMIT - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
Default autoCommit property.
AsTest - class net.sourceforge.jtds.jdbc.AsTest.
 
AsTest(String) - Constructor for class net.sourceforge.jtds.jdbc.AsTest
 
absolute(int) - Method in class net.sourceforge.jtds.jdbc.CachedResultSet
 
absolute(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
absolute(int) - Method in class net.sourceforge.jtds.jdbc.MSCursorResultSet
 
acceptsURL(String) - Method in class net.sourceforge.jtds.jdbc.Driver
 
acquire() - Method in class net.sourceforge.jtds.jdbc.Semaphore
Wait until a permit is available, and take one.
addBatch() - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
addBatch(String) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
addBatch(String) - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
 
addBatch() - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
Delgates calls to the prepared statement; SQLExceptions thrown from the prepared statement will cause an event to be fired on the connection pool listeners.
addBatch(String) - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
Delgates calls to the statement; SQLExceptions thrown from the statement will cause an event to be fired on the connection pool listeners.
addCachedProcedure(String, ProcEntry) - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Add a stored procedure to the cache.
addCachedProcedure(String, ProcEntry) - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC3
Add a stored procedure to the cache.
addCachedProcedure(String) - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC3
Add a stored procedure to the savepoint cache.
addConnectionEventListener(ConnectionEventListener) - Method in class net.sourceforge.jtds.jdbcx.PooledConnection
Adds the specified listener to the list.
addDefaultProperties(Properties) - Static method in class net.sourceforge.jtds.jdbc.DefaultProperties
Add default properties to the props properties object.
addDefaultPropertyIfNotSet(Properties, String, String) - Static method in class net.sourceforge.jtds.jdbc.DefaultProperties
Sets a default property if the property is not already set.
addDefaultPropertyIfNotSet(Properties, String, String, Map) - Static method in class net.sourceforge.jtds.jdbc.DefaultProperties
Sets a default property if the property is not already set, using the defaultKey and the defaults map to determine the correct value.
addDiagnostic(int, int, int, String, String, String, int) - Method in class net.sourceforge.jtds.jdbc.SQLDiagnostic
Create a dianostic SQLException or SQLWarning.
addException(SQLException) - Method in class net.sourceforge.jtds.jdbc.SQLDiagnostic
 
addNonNullProperties(Properties, String, String) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
addRef() - Method in class net.sourceforge.jtds.jdbc.ProcEntry
Increments the usage count.
addRow(Object[]) - Method in class net.sourceforge.jtds.jdbc.CachedResultSet
Warning!
addStatement(JtdsStatement) - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
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 statement warnings list.
addWarning(SQLWarning) - Method in class net.sourceforge.jtds.jdbc.SQLDiagnostic
 
afterLast() - Method in class net.sourceforge.jtds.jdbc.CachedResultSet
 
afterLast() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
afterLast() - Method in class net.sourceforge.jtds.jdbc.MSCursorResultSet
 
allProceduresAreCallable() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Can all the procedures returned by getProcedures be called by the current user?
allTablesAreSelectable() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Can all the tables returned by getTable be SELECTed by the current user?
answerLmChallenge(String, byte[]) - Static method in class net.sourceforge.jtds.jdbc.NtlmAuth
 
answerLmv2Challenge(String, String, String, byte[], byte[]) - Static method in class net.sourceforge.jtds.jdbc.NtlmAuth
 
answerNtChallenge(String, byte[]) - Static method in class net.sourceforge.jtds.jdbc.NtlmAuth
 
answerNtlmv2Challenge(String, String, String, byte[], byte[], byte[]) - Static method in class net.sourceforge.jtds.jdbc.NtlmAuth
 
answerNtlmv2Challenge(String, String, String, byte[], byte[], byte[], byte[]) - Static method in class net.sourceforge.jtds.jdbc.NtlmAuth
 
answerNtlmv2Challenge(String, String, String, byte[], byte[], byte[], long) - Static method in class net.sourceforge.jtds.jdbc.NtlmAuth
 
appName - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
The application name.
append(char[]) - Method in class net.sourceforge.jtds.jdbc.SQLParser
 
append(char) - Method in class net.sourceforge.jtds.jdbc.SQLParser
Adds the given character to SQLParser.out, incrementing SQLParser.d by and expanding SQLParser.out by a fixed number of characters if necessary.
appendDropSQL(StringBuffer) - Method in class net.sourceforge.jtds.jdbc.ProcEntry
Retrieves the SQL to drop this statement.
array2String(int[]) - Static method in class net.sourceforge.jtds.jdbc.BatchTest
 
array2String(Object[]) - Static method in class net.sourceforge.jtds.jdbc.ResultSetTest
 
assertComparesLessThan(TypeInfo, TypeInfo) - Method in class net.sourceforge.jtds.jdbc.TypeInfoTest
 
assertDefaultProperty(String, String, Properties, String, String, String) - Method in class net.sourceforge.jtds.jdbc.DefaultPropertiesTester
Asserts that a default property is set properly.
assertDefaultPropertyByServerType(String, String, String, String) - Method in class net.sourceforge.jtds.jdbc.DefaultPropertiesTestLibrary
Assert that the expected property value is set using a given url.
assertDefaultPropertyByTdsVersion(String, String, String, String, String) - Method in class net.sourceforge.jtds.jdbc.DefaultPropertiesTestLibrary
Assert that the expected property value is set using a given url and tdsVersion property.
assertEquals(String, Object[], Object[]) - Method in class net.sourceforge.jtds.jdbc.UnitTestBase
Compare two arrays element-by-element.
assertSQLExceptionForBadWholeNumberProperty(String) - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2UnitTest
Assert that an SQLException is thrown when ConnectionJDBC2.unpackProperties(Properties) is called with an invalid integer (or long) string set on a property.
asyncCursor - Variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
The cursor is being built asynchronously.
attempt(long) - Method in class net.sourceforge.jtds.jdbc.Semaphore
Wait at most msecs millisconds for a permit.
autoCommit - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Default auto commit state.
autoIncrement - Variable in class net.sourceforge.jtds.jdbc.TypeInfo
 
available() - Method in class net.sourceforge.jtds.util.BlobBuffer.AsciiInputStream
Returns the number of bytes available to read.
available() - Method in class net.sourceforge.jtds.util.BlobBuffer.BlobInputStream
Returns the number of bytes available to read.
available() - Method in class net.sourceforge.jtds.util.BlobBuffer.UnicodeInputStream
Returns the number of bytes available to read.

B

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

C

CACHEMETA - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
Default cacheMetaData property.
CACHEMETA - Static variable in class net.sourceforge.jtds.jdbc.Driver
 
CANCEL_PKT - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
TDS Cancel packet.
CHARSET - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
Default charset property.
CHARSET - Static variable in class net.sourceforge.jtds.jdbc.Driver
 
CHARSETS_RESOURCE_NAME - Static variable in class net.sourceforge.jtds.jdbc.CharsetInfo
Name of the Charsets.properties resource.
CLOSE_ALL_RESULTS - Static variable in class net.sourceforge.jtds.jdbc.JtdsStatement
 
CLOSE_CURRENT_RESULT - Static variable in class net.sourceforge.jtds.jdbc.JtdsStatement
 
CLOSE_CURSORS_AT_COMMIT - Static variable in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
CONNECTION_PROPERTIES - Static variable in class net.sourceforge.jtds.jdbc.TestBase
 
CSUnitTest - class net.sourceforge.jtds.jdbc.CSUnitTest.
 
CSUnitTest(String) - Constructor for class net.sourceforge.jtds.jdbc.CSUnitTest
 
CURSOR - Static variable in class net.sourceforge.jtds.jdbc.ProcEntry
The entry references a prepared cursor handle.
CURSOR_CONCUR_OPTIMISTIC - Static variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
 
CURSOR_CONCUR_OPTIMISTIC_VALUES - Static variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
 
CURSOR_CONCUR_READ_ONLY - Static variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
 
CURSOR_CONCUR_SCROLL_LOCKS - Static variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
 
CURSOR_OP_DELETE - Static variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
 
CURSOR_OP_INSERT - Static variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
 
CURSOR_OP_UPDATE - Static variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
 
CURSOR_TYPE_AUTO_FETCH - Static variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
 
CURSOR_TYPE_DYNAMIC - Static variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
 
CURSOR_TYPE_FASTFORWARDONLY - Static variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
 
CURSOR_TYPE_FORWARD - Static variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
 
CURSOR_TYPE_KEYSET - Static variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
 
CURSOR_TYPE_PARAMETERIZED - Static variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
 
CURSOR_TYPE_STATIC - Static variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
 
CachedResultSet - class net.sourceforge.jtds.jdbc.CachedResultSet.
A memory cached scrollable/updateable result set.
CachedResultSet(JtdsStatement, String, String, ParamInfo[], int, int) - Constructor for class net.sourceforge.jtds.jdbc.CachedResultSet
Constructs a new cached result set.
CachedResultSet(JtdsStatement, String[], int[]) - Constructor for class net.sourceforge.jtds.jdbc.CachedResultSet
Constructs a cached result set based on locally generated data.
CachedResultSet(JtdsResultSet, boolean) - Constructor for class net.sourceforge.jtds.jdbc.CachedResultSet
Creates a cached result set with the same columns (and optionally data) as an existing result set.
CachedResultSet(JtdsStatement, ColInfo[], Object[]) - Constructor for class net.sourceforge.jtds.jdbc.CachedResultSet
Creates a cached result set containing one row.
CallableStatementProxy - class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy.
This class would be better implemented as a java.lang.reflect.Proxy.
CallableStatementProxy(ConnectionProxy, JtdsCallableStatement) - Constructor for class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
 
CallableStatementTest - class net.sourceforge.jtds.jdbc.CallableStatementTest.
 
CallableStatementTest(String) - Constructor for class net.sourceforge.jtds.jdbc.CallableStatementTest
 
CharsetInfo - class net.sourceforge.jtds.jdbc.CharsetInfo.
Loads and stores information about character sets.
CharsetInfo(String) - Constructor for class net.sourceforge.jtds.jdbc.CharsetInfo
Constructs a CharsetInfo object from a character set descriptor of the form: charset preceded by a numeric value indicating whether it's a multibyte character set (>1) or not (1) and a vertical bar (|), eg "1|Cp1252" or "2|MS936".
ClientSideCursorTest - class net.sourceforge.jtds.jdbc.ClientSideCursorTest.
Test case to illustrate use of Cached cursor result set.
ClientSideCursorTest(String) - Constructor for class net.sourceforge.jtds.jdbc.ClientSideCursorTest
 
ClobImpl - class net.sourceforge.jtds.jdbc.ClobImpl.
An in-memory or disk based representation of character data.
ClobImpl(ConnectionJDBC2) - Constructor for class net.sourceforge.jtds.jdbc.ClobImpl
Constructs a new empty Clob instance.
ClobImpl(ConnectionJDBC2, String) - Constructor for class net.sourceforge.jtds.jdbc.ClobImpl
Constructs a new initialized Clob instance.
ColInfo - class net.sourceforge.jtds.jdbc.ColInfo.
Instances of this class serve as descriptor for result set columns.
ColInfo() - Constructor for class net.sourceforge.jtds.jdbc.ColInfo
 
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.
ConnectionJDBC2UnitTest - class net.sourceforge.jtds.jdbc.ConnectionJDBC2UnitTest.
Unit test for the ConnectionJDBC2 class.
ConnectionJDBC2UnitTest(String) - Constructor for class net.sourceforge.jtds.jdbc.ConnectionJDBC2UnitTest
Constructor.
ConnectionJDBC2UnitTest.Test_ConnectionJDBC2_unpackProperties - class net.sourceforge.jtds.jdbc.ConnectionJDBC2UnitTest.Test_ConnectionJDBC2_unpackProperties.
Class used to test net.sourceforge.jtds.jdbc.ConnectionJDBC2.unpackProperties(Properties).
ConnectionJDBC2UnitTest.Test_ConnectionJDBC2_unpackProperties() - Constructor for class net.sourceforge.jtds.jdbc.ConnectionJDBC2UnitTest.Test_ConnectionJDBC2_unpackProperties
Default constructor.
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.
ConnectionJDBC3Test - class net.sourceforge.jtds.jdbc.ConnectionJDBC3Test.
JDBC 3.0-only tests for Connection.
ConnectionJDBC3Test(String) - Constructor for class net.sourceforge.jtds.jdbc.ConnectionJDBC3Test
 
ConnectionJDBC3Test.testTimerStopHelper - class net.sourceforge.jtds.jdbc.ConnectionJDBC3Test.testTimerStopHelper.
Helper class for test for bug [2871274].
ConnectionJDBC3Test.testTimerStopHelper() - Constructor for class net.sourceforge.jtds.jdbc.ConnectionJDBC3Test.testTimerStopHelper
Constructor for helper class, simply starts method ConnectionJDBC3Test.testTimerStopHelper.test().
ConnectionProxy - class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy.
This class would be better implemented as a java.lang.reflect.Proxy.
ConnectionProxy(PooledConnection, Connection) - Constructor for class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
Constructs a new connection proxy.
cache - Static variable in class net.sourceforge.jtds.jdbc.SQLParser
LRU cache of previously parsed SQL
cache - Variable in class net.sourceforge.jtds.jdbc.cache.ProcedureCache
The actual cache instance.
cacheResultSetRows() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
Cache the remaining results to free up connection.
cacheResults() - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
Cache as many results as possible (up to the first ResultSet).
cacheSize - Variable in class net.sourceforge.jtds.jdbc.cache.ProcedureCache
Maximum cache size or 0 to disable.
cachedTds - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
A cached TdsCore instance to reuse on new statements.
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.
callEscape() - Method in class net.sourceforge.jtds.jdbc.SQLParser
Processes the JDBC {call procedure [(?
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.
cancel() - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
 
cancel(SharedSocket.VirtualSocket) - Method in class net.sourceforge.jtds.jdbc.SharedSocket
Send a TDS cancel packet to the server.
cancel(boolean) - Method in class net.sourceforge.jtds.jdbc.TdsCore
Send (only) one cancel packet to the server.
cancel() - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
Delgates calls to the statement; SQLExceptions thrown from the statement will cause an event to be fired on the connection pool listeners.
cancelMonitor - Variable in class net.sourceforge.jtds.jdbc.SharedSocket
Synchronization monitor for SharedSocket.cancelPending and SharedSocket.responseOwner.
cancelMonitor - Variable in class net.sourceforge.jtds.jdbc.TdsCore
Synchronization monitor for TdsCore.cancelPending.
cancelPending - Variable in class net.sourceforge.jtds.jdbc.SharedSocket
A cancel packet is pending.
cancelPending - Variable in class net.sourceforge.jtds.jdbc.TdsCore
Indicates pending cancel that needs to be cleared.
cancelRowUpdates() - Method in class net.sourceforge.jtds.jdbc.CachedResultSet
 
cancelRowUpdates() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
cancelRowUpdates() - Method in class net.sourceforge.jtds.jdbc.MSCursorResultSet
 
cancelTimer(Object) - Method in class net.sourceforge.jtds.util.TimerThread
Remove a redundant timer before it expires.
cancelled - Variable in class net.sourceforge.jtds.jdbc.JtdsResultSet
True if the query has been cancelled by another thread.
caseSensitive - Variable in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Boolean.TRUE if identifiers are case sensitive (the server was installed that way).
caseSensitive - Variable in class net.sourceforge.jtds.jdbc.TypeInfo
 
castNumeric(Object, int, int) - Static method in class net.sourceforge.jtds.jdbc.Support
 
catalog - Variable in class net.sourceforge.jtds.jdbc.ColInfo
Database owning this column
catalog - Variable in class net.sourceforge.jtds.jdbc.TdsCore.TableMetaData
Table catalog (database) name.
charBuffer - Variable in class net.sourceforge.jtds.jdbc.ResponseStream
A shared char buffer.
charset - Variable in class net.sourceforge.jtds.jdbc.CharsetInfo
The Java character set name.
charsetInfo - Variable in class net.sourceforge.jtds.jdbc.ColInfo
Character set descriptor (if different from default)
charsetInfo - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Java charset for encoding.
charsetInfo - Variable in class net.sourceforge.jtds.jdbc.ParamInfo
Character set descriptor (if different from default)
charsetInfo - Variable in class net.sourceforge.jtds.jdbc.SharedSocket
The character set to use for converting strings to/from bytes.
charsetSpecified - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
True if user specifies an explicit charset.
charsets - Static variable in class net.sourceforge.jtds.jdbc.CharsetInfo
Server charset to Java charset map.
checkColumnNames(ResultSet, String[]) - Method in class net.sourceforge.jtds.jdbc.MetaDataTestCase
Utility method to check column names and number.
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.
checkDefaults(JtdsDataSource) - Method in class net.sourceforge.jtds.jdbcx.JtdsObjectFactoryTest
 
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.
checkOrder(List, String, String) - Method in class net.sourceforge.jtds.jdbc.DatabaseMetaDataTypeInfoTest
 
checkScrollable() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
Check that this resultset is scrollable.
checkTime(long) - Method in class net.sourceforge.jtds.jdbc.AsTest
 
checkUpdateable() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
Check that this resultset is updateable.
cleanUp() - Method in class net.sourceforge.jtds.jdbc.TdsCore
Releases parameter and result set data and metadata to free up memory.
clear() - Method in class net.sourceforge.jtds.jdbc.cache.SimpleLRUCache
Overrides clear() to also clear the LRU list.
clearBatch() - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
 
clearBatch() - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
Delgates calls to the statement; SQLExceptions thrown from the statement will cause an event to be fired on the connection pool listeners.
clearInValue() - Method in class net.sourceforge.jtds.jdbc.ParamInfo
Clear the IN parameter value and status.
clearOutValue() - Method in class net.sourceforge.jtds.jdbc.ParamInfo
Clear the OUT parameter value and status.
clearParameters() - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
clearParameters() - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
Delgates calls to the prepared statement; SQLExceptions thrown from the prepared statement will cause an event to be fired on the connection pool listeners.
clearResponseQueue() - Method in class net.sourceforge.jtds.jdbc.TdsCore
Empty the server response queue.
clearSavepoints() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Releases all savepoints.
clearSavepoints() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC3
Releases all savepoints.
clearWarnings() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
 
clearWarnings() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
clearWarnings() - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
 
clearWarnings() - Method in class net.sourceforge.jtds.jdbc.SQLDiagnostic
Clear the warning chain.
clearWarnings() - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
Delgates calls to the connection; SQLExceptions thrown from the connection will cause an event to be fired on the connection pool listeners.
clearWarnings() - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
Delgates calls to the statement; SQLExceptions thrown from the statement will cause an event to be fired on the connection pool listeners.
clobData - Static variable in class net.sourceforge.jtds.jdbc.LOBTest
 
clone() - Method in class net.sourceforge.jtds.jdbc.ParamInfo
Creates a shallow copy of this ParamInfo instance.
close() - Method in class net.sourceforge.jtds.jdbc.CachedResultSet
 
close() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Releases this Connection object's database and JDBC resources immediately instead of waiting for them to be automatically released.
close() - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
close() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
close() - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
 
close() - Method in class net.sourceforge.jtds.jdbc.MSCursorResultSet
 
close() - Method in class net.sourceforge.jtds.jdbc.RequestStream
Close the output stream.
close() - Method in class net.sourceforge.jtds.jdbc.ResponseStream
Closes this response stream.
close() - Method in class net.sourceforge.jtds.jdbc.SharedLocalNamedPipe
Close the named pipe and virtual sockets and release any resources.
close() - Method in class net.sourceforge.jtds.jdbc.SharedNamedPipe
Close the socket (noop if in shared mode).
close() - Method in class net.sourceforge.jtds.jdbc.SharedSocket
Close the socket and release all resources.
close() - Method in class net.sourceforge.jtds.jdbc.TdsCore
Close the TdsCore connection object and associated streams.
close() - Method in class net.sourceforge.jtds.jdbcx.JtdsXAConnection
 
close() - Method in class net.sourceforge.jtds.jdbcx.PooledConnection
Closes the database connection.
close() - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
Delgates calls to the connection; SQLExceptions thrown from the connection will cause an event to be fired on the connection pool listeners.
close() - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
Delgates calls to the statement; SQLExceptions thrown from the statement will cause an event to be fired on the connection pool listeners.
close() - Method in class net.sourceforge.jtds.ssl.TdsTlsSocket
 
close() - Method in class net.sourceforge.jtds.util.BlobBuffer.AsciiInputStream
Closes the output stream.
close() - Method in class net.sourceforge.jtds.util.BlobBuffer.AsciiOutputStream
Closes the output stream.
close() - Method in class net.sourceforge.jtds.util.BlobBuffer.BlobInputStream
Closes the output stream.
close() - Method in class net.sourceforge.jtds.util.BlobBuffer.BlobOutputStream
Close the output stream.
close() - Method in class net.sourceforge.jtds.util.BlobBuffer.UnicodeInputStream
Close the output stream.
close() - Method in class net.sourceforge.jtds.util.BlobBuffer
Logically closes the file or physically close it if the open count is now zero.
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).
closeStream(SharedSocket.VirtualSocket) - Method in class net.sourceforge.jtds.jdbc.SharedSocket
Deallocate a stream linked to this socket.
closed - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
True if this connection is closed.
closed - Variable in class net.sourceforge.jtds.jdbc.JtdsResultSet
True if this result set is closed.
closed - Variable in class net.sourceforge.jtds.jdbc.JtdsStatement
Meaning of the one and only array element at index : 0 - this statement is open 1 - this statement is currently being closed 2 - this statement is closed
colMetaData - Variable in class net.sourceforge.jtds.jdbc.JtdsStatement
The cached column meta data.
colMetaData - Variable in class net.sourceforge.jtds.jdbc.ProcEntry
Column meta data (Sybase only).
collation - Variable in class net.sourceforge.jtds.jdbc.ColInfo
MS SQL2000 collation
collation - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
SQL Server 2000 collation.
collation - Variable in class net.sourceforge.jtds.jdbc.ParamInfo
TDS 8 Collation string.
columnCount - Variable in class net.sourceforge.jtds.jdbc.JtdsResultSet
Number of visible columns in row.
columnCount - Variable in class net.sourceforge.jtds.jdbc.JtdsResultSetMetaData
 
columnMap - Variable in class net.sourceforge.jtds.jdbc.JtdsResultSet
Cache to optimize findColumn(String) lookups
columns - Variable in class net.sourceforge.jtds.jdbc.JtdsResultSet
The array of column descriptors.
columns - Variable in class net.sourceforge.jtds.jdbc.JtdsResultSetMetaData
 
columns - Variable in class net.sourceforge.jtds.jdbc.TdsCore
The array of column meta data objects for this result set.
commit() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
 
commit(Xid, boolean) - Method in class net.sourceforge.jtds.jdbcx.JtdsXAResource
 
commit() - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
Delgates calls to the connection; SQLExceptions thrown from the connection will cause an event to be fired on the connection pool listeners.
compare(Object, Object) - Method in class net.sourceforge.jtds.jdbc.ColInfo
Compares two object.
compare(byte[], byte[]) - Method in class net.sourceforge.jtds.jdbc.LOBTest
Compares long byte arrays.
compare(String, String) - Method in class net.sourceforge.jtds.jdbc.LOBTest
Compare long Strings.
compare(int, int) - Method in class net.sourceforge.jtds.jdbc.TypeInfo
 
compareBytes(byte[], byte[]) - Static method in class net.sourceforge.jtds.jdbc.DatabaseTestCase
 
compareInputStreams(InputStream, InputStream) - Method in class net.sourceforge.jtds.jdbc.TestBase
 
compareReaders(Reader, Reader) - Method in class net.sourceforge.jtds.jdbc.TestBase
 
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.
computedColumns - Variable in class net.sourceforge.jtds.jdbc.TdsCore
The array of column meta data objects for the computed columns of this result set.
computedRowData - Variable in class net.sourceforge.jtds.jdbc.TdsCore
The array of computed column data objects in the current row.
con - Variable in class net.sourceforge.jtds.jdbc.BatchTest.ConcurrentBatchingHelper
Connection on which to do the work.
con - Static variable in class net.sourceforge.jtds.jdbc.PreparedStatementTest.TestMultiThread
 
con - Variable in class net.sourceforge.jtds.jdbc.TestBase
 
concurrency - Variable in class net.sourceforge.jtds.jdbc.JtdsResultSet
The result set concurrency.
connect(String, Properties) - Method in class net.sourceforge.jtds.jdbc.Driver
 
connect() - Method in class net.sourceforge.jtds.jdbc.TestBase
 
connection - Variable in class net.sourceforge.jtds.jdbc.CachedResultSet
The parent connection object
connection - Variable in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
 
connection - Variable in class net.sourceforge.jtds.jdbc.JtdsStatement
The connection owning this statement object.
connection - Variable in class net.sourceforge.jtds.jdbc.SQLParser
Connection object for server specific parsing.
connection - Variable in class net.sourceforge.jtds.jdbc.TdsCore
The Connection object that created this object.
connection - Variable in class net.sourceforge.jtds.jdbcx.JtdsXAResource
 
connection - Variable in class net.sourceforge.jtds.jdbcx.PooledConnection
 
connectionLock - Variable in class net.sourceforge.jtds.jdbc.TdsCore
Mutual exclusion lock on connection.
connections - Static variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
the number of currently open connections
consumeOneResponse() - Method in class net.sourceforge.jtds.jdbc.TdsCore
Consume packets from the server response queue up to (and including) the first response terminator.
convert(Object, Object, int, String) - Static method in class net.sourceforge.jtds.jdbc.Support
Convert an existing data object to the specified JDBC type.
convertLOB(Object) - Static method in class net.sourceforge.jtds.jdbc.Support
Converts a LOB to the equivalent Java type, i.e.
convertLOBType(int) - Static method in class net.sourceforge.jtds.jdbc.Support
Converts a LOB type constant to the equivalent Java type constant, i.e.
convertPassword(String) - Static method in class net.sourceforge.jtds.jdbc.NtlmAuth
Used by answerNtlmChallenge.
copyInfo(ColInfo[]) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
Copy an existing result set column descriptor array.
copyKeyWord() - Method in class net.sourceforge.jtds.jdbc.SQLParser
Copies over possible SQL keyword eg 'SELECT'
copyLiteral(String) - Method in class net.sourceforge.jtds.jdbc.SQLParser
Inserts a String literal in the output buffer.
copyParam(String, int) - Method in class net.sourceforge.jtds.jdbc.SQLParser
Builds a new parameter item.
copyParamName() - Method in class net.sourceforge.jtds.jdbc.SQLParser
Copies an embedded parameter name to the output buffer.
copyProcName() - Method in class net.sourceforge.jtds.jdbc.SQLParser
Copies an embedded stored procedure identifier over to the output buffer.
copyRow(Object[]) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
Copy an existing result set row.
copyString() - Method in class net.sourceforge.jtds.jdbc.SQLParser
Copies over an embedded string literal unchanged.
copyWhiteSpace() - Method in class net.sourceforge.jtds.jdbc.SQLParser
Copies over white space.
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 Driver.getPropertyInfo(String, Properties).
createNamedPipe(ConnectionJDBC2) - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Creates a SharedSocket object representing a connection to a named pipe.
createParams - Variable in class net.sourceforge.jtds.jdbc.TypeInfo
 
createRequiredTrueMap() - Static method in class net.sourceforge.jtds.jdbc.Driver
Creates a map of driver properties that should be marked as required when calling Driver.getPropertyInfo(String, Properties).
createSocket(String, int) - Method in class net.sourceforge.jtds.ssl.SocketFactories.TdsTlsSocketFactory
Create the SSL socket.
createSocket(InetAddress, int) - Method in class net.sourceforge.jtds.ssl.SocketFactories.TdsTlsSocketFactory
 
createSocket(String, int, InetAddress, int) - Method in class net.sourceforge.jtds.ssl.SocketFactories.TdsTlsSocketFactory
 
createSocket(InetAddress, int, InetAddress, int) - Method in class net.sourceforge.jtds.ssl.SocketFactories.TdsTlsSocketFactory
 
createSocket(String, int) - Method in class net.sourceforge.jtds.ssl.SocketFactoriesSUN.TdsTlsSocketFactory
Create the SSL socket.
createSocket(InetAddress, int) - Method in class net.sourceforge.jtds.ssl.SocketFactoriesSUN.TdsTlsSocketFactory
 
createSocket(String, int, InetAddress, int) - Method in class net.sourceforge.jtds.ssl.SocketFactoriesSUN.TdsTlsSocketFactory
 
createSocket(InetAddress, int, InetAddress, int) - Method in class net.sourceforge.jtds.ssl.SocketFactoriesSUN.TdsTlsSocketFactory
 
createSocketForJDBC3(ConnectionJDBC2) - Method in class net.sourceforge.jtds.jdbc.SharedSocket
Creates a SharedSocket.VirtualSocket through reflection when Driver.JDBC3 is true.
createStatement() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
 
createStatement(int, int) - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
 
createStatement(int, int, int) - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
 
createStatement() - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
Delgates calls to the connection; SQLExceptions thrown from the connection will cause an event to be fired on the connection pool listeners.
createStatement(int, int) - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
Delgates calls to the connection; SQLExceptions thrown from the connection will cause an event to be fired on the connection pool listeners.
createStatement(int, int, int) - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
Delgates calls to the connection; SQLExceptions thrown from the connection will cause an event to be fired on the connection pool listeners.
createTimestamp(long) - Static method in class net.sourceforge.jtds.jdbc.NtlmAuth
Creates a timestamp in the format used in NTLMv2 responses.
createTypeInfoResultSet(JtdsResultSet, boolean) - Static method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
 
currentDatabase - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
The current database name.
currentPage - Variable in class net.sourceforge.jtds.util.BlobBuffer
The number of the current page in memory.
currentResult - Variable in class net.sourceforge.jtds.jdbc.JtdsStatement
The current ResultSet.
currentRow - Variable in class net.sourceforge.jtds.jdbc.JtdsResultSet
The current result set row.
currentToken - Variable in class net.sourceforge.jtds.jdbc.TdsCore
The descriptor object for the current TDS token.
cursor(Integer, ParamInfo[]) - Method in class net.sourceforge.jtds.jdbc.MSCursorResultSet
Support general cursor operations such as delete, update etc.
cursorClose() - Method in class net.sourceforge.jtds.jdbc.CachedResultSet
Closes the result set.
cursorClose() - Method in class net.sourceforge.jtds.jdbc.MSCursorResultSet
Close a server side cursor.
cursorCreate() - Method in class net.sourceforge.jtds.jdbc.CachedResultSet
Creates a new scrollable result set in memory or a named server cursor.
cursorCreate(String, String, ParamInfo[]) - Method in class net.sourceforge.jtds.jdbc.MSCursorResultSet
Create a new Cursor result set using the internal sp_cursoropen procedure.
cursorFetch(int) - Method in class net.sourceforge.jtds.jdbc.CachedResultSet
Fetches the next result row from the internal row array.
cursorFetch(Integer, int) - Method in class net.sourceforge.jtds.jdbc.MSCursorResultSet
Fetch the next result row from a cursor using the internal sp_cursorfetch procedure.
cursorName - Variable in class net.sourceforge.jtds.jdbc.JtdsResultSet
The cursor name to be used for positioned updates.
cursorName - Variable in class net.sourceforge.jtds.jdbc.JtdsStatement
The cursor name to be used for positioned updates.
cursorPos - Variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
Actual position of the cursor.
cursorSequenceNo - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Cursor unique ID number.
cursorTds - Variable in class net.sourceforge.jtds.jdbc.CachedResultSet
Cursor TdsCore object.
cvMap - Static variable in class net.sourceforge.jtds.jdbc.SQLParser
Map of jdbc to server data types for convert

D

DATABASENAME - Static variable in class net.sourceforge.jtds.jdbc.Driver
 
DATABASE_NAME - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
Default databaseName property.
DATALINK - Static variable in class net.sourceforge.jtds.jdbc.JtdsStatement
 
DATE_NOT_USED - Static variable in class net.sourceforge.jtds.jdbc.DateTime
Indicates date value not used.
DATE_ZERO - Static variable in class net.sourceforge.jtds.jdbc.Support
 
DEFAULT_FETCH_SIZE - Static variable in class net.sourceforge.jtds.jdbc.JtdsStatement
 
DEFAULT_MIN_PKT_SIZE_TDS70 - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
Default minimum network packet size for TDS 7.0 and newer.
DEFAULT_PRECISION_28 - Static variable in class net.sourceforge.jtds.jdbc.TdsData
Default precision for SQL Server 6.5 and 7.
DEFAULT_PRECISION_38 - Static variable in class net.sourceforge.jtds.jdbc.TdsData
Default precision for Sybase and SQL Server 2000 and newer.
DEFAULT_RESOURCE - Static variable in class net.sourceforge.jtds.jdbc.Messages
Default name for resource bundle containing the messages.
DEFAULT_SCALE - Static variable in class net.sourceforge.jtds.jdbc.TdsData
Default Decimal Scale.
DESCRIPTION - Static variable 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
DIGEST_LENGTH - Static variable in class net.sourceforge.jtds.util.MD4Digest
 
DIGEST_LENGTH - Static variable in class net.sourceforge.jtds.util.MD5Digest
 
DOMAIN - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
Default domain property.
DOMAIN - Static variable in class net.sourceforge.jtds.jdbc.Driver
 
DONE_CANCEL - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
Done: Cancel acknowledgment.
DONE_END_OF_RESPONSE - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
Done: Response terminator (if more than one request packet is sent, each response is terminated by a DONE packet with this flag set).
DONE_ERROR - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
Done: command caused an error.
DONE_MORE_RESULTS - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
Done: more results are expected.
DONE_ROW_COUNT - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
Done: There is a valid row count.
DOUBLE_ONE - Static variable in class net.sourceforge.jtds.jdbc.Support
 
DOUBLE_ZERO - Static variable in class net.sourceforge.jtds.jdbc.Support
 
DatabaseMetaDataJDBC3Test - class net.sourceforge.jtds.jdbc.DatabaseMetaDataJDBC3Test.
Test JDBC3 extensions to DatabaseMetaData.
DatabaseMetaDataJDBC3Test(String) - Constructor for class net.sourceforge.jtds.jdbc.DatabaseMetaDataJDBC3Test
 
DatabaseMetaDataTest - class net.sourceforge.jtds.jdbc.DatabaseMetaDataTest.
Test DatabaseMetaData.
DatabaseMetaDataTest(String) - Constructor for class net.sourceforge.jtds.jdbc.DatabaseMetaDataTest
 
DatabaseMetaDataTypeInfoTest - class net.sourceforge.jtds.jdbc.DatabaseMetaDataTypeInfoTest.
Tests for DatabaseMetaData.getTypeInfo().
DatabaseMetaDataTypeInfoTest(String) - Constructor for class net.sourceforge.jtds.jdbc.DatabaseMetaDataTypeInfoTest
 
DatabaseTestCase - class net.sourceforge.jtds.jdbc.DatabaseTestCase.
 
DatabaseTestCase(String) - Constructor for class net.sourceforge.jtds.jdbc.DatabaseTestCase
 
DateTime - class net.sourceforge.jtds.jdbc.DateTime.
Encapsulates Sybase date/time values and provides conversions to and from Java classes.
DateTime(int, int) - Constructor for class net.sourceforge.jtds.jdbc.DateTime
Constructs a DateTime object from the two integer components of a datetime.
DateTime(short, short) - Constructor for class net.sourceforge.jtds.jdbc.DateTime
Constructs a DateTime object from the two short components of a smalldatetime.
DateTime(Timestamp) - Constructor for class net.sourceforge.jtds.jdbc.DateTime
Constructs a DateTime object from a java.sql.Timestamp.
DateTime(Time) - Constructor for class net.sourceforge.jtds.jdbc.DateTime
Constructs a DateTime object from a java.sql.Time.
DateTime(Date) - Constructor for class net.sourceforge.jtds.jdbc.DateTime
Constructs a DateTime object from a java.sql.Date.
DefaultProperties - class net.sourceforge.jtds.jdbc.DefaultProperties.
Container for default property constants.
DefaultProperties() - Constructor for class net.sourceforge.jtds.jdbc.DefaultProperties
 
DefaultPropertiesTestLibrary - class net.sourceforge.jtds.jdbc.DefaultPropertiesTestLibrary.
Library for testing default properties.
DefaultPropertiesTestLibrary() - Constructor for class net.sourceforge.jtds.jdbc.DefaultPropertiesTestLibrary
Default constructor.
DefaultPropertiesTester - class net.sourceforge.jtds.jdbc.DefaultPropertiesTester.
Abstract class used to test the default properties set on a variety of methods.
DefaultPropertiesTester() - Constructor for class net.sourceforge.jtds.jdbc.DefaultPropertiesTester
 
DefaultPropertiesUnitTest - class net.sourceforge.jtds.jdbc.DefaultPropertiesUnitTest.
Unit tests for the DefaultProperties class.
DefaultPropertiesUnitTest(String) - Constructor for class net.sourceforge.jtds.jdbc.DefaultPropertiesUnitTest
Constructor.
Df_Key - Static variable in class net.sourceforge.jtds.util.DESEngine
what follows is mainly taken from "Applied Cryptography", by Bruce Schneier, however it also bears great resemblance to Richard Outerbridge's D3DES...
Driver - class net.sourceforge.jtds.jdbc.Driver.
jTDS implementation of the java.sql.Driver interface.
Driver() - Constructor for class net.sourceforge.jtds.jdbc.Driver
 
DriverUnitTest - class net.sourceforge.jtds.jdbc.DriverUnitTest.
Unit tests for the Driver class.
DriverUnitTest(String) - Constructor for class net.sourceforge.jtds.jdbc.DriverUnitTest
Constructor.
DriverUnitTest.Test_Driver_getPropertyInfo - class net.sourceforge.jtds.jdbc.DriverUnitTest.Test_Driver_getPropertyInfo.
Class used to test Driver.getPropertyInfo(String, Properties).
DriverUnitTest.Test_Driver_getPropertyInfo() - Constructor for class net.sourceforge.jtds.jdbc.DriverUnitTest.Test_Driver_getPropertyInfo
Default constructor.
DriverUnitTest.Test_Driver_setupConnectProperties - class net.sourceforge.jtds.jdbc.DriverUnitTest.Test_Driver_setupConnectProperties.
Class used to test Driver.setupConnectProperties(String, java.util.Properties).
DriverUnitTest.Test_Driver_setupConnectProperties() - Constructor for class net.sourceforge.jtds.jdbc.DriverUnitTest.Test_Driver_setupConnectProperties
Default constructor.
d - Variable in class net.sourceforge.jtds.jdbc.SQLParser
Current position in output buffer.
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?
dataSource - Variable in class net.sourceforge.jtds.jdbcx.JtdsXAConnection
 
dataType - Variable in class net.sourceforge.jtds.jdbc.TypeInfo
 
databaseMajorVersion - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
The major version number eg 11.
databaseMinorVersion - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
The minor version number eg 92.
databaseName - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
The requested database name.
databaseProductName - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
The database product name eg SQL SERVER.
databaseProductVersion - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
The product version eg 11.92.
date - Variable in class net.sourceforge.jtds.jdbc.DateTime
The date component of the server datetime value.
dateMask - Static variable in class net.sourceforge.jtds.jdbc.SQLParser
Syntax mask for date escape.
dateValue - Variable in class net.sourceforge.jtds.jdbc.DateTime
Cached value of the datetime as a java.sql.Date.
day - Variable in class net.sourceforge.jtds.jdbc.DateTime
Unpacked day value.
defaultResource - Static variable in class net.sourceforge.jtds.jdbc.Messages
Cached resource bundle containing the messages.
deferRecord(byte[], int) - Method in class net.sourceforge.jtds.ssl.TdsTlsOutputStream
Holds back a record for batched transmission.
delegate - Variable in class net.sourceforge.jtds.ssl.TdsTlsSocket
 
deleteRow() - Method in class net.sourceforge.jtds.jdbc.CachedResultSet
 
deleteRow() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
deleteRow() - Method in class net.sourceforge.jtds.jdbc.MSCursorResultSet
 
deletesAreDetected(int) - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
JDBC 2.0 Indicates whether or not a visible row delete can be detected by calling ResultSet.rowDeleted().
dequeueInput(SharedSocket.VirtualSocket) - Method in class net.sourceforge.jtds.jdbc.SharedSocket
Read a cached packet from the in memory queue or from a disk based queue.
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.
direction - Variable in class net.sourceforge.jtds.jdbc.JtdsResultSet
The fetch direction.
disableEncryption() - Method in class net.sourceforge.jtds.jdbc.SharedSocket
Disable TLS encryption and switch back to raw TCP/IP socket.
disconnect() - Method in class net.sourceforge.jtds.jdbc.TestBase
 
diskQueue - Variable in class net.sourceforge.jtds.jdbc.SharedSocket.VirtualSocket
I/O Stream for disk packet queue.
displaySize - Variable in class net.sourceforge.jtds.jdbc.ColInfo
Column display size
displaySize - Variable in class net.sourceforge.jtds.jdbc.TdsData.TypeInfo
The display size of the type.
distanceFromJdbcType - Variable in class net.sourceforge.jtds.jdbc.TypeInfo
 
doFinal(byte[], int) - Method in class net.sourceforge.jtds.util.MD4Digest
 
doFinal(byte[], int) - Method in class net.sourceforge.jtds.util.MD5Digest
 
doesMaxRowSizeIncludeBlobs() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Did getMaxRowSize() include LONGVARCHAR and LONGVARBINARY blobs?
domainName - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
The Windows Domain name.
doneBuffer - Variable in class net.sourceforge.jtds.jdbc.SharedSocket
Buffer for TDS_DONE packets
doneBufferFrag - Variable in class net.sourceforge.jtds.jdbc.SharedSocket
How much of the doneBuffer has been filled with data, driverPrefix - Static variable in class net.sourceforge.jtds.jdbc.Driver
URL prefix used by the driver (i.e jdbc:jtds:).
dropDatabase(String) - Method in class net.sourceforge.jtds.jdbc.TestBase
 
dropFunction(String) - Method in class net.sourceforge.jtds.jdbc.TestBase
 
dropProcedure(String) - Method in class net.sourceforge.jtds.jdbc.TestBase
 
dropTable(String) - Method in class net.sourceforge.jtds.jdbc.TestBase
 
dropTrigger(String) - Method in class net.sourceforge.jtds.jdbc.TestBase
 
dropType(String) - Method in class net.sourceforge.jtds.jdbc.TestBase
 
dropView(String) - Method in class net.sourceforge.jtds.jdbc.TestBase
 
dump(ResultSet) - Method in class net.sourceforge.jtds.jdbc.TestBase
 
dump(ResultSet, boolean) - Method in class net.sourceforge.jtds.jdbc.TestBase
 
dumpAll(Statement) - Method in class net.sourceforge.jtds.jdbc.TestBase
Dump all results produced by the execution of a statement, including update counts, resultsets and generated keys if the statement has been executed using one of the Statement#execute() that directs the driver to return generated keys.
dumpKeys(Statement) - Method in class net.sourceforge.jtds.jdbc.TestBase
 
dumpRow(ResultSet) - Method in class net.sourceforge.jtds.jdbc.TestBase
 
dumpRow(ResultSet, boolean) - Method in class net.sourceforge.jtds.jdbc.TestBase
 
dynamParamData - Variable in class net.sourceforge.jtds.jdbc.TdsCore.TdsToken
The dynamic parameter data from the last TDS_DYNAMIC token.
dynamParamInfo - Variable in class net.sourceforge.jtds.jdbc.TdsCore.TdsToken
The dynamic parameters from the last TDS_DYNAMIC token.

E

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

F

F(int, int, int) - Method in class net.sourceforge.jtds.util.MD4Digest
 
F(int, int, int) - Method in class net.sourceforge.jtds.util.MD5Digest
 
FETCH_ABSOLUTE - Static variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
 
FETCH_FIRST - Static variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
 
FETCH_INFO - Static variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
 
FETCH_LAST - Static variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
 
FETCH_NEXT - Static variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
 
FETCH_PREVIOUS - Static variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
 
FETCH_RELATIVE - Static variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
 
FETCH_REPEAT - Static variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
 
FLOAT_ONE - Static variable in class net.sourceforge.jtds.jdbc.Support
 
FLOAT_ZERO - Static variable in class net.sourceforge.jtds.jdbc.Support
 
f - Static variable in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
Used to format numeric values when scale is specified.
f - Static variable in class net.sourceforge.jtds.jdbc.JtdsResultSet
Used to format numeric values when scale is specified.
factory() - Static method in class net.sourceforge.jtds.ssl.SocketFactories.TdsTlsSocketFactory
Returns an SSLSocketFactory whose sockets will not authenticate the server.
factory() - Static method in class net.sourceforge.jtds.ssl.SocketFactoriesSUN.TdsTlsSocketFactory
Returns an SSLSocketFactory whose sockets will not authenticate the server.
factorySingleton - Static variable in class net.sourceforge.jtds.ssl.SocketFactories.TdsTlsSocketFactory
 
factorySingleton - Static variable in class net.sourceforge.jtds.ssl.SocketFactoriesSUN.TdsTlsSocketFactory
 
failNotEquals(String, Object[], Object[]) - Method in class net.sourceforge.jtds.jdbc.UnitTestBase
 
fatalError - Variable in class net.sourceforge.jtds.jdbc.TdsCore
Indicates that a fatal error has occurred and the connection will close.
fetchDirection - Variable in class net.sourceforge.jtds.jdbc.JtdsResultSet
The fetch direction.
fetchDirection - Variable in class net.sourceforge.jtds.jdbc.JtdsStatement
The fetch direction for result sets.
fetchSize - Variable in class net.sourceforge.jtds.jdbc.JtdsResultSet
The fetch size (only applies to cursor ResultSets).
fetchSize - Variable in class net.sourceforge.jtds.jdbc.JtdsStatement
The fetch size (default 100, only used by cursor ResultSets).
fillInType(ColInfo) - Static method in class net.sourceforge.jtds.jdbc.TdsData
Fill in the TDS native type code and all other fields for a ColInfo instance with the JDBC type set.
finalize() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Ensure all resources are released.
finalize() - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
Called when this object goes out of scope to close any ResultSet object and this statement.
finalize() - Method in class net.sourceforge.jtds.jdbc.SharedSocket
Ensure all resources are released.
finalize() - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
Closes the proxy, releasing the connection.
finalize() - Method in class net.sourceforge.jtds.util.BlobBuffer.AsciiInputStream
Ensures underlying BLOB file can be closed even if user does not close this stream.
finalize() - Method in class net.sourceforge.jtds.util.BlobBuffer.AsciiOutputStream
Ensures underlying BLOB file can be closed even if user does not close this stream.
finalize() - Method in class net.sourceforge.jtds.util.BlobBuffer.BlobInputStream
Ensures underlying BLOB file can be closed even if user does not close this stream.
finalize() - Method in class net.sourceforge.jtds.util.BlobBuffer.BlobOutputStream
Ensures underlying BLOB file can be closed even if user does not close this stream.
finalize() - Method in class net.sourceforge.jtds.util.BlobBuffer.UnicodeInputStream
Ensures underlying BLOB file can be closed even if user does not close this stream.
finalize() - Method in class net.sourceforge.jtds.util.BlobBuffer
Finalizes this object by deleting any work files.
findColumn(String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
findParameter(String, boolean) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
Find a parameter by name.
finish() - Method in class net.sourceforge.jtds.util.GeneralDigest
 
fireConnectionEvent(boolean, SQLException) - Method in class net.sourceforge.jtds.jdbcx.PooledConnection
Fires a new connection event on all listeners.
first() - Method in class net.sourceforge.jtds.jdbc.CachedResultSet
 
first() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
first() - Method in class net.sourceforge.jtds.jdbc.MSCursorResultSet
 
fixedPrecScale - Variable in class net.sourceforge.jtds.jdbc.TypeInfo
 
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.
fmtId - Variable in class net.sourceforge.jtds.jdbcx.JtdsXid
The format ID.
fnMap - Static variable in class net.sourceforge.jtds.jdbc.SQLParser
Map of jdbc to sybase function names.
forceClose() - Method in class net.sourceforge.jtds.jdbc.SharedLocalNamedPipe
Force close the socket causing any pending reads/writes to fail.
forceClose() - Method in class net.sourceforge.jtds.jdbc.SharedNamedPipe
Force close the socket causing any pending reads/writes to fail.
forceClose() - Method in class net.sourceforge.jtds.jdbc.SharedSocket
Force close the socket causing any pending reads/writes to fail.
forget(Xid) - Method in class net.sourceforge.jtds.jdbcx.JtdsXAResource
 
format(Object[]) - Method in class net.sourceforge.jtds.jdbc.UnitTestBase
Format an Object[] object to a String.
free - Variable 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
 
GENKEYCOL - Static variable in class net.sourceforge.jtds.jdbc.JtdsStatement
Column name to be used for retrieving generated keys from the server: "_JTDS_GENE_RATED_KEYS_"
GenKeyTest - class net.sourceforge.jtds.jdbc.GenKeyTest.
Test case to illustrate JDBC 3 GetGeneratedKeys() function.
GenKeyTest(String) - Constructor for class net.sourceforge.jtds.jdbc.GenKeyTest
 
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(GeneralDigest) - Constructor for class net.sourceforge.jtds.util.GeneralDigest
Copy constructor.
genKeyResultSet - Variable in class net.sourceforge.jtds.jdbc.JtdsStatement
Dummy result set for getGeneratedKeys.
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.
get(String) - Static method in class net.sourceforge.jtds.jdbc.Messages
Get runtime message using supplied key.
get(String, Object) - Static method in class net.sourceforge.jtds.jdbc.Messages
Get runtime message using supplied key and substitute parameter into message.
get(String, Object, Object) - Static method in class net.sourceforge.jtds.jdbc.Messages
Get runtime message using supplied key and substitute parameters into message.
get(String, Object[]) - Static method in class net.sourceforge.jtds.jdbc.Messages
Get runtime error using supplied key and substitute parameters into message.
get(String) - Method in class net.sourceforge.jtds.jdbc.cache.ProcedureCache
Retrieves a ProcEntry object from the cache.
get(Object) - Method in class net.sourceforge.jtds.jdbc.cache.SimpleLRUCache
Overrides get() so that it also updates the LRU list.
get(String) - Method in interface net.sourceforge.jtds.jdbc.cache.StatementCache
Returns a statement handle associated with the specified key or null if the key specified does not have an associated statement handle.
getAlgorithmName() - Method in class net.sourceforge.jtds.util.DESEngine
 
getAlgorithmName() - Method in class net.sourceforge.jtds.util.MD4Digest
 
getAlgorithmName() - Method in class net.sourceforge.jtds.util.MD5Digest
 
getAppName() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieves the application name for this connection.
getAppName() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
getArray(int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getArray(String) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getArray(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getArray(String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getArray(int) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getArray(String) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getAsciiStream() - Method in class net.sourceforge.jtds.jdbc.ClobImpl
 
getAsciiStream(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getAsciiStream(String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getAttributes(String, String, String, String) - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
 
getAutoCommit() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
 
getAutoCommit() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
getAutoCommit() - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
Delgates calls to the connection; SQLExceptions thrown from the connection will cause an event to be fired on the connection pool listeners.
getBatchCounts(ArrayList, SQLException) - Method in class net.sourceforge.jtds.jdbc.TdsCore
Obtain the counts from a batch of SQL updates.
getBatchSize() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieves the batch size to be used internally.
getBatchSize() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
getBestRowIdentifier(String, String, String, int, boolean) - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Get a description of a table's optimal set of columns that uniquely identifies a row.
getBigDecimal(int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getBigDecimal(int, int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getBigDecimal(String) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getBigDecimal(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getBigDecimal(int, int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getBigDecimal(String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getBigDecimal(String, int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getBigDecimal(int, int) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getBigDecimal(int) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getBigDecimal(String) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getBinaryStream() - Method in class net.sourceforge.jtds.jdbc.BlobImpl
 
getBinaryStream(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getBinaryStream(String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getBinaryStream(boolean) - Method in class net.sourceforge.jtds.util.BlobBuffer
Retrieve the BLOB data as an InputStream.
getBindAddress() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieves the bind address for this connection.
getBindAddress() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
getBlob(int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getBlob(String) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getBlob(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getBlob(String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getBlob(int) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getBlob(String) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getBlobBuffer() - Method in class net.sourceforge.jtds.jdbc.ClobImpl
Obtain this object's backing BlobBuffer object.
getBlobTestData() - Method in class net.sourceforge.jtds.jdbc.LOBTest
 
getBlockSize() - Method in class net.sourceforge.jtds.util.DESEngine
 
getBoolean(int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getBoolean(String) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getBoolean(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getBoolean(String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getBoolean(int) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getBoolean(String) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getBranchQualifier() - Method in class net.sourceforge.jtds.jdbcx.JtdsXid
 
getBufferDir() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Returns the directory where data should be buffered to.
getBufferDir() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
getBufferMaxMemory() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieves the maximum amount of memory in Kb to buffer for all connections.
getBufferMaxMemory() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
getBufferMinPackets() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieves the minimum number of packets to buffer per Statement for this connection.
getBufferMinPackets() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
getBufferSize() - Method in class net.sourceforge.jtds.jdbc.RequestStream
Retrieve the current output packet size.
getByte(int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getByte(String) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getByte(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getByte(String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getByte(int) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getByte(String) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getBytes(long, int) - Method in class net.sourceforge.jtds.jdbc.BlobImpl
 
getBytes(int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getBytes(String) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getBytes(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getBytes(String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getBytes(String) - Method in class net.sourceforge.jtds.jdbc.ParamInfo
Get the byte array value of the parameter.
getBytes() - Method in class net.sourceforge.jtds.jdbc.UniqueIdentifier
Retrieve the unique identifier as a byte array.
getBytes(int) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getBytes(String) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getBytes(long, int) - Method in class net.sourceforge.jtds.util.BlobBuffer
Returns the BLOB data as a byte array.
getCache(ConnectionJDBC2) - Static method in class net.sourceforge.jtds.jdbc.SQLParser
Retrieves the statement cache, creating it if required.
getCacheMetaData() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
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).
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
 
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"?
getCatalogs() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Get the catalog names available in this database.
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(String) - Static method in class net.sourceforge.jtds.jdbc.CharsetInfo
Retrieves the CharsetInfo instance asociated with the specified server charset.
getCharset(byte[]) - Static method in class net.sourceforge.jtds.jdbc.CharsetInfo
Retrieves the CharsetInfo instance asociated with the specified collation.
getCharset() - Method in class net.sourceforge.jtds.jdbc.CharsetInfo
Retrieves the charset name.
getCharset() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieve the Java charset to use for encoding.
getCharset() - Method in class net.sourceforge.jtds.jdbc.SharedSocket
Retrieve the character set name used to translate byte arrays to or from Strings.
getCharset() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
getCharsetForLCID(int) - Static method in class net.sourceforge.jtds.jdbc.CharsetInfo
Retrieves the CharsetInfo instance asociated with the specified LCID.
getCharsetForSortOrder(int) - Static method in class net.sourceforge.jtds.jdbc.CharsetInfo
Retrieves the CharsetInfo instance asociated with the specified sort order.
getCharsetInfo() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieve the CharsetInfo instance used by this connection.
getCharsetInfo() - Method in class net.sourceforge.jtds.jdbc.SharedSocket
Retrieve the character set descriptor used to translate byte arrays to or from Strings.
getClassName(int) - Static method in class net.sourceforge.jtds.jdbc.Support
Retrieve the fully qualified java class name for the supplied JDBC Types constant.
getClob(int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getClob(String) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getClob(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getClob(String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getClob(int) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getClob(String) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getClobTestData() - Method in class net.sourceforge.jtds.jdbc.LOBTest
 
getColMetaData() - Method in class net.sourceforge.jtds.jdbc.ProcEntry
Retrieves the column meta data array.
getCollation() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieve the SQL Server 2000 default collation.
getCollation(ResponseStream, ColInfo) - Static method in class net.sourceforge.jtds.jdbc.TdsData
TDS 8 supplies collation information for character data types.
getColumn(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
Get the specified column's data item.
getColumn(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSetMetaData
Return the column descriptor given a column index.
getColumn(int) - Method in class net.sourceforge.jtds.jdbc.MSCursorResultSet
Get the specified column's data item.
getColumnClassName(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSetMetaData
 
getColumnCount(ColInfo[]) - Static method in class net.sourceforge.jtds.jdbc.JtdsResultSet
Retrieve the column count excluding hidden columns
getColumnCount() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSetMetaData
 
getColumnDisplaySize(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSetMetaData
 
getColumnLabel(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSetMetaData
 
getColumnName(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSetMetaData
 
getColumnPrivileges(String, String, String, String) - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Get a description of the access rights for a table's columns.
getColumnType(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSetMetaData
 
getColumnTypeName(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSetMetaData
 
getColumns(String, String, String, String) - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Get a description of table columns available in a catalog.
getColumns() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
Retrieve the column descriptor array.
getColumns() - Method in class net.sourceforge.jtds.jdbc.TdsCore
Retrieve the current result set column descriptors.
getComputedColumns() - Method in class net.sourceforge.jtds.jdbc.TdsCore
Retrieve the current computed result set column descriptors, if any.
getComputedRowData() - Method in class net.sourceforge.jtds.jdbc.TdsCore
Retrieve and clear the current computed result set data items, if any.
getConcurrency() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getConnection() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
JDBC 2.0 Retrieves the connection that produced this metadata object.
getConnection() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
Returns the ConnectionJDBC2 object referenced by the JtdsResultSet.statement instance variable.
getConnection() - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
 
getConnection(Object) - Static method in class net.sourceforge.jtds.jdbc.Support
Returns the connection for a given ResultSet, Statement or Connection object.
getConnection() - Method in class net.sourceforge.jtds.jdbc.TestBase
 
getConnection(Properties) - Method in class net.sourceforge.jtds.jdbc.TestBase
 
getConnection() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
Returns a new database connection.
getConnection(String, String) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
Returns a new database connection for the user and password specified.
getConnection() - Method in class net.sourceforge.jtds.jdbcx.PooledConnection
Returns a ConnectionProxy.
getConnection() - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
Delgates calls to the statement; SQLExceptions thrown from the statement will cause an event to be fired on the connection pool listeners.
getConnectionOverrideProperties(Properties) - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2UnitTest
Creates a Connection, overriding the default properties with the ones provided.
getCrossReference(String, String, String, String, String, String) - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Get a description of the foreign key columns in the foreign key table that reference the primary key columns of the primary key table (describe how one table imports another's key).
getCurrentRow() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
Retrieve the current row data.
getCurrentRow() - Method in class net.sourceforge.jtds.jdbc.MSCursorResultSet
 
getCursorConcurrencyOpt(int) - Static method in class net.sourceforge.jtds.jdbc.MSCursorResultSet
Translates a JDBC result set concurrency into SQL Server native @ccOpt value for use with stored procedures such as sp_cursoropen, sp_cursorprepare or sp_cursorprepexec.
getCursorName() - Method in class net.sourceforge.jtds.jdbc.CachedResultSet
 
getCursorName() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieves the next unique cursor name.
getCursorName() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getCursorScrollOpt(int, int, boolean) - Static method in class net.sourceforge.jtds.jdbc.MSCursorResultSet
Translates a JDBC result set type into SQL Server native @scrollOpt value for use with stored procedures such as sp_cursoropen, sp_cursorprepare or sp_cursorprepexec.
getDataSource() - Method in class net.sourceforge.jtds.jdbc.XaTest
Obtain an XADataSource.
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.
getDatatypes() - Method in class net.sourceforge.jtds.jdbc.TimestampTest
 
getDate() - Method in class net.sourceforge.jtds.jdbc.DateTime
Retrieves the date component of a datetime value.
getDate(int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getDate(String) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getDate(int, Calendar) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getDate(String, Calendar) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getDate(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getDate(String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getDate(int, Calendar) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getDate(String, Calendar) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getDate(int) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getDate(int, Calendar) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getDate(String) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getDate(String, Calendar) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getDateTimeField(byte[]) - Method in class net.sourceforge.jtds.jdbc.SQLParser
Utility routine to validate date and time escapes.
getDatetimeValue(ResponseStream, int) - Static method in class net.sourceforge.jtds.jdbc.TdsData
Get a DATETIME value from the server response stream.
getDefaultFetchSize() - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
Retrieve the default fetch size for this statement.
getDefaultTransactionIsolation() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Returns the database's default transaction isolation level.
getDescription() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
getDigestSize() - Method in class net.sourceforge.jtds.util.MD4Digest
 
getDigestSize() - Method in class net.sourceforge.jtds.util.MD5Digest
 
getDomain() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
getDomainName() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieves the domain name for this connection.
getDouble(int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getDouble(String) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getDouble(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getDouble(String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getDouble(int) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getDouble(String) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getDriverMajorVersion() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Returns this JDBC driver's major version number.
getDriverMinorVersion() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Returns this JDBC driver's minor version number.
getDriverName() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Returns the name of this JDBC driver.
getDriverVersion() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Returns the version of this JDBC driver.
getExportedKeys(String, String, String) - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Get a description of the foreign key columns that reference a table's primary key columns (the foreign keys exported by a table).
getExtraNameCharacters() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Get all the "extra" characters that can be used in unquoted identifier names (those beyond a-z, A-Z, 0-9 and _).
getFactory() - Method in class net.sourceforge.jtds.ssl.SocketFactories.TdsTlsSocketFactory
Returns an SSLSocketFactory whose behavior will depend on the SSL setting.
getFactory() - Method in class net.sourceforge.jtds.ssl.SocketFactoriesSUN.TdsTlsSocketFactory
Returns an SSLSocketFactory whose behavior will depend on the SSL setting.
getFetchDirection() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getFetchDirection() - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
 
getFetchDirection() - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
Delgates calls to the statement; SQLExceptions thrown from the statement will cause an event to be fired on the connection pool listeners.
getFetchSize() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getFetchSize() - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
 
getFetchSize() - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
Delgates calls to the statement; SQLExceptions thrown from the statement will cause an event to be fired on the connection pool listeners.
getFloat(int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getFloat(String) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getFloat(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getFloat(String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getFloat(int) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getFloat(String) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getFormatId() - Method in class net.sourceforge.jtds.jdbcx.JtdsXid
 
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 SharedSocket.in field.
getIndexInfo(String, String, String, boolean, boolean) - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Get a description of a table's indices and statistics.
getInputStream(int) - Method in class net.sourceforge.jtds.jdbc.ResponseStream
Creates a simple InputStream over the server response.
getInputStream() - Method in class net.sourceforge.jtds.ssl.TdsTlsSocket
 
getInstance() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
getInstance() - Static method in class net.sourceforge.jtds.util.SSPIJNIClient
Returns the singleton SSPIJNIClient instance.
getInstance() - Static method in class net.sourceforge.jtds.util.TimerThread
Singleton getter.
getInstanceName() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieves the instance name for this connection.
getInt(int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getInt(String) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getInt(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getInt(String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getInt(int) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getInt(String) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getIntFromBuffer(byte[], int) - Static method in class net.sourceforge.jtds.jdbc.TdsCore
 
getIntProperty(String) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
getJDBCMajorVersion() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Returns the JDBC major version.
getJDBCMinorVersion() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Returns the JDBC minor version.
getJdbcType(Object) - Static method in class net.sourceforge.jtds.jdbc.Support
Get the JDBC type constant which matches the supplied Object type.
getJdbcType(Class) - Static method in class net.sourceforge.jtds.jdbc.Support
Get the JDBC type constant which matches the supplied Class.
getJdbcTypeName(int) - Static method in class net.sourceforge.jtds.jdbc.Support
Get a String describing the supplied JDBC type constant.
getLanguage() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
getLastUpdateCount() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieves the status of the lastUpdateCount flag.
getLastUpdateCount() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
getLength() - Method in class net.sourceforge.jtds.util.BlobBuffer
Retrieves the length of this BLOB buffer in bytes.
getLobBuffer() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieves the LOB buffer size.
getLobBuffer() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
getLogFile() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
getLogWriter() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
getLogWriter() - Static method in class net.sourceforge.jtds.util.Logger
Get the logging PrintWriter Stream.
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
 
getLong(int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getLong(String) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getLong(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getLong(String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getLong(int) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getLong(String) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getLongProperty(String) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
getLongString(int) - Method in class net.sourceforge.jtds.jdbc.DatabaseTestCase
 
getLongString(char) - Method in class net.sourceforge.jtds.jdbc.DatabaseTestCase
 
getMACAddress(String) - Static method in class net.sourceforge.jtds.jdbc.TdsCore
Converts a user supplied MAC address into a byte array.
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.
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
 
getMajorVersion() - Method in class net.sourceforge.jtds.jdbc.Driver
 
getMaxBinaryLiteralLength() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
How many hex characters can you have in an inline binary literal?
getMaxCatalogNameLength() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
What's the maximum length of a catalog name?
getMaxCharLiteralLength() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
What's the max length for a character literal?
getMaxColumnNameLength() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
What's the limit on column name length?
getMaxColumnsInGroupBy() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
What's the maximum number of columns in a "GROUP BY" clause?
getMaxColumnsInIndex() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
What's the maximum number of columns allowed in an index?
getMaxColumnsInOrderBy() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
What's the maximum number of columns in an "ORDER BY" clause?
getMaxColumnsInSelect() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
What's the maximum number of columns in a "SELECT" list?
getMaxColumnsInTable() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
What's the maximum number of columns in a table?
getMaxConnections() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
How many active connections can we have at a time to this database?
getMaxCursorNameLength() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
What's the maximum cursor name length?
getMaxDecimalBytes() - Method in class net.sourceforge.jtds.jdbc.RequestStream
Returns the maximum number of bytes required to output a decimal given the current RequestStream.maxPrecision.
getMaxFieldSize() - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
 
getMaxFieldSize() - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
Delgates calls to the statement; SQLExceptions thrown from the statement will cause an event to be fired on the connection pool listeners.
getMaxIndexLength() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
What's the maximum length of an index (in bytes)?
getMaxPrecision() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieves the maximum decimal precision.
getMaxPrecision() - Method in class net.sourceforge.jtds.jdbc.RequestStream
Retrive the maximum decimal precision.
getMaxProcedureNameLength() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
What's the maximum length of a procedure name?
getMaxRowSize() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
What's the maximum length of a single row?
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.
getMaxSchemaNameLength() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
What's the maximum length allowed for a schema name?
getMaxStatementLength() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
What's the maximum length of a SQL statement?
getMaxStatements() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieves the maximum statement cache size.
getMaxStatements() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
How many active statements can we have open at one time to this database?
getMaxStatements() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
getMaxTableNameLength() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
What's the maximum length of a table name?
getMaxTablesInSelect() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
What's the maximum number of tables in a SELECT?
getMaxUserNameLength() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
What's the maximum length of a user name?
getMemoryBudget() - Static method in class net.sourceforge.jtds.jdbc.SharedSocket
Get the global buffer memory limit for all instancs of this driver.
getMessages() - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
Get the statement's warnings list.
getMessages() - Method in class net.sourceforge.jtds.jdbc.TdsCore
Returns the diagnostic chain for this instance.
getMetaData() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
 
getMetaData() - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
getMetaData() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getMetaData() - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
Delgates calls to the connection; SQLExceptions thrown from the connection will cause an event to be fired on the connection pool listeners.
getMetaData() - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
Delgates calls to the prepared statement; SQLExceptions thrown from the prepared statement will cause an event to be fired on the connection pool listeners.
getMinMemPkts() - Static method in class net.sourceforge.jtds.jdbc.SharedSocket
Get the minimum number of memory cached packets.
getMinorVersion() - Method in class net.sourceforge.jtds.jdbc.Driver
 
getMoneyValue(ResponseStream, int) - Static method in class net.sourceforge.jtds.jdbc.TdsData
Read a MONEY value from the server response stream.
getMoreResults() - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
 
getMoreResults(int) - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
 
getMoreResults() - Method in class net.sourceforge.jtds.jdbc.TdsCore
Get the next result set or update count from the TDS stream.
getMoreResults() - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
Delgates calls to the statement; SQLExceptions thrown from the statement will cause an event to be fired on the connection pool listeners.
getMoreResults(int) - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
Delgates calls to the statement; SQLExceptions thrown from the statement will cause an event to be fired on the connection pool listeners.
getMutex() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieves the connection mutex and acquires an exclusive lock on the network connection.
getNamedPipe() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieves the named pipe setting for this connection.
getNamedPipe() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
getNamedPipePath(int) - Static method in class net.sourceforge.jtds.jdbc.DefaultProperties
Returns the default path for the named pipe for a given serverType.
getNativeType(ConnectionJDBC2, ParamInfo) - Static method in class net.sourceforge.jtds.jdbc.TdsData
Retrieve the TDS native type code for the parameter.
getNetPacket(SharedSocket.VirtualSocket, byte[]) - Method in class net.sourceforge.jtds.jdbc.SharedSocket
Get a network packet.
getNetPacketSize() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieves the network packet size.
getNewBlobTestData() - Method in class net.sourceforge.jtds.jdbc.LOBTest
 
getNewClobTestData() - Method in class net.sourceforge.jtds.jdbc.LOBTest
 
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.jdbc.JtdsCallableStatement
 
getObject(String) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getObject(int, Map) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getObject(String, Map) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getObject(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getObject(String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getObject(int, Map) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getObject(String, Map) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getObject(int) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getObject(int, Map) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getObject(String) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getObject(String, Map) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getObjectInstance(Object, Name, Context, Hashtable) - Method in class net.sourceforge.jtds.jdbcx.JtdsObjectFactory
 
getObsoleteHandles(Collection) - Method in class net.sourceforge.jtds.jdbc.cache.ProcedureCache
Obtains a list of statement handles or procedures that can now be dropped.
getObsoleteHandles(Collection) - Method in interface net.sourceforge.jtds.jdbc.cache.StatementCache
Returns a Collection of obsolete statement handles that may be released, or null if no statement handles are obsolete.
getOut() - Method in class net.sourceforge.jtds.jdbc.SharedSocket
Getter for SharedSocket.out field.
getOutValue() - Method in class net.sourceforge.jtds.jdbc.ParamInfo
Get the output parameter value.
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.
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
 
getParamMetaData() - Method in class net.sourceforge.jtds.jdbc.ProcEntry
Retrieves the parameter meta data array.
getParameter(int) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
Check the supplied index and return the selected parameter.
getParameter(int) - Method in class net.sourceforge.jtds.jdbc.ParameterMetaDataImpl
 
getParameterClassName(int) - Method in class net.sourceforge.jtds.jdbc.ParameterMetaDataImpl
 
getParameterCount() - Method in class net.sourceforge.jtds.jdbc.ParameterMetaDataImpl
 
getParameterDefinitions(ParamInfo[]) - Static method in class net.sourceforge.jtds.jdbc.Support
Constructs a parameter definition string for use with sp_executesql, sp_prepare, sp_prepexec, sp_cursoropen, sp_cursorprepare and sp_cursorprepexec.
getParameterMetaData() - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
getParameterMetaData() - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
Delgates calls to the prepared statement; SQLExceptions thrown from the prepared statement will cause an event to be fired on the connection pool listeners.
getParameterMode(int) - Method in class net.sourceforge.jtds.jdbc.ParameterMetaDataImpl
 
getParameterType(int) - Method in class net.sourceforge.jtds.jdbc.ParameterMetaDataImpl
 
getParameterTypeName(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.
getPassword() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieves the password for this connection.
getPassword() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
getPipe() - Method in class net.sourceforge.jtds.jdbc.SharedNamedPipe
Getter for SharedNamedPipe.pipe field.
getPktLen(byte[]) - Static method in class net.sourceforge.jtds.jdbc.SharedSocket
Convert two bytes (in network byte order) in a byte array into a Java short integer.
getPooledConnection() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
Returns a new pooled database connection.
getPooledConnection(String, String) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
Returns a new pooled database connection for the user and password specified.
getPort() - Method in class net.sourceforge.jtds.jdbc.SharedSocket
Get the server port number.
getPortForInstance(String) - Method in class net.sourceforge.jtds.jdbc.MSSqlServerInfo
Call getInfo() before calling this method.
getPortNumber() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieves the port number for this connection.
getPortNumber() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
getPrecision(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSetMetaData
 
getPrecision(int) - Method in class net.sourceforge.jtds.jdbc.ParameterMetaDataImpl
 
getPrepareSql() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieves the Prepared SQL method.
getPrepareSql() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
getPrimaryKeys(String, String, String) - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Get a description of a table's primary key columns.
getProcName() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieves the next unique stored procedure name.
getProcedureColumns(String, String, String, String) - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Get a description of a catalog's stored procedure parameters and result columns.
getProcedureTerm() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
What's the database vendor's preferred term for "procedure"?
getProcedures(String, String, String) - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Get a description of stored procedures available in a catalog.
getProcessId() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieves the process ID to send to a server when a connection is established.
getProcessId() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
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.jdbc.JtdsCallableStatement
 
getRef(String) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getRef(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getRef(String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getRef(int) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getRef(String) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getRefCount() - Method in class net.sourceforge.jtds.jdbc.ProcEntry
Retreives the usage count.
getReference() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
getRequestStream(int, int) - Method in class net.sourceforge.jtds.jdbc.SharedSocket
Obtain an instance of a server request stream for this socket.
getResourceManager() - Method in class net.sourceforge.jtds.jdbcx.JtdsXAResource
 
getResponseStream(RequestStream, int) - Method in class net.sourceforge.jtds.jdbc.SharedSocket
Obtain an instance of a server response stream for this socket.
getResultSet() - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
 
getResultSet() - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
Delgates calls to the statement; SQLExceptions thrown from the statement will cause an event to be fired on the connection pool listeners.
getResultSetConcurrency() - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
 
getResultSetConcurrency() - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
Delgates calls to the statement; SQLExceptions thrown from the statement will cause an event to be fired on the connection pool listeners.
getResultSetHoldability() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
 
getResultSetHoldability() - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
 
getResultSetHoldability() - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
Delgates calls to the statement; SQLExceptions thrown from the statement will cause an event to be fired on the connection pool listeners.
getResultSetType() - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
 
getResultSetType() - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
Delgates calls to the statement; SQLExceptions thrown from the statement will cause an event to be fired on the connection pool listeners.
getReturnStatus() - Method in class net.sourceforge.jtds.jdbc.TdsCore
Retrieve the return status for the current stored procedure.
getRmHost() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieves the host and port for this connection.
getRmHost() - Method in class net.sourceforge.jtds.jdbcx.JtdsXAResource
 
getRow() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getRowCount() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieves the current row count on this connection.
getRowData() - Method in class net.sourceforge.jtds.jdbc.TdsCore
Retrieve the current result set data items.
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
 
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
 
getSchemaTerm() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
What's the database vendor's preferred term for "schema"?
getSchemas() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Get the schema names available in this database.
getSearchStringEscape() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
This is the string that can be used to escape '_' or '%' in the string pattern style catalog search parameters.
getSendStringParametersAsUnicode() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
getServerName() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieves the server name for this connection.
getServerName() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
getServerType() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieves the server type.
getServerType(int) - Static method in class net.sourceforge.jtds.jdbc.DefaultProperties
Converts an integer server type to its string representation.
getServerType(String) - Static method in class net.sourceforge.jtds.jdbc.DefaultProperties
Converts a string server type to its integer representation.
getServerType() - Method in class net.sourceforge.jtds.jdbc.RequestStream
Retrieve the Server type.
getServerType() - Method in class net.sourceforge.jtds.jdbc.ResponseStream
Retrieves the server type.
getServerType() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
getServerTypeWithDefault(int) - Static method in class net.sourceforge.jtds.jdbc.DefaultProperties
Same as DefaultProperties.getServerType(int), only it returns the default server type ("sqlserver") if serverType is 0.
getShort(int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getShort(String) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getShort(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getShort(String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getShort(int) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getShort(String) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getShortFromBuffer(byte[], int) - Static method in class net.sourceforge.jtds.jdbc.TdsCore
 
getSocket() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrive the shared socket.
getSocketFactory(String, Socket) - Static method in class net.sourceforge.jtds.ssl.SocketFactories
Returns a socket factory, the behavior of which will depend on the SSL setting and whether or not the DB server supports SSL.
getSocketFactory(String, Socket) - Static method in class net.sourceforge.jtds.ssl.SocketFactoriesSUN
Returns a socket factory, the behavior of which will depend on the SSL setting and whether or not the DB server supports SSL.
getSocketKeepAlive() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieves whether to enable socket keep alive.
getSocketKeepAlive() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
getSocketTimeout() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieves the socket timeout for this connection.
getSocketTimeout() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
getSortedTypes(ResultSet, boolean) - Static method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
 
getSsl() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
getStateCode(int, int, String) - Static method in class net.sourceforge.jtds.jdbc.SQLDiagnostic
Map an SQL Server error code to an ANSI SQLSTATE code.
getStatement() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getStatementKey(String, ParamInfo[], int, String, boolean, boolean) - Static method in class net.sourceforge.jtds.jdbc.Support
Generates a unique statement key for a given SQL statement.
getString(int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getString(String) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getString(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getString(String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getString(String) - Method in class net.sourceforge.jtds.jdbc.ParamInfo
Get the string value of the parameter.
getString(int) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getString(String) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getStringFunctions() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Get a comma separated list of string functions.
getSubString(long, int) - Method in class net.sourceforge.jtds.jdbc.ClobImpl
 
getSuperTables(String, String, String) - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
 
getSuperTypes(String, String, String) - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
 
getSybaseInfo(int) - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieve the Sybase capability data.
getSystemFunctions() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Get a comma separated list of system functions.
getTableName(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSetMetaData
 
getTableName() - Method in class net.sourceforge.jtds.jdbc.SQLParser
Extracts the first table name following the keyword FROM.
getTablePrivileges(String, String, String) - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Get a description of the access rights for each table available in a catalog.
getTableTypes() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Get the table types available in this database.
getTables(String, String, String, String[]) - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Get a description of tables available in a catalog.
getTcpNoDelay() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieves the tcpNoDelay setting for this connection.
getTcpNoDelay() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
getTds() - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
Get the Statement's TDS object.
getTds() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
getTds5ParamSize(String, boolean, ParamInfo, boolean) - Static method in class net.sourceforge.jtds.jdbc.TdsData
Calculate the size of the parameter descriptor array for TDS 5 packets.
getTdsVersion() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieve the TDS protocol version.
getTdsVersion(String) - Static method in class net.sourceforge.jtds.jdbc.DefaultProperties
Converts a string TDS version to its integer representation.
getTdsVersion() - Method in class net.sourceforge.jtds.jdbc.RequestStream
Retrieve the TDS version number.
getTdsVersion() - Method in class net.sourceforge.jtds.jdbc.ResponseStream
Retrieves the TDS version number.
getTdsVersion() - Method in class net.sourceforge.jtds.jdbc.SharedSocket
Retrieve the TDS version that is active on the connection supported by this socket.
getTdsVersion() - Method in class net.sourceforge.jtds.jdbc.TdsCore
Retrieve the TDS protocol version.
getTdsVersion(int) - Static method in class net.sourceforge.jtds.jdbc.TdsData
Extract the TDS protocol version from the value returned by the server in the LOGINACK packet.
getTester() - Method in class net.sourceforge.jtds.jdbc.DefaultPropertiesTestLibrary
Getter for DefaultPropertiesTestLibrary.tester.
getTextSize() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieves the current maximum textsize on this connection.
getTime() - Method in class net.sourceforge.jtds.jdbc.DateTime
Retrieves the time component of a datetime value.
getTime(int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getTime(String) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getTime(int, Calendar) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getTime(String, Calendar) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getTime(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getTime(String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getTime(int, Calendar) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getTime(String, Calendar) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getTime(int) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getTime(int, Calendar) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getTime(String) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getTime(String, Calendar) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getTimeDateFunctions() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Get a comma separated list of time and date functions.
getTimeInMs(ResultSet) - Method in class net.sourceforge.jtds.jdbc.TimestampTest
Java 1.3 Timestamp.getDate() does not add the nano seconds to the millisecond value returned.
getTimestamp(int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getTimestamp(String) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getTimestamp(int, Calendar) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getTimestamp(String, Calendar) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getTimestamp(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getTimestamp(String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getTimestamp(int, Calendar) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getTimestamp(String, Calendar) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getTimestamp(int) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getTimestamp(int, Calendar) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getTimestamp(String) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getTimestamp(String, Calendar) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getTransactionIsolation() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
 
getTransactionIsolation() - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
Delgates calls to the connection; SQLExceptions thrown from the connection will cause an event to be fired on the connection pool listeners.
getTransactionTimeout() - Method in class net.sourceforge.jtds.jdbcx.JtdsXAResource
 
getType(Object) - Static method in class net.sourceforge.jtds.jdbc.DatabaseTestCase
 
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.
getTypeNamesInOrder() - Method in class net.sourceforge.jtds.jdbc.DatabaseMetaDataTypeInfoTest
 
getTypemap() - Static method in class net.sourceforge.jtds.jdbc.DatabaseTestCase
 
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.
getURL() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieves the original connection URL.
getURL(int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getURL(String) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
getURL() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
What's the URL for this database?
getURL(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getURL(String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getURL(int) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getURL(String) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
getUnicodeStream(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getUnicodeStream(String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getUnicodeStream() - Method in class net.sourceforge.jtds.util.BlobBuffer
Retrieve the BLOB data as an Big Endian Unicode InputStream.
getUpdateCount() - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
 
getUpdateCount() - Method in class net.sourceforge.jtds.jdbc.TdsCore
Retrieve the update count from the current TDS token.
getUpdateCount() - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
Delgates calls to the statement; SQLExceptions thrown from the statement will cause an event to be fired on the connection pool listeners.
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.jdbcx.JtdsDataSource
 
getUseNTLMv2() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Indicates whether, when doing Windows authentication to an MS SQL server, NTLMv2 should be used.
getUseUnicode() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieve the sendParametersAsUnicode flag.
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?
getVariant(ConnectionJDBC2, ResponseStream) - Static method in class net.sourceforge.jtds.jdbc.TdsData
Read a MSQL 2000 sql_variant data value from the input stream.
getVersion() - Static method in class net.sourceforge.jtds.jdbc.Driver
Returns the driver version.
getVersionColumns(String, String, String) - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Get a description of a table's columns that are automatically updated when any value in a row is updated.
getVirtualSocket() - Method in class net.sourceforge.jtds.jdbc.RequestStream
Retrieve the VirtualSocket used by this stream.
getVirtualSocket() - Method in class net.sourceforge.jtds.jdbc.ResponseStream
Retrieves the VirtualSocket used by this stream id.
getWarnings() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
 
getWarnings() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
getWarnings() - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
 
getWarnings() - Method in class net.sourceforge.jtds.jdbc.SQLDiagnostic
Return the warning chain.
getWarnings() - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
Delgates calls to the connection; SQLExceptions thrown from the connection will cause an event to be fired on the connection pool listeners.
getWarnings() - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
Delgates calls to the statement; SQLExceptions thrown from the statement will cause an event to be fired on the connection pool listeners.
getWsid() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieves the workstation ID (WSID) for this connection.
getWsid() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
getXAConnection() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
Returns a new XA database connection.
getXAConnection(String, String) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
Returns a new XA database connection for the user and password specified.
getXAConnectionID() - Method in class net.sourceforge.jtds.jdbcx.JtdsXAConnection
Retrieves the XA Connection ID to pass to server.
getXADataSource() - Method in class net.sourceforge.jtds.jdbcx.JtdsXAConnection
 
getXAResource() - Method in class net.sourceforge.jtds.jdbcx.JtdsXAConnection
 
getXaEmulation() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
getXaState() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieves the XA state variable.
getXid() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Gets the XA transaction ID when running in emulation mode.
globalMemUsage - Static variable in class net.sourceforge.jtds.jdbc.SharedSocket
Total memory usage in all instances of the driver NB.
growBuffer(int) - Method in class net.sourceforge.jtds.util.BlobBuffer
Increases the size of the in memory buffer for situations where disk storage of BLOB is not possible.
gtran - Variable in class net.sourceforge.jtds.jdbcx.JtdsXid
The global transaction ID.

H

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

I

INITIAL_ROW_COUNT - Static variable in class net.sourceforge.jtds.jdbc.JtdsResultSet
Initial size for row array.
INPUT - Static variable in class net.sourceforge.jtds.jdbc.ParamInfo
Flag as an input parameter.
INSTANCE - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
Default instance property.
INSTANCE - Static variable in class net.sourceforge.jtds.jdbc.Driver
 
INTEGER_ONE - Static variable in class net.sourceforge.jtds.jdbc.Support
 
INTEGER_ZERO - Static variable in class net.sourceforge.jtds.jdbc.Support
 
INVALID_PAGE - Static variable in class net.sourceforge.jtds.util.BlobBuffer
Invalid page marker.
id - Variable in class net.sourceforge.jtds.jdbc.SavepointImpl
 
id - Variable in class net.sourceforge.jtds.jdbc.SharedSocket.VirtualSocket
The stream ID of the stream objects owning this state.
identifierChar - Static variable in class net.sourceforge.jtds.jdbc.SQLParser
Lookup table to test if character is part of an identifier.
in - Variable in class net.sourceforge.jtds.jdbc.SQLParser
Input buffer with SQL statement.
in - Variable in class net.sourceforge.jtds.jdbc.SharedSocket
Input stream for network socket.
in - Variable in class net.sourceforge.jtds.jdbc.TdsCore
The input server response stream.
inBatch - Variable in class net.sourceforge.jtds.jdbc.TdsCore
Indicates processing a batch.
init(boolean, byte[]) - Method in class net.sourceforge.jtds.util.DESEngine
initialise a DES cipher.
initialize() - Method in class net.sourceforge.jtds.util.SSPIJNIClient
Initializes the SSPI client.
initialized - Variable in class net.sourceforge.jtds.util.SSPIJNIClient
SSPI client initialized flag.
inputPkts - Variable in class net.sourceforge.jtds.jdbc.SharedSocket.VirtualSocket
Total of input packets in memory or disk.
insertBigDecimal(PreparedStatement, double, boolean) - Static method in class net.sourceforge.jtds.jdbc.SAfeTest
Helper method for testBigDecimal0007.
insertRow - Variable in class net.sourceforge.jtds.jdbc.CachedResultSet
Buffer row used for inserts.
insertRow() - Method in class net.sourceforge.jtds.jdbc.CachedResultSet
 
insertRow() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
insertRow - Variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
The "insert row".
insertRow() - Method in class net.sourceforge.jtds.jdbc.MSCursorResultSet
 
insertsAreDetected(int) - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
JDBC 2.0 Indicates whether or not a visible row insert can be detected by calling ResultSet.rowInserted().
instance - Static variable in class net.sourceforge.jtds.util.TimerThread
Singleton instance.
instanceName - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
The SQL Server instance.
invokeConstructor(Class, Class[], Object[]) - Static method in class net.sourceforge.jtds.jdbc.UnitTestBase
Invoke a constructor on a class using reflection.
invokeDriverParseURL(String, Properties) - Static method in class net.sourceforge.jtds.jdbc.DriverUnitTest
 
invokeGetInstanceField(Object, String) - Static method in class net.sourceforge.jtds.jdbc.UnitTestBase
Get the value of an instance field on an object using reflection.
invokeInitialize() - Method in class net.sourceforge.jtds.util.SSPIJNIClient
Calls #initialize() if the SSPI client is not already inited.
invokeInstanceMethod(Object, String, Class[], Object[]) - Static method in class net.sourceforge.jtds.jdbc.UnitTestBase
Invoke an instance method on an object using reflection.
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.
invokeSetInstanceField(Object, String, Object) - Static method in class net.sourceforge.jtds.jdbc.UnitTestBase
Set the value of an instance field on an object using reflection.
invokeStaticMethod(Class, String, Class[], Object[]) - Static method in class net.sourceforge.jtds.jdbc.UnitTestBase
Invoke a static method on a class using reflection.
invokeUnInitialize() - Method in class net.sourceforge.jtds.util.SSPIJNIClient
Calls #unInitialize() if the SSPI client is inited.
invoke_calculateBufferSize(int, int) - Method in class net.sourceforge.jtds.jdbc.NamedPipeUnitTest
Helper method to invoke Support.calculateNamedPipeBufferSize(int, int) using reflection.
isActive() - Static method in class net.sourceforge.jtds.util.Logger
Retrieve the active status of the logger.
isAfterLast() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
isAuthToken() - Method in class net.sourceforge.jtds.jdbc.TdsCore.TdsToken
Retrieve the NTLM challenge status.
isAutoIncrement(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSetMetaData
 
isBeforeFirst() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
isCaseSensitive - Variable in class net.sourceforge.jtds.jdbc.ColInfo
Column name is case sensitive
isCaseSensitive(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSetMetaData
 
isCatalogAtStart() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Retrieves whether a catalog appears at the start of a fully qualified table name.
isCharsetSpecified() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieves whether a specific charset was requested on creation.
isClosed() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
 
isClosed() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
Retrieves whether this ResultSet object has been closed.
isClosed() - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
 
isClosed - Variable in class net.sourceforge.jtds.jdbc.RequestStream
True if stream is closed.
isClosed - Variable in class net.sourceforge.jtds.jdbc.ResponseStream
True if stream is closed.
isClosed - Variable in class net.sourceforge.jtds.jdbc.TdsCore
Indicates that this object is closed.
isClosed() - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
Delgates calls to the connection; SQLExceptions thrown from the connection will cause an event to be fired on the connection pool listeners.
isCollation - Variable in class net.sourceforge.jtds.jdbc.TdsData.TypeInfo
true if type requires TDS80 collation.
isCollation(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(ColInfo) - Static method in class net.sourceforge.jtds.jdbc.TdsData
Retrieve the currency status of the column.
isCursorUpdateable() - Method in class net.sourceforge.jtds.jdbc.CachedResultSet
Analyses the tables in the result set and determines if the primary key columns needed to make it updateable exist.
isDataInResultSet() - Method in class net.sourceforge.jtds.jdbc.TdsCore
Retrieve the status of result set.
isDefinitelyWritable(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSetMetaData
 
isEndOfResponse() - Method in class net.sourceforge.jtds.jdbc.TdsCore
Retrieve the status of the response stream.
isEndToken() - Method in class net.sourceforge.jtds.jdbc.TdsCore.TdsToken
Retrieve the DONE token status.
isFirst() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
isHidden - Variable in class net.sourceforge.jtds.jdbc.ColInfo
Column should be hidden
isIdentifier(int) - Static method in class net.sourceforge.jtds.jdbc.SQLParser
Determines if character could be part of an SQL identifier.
isIdentity - Variable in class net.sourceforge.jtds.jdbc.ColInfo
Column is an identity column
isKey - Variable in class net.sourceforge.jtds.jdbc.ColInfo
Column may be used as a key
isKeyed - Variable in class net.sourceforge.jtds.jdbc.CachedResultSet
Table is keyed.
isLast() - Method in class net.sourceforge.jtds.jdbc.CachedResultSet
 
isLast() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
isLast() - Method in class net.sourceforge.jtds.jdbc.MSCursorResultSet
 
isMemOnly - Variable in class net.sourceforge.jtds.util.BlobBuffer
True if attempts to create a BLOB file have failed.
isNullable(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSetMetaData
 
isNullable(int) - Method in class net.sourceforge.jtds.jdbc.ParameterMetaDataImpl
 
isOnlySqlServerTests() - Method in class net.sourceforge.jtds.jdbc.DefaultPropertiesTestLibrary
Getter for #onlySqlServerTests.
isOnlyTds70Tests() - Method in class net.sourceforge.jtds.jdbc.DefaultPropertiesTestLibrary
Getter for #onlyTds70Tests.
isOutput - Variable 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.jdbc.JtdsDatabaseMetaData
Is the database in read-only mode?
isReadOnly(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSetMetaData
 
isReadOnly() - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
Delgates calls to the connection; SQLExceptions thrown from the connection will cause an event to be fired on the connection pool listeners.
isResultSet() - Method in class net.sourceforge.jtds.jdbc.TdsCore.TdsToken
Retrieve the result set status.
isResultSet() - Method in class net.sourceforge.jtds.jdbc.TdsCore
Retrieve the status of the next result item.
isRetVal - Variable in class net.sourceforge.jtds.jdbc.ParamInfo
Parameter is used as SP return value
isRowData() - Method in class net.sourceforge.jtds.jdbc.TdsCore.TdsToken
Retrieve the row data status.
isRowData() - Method in class net.sourceforge.jtds.jdbc.TdsCore
Retrieve the status of the next result item.
isSameRM(XAResource) - Method in class net.sourceforge.jtds.jdbcx.JtdsXAResource
 
isSearchable(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSetMetaData
 
isSearchable(ColInfo) - Static method in class net.sourceforge.jtds.jdbc.TdsData
Retrieve the searchable status of the column.
isSet - Variable in class net.sourceforge.jtds.jdbc.ParamInfo
IN parameter has been set
isSetOut - Variable in class net.sourceforge.jtds.jdbc.ParamInfo
OUT parameter value is set.
isSigned(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSetMetaData
 
isSigned(int) - Method in class net.sourceforge.jtds.jdbc.ParameterMetaDataImpl
 
isSigned - Variable in class net.sourceforge.jtds.jdbc.TdsData.TypeInfo
true if type is a signed numeric.
isSigned(ColInfo) - Static method in class net.sourceforge.jtds.jdbc.TdsData
Retrieve the signed status of the column.
isSybase - Variable in class net.sourceforge.jtds.jdbc.CachedResultSet
Flag to indicate Sybase.
isUnicode - Variable in class net.sourceforge.jtds.jdbc.ParamInfo
Parameter should be sent as unicode
isUnicode(ColInfo) - Static method in class net.sourceforge.jtds.jdbc.TdsData
Determines whether the column is Unicode encoded.
isUpdateCount() - Method in class net.sourceforge.jtds.jdbc.TdsCore.TdsToken
Retrieve the update count status.
isUpdateCount() - Method in class net.sourceforge.jtds.jdbc.TdsCore
Retrieve the status of the next result item.
isVersion12orHigher() - Method in class net.sourceforge.jtds.jdbc.Tds5Test
 
isVersion15orHigher() - Method in class net.sourceforge.jtds.jdbc.Tds5Test
 
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 - Variable in class net.sourceforge.jtds.jdbc.ColInfo
Column may be updated
isXaEmulation() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Retrieves the XA Emulation flag.
istm - Variable in class net.sourceforge.jtds.ssl.TdsTlsSocket
 

J

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

K

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

L

LANGUAGE - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
Default language property.
LANGUAGE - Static variable in class net.sourceforge.jtds.jdbc.Driver
 
LASTUPDATECOUNT - Static variable in class net.sourceforge.jtds.jdbc.Driver
 
LAST_UPDATE_COUNT - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
Default lastUpdateCount property.
LENGTH - Static variable in class net.sourceforge.jtds.jdbc.LOBTest.RealInputStream
Length of the stream.
LOBBUFFER - Static variable in class net.sourceforge.jtds.jdbc.Driver
 
LOBTest - class net.sourceforge.jtds.jdbc.LOBTest.
 
LOBTest(String) - Constructor for class net.sourceforge.jtds.jdbc.LOBTest
 
LOBTest.RealInputStream - class net.sourceforge.jtds.jdbc.LOBTest.RealInputStream.
Implements an InputStream that only returns a limited number of bytes on read (less than the requested number of bytes).
LOBTest.RealInputStream() - Constructor for class net.sourceforge.jtds.jdbc.LOBTest.RealInputStream
 
LOB_BUFFER_SIZE - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
Default lobBufferSize property.
LOB_LENGTH - Static variable in class net.sourceforge.jtds.jdbc.LOBTest
 
LOB_LENGTH - Static variable in class net.sourceforge.jtds.jdbc.LargeLOBTest
 
LOGFILE - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
Default logfile property.
LOGFILE - Static variable in class net.sourceforge.jtds.jdbc.Driver
 
LOGINTIMEOUT - Static variable in class net.sourceforge.jtds.jdbc.Driver
 
LOGIN_PKT - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
TDS 4.2 or 5.0 Login packet.
LOGIN_TIMEOUT - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
Default loginTimeout property.
LONG_ONE - Static variable in class net.sourceforge.jtds.jdbc.Support
 
LONG_ZERO - Static variable in class net.sourceforge.jtds.jdbc.Support
 
LOOP_MAX - Static variable in class net.sourceforge.jtds.jdbc.PreparedStatementTest.TestMultiThread
 
LargeLOBTest - class net.sourceforge.jtds.jdbc.LargeLOBTest.
 
LargeLOBTest(String) - Constructor for class net.sourceforge.jtds.jdbc.LargeLOBTest
 
Logger - class net.sourceforge.jtds.util.Logger.
Class providing static methods to log diagnostics.
Logger() - Constructor for class net.sourceforge.jtds.util.Logger
 
language - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
The server message language.
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
 
lastException - Variable in class net.sourceforge.jtds.jdbc.SQLDiagnostic
 
lastUpdateCount - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Only return the last update count.
lastWarning - Variable in class net.sourceforge.jtds.jdbc.SQLDiagnostic
 
lcidToCharsetMap - Static variable in class net.sourceforge.jtds.jdbc.CharsetInfo
Locale id to Java charset map.
len - Variable in class net.sourceforge.jtds.jdbc.SQLParser
Length of input buffer.
length() - Method in class net.sourceforge.jtds.jdbc.BlobImpl
 
length() - Method in class net.sourceforge.jtds.jdbc.ClobImpl
 
length - Variable in class net.sourceforge.jtds.jdbc.ParamInfo
Length of InputStream
length - Variable in class net.sourceforge.jtds.util.BlobBuffer
The total length of the valid data in buffer.
libraryLoaded - Static variable in class net.sourceforge.jtds.util.SSPIJNIClient
SSPI native library loaded flag.
likeEscape() - Method in class net.sourceforge.jtds.jdbc.SQLParser
Processes the JDBC escape {escape 'X'}.
link(ProcedureCache.CacheEntry) - Method in class net.sourceforge.jtds.jdbc.cache.ProcedureCache.CacheEntry
Links this CacheEntry into the linked list after the node specified.
linkException(SQLWarning, Throwable) - Static method in class net.sourceforge.jtds.jdbc.Support
Link the original cause to an SQLWarning.
linkException(SQLException, Throwable) - Static method in class net.sourceforge.jtds.jdbc.Support
Link the original cause to an SQLException.
linkException(Exception, Throwable) - Static method in class net.sourceforge.jtds.jdbc.Support
Link the original cause to an Exception.
list - Variable in class net.sourceforge.jtds.jdbc.cache.SimpleLRUCache
LRU list.
listeners - Variable in class net.sourceforge.jtds.jdbcx.PooledConnection
 
literalPrefix - Variable in class net.sourceforge.jtds.jdbc.TypeInfo
 
literalSuffix - Variable in class net.sourceforge.jtds.jdbc.TypeInfo
 
live - Static variable in class net.sourceforge.jtds.jdbc.PreparedStatementTest.TestMultiThread
 
lmv2Response(byte[], byte[], byte[]) - Static method in class net.sourceforge.jtds.jdbc.NtlmAuth
Creates the LMv2 Response from the given hash, client data, and Type 2 challenge.
loadCharset(String) - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Load the Java charset to match the server character set.
loadCharset(CharsetInfo, String) - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Load the Java charset to match the server character set.
loadDriverProperties(Map, Map) - Static method in class net.sourceforge.jtds.jdbc.Messages
Retrieve the list of driver property names and driver property descriptions from Messages.properties and populate them into Map objects.
loadDriverPropertyInfoMap(Map) - Method in class net.sourceforge.jtds.jdbc.DriverUnitTest
Retrieve the DriverPropertyInfo array from Driver.getPropertyInfo(String, Properties) and convert it into a Map using the name property for the keys.
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
loadProperties() - Static method in class net.sourceforge.jtds.jdbc.ConnectionJDBC3Test.testTimerStopHelper
Loads the connection properties from config file.
loadProperties(String) - Static method in class net.sourceforge.jtds.jdbc.TestBase
 
loadProps(Reference, String[]) - Method in class net.sourceforge.jtds.jdbcx.JtdsObjectFactory
 
loadResourceBundle() - Static method in class net.sourceforge.jtds.jdbc.Messages
Load the Messages.DEFAULT_RESOURCE resource bundle.
lobBuffer - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
The amount of LOB data to buffer in memory.
localTypeName - Variable in class net.sourceforge.jtds.jdbc.TypeInfo
 
locatorsUpdateCopy() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Returns true if updates are made to a copy of the LOB; returns false if LOB updates are made directly to the database.
log - Static variable in class net.sourceforge.jtds.util.Logger
PrintWriter stream set by DataSource.
logException(Exception) - Static method in class net.sourceforge.jtds.util.Logger
Print an Exception stack trace to the log.
logPacket(int, boolean, byte[]) - Static method in class net.sourceforge.jtds.util.Logger
Print a dump of the current input or output network packet.
login(String, String, String, String, String, String, String, String, String, String, String, int) - Method in class net.sourceforge.jtds.jdbc.TdsCore
Login to the SQL Server.
loginTimeout - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Login timeout value in seconds or 0.
longString(char) - Static method in class net.sourceforge.jtds.jdbc.CSUnitTest
 

M

MACADDRESS - Static variable in class net.sourceforge.jtds.jdbc.Driver
 
MAC_ADDRESS - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
Default macAddress property.
MAJOR_VERSION - Static variable in class net.sourceforge.jtds.jdbc.Driver
Driver major version.
MAXSTATEMENTS - Static variable in class net.sourceforge.jtds.jdbc.Driver
 
MAX_BUF_INC - Static variable in class net.sourceforge.jtds.util.BlobBuffer
Maximum buffer increment.
MAX_INITIAL_SIZE - Static variable in class net.sourceforge.jtds.jdbc.cache.ProcedureCache
The maximum initial HashMap size.
MAX_PKT_SIZE - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
Maximum network packet size.
MAX_STATEMENTS - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
Default maxStatements property.
MAX_VALUE_28 - Static variable in class net.sourceforge.jtds.jdbc.Support
 
MAX_VALUE_38 - Static variable in class net.sourceforge.jtds.jdbc.Support
 
MAX_VALUE_LONG_BD - Static variable in class net.sourceforge.jtds.jdbc.Support
 
MAX_VALUE_LONG_BI - Static variable in class net.sourceforge.jtds.jdbc.Support
 
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(MD4Digest) - Constructor for class net.sourceforge.jtds.util.MD4Digest
Copy constructor.
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(MD5Digest) - Constructor for class net.sourceforge.jtds.util.MD5Digest
Copy constructor.
MINOR_VERSION - Static variable in class net.sourceforge.jtds.jdbc.Driver
Driver minor version.
MIN_PKT_SIZE - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
Minimum network packet size.
MIN_VALUE_LONG_BD - Static variable in class net.sourceforge.jtds.jdbc.Support
 
MIN_VALUE_LONG_BI - Static variable in class net.sourceforge.jtds.jdbc.Support
 
MISC_VERSION - Static variable in class net.sourceforge.jtds.jdbc.Driver
Driver version miscellanea (e.g "-rc2", ".1" or null).
MSCursorResultSet - class net.sourceforge.jtds.jdbc.MSCursorResultSet.
This class extends the JtdsResultSet to support scrollable and or updateable cursors on Microsoft servers.
MSCursorResultSet(JtdsStatement, String, String, ParamInfo[], int, int) - Constructor for class net.sourceforge.jtds.jdbc.MSCursorResultSet
Construct a cursor result set using Microsoft sp_cursorcreate etc.
MSDTC_PKT - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
TDS MSDTC packet.
MSLOGIN_PKT - Static variable 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
 
MS_LONGVAR_MAX - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
Messages - class net.sourceforge.jtds.jdbc.Messages.
Support class for Messages.properties.
Messages() - Constructor for class net.sourceforge.jtds.jdbc.Messages
Default constructor.
MessagesPropertiesUnitTest - class net.sourceforge.jtds.jdbc.MessagesPropertiesUnitTest.
Unit tests for the Messages.properties file.
MessagesPropertiesUnitTest(String) - Constructor for class net.sourceforge.jtds.jdbc.MessagesPropertiesUnitTest
Constructor.
MessagesPropertiesUnitTest.TestDescriptionHasProperty - class net.sourceforge.jtds.jdbc.MessagesPropertiesUnitTest.TestDescriptionHasProperty.
Tests that a given description key has a matching property key in Messages.properties.
MessagesPropertiesUnitTest.TestDescriptionHasProperty(String, ResourceBundle) - Constructor for class net.sourceforge.jtds.jdbc.MessagesPropertiesUnitTest.TestDescriptionHasProperty
Constructor.
MessagesPropertiesUnitTest.TestPropertyHasDescription - class net.sourceforge.jtds.jdbc.MessagesPropertiesUnitTest.TestPropertyHasDescription.
Tests that a given property key has a matching description key in Messages.properties.
MessagesPropertiesUnitTest.TestPropertyHasDescription(String, ResourceBundle) - Constructor for class net.sourceforge.jtds.jdbc.MessagesPropertiesUnitTest.TestPropertyHasDescription
Constructor.
MetaDataTestCase - class net.sourceforge.jtds.jdbc.MetaDataTestCase.
Base class for meta data test cases.
MetaDataTestCase(String) - Constructor for class net.sourceforge.jtds.jdbc.MetaDataTestCase
 
macAddress - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
The client MAC Address.
main(String[]) - Static method in class net.sourceforge.jtds.jdbc.AsTest
 
main(String[]) - Static method in class net.sourceforge.jtds.jdbc.BatchTest
 
main(String[]) - Static method in class net.sourceforge.jtds.jdbc.CSUnitTest
 
main(String[]) - Static method in class net.sourceforge.jtds.jdbc.CallableStatementTest
Test that output result sets, return values and output parameters are correctly handled for a remote procedure call.
main(String[]) - Static method in class net.sourceforge.jtds.jdbc.ClientSideCursorTest
 
main(String[]) - Static method in class net.sourceforge.jtds.jdbc.DatabaseMetaDataJDBC3Test
 
main(String[]) - Static method in class net.sourceforge.jtds.jdbc.DatabaseMetaDataTest
 
main(String[]) - Static method in class net.sourceforge.jtds.jdbc.DatabaseMetaDataTypeInfoTest
 
main(String[]) - Static method in class net.sourceforge.jtds.jdbc.Driver
 
main(String[]) - Static method in class net.sourceforge.jtds.jdbc.EncodingTest
 
main(String[]) - Static method in class net.sourceforge.jtds.jdbc.GenKeyTest
 
main(String[]) - Static method in class net.sourceforge.jtds.jdbc.LOBTest
 
main(String[]) - Static method in class net.sourceforge.jtds.jdbc.LargeLOBTest
 
main(String[]) - Static method in class net.sourceforge.jtds.jdbc.PreparedStatementTest
 
main(String[]) - Static method in class net.sourceforge.jtds.jdbc.ReadTextTest
 
main(String[]) - Static method in class net.sourceforge.jtds.jdbc.ResultSetTest
 
main(String[]) - Static method in class net.sourceforge.jtds.jdbc.SAfeTest
 
main(String[]) - Static method in class net.sourceforge.jtds.jdbc.SanityTest
 
main(String[]) - Static method in class net.sourceforge.jtds.jdbc.SavepointTest
 
main(String[]) - Static method in class net.sourceforge.jtds.jdbc.SunTest
 
main(String[]) - Static method in class net.sourceforge.jtds.jdbc.Tds5Test
 
main(String[]) - Static method in class net.sourceforge.jtds.jdbc.Tds8Test
 
main(String[]) - Static method in class net.sourceforge.jtds.jdbc.TimeZoneTest
 
main(String[]) - Static method in class net.sourceforge.jtds.jdbc.TimestampTest
 
main(String[]) - Static method in class net.sourceforge.jtds.jdbc.TlsTest
 
main(String[]) - Static method in class net.sourceforge.jtds.jdbc.TypeInfoTest
 
main(String[]) - Static method in class net.sourceforge.jtds.jdbc.UpdateTest
 
main(String[]) - Static method in class net.sourceforge.jtds.jdbc.XaTest
 
majorVersion - Variable in class net.sourceforge.jtds.jdbc.cache.SQLCacheKey
 
makeDESkey(byte[], int) - Static method in class net.sourceforge.jtds.jdbc.NtlmAuth
Turns a 7-byte DES key into an 8-byte one by adding parity bits.
makeObjects(Statement, int) - Method in class net.sourceforge.jtds.jdbc.TestBase
 
makeTestTables(Statement) - Method in class net.sourceforge.jtds.jdbc.TestBase
 
markerPos - Variable in class net.sourceforge.jtds.jdbc.ParamInfo
Parameter offset in target SQL statement
maxBufSize - Variable in class net.sourceforge.jtds.jdbc.SharedSocket
Current maximum input buffer size.
maxCacheSize - Variable in class net.sourceforge.jtds.jdbc.cache.SimpleLRUCache
Maximum cache size.
maxFieldSize - Variable in class net.sourceforge.jtds.jdbc.JtdsStatement
The maximum field size (not used at present).
maxLen - Variable in class net.sourceforge.jtds.jdbc.ResponseStream.TdsInputStream
The maximum amount of data to make available.
maxMemSize - Variable in class net.sourceforge.jtds.util.BlobBuffer
The maximum size of an in memory buffer.
maxPrecision - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Maximum decimal precision.
maxPrecision - Variable in class net.sourceforge.jtds.jdbc.ParameterMetaDataImpl
 
maxPrecision - Variable in class net.sourceforge.jtds.jdbc.RequestStream
The maximum decimal precision.
maxRows - Variable in class net.sourceforge.jtds.jdbc.JtdsStatement
The maximum number of rows to return (not used at present).
maxStatements - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
The maximum number of statements to keep open.
maximumScale - Variable in class net.sourceforge.jtds.jdbc.TypeInfo
 
md5(byte[]) - Static method in class net.sourceforge.jtds.jdbc.NtlmAuth
 
memoryBudget - Static variable in class net.sourceforge.jtds.jdbc.SharedSocket
Max memory limit to use for buffers.
messages - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Diagnostc messages for this connection.
messages - Variable in class net.sourceforge.jtds.jdbc.JtdsStatement
SQL Diagnostic exceptions and warnings.
messages - Variable in class net.sourceforge.jtds.jdbc.MessagesPropertiesUnitTest.TestDescriptionHasProperty
 
messages - Variable in class net.sourceforge.jtds.jdbc.MessagesPropertiesUnitTest.TestPropertyHasDescription
 
messages - Variable in class net.sourceforge.jtds.jdbc.TdsCore
The head of the diagnostic messages chain.
microsoftPrepare(String, ParamInfo[], boolean, int, int) - Method in class net.sourceforge.jtds.jdbc.TdsCore
Prepares the SQL for use with Microsoft server.
millis - Variable in class net.sourceforge.jtds.jdbc.DateTime
Unpacked millisecond value.
minMemPkts - Static variable in class net.sourceforge.jtds.jdbc.SharedSocket
Minimum number of packets that will be cached in memory before the driver tries to write to disk even if memoryBudget has been exceeded.
minimumScale - Variable in class net.sourceforge.jtds.jdbc.TypeInfo
 
minorVersion - Variable in class net.sourceforge.jtds.jdbc.cache.SQLCacheKey
 
minute - Variable in class net.sourceforge.jtds.jdbc.DateTime
Unpacked minute value.
month - Variable in class net.sourceforge.jtds.jdbc.DateTime
Unpacked month value.
moveToCurrentRow() - Method in class net.sourceforge.jtds.jdbc.CachedResultSet
 
moveToCurrentRow() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
moveToCurrentRow() - Method in class net.sourceforge.jtds.jdbc.MSCursorResultSet
 
moveToInsertRow() - Method in class net.sourceforge.jtds.jdbc.CachedResultSet
 
moveToInsertRow() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
moveToInsertRow() - Method in class net.sourceforge.jtds.jdbc.MSCursorResultSet
 
msFnMap - Static variable in class net.sourceforge.jtds.jdbc.SQLParser
Map of jdbc to sql server function names.
mssqlStates - Static variable in class net.sourceforge.jtds.jdbc.SQLDiagnostic
Map to convert Microsoft SQL server error codes to ANSI SQLSTATE codes.
mustbe(char, boolean) - Method in class net.sourceforge.jtds.jdbc.SQLParser
Checks that the next character is as expected.
mutex - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Mutual exclusion lock to control access to connection.

N

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

O

OUTPUT - Static variable in class net.sourceforge.jtds.jdbc.ParamInfo
Flag as an output parameter.
onInsertRow - Variable in class net.sourceforge.jtds.jdbc.CachedResultSet
Indicates currently inserting.
onInsertRow - Variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
Set when moveToInsertRow() was called.
onlySqlServerTests - Variable in class net.sourceforge.jtds.jdbc.DefaultPropertiesTestLibrary
If true, only run tests for SQL Server, not Sybase.
onlyTds70Tests - Variable in class net.sourceforge.jtds.jdbc.DefaultPropertiesTestLibrary
If true, only run tests for TDS 7.0.
open - Variable in class net.sourceforge.jtds.util.BlobBuffer.AsciiInputStream
 
open - Variable in class net.sourceforge.jtds.util.BlobBuffer.AsciiOutputStream
 
open - Variable in class net.sourceforge.jtds.util.BlobBuffer.BlobInputStream
 
open - Variable in class net.sourceforge.jtds.util.BlobBuffer.BlobOutputStream
 
open - Variable in class net.sourceforge.jtds.util.BlobBuffer.UnicodeInputStream
 
open() - Method in class net.sourceforge.jtds.util.BlobBuffer
Opens the BLOB disk file.
openComment(String, int) - Static method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
openCount - Variable in class net.sourceforge.jtds.util.BlobBuffer
Count of callers that have opened the BLOB file.
openResultSets - Variable in class net.sourceforge.jtds.jdbc.JtdsStatement
List of open result sets.
operation - Variable in class net.sourceforge.jtds.jdbc.TdsCore.TdsToken
The operation field from a DONE packet.
originalSql - Variable in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
The original SQL statement provided at construction time.
osName - Variable in class net.sourceforge.jtds.jdbc.SupportUnitTest
 
ostm - Variable in class net.sourceforge.jtds.ssl.TdsTlsSocket
 
othersDeletesAreVisible(int) - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
JDBC 2.0 Indicates whether deletes made by others are visible.
othersInsertsAreVisible(int) - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
JDBC 2.0 Indicates whether inserts made by others are visible.
othersUpdatesAreVisible(int) - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
JDBC 2.0 Indicates whether updates made by others are visible.
out - Variable in class net.sourceforge.jtds.jdbc.SQLParser
Output buffer to contain parsed SQL.
out - Variable in class net.sourceforge.jtds.jdbc.SharedSocket
Output stream for network socket.
out - Variable in class net.sourceforge.jtds.jdbc.TdsCore
The output server request stream.
outValue - Variable in class net.sourceforge.jtds.jdbc.ParamInfo
OUT Parameter value.
outerJoinEscape() - Method in class net.sourceforge.jtds.jdbc.SQLParser
Processes the JDBC escape {oj left outer join etc}.
output - Static variable in class net.sourceforge.jtds.jdbc.CSUnitTest
 
ownDeletesAreVisible(int) - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
JDBC 2.0 Indicates whether a result set's own deletes are visible.
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

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

Q

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

R

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

S

S11 - Static variable in class net.sourceforge.jtds.util.MD4Digest
 
S11 - Static variable in class net.sourceforge.jtds.util.MD5Digest
 
S12 - Static variable in class net.sourceforge.jtds.util.MD4Digest
 
S12 - Static variable in class net.sourceforge.jtds.util.MD5Digest
 
S13 - Static variable in class net.sourceforge.jtds.util.MD4Digest
 
S13 - Static variable in class net.sourceforge.jtds.util.MD5Digest
 
S14 - Static variable in class net.sourceforge.jtds.util.MD4Digest
 
S14 - Static variable in class net.sourceforge.jtds.util.MD5Digest
 
S21 - Static variable in class net.sourceforge.jtds.util.MD4Digest
 
S21 - Static variable in class net.sourceforge.jtds.util.MD5Digest
 
S22 - Static variable in class net.sourceforge.jtds.util.MD4Digest
 
S22 - Static variable in class net.sourceforge.jtds.util.MD5Digest
 
S23 - Static variable in class net.sourceforge.jtds.util.MD4Digest
 
S23 - Static variable in class net.sourceforge.jtds.util.MD5Digest
 
S24 - Static variable in class net.sourceforge.jtds.util.MD4Digest
 
S24 - Static variable in class net.sourceforge.jtds.util.MD5Digest
 
S31 - Static variable in class net.sourceforge.jtds.util.MD4Digest
 
S31 - Static variable in class net.sourceforge.jtds.util.MD5Digest
 
S32 - Static variable in class net.sourceforge.jtds.util.MD4Digest
 
S32 - Static variable in class net.sourceforge.jtds.util.MD5Digest
 
S33 - Static variable in class net.sourceforge.jtds.util.MD4Digest
 
S33 - Static variable in class net.sourceforge.jtds.util.MD5Digest
 
S34 - Static variable in class net.sourceforge.jtds.util.MD4Digest
 
S34 - Static variable in class net.sourceforge.jtds.util.MD5Digest
 
S41 - Static variable in class net.sourceforge.jtds.util.MD5Digest
 
S42 - Static variable in class net.sourceforge.jtds.util.MD5Digest
 
S43 - Static variable in class net.sourceforge.jtds.util.MD5Digest
 
S44 - Static variable in class net.sourceforge.jtds.util.MD5Digest
 
SAfeTest - class net.sourceforge.jtds.jdbc.SAfeTest.
 
SAfeTest(String) - Constructor for class net.sourceforge.jtds.jdbc.SAfeTest
 
SENDSTRINGPARAMETERSASUNICODE - Static variable in class net.sourceforge.jtds.jdbc.Driver
 
SERVERNAME - Static variable in class net.sourceforge.jtds.jdbc.Driver
 
SERVERTYPE - Static variable in class net.sourceforge.jtds.jdbc.Driver
 
SERVER_TYPE_SQLSERVER - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
Default serverType property for SQL Server.
SERVER_TYPE_SYBASE - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
Default serverType property for Sybase.
SILENT - Variable in class net.sourceforge.jtds.jdbc.CallableStatementTest
set to false to enable verbose console output
SOCKET_KEEPALIVE - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
Default socketKeepAlive property.
SOCKET_TIMEOUT - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
Default sockeTimeout property.
SOKEEPALIVE - Static variable in class net.sourceforge.jtds.jdbc.Driver
 
SOTIMEOUT - Static variable in class net.sourceforge.jtds.jdbc.Driver
 
SP1 - Static variable in class net.sourceforge.jtds.util.DESEngine
 
SP2 - Static variable in class net.sourceforge.jtds.util.DESEngine
 
SP3 - Static variable in class net.sourceforge.jtds.util.DESEngine
 
SP4 - Static variable in class net.sourceforge.jtds.util.DESEngine
 
SP5 - Static variable in class net.sourceforge.jtds.util.DESEngine
 
SP6 - Static variable in class net.sourceforge.jtds.util.DESEngine
 
SP7 - Static variable in class net.sourceforge.jtds.util.DESEngine
 
SP8 - Static variable in class net.sourceforge.jtds.util.DESEngine
 
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, ConnectionJDBC2) - Constructor for class net.sourceforge.jtds.jdbc.cache.SQLCacheKey
 
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.
SQLParser(String, ArrayList, ConnectionJDBC2) - Constructor for class net.sourceforge.jtds.jdbc.SQLParser
Constructs a new parser object to process the supplied SQL.
SQLParser.CachedSQLQuery - class net.sourceforge.jtds.jdbc.SQLParser.CachedSQLQuery.
Serialized version of a parsed SQL query (the value stored in the cache for a parsed SQL).
SQLParser.CachedSQLQuery(String[], ArrayList) - Constructor for class net.sourceforge.jtds.jdbc.SQLParser.CachedSQLQuery
 
SQLSERVER - Static variable in class net.sourceforge.jtds.jdbc.Driver
Microsoft SQL Server.
SQL_ROW_DELETED - Static variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
The row has been deleted.
SQL_ROW_DIRTY - Static variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
The row is dirty and needs to be reloaded (internal state).
SQL_ROW_SUCCESS - Static variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
The row is valid.
SQL_SERVER_65_CHARSET_QUERY - Static variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
SQL query to determine the server charset on MS SQL Server 6.5.
SQL_SERVER_INITIAL_SQL - Static variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
SQL Server initial connection string.
SSL - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
Default ssl property.
SSL - Static variable in class net.sourceforge.jtds.jdbc.Driver
 
SSL_AUTHENTICATE - Static variable in interface net.sourceforge.jtds.ssl.Ssl
SSL is required and the server must return a certificate signed by a client-trusted authority.
SSL_CLIENT_FORCE_ENCRYPT - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
SSL Mode - Client requested force encryption.
SSL_ENCRYPT_LOGIN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
SSL Mode - Login packet must be encrypted.
SSL_NO_ENCRYPT - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
SSL Mode - No server certificate installed.
SSL_OFF - Static variable in interface net.sourceforge.jtds.ssl.Ssl
SSL is not used.
SSL_REQUEST - Static variable in interface net.sourceforge.jtds.ssl.Ssl
SSL is requested; a plain socket is used if SSL is not available.
SSL_REQUIRE - Static variable in interface net.sourceforge.jtds.ssl.Ssl
SSL is required; an exception if thrown if SSL is not available.
SSL_SERVER_FORCE_ENCRYPT - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
SSL Mode - Server requested force encryption.
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() - Constructor for class net.sourceforge.jtds.util.SSPIJNIClient
Private constructor for singleton.
SUCCESS_NO_INFO - Static variable in class net.sourceforge.jtds.jdbc.BatchTest
 
SUCCESS_NO_INFO - Static variable in class net.sourceforge.jtds.jdbc.JtdsStatement
 
SYBASE - Static variable in class net.sourceforge.jtds.jdbc.Driver
Sybase ASE.
SYBASE_INITIAL_SQL - Static variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Sybase initial connection string.
SYBASE_SERVER_CHARSET_QUERY - Static variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
SQL query to determine the server charset on Sybase.
SYBBINARY - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
SYBBIT - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
SYBBITN - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
SYBCHAR - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
SYBDATE - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
SYBDATEN - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
SYBDATETIME - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
SYBDATETIME4 - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
SYBDATETIMN - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
SYBDECIMAL - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
SYBFLT8 - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
SYBFLTN - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
SYBIMAGE - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
SYBINT1 - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
SYBINT2 - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
SYBINT4 - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
SYBINT8 - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
SYBINTN - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
SYBLONGBINARY - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
SYBLONGDATA - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
SYBMONEY - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
SYBMONEY4 - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
SYBMONEYN - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
SYBNTEXT - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
SYBNUMERIC - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
SYBNVARCHAR - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
SYBQUERY_PKT - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
TDS 5.0 Query packet.
SYBREAL - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
SYBSINT1 - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
SYBSINT8 - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
SYBTEXT - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
SYBTIME - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
SYBTIMEN - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
SYBUINT2 - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
SYBUINT4 - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
SYBUINT8 - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
SYBUINTN - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
SYBUNIQUE - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
SYBUNITEXT - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
SYBVARBINARY - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
SYBVARCHAR - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
SYBVARIANT - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
SYBVOID - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
SYB_BIGINT - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
Sybase 15+ bigint.
SYB_BITNULL - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
Sybase nullable bit type.
SYB_CHUNK_SIZE - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
SYB_DATETIME - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
Sybase date and time data types.
SYB_EXTCOLINFO - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
Sybase extended column meta data.
SYB_LONGDATA - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
Sybase char and binary > 255.
SYB_LONGVAR_MAX - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
SYB_UNICODE - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
Sybase univarchar etc.
SYB_UNITEXT - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
Sybase 15+ unitext.
SYSTEM_PROPRETY_OS_NAME - Static variable in class net.sourceforge.jtds.jdbc.SupportUnitTest
 
SanityTest - class net.sourceforge.jtds.jdbc.SanityTest.
Some simple tests just to make sure everything is working properly.
SanityTest(String) - Constructor for class net.sourceforge.jtds.jdbc.SanityTest
 
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.
SavepointTest - class net.sourceforge.jtds.jdbc.SavepointTest.
 
SavepointTest(String) - Constructor for class net.sourceforge.jtds.jdbc.SavepointTest
 
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.
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).
SharedLocalNamedPipe(ConnectionJDBC2) - Constructor for class net.sourceforge.jtds.jdbc.SharedLocalNamedPipe
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(ConnectionJDBC2) - Constructor for class net.sourceforge.jtds.jdbc.SharedNamedPipe
Creates a new instance of SharedNamedPipe.
SharedSocket - class net.sourceforge.jtds.jdbc.SharedSocket.
This class manages the physical connection to the SQL Server and serialises its use amongst a number of virtual sockets.
SharedSocket(File, int, int) - Constructor for class net.sourceforge.jtds.jdbc.SharedSocket
 
SharedSocket(ConnectionJDBC2) - Constructor for class net.sourceforge.jtds.jdbc.SharedSocket
Construct a SharedSocket object specifying host name and port.
SharedSocket.VirtualSocket - class net.sourceforge.jtds.jdbc.SharedSocket.VirtualSocket.
This inner class contains the state information for the virtual socket.
SharedSocket.VirtualSocket(int) - Constructor for class net.sourceforge.jtds.jdbc.SharedSocket.VirtualSocket
Construct object to hold state information for each caller.
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.
SocketFactories - class net.sourceforge.jtds.ssl.SocketFactories.
Used for acquiring a socket factory when SSL is enabled.
SocketFactories() - Constructor for class net.sourceforge.jtds.ssl.SocketFactories
 
SocketFactories.TdsTlsSocketFactory - class net.sourceforge.jtds.ssl.SocketFactories.TdsTlsSocketFactory.
The socket factory for creating sockets based on the SSL setting.
SocketFactories.TdsTlsSocketFactory(String, Socket) - Constructor for class net.sourceforge.jtds.ssl.SocketFactories.TdsTlsSocketFactory
Constructs a TdsTlsSocketFactory.
SocketFactoriesSUN - class net.sourceforge.jtds.ssl.SocketFactoriesSUN.
Used for acquiring a socket factory when SSL is enabled.
SocketFactoriesSUN() - Constructor for class net.sourceforge.jtds.ssl.SocketFactoriesSUN
 
SocketFactoriesSUN.TdsTlsSocketFactory - class net.sourceforge.jtds.ssl.SocketFactoriesSUN.TdsTlsSocketFactory.
The socket factory for creating sockets based on the SSL setting.
SocketFactoriesSUN.TdsTlsSocketFactory(String, Socket) - Constructor for class net.sourceforge.jtds.ssl.SocketFactoriesSUN.TdsTlsSocketFactory
Constructs a TdsTlsSocketFactory.
Ssl - interface net.sourceforge.jtds.ssl.Ssl.
SSL settings
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.
StatementProxy(ConnectionProxy, JtdsStatement) - Constructor for class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
 
StatementTest - class net.sourceforge.jtds.jdbc.StatementTest.
 
StatementTest(String) - Constructor for class net.sourceforge.jtds.jdbc.StatementTest
 
SunTest - class net.sourceforge.jtds.jdbc.SunTest.
Test case to illustrate errors reported by SUN JBDC compatibility test suite.
SunTest(String) - Constructor for class net.sourceforge.jtds.jdbc.SunTest
 
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
 
SupportUnitTest - class net.sourceforge.jtds.jdbc.SupportUnitTest.
Unit tests for the Support class.
SupportUnitTest(String) - Constructor for class net.sourceforge.jtds.jdbc.SupportUnitTest
Constructor.
s - Variable in class net.sourceforge.jtds.jdbc.SQLParser
Current position in input buffer.
savepointId - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC3
Counter for generating unique savepoint identifiers
savepointProcInTran - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC3
Maps each savepoint to a list of tmep procedures created since the savepoint
savepoints - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC3
The list of savepoints.
scale - Variable in class net.sourceforge.jtds.jdbc.ColInfo
Column decimal scale
scale - Variable in class net.sourceforge.jtds.jdbc.ParamInfo
Parameter decimal scale
scavengeCache() - Method in class net.sourceforge.jtds.jdbc.cache.ProcedureCache
Removes unused entries trying to bring down the cache to the requested size.
schema - Variable in class net.sourceforge.jtds.jdbc.ColInfo
User owning this column
schema - Variable in class net.sourceforge.jtds.jdbc.TdsCore.TableMetaData
Table schema (user) name.
searchable - Variable in class net.sourceforge.jtds.jdbc.TypeInfo
 
second - Variable in class net.sourceforge.jtds.jdbc.DateTime
Unpacked second value.
securityViolation - Static variable in class net.sourceforge.jtds.jdbc.SharedSocket
Global flag to indicate that security constraints mean that attempts to create work files will fail.
send42LoginPkt(String, String, String, String, String, String, String, String, int) - Method in class net.sourceforge.jtds.jdbc.TdsCore
TDS 4.2 Login Packet.
send50LoginPkt(String, String, String, String, String, String, String, String, int) - Method in class net.sourceforge.jtds.jdbc.TdsCore
TDS 5.0 Login Packet.
sendMSLoginPkt(String, String, String, String, String, String, String, String, String, String, int) - Method in class net.sourceforge.jtds.jdbc.TdsCore
Send a TDS 7 login packet.
sendNetPacket(SharedSocket.VirtualSocket, byte[]) - Method in class net.sourceforge.jtds.jdbc.SharedLocalNamedPipe
Send an network packet.
sendNetPacket(SharedSocket.VirtualSocket, byte[]) - Method in class net.sourceforge.jtds.jdbc.SharedSocket
Send a network packet.
sendNtlmChallengeResponse(byte[], String, String, String) - Method in class net.sourceforge.jtds.jdbc.TdsCore
Send the response to the NTLM authentication challenge.
sendPreLoginPacket(String, boolean) - Method in class net.sourceforge.jtds.jdbc.TdsCore
Send the SQL Server 2000 pre login packet.
sendXaPacket(int[], byte[]) - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Invokes the xp_jtdsxa extended stored procedure on the server.
serialVersionUID - Static variable in class net.sourceforge.jtds.jdbcx.JtdsDataSource
serial version UID
serverCharset - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
The server character set.
serverInfoStrings - Variable in class net.sourceforge.jtds.jdbc.MSSqlServerInfo
 
serverName - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
The server host name.
serverType - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
The make of SQL Server (sybase/microsoft).
serverType - Variable in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
 
serverType - Variable in class net.sourceforge.jtds.jdbc.SQLDiagnostic
SQL Server type.
serverType - Variable in class net.sourceforge.jtds.jdbc.SharedSocket
The servertype one of Driver.SQLSERVER or Driver.SYBASE
serverType - Variable in class net.sourceforge.jtds.jdbc.TdsCore
The make of SQL Server (Sybase/Microsoft).
serverType - Variable in class net.sourceforge.jtds.jdbc.cache.SQLCacheKey
 
setActive(boolean) - Static method in class net.sourceforge.jtds.util.Logger
Deprecated. Use the JDBC standard mechanisms to enable logging.
setAppName(String) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
setArray(int, Array) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
setArray(int, Array) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
Delgates calls to the prepared statement; SQLExceptions thrown from the prepared statement will cause an event to be fired on the connection pool listeners.
setAsciiStream(long) - Method in class net.sourceforge.jtds.jdbc.ClobImpl
 
setAsciiStream(String, InputStream, int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
setAsciiStream(int, InputStream, int) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
setAsciiStream(String, InputStream, int) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
setAsciiStream(int, InputStream, int) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
Delgates calls to the prepared statement; SQLExceptions thrown from the prepared statement will cause an event to be fired on the connection pool listeners.
setAutoCommit(boolean) - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
 
setAutoCommit(boolean) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
setAutoCommit(boolean) - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
Delgates calls to the connection; SQLExceptions thrown from the connection will cause an event to be fired on the connection pool listeners.
setBatchSize(int) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
setBigDecimal(String, BigDecimal) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
setBigDecimal(int, BigDecimal) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
setBigDecimal(String, BigDecimal) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
setBigDecimal(int, BigDecimal) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
Delgates calls to the prepared statement; SQLExceptions thrown from the prepared statement will cause an event to be fired on the connection pool listeners.
setBinaryStream(long) - Method in class net.sourceforge.jtds.jdbc.BlobImpl
 
setBinaryStream(String, InputStream, int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
setBinaryStream(int, InputStream, int) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
setBinaryStream(String, InputStream, int) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
setBinaryStream(int, InputStream, int) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
Delgates calls to the prepared statement; SQLExceptions thrown from the prepared statement will cause an event to be fired on the connection pool listeners.
setBinaryStream(long, boolean) - Method in class net.sourceforge.jtds.util.BlobBuffer
Creates an OutputStream that can be used to update the BLOB.
setBindAddress(String) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
setBlob(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(String, boolean) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
setBoolean(int, boolean) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
setBoolean(String, boolean) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
setBoolean(int, boolean) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
Delgates calls to the prepared statement; SQLExceptions thrown from the prepared statement will cause an event to be fired on the connection pool listeners.
setBuffer(byte[], boolean) - Method in class net.sourceforge.jtds.util.BlobBuffer
Sets the initial buffer to an existing byte array.
setBufferDir(String) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
setBufferMaxMemory(int) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
setBufferMinPackets(int) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
setBufferSize(int) - Method in class net.sourceforge.jtds.jdbc.RequestStream
Set the output buffer size
setByte(String, byte) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
setByte(int, byte) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
setByte(String, byte) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
setByte(int, byte) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
Delgates calls to the prepared statement; SQLExceptions thrown from the prepared statement will cause an event to be fired on the connection pool listeners.
setBytes(long, byte[]) - Method in class net.sourceforge.jtds.jdbc.BlobImpl
 
setBytes(long, byte[], int, int) - Method in class net.sourceforge.jtds.jdbc.BlobImpl
 
setBytes(String, byte[]) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
setBytes(int, byte[]) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
setBytes(String, byte[]) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
setBytes(int, byte[]) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
Delgates calls to the prepared statement; SQLExceptions thrown from the prepared statement will cause an event to be fired on the connection pool listeners.
setBytes(long, byte[], int, int, boolean) - Method in class net.sourceforge.jtds.util.BlobBuffer
Sets the content of the BLOB to the supplied byte array value.
setCacheMetaData(boolean) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
setCaseSensitiveFlag() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
 
setCatalog(String) - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
 
setCatalog(String) - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
Delgates calls to the connection; SQLExceptions thrown from the connection will cause an event to be fired on the connection pool listeners.
setCharacterStream(long) - Method in class net.sourceforge.jtds.jdbc.ClobImpl
 
setCharacterStream(String, Reader, int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
setCharacterStream(int, Reader, int) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
setCharacterStream(String, Reader, int) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
setCharacterStream(int, Reader, int) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
Delgates calls to the prepared statement; SQLExceptions thrown from the prepared statement will cause an event to be fired on the connection pool listeners.
setCharset(String) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
setCharsetInfo(CharsetInfo) - Method in class net.sourceforge.jtds.jdbc.SharedSocket
Set the character set descriptor to be used to translate byte arrays to or from Strings.
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.
setColMetaData(ColInfo[]) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
Update the cached column meta data information.
setColMetaData(ColInfo[]) - Method in class net.sourceforge.jtds.jdbc.ProcEntry
Sets the column meta data.
setColName(int, String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
Set the specified column's name.
setColType(int, int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
Set the specified column's JDBC type.
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.
setCollation(byte[]) - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Set the default collation for this connection.
setColumnCharset(ColInfo, ConnectionJDBC2) - Static method in class net.sourceforge.jtds.jdbc.TdsData
Set the charsetInfo field of ci according to the value of its collation field.
setColumnCount(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
Set the current row's column count.
setColumns(ColInfo[]) - Method in class net.sourceforge.jtds.jdbc.TdsCore
Sets the column meta data.
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.
setDBServerInfo(String, int, int, int) - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Update the connection instance with information about the server.
setDatabase(String, String) - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Called by the protcol to change the current database context.
setDatabaseName(String) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
setDate(String, Date) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
setDate(String, Date, Calendar) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
setDate(int, Date) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
setDate(int, Date, Calendar) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
setDate(String, Date) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
setDate(String, Date, Calendar) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
setDate(int, Date) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
Delgates calls to the prepared statement; SQLExceptions thrown from the prepared statement will cause an event to be fired on the connection pool listeners.
setDate(int, Date, Calendar) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
Delgates calls to the prepared statement; SQLExceptions thrown from the prepared statement will cause an event to be fired on the connection pool listeners.
setDescription(String) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
setDomain(String) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
setDouble(String, double) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
setDouble(int, double) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
setDouble(String, double) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
setDouble(int, double) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
Delgates calls to the prepared statement; SQLExceptions thrown from the prepared statement will cause an event to be fired on the connection pool listeners.
setEscapeProcessing(boolean) - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
 
setEscapeProcessing(boolean) - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
Delgates calls to the statement; SQLExceptions thrown from the statement will cause an event to be fired on the connection pool listeners.
setFetchDirection(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
setFetchDirection(int) - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
 
setFetchDirection(int) - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
Delgates calls to the statement; SQLExceptions thrown from the statement will cause an event to be fired on the connection pool listeners.
setFetchSize(int) - Method in class net.sourceforge.jtds.jdbc.CachedResultSet
 
setFetchSize(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
setFetchSize(int) - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
 
setFetchSize(int) - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
Delgates calls to the statement; SQLExceptions thrown from the statement will cause an event to be fired on the connection pool listeners.
setFloat(String, float) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
setFloat(int, float) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
setFloat(String, float) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
setFloat(int, float) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
Delgates calls to the prepared statement; SQLExceptions thrown from the prepared statement will cause an event to be fired on the connection pool listeners.
setHandle(int) - Method in class net.sourceforge.jtds.jdbc.ProcEntry
Sets the prepared statement handle.
setHoldability(int) - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
 
setHoldability(int) - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
Delgates calls to the connection; SQLExceptions thrown from the connection will cause an event to be fired on the connection pool listeners.
setIn(DataInputStream) - Method in class net.sourceforge.jtds.jdbc.SharedSocket
Setter for SharedSocket.in field.
setInstance(String) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
setInt(String, int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
setInt(int, int) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
setInt(String, int) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
setInt(int, int) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
Delgates calls to the prepared statement; SQLExceptions thrown from the prepared statement will cause an event to be fired on the connection pool listeners.
setKeepAlive(boolean) - Method in class net.sourceforge.jtds.jdbc.SharedSocket
Set the socket keep alive.
setKeepAlive(boolean) - Method in class net.sourceforge.jtds.ssl.TdsTlsSocket
 
setLanguage(String) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
setLastUpdateCount(boolean) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
setLength(long) - Method in class net.sourceforge.jtds.util.BlobBuffer
Retrieves the length of the BLOB buffer (in memory version only).
setLobBuffer(long) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
setLogFile(String) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
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.
setLoginTimeout(int) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
setLong(String, long) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
setLong(int, long) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
setLong(String, long) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
setLong(int, long) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
Delgates calls to the prepared statement; SQLExceptions thrown from the prepared statement will cause an event to be fired on the connection pool listeners.
setMacAddress(String) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
setMaxFieldSize(int) - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
 
setMaxFieldSize(int) - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
Delgates calls to the statement; SQLExceptions thrown from the statement will cause an event to be fired on the connection pool listeners.
setMaxRows(int) - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
 
setMaxRows(int) - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
Delgates calls to the statement; SQLExceptions thrown from the statement will cause an event to be fired on the connection pool listeners.
setMaxStatements(int) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
setMemoryBudget(int) - Static method in class net.sourceforge.jtds.jdbc.SharedSocket
Set the global buffer memory limit for all instances of this driver.
setMinMemPkts(int) - Static method in class net.sourceforge.jtds.jdbc.SharedSocket
Set the minimum number of packets to cache in memory before writing to disk.
setName(String) - Method in class net.sourceforge.jtds.jdbc.ProcEntry
Sets the procedure name.
setNamedPipe(boolean) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
setNetPacketSize(int) - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Sets the network packet size.
setNull(String, int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
setNull(String, int, String) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
setNull(int, int) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
setNull(int, int, String) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
setNull(String, int) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
setNull(String, int, String) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
setNull(int, int) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
Delgates calls to the prepared statement; SQLExceptions thrown from the prepared statement will cause an event to be fired on the connection pool listeners.
setNull(int, int, String) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
Delgates calls to the prepared statement; SQLExceptions thrown from the prepared statement will cause an event to be fired on the connection pool listeners.
setObject(String, Object) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
setObject(String, Object, int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
setObject(String, Object, int, int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
setObject(int, Object) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
setObject(int, Object, int) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
setObject(int, Object, int, int) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
setObject(String, Object, int, int) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
setObject(String, Object, int) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
setObject(String, Object) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
setObject(int, Object, int, int) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
Delgates calls to the prepared statement; SQLExceptions thrown from the prepared statement will cause an event to be fired on the connection pool listeners.
setObject(int, Object, int) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
Delgates calls to the prepared statement; SQLExceptions thrown from the prepared statement will cause an event to be fired on the connection pool listeners.
setObject(int, Object) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
Delgates calls to the prepared statement; SQLExceptions thrown from the prepared statement will cause an event to be fired on the connection pool listeners.
setObjectBase(int, Object, int, int) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
Generic setObject method.
setOnlySqlServerTests(boolean) - Method in class net.sourceforge.jtds.jdbc.DefaultPropertiesTestLibrary
Setter for DefaultPropertiesTestLibrary.onlySqlServerTests.
setOnlyTds70Tests(boolean) - Method in class net.sourceforge.jtds.jdbc.DefaultPropertiesTestLibrary
Setter for DefaultPropertiesTestLibrary.onlyTds70Tests.
setOut(DataOutputStream) - Method in class net.sourceforge.jtds.jdbc.SharedSocket
Setter for SharedSocket.out field.
setOutValue(Object) - Method in class net.sourceforge.jtds.jdbc.ParamInfo
Set the OUT parameter value.
setPacketSize(int) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
setPacketType(byte) - Method in class net.sourceforge.jtds.jdbc.RequestStream
Set the current output packet type.
setParamMetaData(ParamInfo[]) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
Update the cached parameter meta data information.
setParamMetaData(ParamInfo[]) - Method in class net.sourceforge.jtds.jdbc.ProcEntry
Sets the parameter meta data.
setParameter(int, Object, int, int, int) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
Update the ParamInfo object for the specified parameter.
setPassword(String) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
setPipe(SmbNamedPipe) - Method in class net.sourceforge.jtds.jdbc.SharedNamedPipe
Setter for SharedNamedPipe.pipe field.
setPortNumber(int) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
setPrepareSql(int) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
setProcessId(String) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
setProgName(String) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
setQueryTimeout(int) - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
 
setQueryTimeout(int) - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
Delgates calls to the statement; SQLExceptions thrown from the statement will cause an event to be fired on the connection pool listeners.
setReadOnly(boolean) - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
 
setReadOnly(boolean) - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
Delgates calls to the connection; SQLExceptions thrown from the connection will cause an event to be fired on the connection pool listeners.
setRef(int, Ref) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
setRef(int, Ref) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
Delgates calls to the prepared statement; SQLExceptions thrown from the prepared statement will cause an event to be fired on the connection pool listeners.
setRowCount(int) - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Sets the current row count on this connection.
setRowCountAndTextSize(int, int) - Method in class net.sourceforge.jtds.jdbc.TdsCore
Sets the server row count (to limit the number of rows in a result set) and text size (to limit the size of returned TEXT/NTEXT fields).
setSavepoint() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
 
setSavepoint(String) - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
 
setSavepoint(SavepointImpl) - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC3
Add a savepoint to the list maintained by this connection.
setSavepoint() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC3
 
setSavepoint(String) - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC3
 
setSavepoint() - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
Delgates calls to the connection; SQLExceptions thrown from the connection will cause an event to be fired on the connection pool listeners.
setSavepoint(String) - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
Delgates calls to the connection; SQLExceptions thrown from the connection will cause an event to be fired on the connection pool listeners.
setSendStringParametersAsUnicode(boolean) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
setServerCharset(String) - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Called by the protocol to change the current character set.
setServerName(String) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
setServerType(int) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
setShort(String, short) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
setShort(int, short) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
setShort(String, short) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
setShort(int, short) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
Delgates calls to the prepared statement; SQLExceptions thrown from the prepared statement will cause an event to be fired on the connection pool listeners.
setSoTimeout(int) - Method in class net.sourceforge.jtds.ssl.TdsTlsSocket
 
setSocketKeepAlive(boolean) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
setSocketTimeout(int) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
setSsl(String) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
setString(long, String) - Method in class net.sourceforge.jtds.jdbc.ClobImpl
 
setString(long, String, int, int) - Method in class net.sourceforge.jtds.jdbc.ClobImpl
 
setString(String, String) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
setString(int, String) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
setString(String, String) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
setString(int, String) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
Delgates calls to the prepared statement; SQLExceptions thrown from the prepared statement will cause an event to be fired on the connection pool listeners.
setSybaseInfo(int) - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Set the Sybase capability data.
setTcpNoDelay(boolean) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
setTcpNoDelay(boolean) - Method in class net.sourceforge.jtds.ssl.TdsTlsSocket
 
setTds(String) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
setTdsVersion(int) - Method in class net.sourceforge.jtds.jdbc.SharedSocket
Set the TDS version field.
setTester(DefaultPropertiesTester) - Method in class net.sourceforge.jtds.jdbc.DefaultPropertiesTestLibrary
Setter for #tester.
setTextSize(int) - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Sets the current maximum textsize on this connection.
setTime(String, Time) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
setTime(String, Time, Calendar) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
setTime(int, Time) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
setTime(int, Time, Calendar) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
setTime(String, Time) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
setTime(String, Time, Calendar) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
setTime(int, Time) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
Delgates calls to the prepared statement; SQLExceptions thrown from the prepared statement will cause an event to be fired on the connection pool listeners.
setTime(int, Time, Calendar) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
Delgates calls to the prepared statement; SQLExceptions thrown from the prepared statement will cause an event to be fired on the connection pool listeners.
setTimeout(int) - Method in class net.sourceforge.jtds.jdbc.SharedLocalNamedPipe
Set the socket timeout.
setTimeout(int) - Method in class net.sourceforge.jtds.jdbc.SharedNamedPipe
Set the socket timeout.
setTimeout(int) - Method in class net.sourceforge.jtds.jdbc.SharedSocket
Set the socket timeout.
setTimer(int, TimerThread.TimerListener) - Method in class net.sourceforge.jtds.util.TimerThread
Add a timer request to the queue.
setTimestamp(String, Timestamp) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
setTimestamp(String, Timestamp, Calendar) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
setTimestamp(int, Timestamp) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
setTimestamp(int, Timestamp, Calendar) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
setTimestamp(String, Timestamp) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
setTimestamp(String, Timestamp, Calendar) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
setTimestamp(int, Timestamp) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
Delgates calls to the prepared statement; SQLExceptions thrown from the prepared statement will cause an event to be fired on the connection pool listeners.
setTimestamp(int, Timestamp, Calendar) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
Delgates calls to the prepared statement; SQLExceptions thrown from the prepared statement will cause an event to be fired on the connection pool listeners.
setTransactionIsolation(int) - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
 
setTransactionIsolation(int) - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
Delgates calls to the connection; SQLExceptions thrown from the connection will cause an event to be fired on the connection pool listeners.
setTransactionTimeout(int) - Method in class net.sourceforge.jtds.jdbcx.JtdsXAResource
 
setType(int) - Method in class net.sourceforge.jtds.jdbc.ProcEntry
Sets the statement implementation type.
setTypeMap(Map) - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
 
setTypeMap(Map) - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
Delgates calls to the connection; SQLExceptions thrown from the connection will cause an event to be fired on the connection pool listeners.
setURL(String, URL) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
 
setURL(int, URL) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
setURL(String, URL) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
setURL(int, URL) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
Delgates calls to the prepared statement; SQLExceptions thrown from the prepared statement will cause an event to be fired on the connection pool listeners.
setUnicodeStream(int, InputStream, int) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
 
setUnicodeStream(int, InputStream, int) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
Delgates calls to the prepared statement; SQLExceptions thrown from the prepared statement will cause an event to be fired on the connection pool listeners.
setUp() - Method in class net.sourceforge.jtds.jdbc.DatabaseMetaDataTypeInfoTest
 
setUp() - Method in class net.sourceforge.jtds.jdbc.SupportUnitTest
 
setUp() - Method in class net.sourceforge.jtds.jdbc.TestBase
 
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(boolean) - 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.
setupConnectProperties(String, Properties) - Method in class net.sourceforge.jtds.jdbc.Driver
Sets up properties for the Driver.connect(String, java.util.Properties) method.
size - Variable in class net.sourceforge.jtds.jdbc.TdsData.TypeInfo
The size of this type or < 0 for variable sizes.
sizeChanged - Variable in class net.sourceforge.jtds.jdbc.CachedResultSet
Fetch size has been changed.
skip(int) - Method in class net.sourceforge.jtds.jdbc.ResponseStream
Discards bytes from the server response stream.
skipMultiComments() - Method in class net.sourceforge.jtds.jdbc.SQLParser
Skips multi-line comments
skipSingleComments() - Method in class net.sourceforge.jtds.jdbc.SQLParser
Skips single-line comments.
skipString(int) - Method in class net.sourceforge.jtds.jdbc.ResponseStream
Skips a String from the server response stream.
skipToEnd() - Method in class net.sourceforge.jtds.jdbc.ResponseStream
Consumes the rest of the server response, without parsing it.
skipWhiteSpace() - Method in class net.sourceforge.jtds.jdbc.SQLParser
 
socket - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
The network TCP/IP socket.
socket - Variable in class net.sourceforge.jtds.jdbc.RequestStream
The shared network socket.
socket - Variable in class net.sourceforge.jtds.jdbc.ResponseStream
The shared network socket.
socket - Variable in class net.sourceforge.jtds.jdbc.SharedSocket
The shared network socket.
socket - Variable in class net.sourceforge.jtds.jdbc.TdsCore
The Shared network socket object.
socket - Variable in class net.sourceforge.jtds.ssl.SocketFactories.TdsTlsSocketFactory
 
socket - Variable in class net.sourceforge.jtds.ssl.SocketFactoriesSUN.TdsTlsSocketFactory
 
socketKeepAlive - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
True to enable socket keep alive.
socketTable - Variable in class net.sourceforge.jtds.jdbc.SharedSocket
Table of stream objects sharing this socket.
socketTimeout - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Socket timeout value in seconds or 0.
sortToCharsetMap - Static variable in class net.sourceforge.jtds.jdbc.CharsetInfo
Sort order to Java charset map.
spSequenceNo - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Stored procedure unique ID number.
split(String, int) - Static method in class net.sourceforge.jtds.jdbc.MSSqlServerInfo
 
sql - Variable in class net.sourceforge.jtds.jdbc.CachedResultSet
Original SQL statement.
sql - Variable in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
The SQL statement being prepared.
sql - Variable in class net.sourceforge.jtds.jdbc.SQLParser
Original SQL string
sql - Variable in class net.sourceforge.jtds.jdbc.cache.SQLCacheKey
 
sqlDataType - Variable in class net.sourceforge.jtds.jdbc.TypeInfo
 
sqlDatetimeSub - Variable in class net.sourceforge.jtds.jdbc.TypeInfo
 
sqlStateXOpen - Static variable in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
 
sqlType - Variable in class net.sourceforge.jtds.jdbc.ColInfo
The SQL type name for this column.
sqlType - Variable in class net.sourceforge.jtds.jdbc.ParamInfo
SQL type name eg varchar(10)
sqlType - Variable in class net.sourceforge.jtds.jdbc.TdsData.TypeInfo
The SQL type name.
sqlWord - Variable in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
The first SQL keyword in the SQL string.
ssl - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
SSL setting.
ssl - Variable in class net.sourceforge.jtds.ssl.SocketFactories.TdsTlsSocketFactory
 
ssl - Variable in class net.sourceforge.jtds.ssl.SocketFactoriesSUN.TdsTlsSocketFactory
 
sslMode - Variable in class net.sourceforge.jtds.jdbc.TdsCore
Indicates type of SSL connection.
sslSocket - Variable in class net.sourceforge.jtds.jdbc.SharedSocket
The shared SSL network socket;
sspiJNIClient - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
A reference to ntlm.SSPIJNIClient.
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.
startThreads(Connection) - Static method in class net.sourceforge.jtds.jdbc.PreparedStatementTest.TestMultiThread
 
statement - Variable in class net.sourceforge.jtds.jdbc.JtdsResultSet
The parent statement.
statementCache - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Statement cache.
statements - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
List of statements associated with this connection.
status - Variable in class net.sourceforge.jtds.jdbc.TdsCore.TdsToken
The status field from a DONE packet.
stopTimer() - Static method in class net.sourceforge.jtds.util.TimerThread
Completely stops the timer and its underlying Java thread, discarding all pending timeouts.
storesLowerCaseIdentifiers() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Does the database treat mixed case unquoted SQL identifiers as case insensitive and store them in lower case?
storesLowerCaseQuotedIdentifiers() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Does the database treat mixed case quoted SQL identifiers as case insensitive and store them in lower case?
storesMixedCaseIdentifiers() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Does the database treat mixed case unquoted SQL identifiers as case insensitive and store them in mixed case?
storesMixedCaseQuotedIdentifiers() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Does the database treat mixed case quoted SQL identifiers as case insensitive and store them in mixed case?
storesUpperCaseIdentifiers() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Does the database treat mixed case unquoted SQL identifiers as case insensitive and store them in upper case?
storesUpperCaseQuotedIdentifiers() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Does the database treat mixed case quoted SQL identifiers as case insensitive and store them in upper case?
stringValue - Variable in class net.sourceforge.jtds.jdbc.DateTime
Cached value of the datetime as a String.
submitSQL(String) - Method in class net.sourceforge.jtds.jdbc.TdsCore
Submit a simple SQL statement to the server and process all output.
substituteParamMarkers(String, ParamInfo[]) - Static method in class net.sourceforge.jtds.jdbc.Support
Update the SQL string and replace the ?
substituteParameters(String, ParamInfo[], ConnectionJDBC2) - Static method in class net.sourceforge.jtds.jdbc.Support
Substitute actual data for the parameter markers to simulate parameter substitution in a PreparedStatement.
suite(String) - Static method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2UnitTest.Test_ConnectionJDBC2_unpackProperties
Construct a test suite for this library.
suite() - Static method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2UnitTest
Construct a test suite for this class.
suite() - Static method in class net.sourceforge.jtds.jdbc.DefaultPropertiesTestLibrary
Provides a null test suite so that JUnit will not try to instantiate this class directly.
suite(String) - Static method in class net.sourceforge.jtds.jdbc.DriverUnitTest.Test_Driver_getPropertyInfo
Construct a test suite for this library.
suite(String) - Static method in class net.sourceforge.jtds.jdbc.DriverUnitTest.Test_Driver_setupConnectProperties
Construct a test suite for this library.
suite() - Static method in class net.sourceforge.jtds.jdbc.DriverUnitTest
Construct a test suite for this class.
suite() - Static method in class net.sourceforge.jtds.jdbc.LargeLOBTest
Only run the test suite if the "jTDS.runLargeLOBTest" system property is defined, as the test takes A LOT of time to execute.
suite() - Static method in class net.sourceforge.jtds.jdbc.MessagesPropertiesUnitTest.TestDescriptionHasProperty
Provides a null test suite so that JUnit will not try to instantiate this class directly.
suite() - Static method in class net.sourceforge.jtds.jdbc.MessagesPropertiesUnitTest.TestPropertyHasDescription
Provides a null test suite so that JUnit will not try to instantiate this class directly.
suite() - Static method in class net.sourceforge.jtds.jdbc.MessagesPropertiesUnitTest
Construct a test suite for this class.
suite() - Static method in class net.sourceforge.jtds.jdbc.SunTest
 
suite() - Static method in class net.sourceforge.jtds.jdbc.Tds5Test
 
suite() - Static method in class net.sourceforge.jtds.jdbc.Tds8Test
 
suite() - Static method in class net.sourceforge.jtds.jdbcx.JtdsDataSourceTest
Construct a test suite for this class.
suite() - Static method in class net.sourceforge.jtds.jdbcx.JtdsObjectFactoryTest
 
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?
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?
supportsBatchUpdates() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
JDBC 2.0 Indicates whether the driver supports batch updates.
supportsCatalogsInDataManipulation() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Can a catalog name be used in a data manipulation statement?
supportsCatalogsInIndexDefinitions() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Can a catalog name be used in an index definition statement?
supportsCatalogsInPrivilegeDefinitions() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Can a catalog name be used in a privilege definition statement?
supportsCatalogsInProcedureCalls() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Can a catalog name be used in a procedure call statement?
supportsCatalogsInTableDefinitions() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Can a catalog name be used in a table definition statement?
supportsColumnAliasing() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Retrieves whether this database supports column aliasing.
supportsConvert() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Is the CONVERT function between SQL types supported?
supportsConvert(int, int) - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Is CONVERT between the given SQL types supported?
supportsCoreSQLGrammar() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Is the ODBC Core SQL grammar supported?
supportsCorrelatedSubqueries() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Retrieves whether this database supports correlated subqueries.
supportsDataDefinitionAndDataManipulationTransactions() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Are both data definition and data manipulation statements within a transaction supported?
supportsDataManipulationTransactionsOnly() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Are only data manipulation statements within a transaction supported?
supportsDifferentTableCorrelationNames() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
If table correlation names are supported, are they restricted to be different from the names of the tables?
supportsExpressionsInOrderBy() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Are expressions in "ORDER BY" lists supported?
supportsExtendedSQLGrammar() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Is the ODBC Extended SQL grammar supported?
supportsFullOuterJoins() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Are full nested outer joins supported?
supportsGetGeneratedKeys() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Returns true if getting auto-generated keys is supported after a statment is executed; returns false otherwise
supportsGroupBy() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Is some form of "GROUP BY" clause supported?
supportsGroupByBeyondSelect() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Can a "GROUP BY" clause add columns not in the SELECT provided it specifies all the columns in the SELECT?
supportsGroupByUnrelated() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Can a "GROUP BY" clause use columns not in the SELECT?
supportsIntegrityEnhancementFacility() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Is the SQL Integrity Enhancement Facility supported?
supportsLikeEscapeClause() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Retrieves whether this database supports specifying a LIKE escape clause.
supportsLimitedOuterJoins() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Retrieves whether this database provides limited support for outer joins.
supportsMinimumSQLGrammar() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Retrieves whether this database supports the ODBC Minimum SQL grammar.
supportsMixedCaseIdentifiers() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Retrieves whether this database treats mixed case unquoted SQL identifiers as case sensitive and as a result stores them in mixed case.
supportsMixedCaseQuotedIdentifiers() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Retrieves whether this database treats mixed case quoted SQL identifiers as case sensitive and as a result stores them in mixed case.
supportsMultipleOpenResults() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Returns true if Callable statements can return multiple result sets; returns false if they can only return one result set.
supportsMultipleResultSets() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Are multiple ResultSets from a single execute supported?
supportsMultipleTransactions() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Can we have multiple transactions open at once (on different connections)?
supportsNamedParameters() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Returns true if the database supports named parameters; returns false if the database does not support named parameters.
supportsNonNullableColumns() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Retrieves whether columns in this database may be defined as non-nullable.
supportsOpenCursorsAcrossCommit() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Can cursors remain open across commits?
supportsOpenCursorsAcrossRollback() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Can cursors remain open across rollbacks?
supportsOpenStatementsAcrossCommit() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Can statements remain open across commits?
supportsOpenStatementsAcrossRollback() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Can statements remain open across rollbacks?
supportsOrderByUnrelated() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Can an "ORDER BY" clause use columns not in the SELECT?
supportsOuterJoins() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Is some form of outer join supported?
supportsPositionedDelete() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Is positioned DELETE supported?
supportsPositionedUpdate() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Is positioned UPDATE supported?
supportsResultSetConcurrency(int, int) - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Does the database support the concurrency type in combination with the given result set type?
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?
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?
sybStates - Static variable in class net.sourceforge.jtds.jdbc.SQLDiagnostic
Map to convert Sybase SQL server error codes to ANSI SQLSTATE codes.
sybaseInfo - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Sybase capability mask.
sybasePrepare(String, ParamInfo[]) - Method in class net.sourceforge.jtds.jdbc.TdsCore
Creates a light weight stored procedure on a Sybase server.
sybaseUnPrepare(String) - Method in class net.sourceforge.jtds.jdbc.TdsCore
Drops a Sybase temporary stored procedure.
syscall(String, String) - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Format the supplied procedure call as a valid JDBC call escape.
sysnameLength - Variable in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Length of a sysname object (table name, catalog name etc.) -- 128 for TDS 7.0, 30 for earlier versions.

T

TCPNODELAY - Static variable in class net.sourceforge.jtds.jdbc.Driver
 
TCP_NODELAY - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
Default tcpNoDelay property.
TDS - Static variable in class net.sourceforge.jtds.jdbc.Driver
 
TDS42 - Static variable in class net.sourceforge.jtds.jdbc.Driver
TDS 4.2 protocol (SQL Server 6.5 and later and Sybase 9 and later).
TDS50 - Static variable in class net.sourceforge.jtds.jdbc.Driver
TDS 5.0 protocol (Sybase 10 and later).
TDS5_DYNAMIC_TOKEN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
TDS 5.0 Dynamic SQL token.
TDS5_PARAMFMT2_TOKEN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
TDS 5.0 Parameter format token.
TDS5_PARAMFMT_TOKEN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
TDS 5.0 parameter descriptor token.
TDS5_PARAMS_TOKEN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
TDS 5.0 parameter value token.
TDS5_WIDE_RESULT - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
TSD 5.0 Wide result set token.
TDS70 - Static variable in class net.sourceforge.jtds.jdbc.Driver
TDS 7.0 protocol (SQL Server 7.0 and later).
TDS7_RESULT_TOKEN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
TDS 7.0 Result set column meta data token.
TDS80 - Static variable in class net.sourceforge.jtds.jdbc.Driver
TDS 8.0 protocol (SQL Server 2000 and later)
TDS81 - Static variable in class net.sourceforge.jtds.jdbc.Driver
TDS 8.1 protocol (SQL Server 2000 SP1 and later).
TDS_ALTROW - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
TDS Computed result set data row token.
TDS_AUTH_TOKEN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
TDS 7.0 NTLM authentication challenge token.
TDS_CAP_TOKEN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
TDS 5.0 capabilities token.
TDS_CLOSE_TOKEN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
TDS 5.0 Close token.
TDS_COLFMT_TOKEN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
TDS 4.2 Column meta data token.
TDS_COLINFO_TOKEN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
TDS Cursor results column infomation token.
TDS_COLNAME_TOKEN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
TDS 4.2 Column names token.
TDS_COMP_NAMES_TOKEN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
TDS Computed result set names token.
TDS_COMP_RESULT_TOKEN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
TDS Computed result set token.
TDS_CONTROL_TOKEN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
TDS control token.
TDS_DBRPC_TOKEN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
TDS 5.0 RPC token.
TDS_DONEINPROC_TOKEN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
TDS done in procedure token.
TDS_DONEPROC_TOKEN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
TDS done procedure token.
TDS_DONE_LEN - Static variable in class net.sourceforge.jtds.jdbc.SharedSocket
Length of a TDS_DONE token.
TDS_DONE_TOKEN - Static variable in class net.sourceforge.jtds.jdbc.SharedSocket
TDS done token.
TDS_DONE_TOKEN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
TDS done token.
TDS_ENVCHANGE_TOKEN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
TDS environment change token.
TDS_ENV_CHARSET - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
Environment change: charset changed.
TDS_ENV_DATABASE - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
Environment change: database changed.
TDS_ENV_LANG - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
Environment change: language changed.
TDS_ENV_LCID - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
Environment change: locale changed.
TDS_ENV_PACKSIZE - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
Environment change: network packet size changed.
TDS_ENV_SQLCOLLATION - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
Environment change: TDS 8 collation changed.
TDS_ERROR_TOKEN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
TDS error result token.
TDS_HDR_LEN - Static variable in class net.sourceforge.jtds.jdbc.SharedSocket
Length of TDS packet header.
TDS_INFO_TOKEN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
TDS Information message token.
TDS_LANG_TOKEN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
TDS 5.0 Language token.
TDS_LOGINACK_TOKEN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
TDS Login acknowledgement token.
TDS_MSG50_TOKEN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
TDS 5.0 message token.
TDS_OFFSETS_TOKEN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
TDS DBLIB Offsets token.
TDS_ORDER_TOKEN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
TDS Order by columns token.
TDS_PARAM_TOKEN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
TDS Output parameter value token.
TDS_PROCID - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
TDS Procedure ID token.
TDS_RESULT_TOKEN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
TDS 5.0 Result set column meta data token.
TDS_RETURNSTATUS_TOKEN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
TDS Procedure call return status token.
TDS_ROW_TOKEN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
TDS Result set data row token.
TDS_TABNAME_TOKEN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
TDS Table name token.
TDS_VERSION_42 - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
Default tds property for TDS 4.2.
TDS_VERSION_50 - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
Default tds property for TDS 5.0.
TDS_VERSION_70 - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
Default tds property for TDS 7.0.
TDS_VERSION_80 - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
Default tds property for TDS 8.0.
TEMPORARY_STORED_PROCEDURES - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
Prepare SQL using temporary stored procedures
THREAD_MAX - Static variable in class net.sourceforge.jtds.jdbc.PreparedStatementTest.TestMultiThread
 
TIMEOUT_CANCEL - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
Cancel has been generated by a query timeout.
TIME_NOT_USED - Static variable in class net.sourceforge.jtds.jdbc.DateTime
Indicates time value not used.
TIME_ZERO - Static variable in class net.sourceforge.jtds.jdbc.Support
 
TLS_HEADER_SIZE - Static variable in interface net.sourceforge.jtds.ssl.Ssl
Size of TLS record header.
TM_ID - Static variable in class net.sourceforge.jtds.jdbc.XASupport
xa_open login string unique to jTDS.
TRANSACTION_SNAPSHOT - Static variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
SQL Server custom transaction isolation level.
TYPE_ALERT - Static variable in interface net.sourceforge.jtds.ssl.Ssl
TLS Alert record type.
TYPE_APPLICATIONDATA - Static variable in interface net.sourceforge.jtds.ssl.Ssl
TLS Application data record.
TYPE_CHANGECIPHERSPEC - Static variable in interface net.sourceforge.jtds.ssl.Ssl
TLS Change Cipher Spec record type.
TYPE_CLIENTHELLO - Static variable in interface net.sourceforge.jtds.ssl.Ssl
TLS Hand shake client hello sub type.
TYPE_CLIENTKEYEXCHANGE - Static variable in interface net.sourceforge.jtds.ssl.Ssl
TLS Hand shake client key exchange sub type.
TYPE_HANDSHAKE - Static variable in interface net.sourceforge.jtds.ssl.Ssl
TLS Handshake record.
Tds5Test - class net.sourceforge.jtds.jdbc.Tds5Test.
Test case to illustrate use of TDS 5 support.
Tds5Test(String) - Constructor for class net.sourceforge.jtds.jdbc.Tds5Test
 
Tds8Test - class net.sourceforge.jtds.jdbc.Tds8Test.
Test case to illustrate use of TDS 8 support
Tds8Test(String) - Constructor for class net.sourceforge.jtds.jdbc.Tds8Test
 
TdsCore - class net.sourceforge.jtds.jdbc.TdsCore.
This class implements the Sybase / Microsoft TDS protocol.
TdsCore(ConnectionJDBC2, SQLDiagnostic) - Constructor for class net.sourceforge.jtds.jdbc.TdsCore
Construct a TdsCore object.
TdsCore.TableMetaData - class net.sourceforge.jtds.jdbc.TdsCore.TableMetaData.
Inner static class used to hold table meta data.
TdsCore.TableMetaData() - Constructor for class net.sourceforge.jtds.jdbc.TdsCore.TableMetaData
 
TdsCore.TdsToken - class net.sourceforge.jtds.jdbc.TdsCore.TdsToken.
Inner static class used to hold information about TDS tokens read.
TdsCore.TdsToken() - Constructor for class net.sourceforge.jtds.jdbc.TdsCore.TdsToken
 
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.
TdsData.TypeInfo - class net.sourceforge.jtds.jdbc.TdsData.TypeInfo.
This class implements a descriptor for TDS data types;
TdsData.TypeInfo(String, int, int, int, boolean, boolean, int) - Constructor for class net.sourceforge.jtds.jdbc.TdsData.TypeInfo
Construct a new TDS data type descriptor.
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.
TestBase - class net.sourceforge.jtds.jdbc.TestBase.
 
TestBase(String) - Constructor for class net.sourceforge.jtds.jdbc.TestBase
 
TimeZoneTest - class net.sourceforge.jtds.jdbc.TimeZoneTest.
Tests timezone conversions when setting and getting data to and from the database.
TimeZoneTest(String) - Constructor for class net.sourceforge.jtds.jdbc.TimeZoneTest
 
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.
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.
TimerThread.TimerRequest(int, TimerThread.TimerListener) - Constructor for class net.sourceforge.jtds.util.TimerThread.TimerRequest
Create a TimerRequest.
TimestampTest - class net.sourceforge.jtds.jdbc.TimestampTest.
test getting timestamps from the database.
TimestampTest(String) - Constructor for class net.sourceforge.jtds.jdbc.TimestampTest
 
TlsTest - class net.sourceforge.jtds.jdbc.TlsTest.
Test for SSL TLS.
TlsTest(String) - Constructor for class net.sourceforge.jtds.jdbc.TlsTest
 
TypeInfo - class net.sourceforge.jtds.jdbc.TypeInfo.
Represents an SQL data type as required by getTypeInfo().
TypeInfo(ResultSet, boolean) - Constructor for class net.sourceforge.jtds.jdbc.TypeInfo
 
TypeInfo(String, int, boolean) - Constructor for class net.sourceforge.jtds.jdbc.TypeInfo
For testing only.
TypeInfoTest - class net.sourceforge.jtds.jdbc.TypeInfoTest.
Tests for the TypeInfo class.
TypeInfoTest(String) - Constructor for class net.sourceforge.jtds.jdbc.TypeInfoTest
 
tableName - Variable in class net.sourceforge.jtds.jdbc.CachedResultSet
First table name in select.
tableName - Variable in class net.sourceforge.jtds.jdbc.ColInfo
Table name owning this column
tableName - Variable in class net.sourceforge.jtds.jdbc.SQLParser
First table name in from clause
tables - Variable in class net.sourceforge.jtds.jdbc.TdsCore
The array of table names associated with this result.
tail - Variable in class net.sourceforge.jtds.jdbc.cache.ProcedureCache
Tail node of the linked list.
target - Variable in class net.sourceforge.jtds.util.TimerThread.TimerRequest
Target to notify when the timeout expires.
tcpNoDelay - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
TCP_NODELAY
tds - Variable in class net.sourceforge.jtds.jdbc.JtdsStatement
The TDS object used for server access.
tds - Variable in class net.sourceforge.jtds.jdbc.ResponseStream.TdsInputStream
The underlying ResponseStream.
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.
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.
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.
tds8SpNames - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
Map of system stored procedures that have shortcuts in TDS8.
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.
tdsComputedResultToken() - Method in class net.sourceforge.jtds.jdbc.TdsCore
Process meta data for the computed result set complementing the current result set.
tdsComputedRowToken() - Method in class net.sourceforge.jtds.jdbc.TdsCore
Process computed row data.
tdsControlToken() - Method in class net.sourceforge.jtds.jdbc.TdsCore
Process a control token (function unknown).
tdsDefaults - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
Default TDS version based on server type
tdsDoneToken() - Method in class net.sourceforge.jtds.jdbc.TdsCore
Process a DONE, DONEINPROC or DONEPROC token.
tdsEnvChangeToken() - Method in class net.sourceforge.jtds.jdbc.TdsCore
Process an environment change packet.
tdsErrorToken() - Method in class net.sourceforge.jtds.jdbc.TdsCore
Process a TD4/TDS7 error or informational message.
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.
tdsType - Variable in class net.sourceforge.jtds.jdbc.ColInfo
Internal TDS data type
tdsType - Variable in class net.sourceforge.jtds.jdbc.ParamInfo
Internal TDS data type
tdsVersion - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
The server protocol version.
tdsVersion - Variable in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
 
tdsVersion - Variable in class net.sourceforge.jtds.jdbc.SharedSocket
Tds protocol version
tdsVersion - Variable in class net.sourceforge.jtds.jdbc.TdsCore
The TDS version being supported by this connection.
tearDown() - Method in class net.sourceforge.jtds.jdbc.DatabaseMetaDataTypeInfoTest
 
tearDown() - Method in class net.sourceforge.jtds.jdbc.SupportUnitTest
 
tearDown() - Method in class net.sourceforge.jtds.jdbc.TestBase
 
tempResultSet - Variable in class net.sourceforge.jtds.jdbc.CachedResultSet
True if this is a local temporary result set.
terminator - Variable in class net.sourceforge.jtds.jdbc.SQLParser
Current expected terminator character.
test() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC3Test.testTimerStopHelper
The actual test, creates and closes a number of connections.
test1899Date() - Method in class net.sourceforge.jtds.jdbc.TimestampTest
Test for bug [1234531] Dates before 01/01/1900 broken due to DateTime value markers.
testAbsoluteLargeValue() - Method in class net.sourceforge.jtds.jdbc.ResultSetTest
Test that calling absolute() with very large positive values positions the cursor after the last row and with very large negative values positions the cursor before the first row.
testAbsoluteMinusOne() - Method in class net.sourceforge.jtds.jdbc.ResultSetTest
Test that absolute(-1) works the same as last().
testAddNonNullProperties() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSourceTest
ensure only non-null properties are added
testArithmeticOverflow() - Method in class net.sourceforge.jtds.jdbc.PreparedStatementTest
Test for bug [1374127], Arithmetic overflow at sql_variant.
testAutoCommit() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2UnitTest
Test for bug [1296482] setAutoCommit() behaviour.
testAutoIncrement() - Method in class net.sourceforge.jtds.jdbc.ResultSetTest
Test for bug #690, IS_AUTOINCREMENT invalid for identity columns.
testBatch() - Method in class net.sourceforge.jtds.jdbc.BatchTest
Test batched statements.
testBatch1() - Method in class net.sourceforge.jtds.jdbc.AsTest
 
testBatchDupKey() - Method in class net.sourceforge.jtds.jdbc.BatchTest
Test for bug [1371295] SQL Server continues after duplicate key error.
testBatchEsc() - Method in class net.sourceforge.jtds.jdbc.BatchTest
Test for bug [1180169] JDBC escapes not allowed with Sybase addBatch.
testBatchUpdateCounts() - Method in class net.sourceforge.jtds.jdbc.BatchTest
test for bug [2827931] that implicitly also tests for bug [1811383] example for statement that produces multiple update counts unexpectedly: IF sessionproperty('ARITHABORT') = 0 SET ARITHABORT ON
testBatchUpdates0015() - Method in class net.sourceforge.jtds.jdbc.SAfeTest
Test batch updates for both plain and prepared statements.
testBigDecBadParamSpec() - Method in class net.sourceforge.jtds.jdbc.PreparedStatementTest
Test for bug [1094621] Decimal conversion error: A prepared statement with a decimal parameter that is -1E38 will fail as a result of the driver generating a parameter specification of decimal(38,10) rather than decimal(38,0).
testBigDecimal() - Method in class net.sourceforge.jtds.jdbc.AsTest
 
testBigDecimal() - Method in class net.sourceforge.jtds.jdbc.CallableStatementTest
Test for bug [1236078] Procedure doesn't get called for some BigDecimal values - invalid bug.
testBigDecimal0007() - Method in class net.sourceforge.jtds.jdbc.SAfeTest
Test BigDecimals created from double values (i.e with very large scales).
testBigDecimal1() - Method in class net.sourceforge.jtds.jdbc.SAfeTest
Test for bug [939206] TdsException: can't sent this BigDecimal
testBigInt() - Method in class net.sourceforge.jtds.jdbc.AsTest
 
testBigInt1() - Method in class net.sourceforge.jtds.jdbc.Tds8Test
 
testBigInt2() - Method in class net.sourceforge.jtds.jdbc.Tds8Test
Test BIGINT data type.
testBigint() - Method in class net.sourceforge.jtds.jdbc.Tds5Test
Test Sybase ASE 15+ bigint data type.
testBigint0000() - Method in class net.sourceforge.jtds.jdbc.TimestampTest
 
testBinary() - Method in class net.sourceforge.jtds.jdbc.AsTest
 
testBitFields0005() - Method in class net.sourceforge.jtds.jdbc.SAfeTest
Check that values returned from bit fields are correct (not just 0) (bug #841670).
testBlob0021() - Method in class net.sourceforge.jtds.jdbc.TimestampTest
 
testBlobEmpty() - Method in class net.sourceforge.jtds.jdbc.LOBTest
Test for bug [1062395] Empty (but not null) blobs should return byte[0].
testBlobGet1() - Method in class net.sourceforge.jtds.jdbc.LOBTest
BLOB TESTS **
testBlobGet2() - Method in class net.sourceforge.jtds.jdbc.LOBTest
 
testBlobGetBytes1() - Method in class net.sourceforge.jtds.jdbc.LOBTest
Test for bug [989399] blob.getBytes() from 0.
testBlobGetBytes2() - Method in class net.sourceforge.jtds.jdbc.LOBTest
 
testBlobGetBytes3() - Method in class net.sourceforge.jtds.jdbc.LOBTest
 
testBlobLength1() - Method in class net.sourceforge.jtds.jdbc.LOBTest
 
testBlobMethods() - Method in class net.sourceforge.jtds.jdbc.LOBTest
Test for bug [1172405] BLOB/CLOB position methods fail.
testBlobSet1() - Method in class net.sourceforge.jtds.jdbc.LOBTest
 
testBlobSet2() - Method in class net.sourceforge.jtds.jdbc.LOBTest
 
testBlobSet3() - Method in class net.sourceforge.jtds.jdbc.LOBTest
 
testBlobSet4() - Method in class net.sourceforge.jtds.jdbc.LOBTest
 
testBlobSet5() - Method in class net.sourceforge.jtds.jdbc.LOBTest
 
testBlobSet6() - Method in class net.sourceforge.jtds.jdbc.LOBTest
 
testBlobSet7() - Method in class net.sourceforge.jtds.jdbc.LOBTest
 
testBlobSet8() - Method in class net.sourceforge.jtds.jdbc.LOBTest
Test inserting from an InputStream that doesn't fill the buffer on read().
testBlobSetNull1() - Method in class net.sourceforge.jtds.jdbc.LOBTest
 
testBlobSetNull10() - Method in class net.sourceforge.jtds.jdbc.LOBTest
 
testBlobSetNull11() - Method in class net.sourceforge.jtds.jdbc.LOBTest
 
testBlobSetNull2() - Method in class net.sourceforge.jtds.jdbc.LOBTest
 
testBlobSetNull3() - Method in class net.sourceforge.jtds.jdbc.LOBTest
 
testBlobSetNull4() - Method in class net.sourceforge.jtds.jdbc.LOBTest
Test for bug [985956] Cannot setObject(null) on image.
testBlobSetNull5() - Method in class net.sourceforge.jtds.jdbc.LOBTest
 
testBlobSetNull6() - Method in class net.sourceforge.jtds.jdbc.LOBTest
 
testBlobSetNull7() - Method in class net.sourceforge.jtds.jdbc.LOBTest
 
testBlobSetNull8() - Method in class net.sourceforge.jtds.jdbc.LOBTest
 
testBlobSetNull9() - Method in class net.sourceforge.jtds.jdbc.LOBTest
 
testBlobTruncate1() - Method in class net.sourceforge.jtds.jdbc.LOBTest
 
testBlobUpdate1() - Method in class net.sourceforge.jtds.jdbc.LOBTest
 
testBlobUpdate2() - Method in class net.sourceforge.jtds.jdbc.LOBTest
 
testBlobUpdate3() - Method in class net.sourceforge.jtds.jdbc.LOBTest
 
testBlobUpdate4() - Method in class net.sourceforge.jtds.jdbc.LOBTest
 
testBlobUpdate5() - Method in class net.sourceforge.jtds.jdbc.LOBTest
Test Long blob manipulation including updates to the middle of the Blob.
testBoolean() - Method in class net.sourceforge.jtds.jdbc.AsTest
 
testBooleanOptions() - Method in class net.sourceforge.jtds.jdbc.DatabaseMetaDataJDBC3Test
Test meta data functions that return boolean values.
testBooleanOptions() - Method in class net.sourceforge.jtds.jdbc.DatabaseMetaDataTest
Test meta data functions that return boolean values.
testBug457955() - Method in class net.sourceforge.jtds.jdbc.AsTest
 
testBug473() - Method in class net.sourceforge.jtds.jdbc.StatementTest
Test for bug #473, Statement.setMaxRows() also effects INSERT, UPDATE, DELETE and SELECT INTO.
testBug500() - Method in class net.sourceforge.jtds.jdbc.StatementTest
Test for bug #500, Statement.execute() raises executeQuery() exception if using cursors (useCursors=true) and SHOWPLAN_ALL is set to ON.
testBug528() - Method in class net.sourceforge.jtds.jdbc.StatementTest
Regression test for bug #528, ResultSet not getting populated correctly with autogenerated keys.
testBug544() - Method in class net.sourceforge.jtds.jdbc.StatementTest
Test for bug #544, getMoreResults() does not work with insert triggers.
testBug559() - Method in class net.sourceforge.jtds.jdbc.StatementTest
Test for bug #559, unique constraint violation error hidden by an internal jTDS error.
testBug609() - Method in class net.sourceforge.jtds.jdbc.StatementTest
Test for bug #609, slow finalization in SharedSocket#closeStream() can block JVM finalizer thread or cause OOM errors.
testBug635() - Method in class net.sourceforge.jtds.jdbc.StatementTest
Test for bug #635, select from a view with order by clause doesn't work if correctly if using Statement.setMaxRows().
testBug637() - Method in class net.sourceforge.jtds.jdbc.CallableStatementTest
 
testBug638() - Method in class net.sourceforge.jtds.jdbc.TimestampTest
Test for bug #638, preparedStatement.setTimestamp sets seconds to 0.
testBug644() - Method in class net.sourceforge.jtds.jdbc.ResultSetTest
Test for bug #644, updateNull not working with MSSQL DECIMAL field.
testBug657() - Method in class net.sourceforge.jtds.jdbc.PreparedStatementTest
 
testBug673() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2UnitTest
Regression test for bug #673, function expansion causes buffer overflow.
testBugAttTest2() - Method in class net.sourceforge.jtds.jdbc.AsTest
 
testBytesToString() - Method in class net.sourceforge.jtds.jdbc.SAfeTest
Test that getString() on a varbinary column returns a hex string.
testBytesToVarchar() - Method in class net.sourceforge.jtds.jdbc.EncodingTest
Test for bug [101956] updateBytes converted to hex in varchar

NB Test assumes server using iso_1 character set.

testCachedCursor() - Method in class net.sourceforge.jtds.jdbc.ClientSideCursorTest
General test of scrollable cursor functionality.
testCalculateBufferSize_TDS42() - Method in class net.sourceforge.jtds.jdbc.NamedPipeUnitTest
Test that Support.calculateNamedPipeBufferSize(int, int) sets the buffer size appropriately for TDS 4.2 when the packet size is set to 0.
testCalculateBufferSize_TDS50() - Method in class net.sourceforge.jtds.jdbc.NamedPipeUnitTest
Test that Support.calculateNamedPipeBufferSize(int, int) sets the buffer size appropriately for TDS 5.0 when the packet size is set to 0.
testCalculateBufferSize_TDS70() - Method in class net.sourceforge.jtds.jdbc.NamedPipeUnitTest
Test that Support.calculateNamedPipeBufferSize(int, int) sets the buffer size appropriately for TDS 7.0 when the packet size is set to 0.
testCalculateBufferSize_TDS80() - Method in class net.sourceforge.jtds.jdbc.NamedPipeUnitTest
Test that Support.calculateNamedPipeBufferSize(int, int) sets the buffer size appropriately for TDS 8.0 when the packet size is set to 0.
testCallStmtBatch() - Method in class net.sourceforge.jtds.jdbc.BatchTest
Test batched callable statements.
testCallStmtBatch2() - Method in class net.sourceforge.jtds.jdbc.BatchTest
Test batched callable statements where the call includes literal parameters which prevent the use of RPC calls.
testCallStmtNoParams() - Method in class net.sourceforge.jtds.jdbc.BatchTest
Test batched callable statements where the call has no parameters.
testCallStoredProcedures0028() - Method in class net.sourceforge.jtds.jdbc.CSUnitTest
 
testCallWithResultSet() - Method in class net.sourceforge.jtds.jdbc.CallableStatementTest
Test retrieving multiple resultsets, the return value and an additional output parameter from a single procedure call.
testCallableError1() - Method in class net.sourceforge.jtds.jdbc.CallableStatementTest
Test for bug [991640] java.sql.Date error and RAISERROR problem
testCallableRegisterOutParameter1() - Method in class net.sourceforge.jtds.jdbc.CallableStatementTest
Test for bug [974284] retval on callable statement isn't handled correctly
testCallableRegisterOutParameter2() - Method in class net.sourceforge.jtds.jdbc.CallableStatementTest
Test for bug [994888] Callable statement and Float output parameter
testCallableRegisterOutParameter3() - Method in class net.sourceforge.jtds.jdbc.CallableStatementTest
Test for bug [994988] Network error when null is returned via int output parm
testCallableRegisterOutParameter4() - Method in class net.sourceforge.jtds.jdbc.CallableStatementTest
Test for bug [983432] Prepared call doesn't work with jTDS 0.8
testCallableRegisterOutParameter5() - Method in class net.sourceforge.jtds.jdbc.CallableStatementTest
Test for bug [946171] null boolean in CallableStatement bug
testCallableRegisterOutParameter6() - Method in class net.sourceforge.jtds.jdbc.CallableStatementTest
Test for bug [992715] wasnull() always returns false
testCallableSetNull1() - Method in class net.sourceforge.jtds.jdbc.CallableStatementTest
Test for reature request [956800] setNull(): Not implemented.
testCallableStatement() - Method in class net.sourceforge.jtds.jdbc.CallableStatementTest
 
testCallableStatement0006() - Method in class net.sourceforge.jtds.jdbc.SAfeTest
Test that CallableStatements with return values work correctly.
testCallableStatement1() - Method in class net.sourceforge.jtds.jdbc.CallableStatementTest
 
testCallableStatementCall1() - Method in class net.sourceforge.jtds.jdbc.CallableStatementTest
 
testCallableStatementCall2() - Method in class net.sourceforge.jtds.jdbc.CallableStatementTest
 
testCallableStatementCall3() - Method in class net.sourceforge.jtds.jdbc.CallableStatementTest
 
testCallableStatementCall4() - Method in class net.sourceforge.jtds.jdbc.CallableStatementTest
Test for bug [974801] stored procedure error in Northwind
testCallableStatementExec1() - Method in class net.sourceforge.jtds.jdbc.CallableStatementTest
 
testCallableStatementExec2() - Method in class net.sourceforge.jtds.jdbc.CallableStatementTest
 
testCallableStatementExec3() - Method in class net.sourceforge.jtds.jdbc.CallableStatementTest
 
testCallableStatementExec4() - Method in class net.sourceforge.jtds.jdbc.CallableStatementTest
 
testCallableStatementExec5() - Method in class net.sourceforge.jtds.jdbc.CallableStatementTest
 
testCallableStatementExec6() - Method in class net.sourceforge.jtds.jdbc.CallableStatementTest
 
testCallableStatementExec7() - Method in class net.sourceforge.jtds.jdbc.CallableStatementTest
 
testCallableStatementExec8() - Method in class net.sourceforge.jtds.jdbc.CallableStatementTest
 
testCallableStatementExec9() - Method in class net.sourceforge.jtds.jdbc.CallableStatementTest
Test for bug [978175] 0.8: Stored Procedure call doesn't work anymore
testCallableStatementParsing1() - Method in class net.sourceforge.jtds.jdbc.CallableStatementTest
 
testCallableStatementParsing2() - Method in class net.sourceforge.jtds.jdbc.CallableStatementTest
Test for bug [938632] String index out of bounds error in 0.8rc1.
testCallableStatementParsing3() - Method in class net.sourceforge.jtds.jdbc.CallableStatementTest
Test for bug [1006845] Stored procedure with 18 parameters.
testCallableStatementParsing4() - Method in class net.sourceforge.jtds.jdbc.CallableStatementTest
Test for incorrect exception thrown/no exception thrown when invalid call escape is used.
testCallableStatementParsing5() - Method in class net.sourceforge.jtds.jdbc.CallableStatementTest
Test for bug [1052942] Error processing JDBC call escape.
testCallableStatementParsing6() - Method in class net.sourceforge.jtds.jdbc.CallableStatementTest
Test for incorrect exception thrown/no exception thrown when invalid call escape is used.
testCallableStatementParsing7() - Method in class net.sourceforge.jtds.jdbc.CallableStatementTest
Test for incorrect exception thrown/no exception thrown when invalid call escape is used.
testCallableStatementVarchar0010() - Method in class net.sourceforge.jtds.jdbc.SAfeTest
Test VARCHAR output parameters returned by CallableStatements.
testCancel0001() - Method in class net.sourceforge.jtds.jdbc.SAfeTest
Test cancelling.
testCancel0002() - Method in class net.sourceforge.jtds.jdbc.SAfeTest
Test cancelling.
testCancel0003() - Method in class net.sourceforge.jtds.jdbc.SAfeTest
Test for bug #343, Statement hangs in socket read after Statement.cancel().
testCancelResultSet() - Method in class net.sourceforge.jtds.jdbc.ResultSetTest
Test for bug [1246270] Closing a statement after canceling it throws an exception.
testChallengeResponse() - Method in class net.sourceforge.jtds.jdbc.NtlmAuthTest
Tests the NT challenge/response against a known-good value.
testCharToLong() - Method in class net.sourceforge.jtds.jdbc.SunTest
Generic test for SUN bugs: bigint null parameter values sent as integer size.
testCharToReal() - Method in class net.sourceforge.jtds.jdbc.SunTest
Generic test for errors caused by promotion out parameters of Float to Double by driver.
testCharTypes() - Method in class net.sourceforge.jtds.jdbc.TypeInfoTest
 
testClobCaching() - Method in class net.sourceforge.jtds.jdbc.LOBTest
 
testClobEmpty() - Method in class net.sourceforge.jtds.jdbc.LOBTest
Test for bug [1062395] Empty (but not null) blobs should return byte[0].
testClobGet1() - Method in class net.sourceforge.jtds.jdbc.LOBTest
CLOB TESTS **
testClobGet2() - Method in class net.sourceforge.jtds.jdbc.LOBTest
 
testClobGetSubString1() - Method in class net.sourceforge.jtds.jdbc.LOBTest
 
testClobGetSubString2() - Method in class net.sourceforge.jtds.jdbc.LOBTest
 
testClobGetSubString3() - Method in class net.sourceforge.jtds.jdbc.LOBTest
 
testClobLength1() - Method in class net.sourceforge.jtds.jdbc.LOBTest
 
testClobMethods() - Method in class net.sourceforge.jtds.jdbc.LOBTest
Test for bug [1172405] BLOB/CLOB position methods fail.
testClobSet1() - Method in class net.sourceforge.jtds.jdbc.LOBTest
 
testClobSet2() - Method in class net.sourceforge.jtds.jdbc.LOBTest
 
testClobSet3() - Method in class net.sourceforge.jtds.jdbc.LOBTest
 
testClobSet4() - Method in class net.sourceforge.jtds.jdbc.LOBTest
 
testClobSet5() - Method in class net.sourceforge.jtds.jdbc.LOBTest
 
testClobSet6() - Method in class net.sourceforge.jtds.jdbc.LOBTest
 
testClobSet7() - Method in class net.sourceforge.jtds.jdbc.LOBTest
 
testClobSet8() - Method in class net.sourceforge.jtds.jdbc.LOBTest
 
testClobSetNull1() - Method in class net.sourceforge.jtds.jdbc.LOBTest
 
testClobSetNull10() - Method in class net.sourceforge.jtds.jdbc.LOBTest
 
testClobSetNull11() - Method in class net.sourceforge.jtds.jdbc.LOBTest
 
testClobSetNull12() - Method in class net.sourceforge.jtds.jdbc.LOBTest
 
testClobSetNull13() - Method in class net.sourceforge.jtds.jdbc.LOBTest
 
testClobSetNull14() - Method in class net.sourceforge.jtds.jdbc.LOBTest
 
testClobSetNull2() - Method in class net.sourceforge.jtds.jdbc.LOBTest
 
testClobSetNull3() - Method in class net.sourceforge.jtds.jdbc.LOBTest
 
testClobSetNull4() - Method in class net.sourceforge.jtds.jdbc.LOBTest
 
testClobSetNull5() - Method in class net.sourceforge.jtds.jdbc.LOBTest
 
testClobSetNull6() - Method in class net.sourceforge.jtds.jdbc.LOBTest
 
testClobSetNull7() - Method in class net.sourceforge.jtds.jdbc.LOBTest
 
testClobSetNull8() - Method in class net.sourceforge.jtds.jdbc.LOBTest
 
testClobSetNull9() - Method in class net.sourceforge.jtds.jdbc.LOBTest
 
testClobTruncate1() - Method in class net.sourceforge.jtds.jdbc.LOBTest
 
testClobUpdate1() - Method in class net.sourceforge.jtds.jdbc.LOBTest
 
testClobUpdate2() - Method in class net.sourceforge.jtds.jdbc.LOBTest
 
testClobUpdate3() - Method in class net.sourceforge.jtds.jdbc.LOBTest
 
testClobUpdate4() - Method in class net.sourceforge.jtds.jdbc.LOBTest
 
testClobUpdate5() - Method in class net.sourceforge.jtds.jdbc.LOBTest
 
testClobUpdate6() - Method in class net.sourceforge.jtds.jdbc.LOBTest
Test long Clob manipulation including indexed writes.
testCloseComputedResult() - Method in class net.sourceforge.jtds.jdbc.StatementTest
Test to ensure that single results generated as result of aggregation operations (COMPUTE clause) can be closed individually without affecting remaining ResultSets.
testCloseDeadlock() - Method in class net.sourceforge.jtds.jdbc.StatementTest
Regression test for bug #677, deadlock in JtdsStatement.close().
testColMetaData() - Method in class net.sourceforge.jtds.jdbc.Tds5Test
Test the new column meta data made available in Sybase 12
testColumnClassName() - Method in class net.sourceforge.jtds.jdbc.DatabaseMetaDataTest
 
testColumnCollations() - Method in class net.sourceforge.jtds.jdbc.Tds8Test
Test column collations.
testColumnMetaData() - Method in class net.sourceforge.jtds.jdbc.DatabaseMetaDataTest
Test to check DatabaseMetaData.getColumns and ResultSetMetaData is equivalent.
testColumnNames() - Method in class net.sourceforge.jtds.jdbc.DatabaseMetaDataTypeInfoTest
 
testCommentProcessing() - Method in class net.sourceforge.jtds.jdbc.CallableStatementTest
Test comment processing, bug #634 (and #676).
testCompareToDifferentDataType() - Method in class net.sourceforge.jtds.jdbc.TypeInfoTest
 
testCompareToIdentity() - Method in class net.sourceforge.jtds.jdbc.TypeInfoTest
 
testComputeClause() - Method in class net.sourceforge.jtds.jdbc.StatementTest
Test for computed results, bug #678.
testConcurrentBatching() - Method in class net.sourceforge.jtds.jdbc.BatchTest
Test batched prepared statement concurrency.
testConcurrentClose() - Method in class net.sourceforge.jtds.jdbc.StatementTest
 
testConcurrentResultSets() - Method in class net.sourceforge.jtds.jdbc.ResultSetTest
Test for bug [2051585], TDS Protocol error when 2 ResultSets on the same connection are being iterated at the same time.
testConnection0038() - Method in class net.sourceforge.jtds.jdbc.TimestampTest
 
testConnection0039() - Method in class net.sourceforge.jtds.jdbc.TimestampTest
 
testConversionToLongvarchar() - Method in class net.sourceforge.jtds.jdbc.SunTest
Test conversion of various types to LONGVARCHAR.
testCursorFallback() - Method in class net.sourceforge.jtds.jdbc.ResultSetTest
Test that the cursor fallback logic correctly discriminates between "real" sql errors and cursor open failures.
testCursorFetch() - Method in class net.sourceforge.jtds.jdbc.ResultSetTest
Test the behavior of sp_cursorfetch with fetch sizes greater than 1.
testCursorMaxRows() - Method in class net.sourceforge.jtds.jdbc.ResultSetTest
Test that Statement.setMaxRows() works on cursor ResultSets.
testCursorPrevious() - Method in class net.sourceforge.jtds.jdbc.ResultSetTest
Test that ResultSet.previous() works correctly on cursor ResultSets.
testCursorRSCreate() - Method in class net.sourceforge.jtds.jdbc.SanityTest
 
testCursorRSScroll() - Method in class net.sourceforge.jtds.jdbc.SanityTest
 
testCursorResultSetConcurrency0003() - Method in class net.sourceforge.jtds.jdbc.SAfeTest
Test concurrency.
testCursorResultSetEmpty0004() - Method in class net.sourceforge.jtds.jdbc.SAfeTest
Check that meta data information is fetched even for empty cursor-based result sets (bug #613199).
testCursorStatements() - Method in class net.sourceforge.jtds.jdbc.SanityTest
Basic test of cursor mechanisms.
testCursorWarning() - Method in class net.sourceforge.jtds.jdbc.ResultSetTest
Test for bug [1022445] Cursor downgrade warning not raised.
testDataTruncException() - Method in class net.sourceforge.jtds.jdbc.SAfeTest
Test DataTruncation exception.
testDataTruncation() - Method in class net.sourceforge.jtds.jdbc.BatchTest
this is a test for the data truncation problem described in bug [2731952]
testDataTypes0027() - Method in class net.sourceforge.jtds.jdbc.CSUnitTest
 
testDataTypesByResultSetMetaData0030() - Method in class net.sourceforge.jtds.jdbc.CSUnitTest
 
testDateEscaping() - Method in class net.sourceforge.jtds.jdbc.TimestampTest
Test for bug #541, data type mismatch when using date/time/timestamp JDBC escapes.
testDatePerformance() - Method in class net.sourceforge.jtds.jdbc.ResultSetTest
Test for bug #548, Select statement very slow with date parameter.
testDateRange() - Method in class net.sourceforge.jtds.jdbc.TimestampTest
Regression test for bug #632, valid DATE values range from 0001-01-01 to 9999-12-31.
testDateTime() - Method in class net.sourceforge.jtds.jdbc.SunTest
Generic Tests for SUN bugs such as Can't convert VARCHAR to Timestamp Can't convert VARCHAR to Time Can't convert VARCHAR to Date Internal time representation causes equals to fail
testDateTime() - Method in class net.sourceforge.jtds.jdbc.Tds5Test
Test the new date and time data types in Sybase 12+
testDateTimeConversion() - Method in class net.sourceforge.jtds.jdbc.TimestampTest
Test conversion between DATETIME, DATE and TIME.
testDateTimeDegeneration() - Method in class net.sourceforge.jtds.jdbc.TimestampTest
Test for bug [2508201], date field is changed by 3 milliseconds.
testDateTimeFn() - Method in class net.sourceforge.jtds.jdbc.SunTest
Test for bug [ 1008126 ] Metadata getTimeDateFunctions() wrong
testDateType() - Method in class net.sourceforge.jtds.jdbc.ResultSetTest
Test for the problem reported in feature request #78, columns of type DATE are returned as String.
testDatetimeRounding1() - Method in class net.sourceforge.jtds.jdbc.SAfeTest
Test for bug [983561] getDatetimeValue truncates fractional milliseconds
testDatetimeRounding1() - Method in class net.sourceforge.jtds.jdbc.TimestampTest
Test for bug [994916] datetime decoding in TdsData.java
testDatetimeRounding10() - Method in class net.sourceforge.jtds.jdbc.TimestampTest
Test for bug [994916] datetime decoding in TdsData.java
testDatetimeRounding2() - Method in class net.sourceforge.jtds.jdbc.TimestampTest
Test for bug [994916] datetime decoding in TdsData.java
testDatetimeRounding3() - Method in class net.sourceforge.jtds.jdbc.TimestampTest
Test for bug [994916] datetime decoding in TdsData.java
testDatetimeRounding4() - Method in class net.sourceforge.jtds.jdbc.TimestampTest
Test for bug [994916] datetime decoding in TdsData.java
testDatetimeRounding5() - Method in class net.sourceforge.jtds.jdbc.TimestampTest
Test for bug [994916] datetime decoding in TdsData.java
testDatetimeRounding6() - Method in class net.sourceforge.jtds.jdbc.TimestampTest
Test for bug [994916] datetime decoding in TdsData.java
testDatetimeRounding7() - Method in class net.sourceforge.jtds.jdbc.TimestampTest
Test for bug [994916] datetime decoding in TdsData.java
testDatetimeRounding8() - Method in class net.sourceforge.jtds.jdbc.TimestampTest
Test for bug [994916] datetime decoding in TdsData.java
testDatetimeRounding9() - Method in class net.sourceforge.jtds.jdbc.TimestampTest
Test for bug [994916] datetime decoding in TdsData.java
testDayOfWeek() - Method in class net.sourceforge.jtds.jdbc.TimestampTest
Test for bug [1226210] {fn dayofweek()} depends on the language.
testDecimalConversion0058() - Method in class net.sourceforge.jtds.jdbc.TimestampTest
 
testDefaultTdsVersion() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSourceTest
Test connecting without specifying TDS version.
testDefaultValue() - Method in class net.sourceforge.jtds.jdbc.DatabaseMetaDataTest
Test for bug [1825743], default value not returned for column with default value.
testDeleteRow0009() - Method in class net.sourceforge.jtds.jdbc.SAfeTest
Test ResultSet.deleteRow() on updateable result sets.
testDeleteRowMarksDeleted() - Method in class net.sourceforge.jtds.jdbc.ResultSetTest
Test that deleted rows are not removed but rather marked as deleted.
testDistinctBug() - Method in class net.sourceforge.jtds.jdbc.ResultSetTest
Test bug with Sybase where readonly scrollable result set based on a SELECT DISTINCT returns duplicate rows.
testDuplicateKey() - Method in class net.sourceforge.jtds.jdbc.StatementTest
Test for bug #669, no error if violating unique constraint in update.
testDynamicCursors() - Method in class net.sourceforge.jtds.jdbc.ResultSetTest
Test if dynamic cursors (ResultSet.TYPE_SCROLL_SENSITIVE+1) see others' updates.
testEmptyInsertRow() - Method in class net.sourceforge.jtds.jdbc.ResultSetTest
Test that insertRow() works with no values set.
testEmptyResults0011() - Method in class net.sourceforge.jtds.jdbc.TimestampTest
 
testEmptyResults0012() - Method in class net.sourceforge.jtds.jdbc.TimestampTest
 
testEmptyResults0013() - Method in class net.sourceforge.jtds.jdbc.TimestampTest
 
testEncoding1251Test1() - Method in class net.sourceforge.jtds.jdbc.Tds8Test
Test for bug [981958] PreparedStatement doesn't work correctly
testEra() - Method in class net.sourceforge.jtds.jdbc.TimestampTest
Test for bugs [2181003]/[2349058], an attempt to set a BC date invalidates driver state/DateTime allows invalid dates through.
testErrorOutputParams() - Method in class net.sourceforge.jtds.jdbc.CallableStatementTest
Test for bug [1047208] SQLException chaining not implemented correctly: checks that all errors are returned and that output variables are also returned.
testErrors0036() - Method in class net.sourceforge.jtds.jdbc.TimestampTest
 
testEscape(String, String) - Method in class net.sourceforge.jtds.jdbc.TimestampTest
 
testEscapedParams() - Method in class net.sourceforge.jtds.jdbc.PreparedStatementTest
Test for parameter markers in function escapes.
testEscapes0006() - Method in class net.sourceforge.jtds.jdbc.TimestampTest
 
testExceptionByUpdate0033() - Method in class net.sourceforge.jtds.jdbc.CSUnitTest
 
testExecuteUpdateSelect() - Method in class net.sourceforge.jtds.jdbc.SAfeTest
Tests that executeUpdate("SELECT ...")
testFloat1() - Method in class net.sourceforge.jtds.jdbc.SAfeTest
Test for bug [963799] float values change when written to the database
testFloatValues() - Method in class net.sourceforge.jtds.jdbc.PreparedStatementTest
Tests that float (single precision - 32 bit) values are not converted to double (thus loosing precision).
testFnEscape() - Method in class net.sourceforge.jtds.jdbc.SAfeTest
Test for bug related with [1368058] Calling StoredProcedure with functions ({fn} escape can't handle special characters, e.g. underscore).
testFnEscapeNesting() - Method in class net.sourceforge.jtds.jdbc.SAfeTest
Test for bug #1116046 {fn } escape can't handle nested functions.
testForBrowse0014() - Method in class net.sourceforge.jtds.jdbc.TimestampTest
 
testForceCharset1() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2UnitTest
Test correct behavior of the charset property.
testForceCharset2() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2UnitTest
Test correct behavior of the charset property.
testFullTextSearch() - Method in class net.sourceforge.jtds.jdbc.StatementTest
Test for bug #624, full text search causes connection reset when connected to Microsoft SQL Server 2008.
testGetAsciiStream0018() - Method in class net.sourceforge.jtds.jdbc.CSUnitTest
 
testGetBoolean0025() - Method in class net.sourceforge.jtds.jdbc.TimestampTest
 
testGetByName() - Method in class net.sourceforge.jtds.jdbc.ResultSetTest
Test whether retrieval by name returns the first occurence (that's what the spec requires).
testGetColumnsMetaData() - Method in class net.sourceforge.jtds.jdbc.DatabaseMetaDataTest
Test for bug [1120168] jTDS 101 - TDS data type 0 invalid.
testGetFloatObject() - Method in class net.sourceforge.jtds.jdbc.SunTest
Generic test for SUN bug where Float was promoted to Double by driver leading to ClassCastExceptions in the tests.
testGetMetaData() - Method in class net.sourceforge.jtds.jdbc.SunTest
Test for SUN bug [ PrepStmt1.getMetaData() ] Driver loops if select contains commas.
testGetMultiScrollRs() - Method in class net.sourceforge.jtds.jdbc.SAfeTest
Test return of multiple scrollable result sets from one execute.
testGetObject1() - Method in class net.sourceforge.jtds.jdbc.ResultSetTest
Test BIT data type.
testGetObject2() - Method in class net.sourceforge.jtds.jdbc.ResultSetTest
Test TINYINT data type.
testGetObject3() - Method in class net.sourceforge.jtds.jdbc.ResultSetTest
Test SMALLINT data type.
testGetObject4() - Method in class net.sourceforge.jtds.jdbc.ResultSetTest
Test INT data type.
testGetObject5() - Method in class net.sourceforge.jtds.jdbc.ResultSetTest
Test BIGINT data type.
testGetParamMetaData() - Method in class net.sourceforge.jtds.jdbc.JDBC3Test
Test for bug [1222205] getParameterMetaData returns not implemented.
testGetProcedures() - Method in class net.sourceforge.jtds.jdbc.SunTest
Test for SUN bug [ dbMeta8.testGetProcedures ] The wrong column names are returned by getProcedures().
testGetString() - Method in class net.sourceforge.jtds.jdbc.TimestampTest
Test for bug [1235845] getTimestamp() returns illegal value after getString().
testGetTableTypesOrder() - Method in class net.sourceforge.jtds.jdbc.DatabaseMetaDataTest
Test for bug [974036] Bug in 0.8rc1 DatabaseMetaData method getTableTypes()
testGetTables() - Method in class net.sourceforge.jtds.jdbc.DatabaseMetaDataTest
Test for bug [998765] Exception with Sybase and metaData.getTables()
testGetterSetter() - Method in class net.sourceforge.jtds.jdbcx.JtdsObjectFactoryTest
 
testIllegalParameters() - Method in class net.sourceforge.jtds.jdbc.PreparedStatementTest
Test for bug [1111516 ] Illegal Parameters in PreparedStatement.
testImageText() - Method in class net.sourceforge.jtds.jdbc.Tds5Test
Test for bug [1161609] Text or image data truncated on Sybase 12.5
testInOutParameters() - Method in class net.sourceforge.jtds.jdbc.CallableStatementTest
Test for separation of IN and INOUT/OUT parameter values
testInsertConflict0049() - Method in class net.sourceforge.jtds.jdbc.CSUnitTest
 
testInsertRow0012() - Method in class net.sourceforge.jtds.jdbc.SAfeTest
Test ResultSet.insertRow() on updateable result sets.
testInsertRowVisible() - Method in class net.sourceforge.jtds.jdbc.ResultSetTest
Test that inserted rows are visible in a scroll sensitive ResultSet and that they show up at the end.
testIntOptions() - Method in class net.sourceforge.jtds.jdbc.DatabaseMetaDataJDBC3Test
Test meta data function that return integer values.
testIntOptions() - Method in class net.sourceforge.jtds.jdbc.DatabaseMetaDataTest
Test meta data function that return integer values.
testIsWindowsOS_Linux() - Method in class net.sourceforge.jtds.jdbc.SupportUnitTest
 
testIsWindowsOS_MacOSX() - Method in class net.sourceforge.jtds.jdbc.SupportUnitTest
 
testIsWindowsOS_Windows() - Method in class net.sourceforge.jtds.jdbc.SupportUnitTest
 
testIsWindowsOS_Windows_XP() - Method in class net.sourceforge.jtds.jdbc.SupportUnitTest
 
testIsWindowsOS_windows() - Method in class net.sourceforge.jtds.jdbc.SupportUnitTest
 
testLMv2() - Method in class net.sourceforge.jtds.jdbc.NtlmAuthTest
 
testLMv2CapturedData() - Method in class net.sourceforge.jtds.jdbc.NtlmAuthTest
 
testLargeBatch() - Method in class net.sourceforge.jtds.jdbc.BatchTest
Test large batch behavior.
testLargeBlob1() - Method in class net.sourceforge.jtds.jdbc.LargeLOBTest
Test for bug [945507] closing statement after selecting a large IMAGE - Exception
testLocalTran() - Method in class net.sourceforge.jtds.jdbc.XaTest
Demonstrate interleaving local transactions and distributed transactions.
testLongData() - Method in class net.sourceforge.jtds.jdbc.Tds5Test
Test varchar and varbinary fields longer than 255 bytes.
testLongStatement() - Method in class net.sourceforge.jtds.jdbc.PreparedStatementTest
Test for bug [1022968] Long SQL expression error.
testLongToVarchar0008() - Method in class net.sourceforge.jtds.jdbc.SAfeTest
Test writing long values to VARCHAR fields.
testManyParametersStatement() - Method in class net.sourceforge.jtds.jdbc.PreparedStatementTest
Test for bug [1047330] prep statement with more than 2100 params fails.
testMaxFieldSize() - Method in class net.sourceforge.jtds.jdbc.SAfeTest
Test Statement.setMaxFieldSize().
testMaxRows() - Method in class net.sourceforge.jtds.jdbc.PreparedStatementTest
Test for bug [1010660] 0.9-rc1 setMaxRows causes unlimited temp stored procedures.
testMaxRows() - Method in class net.sourceforge.jtds.jdbc.ResultSetTest
Check whether Statement.setMaxRows() works okay, bug [1812686].
testMaxRows0003() - Method in class net.sourceforge.jtds.jdbc.CSUnitTest
 
testMetaData() - Method in class net.sourceforge.jtds.jdbc.PreparedStatementTest
Test for bad truncation in prepared statements on metadata retrieval (patch [1076383] ResultSetMetaData for more complex statements for SQL Server).
testMetaData() - Method in class net.sourceforge.jtds.jdbc.Tds8Test
 
testMetaData0046() - Method in class net.sourceforge.jtds.jdbc.TimestampTest
 
testMetaDataClearsResultSet() - Method in class net.sourceforge.jtds.jdbc.PreparedStatementTest
Test for bug [1050660] PreparedStatement.getMetaData() clears resultset.
testMissingParameter0016() - Method in class net.sourceforge.jtds.jdbc.TimestampTest
 
testMissingWhitespace() - Method in class net.sourceforge.jtds.jdbc.PreparedStatementTest
Test for bug [ 1059916 ] whitespace needed in preparedStatement.
testMoneyHandling0019() - Method in class net.sourceforge.jtds.jdbc.CSUnitTest
 
testMoreThan255Columns() - Method in class net.sourceforge.jtds.jdbc.ResultSetTest
Test if COL_INFO packets are processed correctly for ResultSets with over 255 columns.
testMultiByteCharTruncation() - Method in class net.sourceforge.jtds.jdbc.PreparedStatementTest
Test for bug [2814376] varchar-type is truncated in non-unicode environment.
testMultiLineComment() - Method in class net.sourceforge.jtds.jdbc.StatementTest
Test for #676, error in multi line comment handling.
testMultiThread() - Method in class net.sourceforge.jtds.jdbc.PreparedStatementTest
Test Connection concurrency by running PreparedStatements and rollbacks at the same time to see whether handles are not lost in the process.
testMultipleResults() - Method in class net.sourceforge.jtds.jdbc.JDBC3Test
Test return of multiple open result sets from one execute.
testMultipleResults0015() - Method in class net.sourceforge.jtds.jdbc.TimestampTest
 
testNTLMv2() - Method in class net.sourceforge.jtds.jdbc.NtlmAuthTest
 
testNTLMv2CapturedData() - Method in class net.sourceforge.jtds.jdbc.NtlmAuthTest
 
testNamedParameters0001() - Method in class net.sourceforge.jtds.jdbc.CallableStatementTest
Test named parameters.
testNamedParameters0002() - Method in class net.sourceforge.jtds.jdbc.CallableStatementTest
Test named parameters.
testNegativeOverflow() - Method in class net.sourceforge.jtds.jdbc.ResultSetTest
Test for bug [2860742], getByte() causes overflow error for negative values.
testNegativeScale() - Method in class net.sourceforge.jtds.jdbc.PreparedStatementTest
 
testNestedEscapes() - Method in class net.sourceforge.jtds.jdbc.SunTest
Test nested escapes
testNestedFunctions() - Method in class net.sourceforge.jtds.jdbc.SAfeTest
Regression test for bug #615, the SQL parser doesn't correctly handle {fn } escapes containing nested (unescaped) functions.
testNestedStatements0022() - Method in class net.sourceforge.jtds.jdbc.TimestampTest
 
testNestedStatements0026() - Method in class net.sourceforge.jtds.jdbc.TimestampTest
SAfe Tests whether cursor-based statements still work ok when nested.
testNoCount() - Method in class net.sourceforge.jtds.jdbc.BatchTest
The first statement in this batch does not return an update count.
testNoHost() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSourceTest
Test connecting without specifying a host.
testNoKeys() - Method in class net.sourceforge.jtds.jdbc.GenKeyTest
Test empty result set returned when no keys available.
testNoPrepare() - Method in class net.sourceforge.jtds.jdbc.PreparedStatementTest
Test that statements which cannot be prepared are remembered.
testNoProperties() - Method in class net.sourceforge.jtds.jdbcx.JtdsObjectFactoryTest
Tests that the factory can correctly rebuild a DataSource with no properties set (i.e. all values should be null and no NPE should be thrown).
testNoUser() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSourceTest
Test connecting without specifying a user.
testNonRpcProc1() - Method in class net.sourceforge.jtds.jdbc.CallableStatementTest
Test that procedure calls with both literal parameters and parameterr markers are executed correctly (bug [1078927] Callable statement fails).
testNonRpcProc2() - Method in class net.sourceforge.jtds.jdbc.CallableStatementTest
Test that procedure calls with both literal parameters and parameterr markers are executed correctly (bug [1078927] Callable statement fails).
testNormal() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSourceTest
Test connecting with the settings in connection.properties.
testNullBoolean() - Method in class net.sourceforge.jtds.jdbc.Tds8Test
Test for bug [1042272] jTDS doesn't allow null value into Boolean.
testNullImage() - Method in class net.sourceforge.jtds.jdbc.SanityTest
 
testNullLengthStrings0001() - Method in class net.sourceforge.jtds.jdbc.SAfeTest
Test whether NULL values, 0-length strings and single space strings are treated right.
testNullOutputParameters() - Method in class net.sourceforge.jtds.jdbc.SAfeTest
Test that null output parameters are handled correctly.
testNullText() - Method in class net.sourceforge.jtds.jdbc.SanityTest
 
testNullUniText() - Method in class net.sourceforge.jtds.jdbc.Tds5Test
 
testNumericOverflow() - Method in class net.sourceforge.jtds.jdbc.ResultSetTest
Test for bug [1855125], numeric overflow not reported by jTDS.
testNvarcharNormalized() - Method in class net.sourceforge.jtds.jdbc.DatabaseMetaDataTypeInfoTest
 
testOldDates0016() - Method in class net.sourceforge.jtds.jdbc.SAfeTest
Test that dates prior to 06/15/1940 0:00:00 are stored and retrieved correctly.
testOptimisticUpdates() - Method in class net.sourceforge.jtds.jdbc.ClientSideCursorTest
Test optimistic updates throw exception if row is changed on disk.
testOrderedByDatatype() - Method in class net.sourceforge.jtds.jdbc.DatabaseMetaDataTypeInfoTest
Check types ordered by data type.
testOrderedByTypeMapping() - Method in class net.sourceforge.jtds.jdbc.DatabaseMetaDataTypeInfoTest
Check that types with the same JDBC data type are ordered by closest match to the standard JDBC type.
testOutOfMemory() - Method in class net.sourceforge.jtds.jdbc.ResultSetTest
Test the behavior of the ResultSet/Statement/Connection when the JVM runs out of memory (hopefully) in the middle of a packet.
testOutOfOrderClose0013() - Method in class net.sourceforge.jtds.jdbc.SAfeTest
Test how an "out-of-order" close behaves (e.g close the Connection first, then the Statement anf finally the ResultSet).
testOuterJoinParameters() - Method in class net.sourceforge.jtds.jdbc.PreparedStatementTest
Test for bug [1071397] Error in prepared statement (parameters in outer join escapes are not recognized).
testOutputParams() - Method in class net.sourceforge.jtds.jdbc.TimestampTest
 
testParams() - Method in class net.sourceforge.jtds.jdbc.GenKeyTest
 
testPessimisticConcurrency() - Method in class net.sourceforge.jtds.jdbc.ResultSetTest
Test pessimistic concurrency for SQL Server (for Sybase optimistic concurrency will always be used).
testPlainResultSetPosition0004() - Method in class net.sourceforge.jtds.jdbc.SAfeTest
Check that the isBeforeFirst, isAfterLast, isFirst and isLast methods work for forward-only, read-only result sets (bug [1039876] MS SQL JtdsResultSet.isAfterLast() always returns false).
testPositionedUpdate() - Method in class net.sourceforge.jtds.jdbc.ClientSideCursorTest
Test support for JDBC 1 style positioned updates with named cursors.
testPrepStmtBatch() - Method in class net.sourceforge.jtds.jdbc.BatchTest
Test batched prepared statements.
testPrepStmtBatchDupKey() - Method in class net.sourceforge.jtds.jdbc.BatchTest
Test for bug [1371295] SQL Server continues after duplicate key error.
testPrepStmtError() - Method in class net.sourceforge.jtds.jdbc.SunTest
Test for bug [ 1012301 ] 0.9-rc1: Prepared statement execution error.
testPrepStmtNoParams() - Method in class net.sourceforge.jtds.jdbc.BatchTest
Test for PreparedStatement batch with no parameters.
testPrepStmtVariableParams() - Method in class net.sourceforge.jtds.jdbc.BatchTest
Test for PreparedStatement batch with variable parameter types.
testPrepareFailWarning() - Method in class net.sourceforge.jtds.jdbc.PreparedStatementTest
Test for bug #378, collation-related exception on update.
testPrepareModes() - Method in class net.sourceforge.jtds.jdbc.PreparedStatementTest
Test that preparedstatement logic copes with commit modes and database changes.
testPrepareSQL0() - Method in class net.sourceforge.jtds.jdbc.PreparedStatementTest
Test for bug [1623668] Lost apostrophes in statement parameter values(prepareSQL=0)
testPreparedAndCallableCursors0014() - Method in class net.sourceforge.jtds.jdbc.SAfeTest
Test cursor-based ResultSets obtained from PreparedStatements and CallableStatements.
testPreparedStatement() - Method in class net.sourceforge.jtds.jdbc.PreparedStatementTest
 
testPreparedStatement0007() - Method in class net.sourceforge.jtds.jdbc.TimestampTest
 
testPreparedStatement0008() - Method in class net.sourceforge.jtds.jdbc.TimestampTest
 
testPreparedStatement0009() - Method in class net.sourceforge.jtds.jdbc.TimestampTest
 
testPreparedStatement0040() - Method in class net.sourceforge.jtds.jdbc.TimestampTest
 
testPreparedStatement0041() - Method in class net.sourceforge.jtds.jdbc.TimestampTest
 
testPreparedStatement0042() - Method in class net.sourceforge.jtds.jdbc.TimestampTest
 
testPreparedStatementAddBatch1() - Method in class net.sourceforge.jtds.jdbc.PreparedStatementTest
 
testPreparedStatementParsing1() - Method in class net.sourceforge.jtds.jdbc.PreparedStatementTest
Test for [924030] EscapeProcesser problem with "{}" brackets
testPreparedStatementParsing2() - Method in class net.sourceforge.jtds.jdbc.PreparedStatementTest
Test for bug [1008882] Some queries with parameters cannot be executed with 0.9-rc1
testPreparedStatementParsing3() - Method in class net.sourceforge.jtds.jdbc.PreparedStatementTest
Test for "invalid parameter index" error.
testPreparedStatementRollback1() - Method in class net.sourceforge.jtds.jdbc.PreparedStatementTest
Test for [931090] ArrayIndexOutOfBoundsException in rollback()
testPreparedStatementSetObject1() - Method in class net.sourceforge.jtds.jdbc.PreparedStatementTest
Test for bug [938494] setObject(i, o, NUMERIC/DECIMAL) cuts off decimal places
testPreparedStatementSetObject2() - Method in class net.sourceforge.jtds.jdbc.PreparedStatementTest
Test for bug [938494] setObject(i, o, NUMERIC/DECIMAL) cuts off decimal places
testPreparedStatementSetObject3() - Method in class net.sourceforge.jtds.jdbc.PreparedStatementTest
Test for bug [938494] setObject(i, o, NUMERIC/DECIMAL) cuts off decimal places
testPreparedStatementSetObject4() - Method in class net.sourceforge.jtds.jdbc.PreparedStatementTest
Test for bug [938494] setObject(i, o, NUMERIC/DECIMAL) cuts off decimal places
testPreparedStatementSetObject5() - Method in class net.sourceforge.jtds.jdbc.PreparedStatementTest
Test for bug [938494] setObject(i, o, NUMERIC/DECIMAL) cuts off decimal places
testPreparedStatementSetObject6() - Method in class net.sourceforge.jtds.jdbc.PreparedStatementTest
Test for bug [1204658] Conversion from Number to BigDecimal causes data corruption.
testPreparedTimestampEscaping() - Method in class net.sourceforge.jtds.jdbc.TimestampTest
Test for bug #541, data type mismatch when using date/time/timestamp JDBC escapes.
testPrimaryKeyFloat0023() - Method in class net.sourceforge.jtds.jdbc.TimestampTest
 
testPrimaryKeyReal0024() - Method in class net.sourceforge.jtds.jdbc.TimestampTest
 
testProc0() - Method in class net.sourceforge.jtds.jdbc.AsTest
Test for missing ResultSet, reported in support request #35.
testProc1() - Method in class net.sourceforge.jtds.jdbc.AsTest
 
testProc2() - Method in class net.sourceforge.jtds.jdbc.AsTest
 
testProc3() - Method in class net.sourceforge.jtds.jdbc.AsTest
Test for bug #654, CallableStatement.execute() always returns false.
testProc4() - Method in class net.sourceforge.jtds.jdbc.AsTest
Test for unnamed procedure parsing bug, reported in patch #115.
testProcedureColumns() - Method in class net.sourceforge.jtds.jdbc.DatabaseMetaDataTest
Test for bug [1184376] Sybase getProcedureColumns bug
testProcedureUseLOBsFalse() - Method in class net.sourceforge.jtds.jdbc.DatabaseMetaDataTest
Test for bug [1245775] Column type inconsistency when useLOBs=false.
testProcessUpdateCounts1() - Method in class net.sourceforge.jtds.jdbc.CallableStatementTest
Test that procedure outputs are available immediately for procedures that do not return ResultSets (i.e that update counts are cached).
testProcessUpdateCounts2() - Method in class net.sourceforge.jtds.jdbc.CallableStatementTest
Test that procedure outputs are available immediately after processing the last ResultSet returned by the procedure (i.e that update counts are cached).
testProcessUpdateCounts3() - Method in class net.sourceforge.jtds.jdbc.CallableStatementTest
Test that procedure outputs are available immediately after processing the last ResultSet returned by the procedure (i.e that update counts are cached) even if getMoreResults() is not called.
testProcessUpdateCounts4() - Method in class net.sourceforge.jtds.jdbc.CallableStatementTest
Test that procedure outputs are available immediately after processing the last ResultSet returned by the procedure (i.e that update counts are cached) even if getMoreResults() and ResultSet.close() are not called.
testPublicConstructor() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSourceTest
Tests that the public constructor works.
testQueryTimeout() - Method in class net.sourceforge.jtds.jdbc.SAfeTest
Test for bug [1222199] Delayed exception thrown in statement close.
testQueryTimeout() - Method in class net.sourceforge.jtds.jdbc.StatementTest
Test for bug [1694194], queryTimeout does not work on MSSQL2005 when property 'useCursors' is set to 'true'.
testReadText() - Method in class net.sourceforge.jtds.jdbc.ReadTextTest
 
testRelative() - Method in class net.sourceforge.jtds.jdbc.ResultSetTest
Test for bug [1182066] regression bug resultset: relative() not working as expected.
testRelativeLargeValue() - Method in class net.sourceforge.jtds.jdbc.ResultSetTest
Test that calling absolute() with very large positive values positions the cursor after the last row and with very large negative values positions the cursor before the first row.
testResultSet0043() - Method in class net.sourceforge.jtds.jdbc.TimestampTest
 
testResultSet0044() - Method in class net.sourceforge.jtds.jdbc.TimestampTest
 
testResultSet0045() - Method in class net.sourceforge.jtds.jdbc.TimestampTest
 
testResultSetColumnName1() - Method in class net.sourceforge.jtds.jdbc.ResultSetTest
Test for bug [1009233] ResultSet getColumnName, getColumnLabel return wrong values
testResultSetError() - Method in class net.sourceforge.jtds.jdbc.BatchTest
This test should generate an error as the second statement in the batch returns a result set.
testResultSetMetaData() - Method in class net.sourceforge.jtds.jdbc.ResultSetTest
Test for fixed bugs in ResultSetMetaData: isNullable() always returns columnNoNulls.
testResultSetMetaData() - Method in class net.sourceforge.jtds.jdbc.Tds5Test
Test that resultset meta data is correct for short varchar/varbinary types.
testResultSetMetaData2() - Method in class net.sourceforge.jtds.jdbc.Tds5Test
Test that resultset meta data is correct for long varchar/varbinary types.
testResultSetMetaData3() - Method in class net.sourceforge.jtds.jdbc.Tds5Test
Test Sybase ASE misc data type metadata.
testResultSetMetaData4() - Method in class net.sourceforge.jtds.jdbc.Tds5Test
Test Sybase ASE 15+ misc data type metadata.
testResultSetMetadate() - Method in class net.sourceforge.jtds.jdbc.DatabaseMetaDataTest
Test for bug [1833720], invalid table names for large result sets.
testResultSetScroll1() - Method in class net.sourceforge.jtds.jdbc.ResultSetTest
Test for bug [961594] ResultSet.
testResultSetScroll2() - Method in class net.sourceforge.jtds.jdbc.ResultSetTest
Test for bug [945462] getResultSet() return null if you use scrollable/updatable.
testResultSetScroll3() - Method in class net.sourceforge.jtds.jdbc.ResultSetTest
Test for bug [1028881] statement.execute() causes wrong ResultSet type.
testResultSetUpdate1() - Method in class net.sourceforge.jtds.jdbc.ResultSetTest
Test for bug [1008208] 0.9-rc1 updateNull doesn't work.
testResultSets() - Method in class net.sourceforge.jtds.jdbc.DatabaseMetaDataJDBC3Test
Test meta data functions that return result sets.
testResultSets() - Method in class net.sourceforge.jtds.jdbc.DatabaseMetaDataTest
Test meta data functions that return result sets.
testRowstat() - Method in class net.sourceforge.jtds.jdbc.ResultSetTest
Test for bug [1329765] Pseudo column ROWSTAT is back with SQL 2005 (September CTP).
testSQL2005MetaData() - Method in class net.sourceforge.jtds.jdbc.Tds8Test
Test for enhanced database metadata for SQL 2005.
testSanity() - Method in class net.sourceforge.jtds.jdbc.SanityTest
A simple test to make sure everything seems to be OK
testSavepoint1() - Method in class net.sourceforge.jtds.jdbc.SavepointTest
tests if rolling back to a savepoint restores the correct DB state
testSavepoint2() - Method in class net.sourceforge.jtds.jdbc.SavepointTest
rollback zu einem savepoint, dann test, ob weiter mit dem safepoint-objekt gearbeitet werden kann
testSavepoint3() - Method in class net.sourceforge.jtds.jdbc.SavepointTest
 
testSavepoint4() - Method in class net.sourceforge.jtds.jdbc.SavepointTest
Test to ensure savepoint ids restart at 1.
testSavepoint5() - Method in class net.sourceforge.jtds.jdbc.SavepointTest
Test to ensure savepoints can be created even when no statements have been issued.
testSavepoint6() - Method in class net.sourceforge.jtds.jdbc.SavepointTest
test for bug [2818256] ensure a savepoint is still valid after rollback
testSavepoint7() - Method in class net.sourceforge.jtds.jdbc.SavepointTest
roll back to one savepoint and ensure earlier savepoints are still valid
testSavepoint8() - Method in class net.sourceforge.jtds.jdbc.SavepointTest
Test to ensure savepoints cannot be created in auto-commit mode (Bug [2021839]).
testSavepoint9() - Method in class net.sourceforge.jtds.jdbc.SavepointTest
Test for bug [2021839], connection is rolled back instead of being committed if setSavepoint is the first operation.
testSavepointRelease() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC3Test
Test that temporary procedures created within transactions with savepoints which are released are still kept in the procedure cache.
testScrollablePreparedStatement() - Method in class net.sourceforge.jtds.jdbc.PreparedStatementTest
 
testSelect() - Method in class net.sourceforge.jtds.jdbc.GenKeyTest
Test that SELECT statements work correctly with PreparedStatements created with RETURN_GENERATED_KEYS.
testSemicolonProcedures() - Method in class net.sourceforge.jtds.jdbc.CallableStatementTest
Test that procedure names containing semicolons are parsed correctly.
testSetDateObject() - Method in class net.sourceforge.jtds.jdbc.SunTest
Test for bug [ 1012307 ] PreparedStatement.setObject(java.util.Date) not working.
testSetFetchDirectiion() - Method in class net.sourceforge.jtds.jdbc.SunTest
Test for SUN bug [ stmt2.testSetFetchDirection04 ] fetch direction constant not validated.
testSetFetchSize() - Method in class net.sourceforge.jtds.jdbc.SunTest
Test for SUN bug [ resultSet1.testSetFetchSize02 ] attempt to set non zero fetch size rejected.
testSetObjectScale() - Method in class net.sourceforge.jtds.jdbc.ResultSetTest
Test for bug [1075977] setObject() causes SQLException.
testSocketConcurrency1() - Method in class net.sourceforge.jtds.jdbc.SAfeTest
 
testSocketConcurrency2() - Method in class net.sourceforge.jtds.jdbc.SAfeTest
 
testSocketConcurrency3() - Method in class net.sourceforge.jtds.jdbc.SAfeTest
 
testSocketConcurrency4() - Method in class net.sourceforge.jtds.jdbc.SAfeTest
Test running SELECT queries on one Statement at the same time as cancel() is called on a concurrent Statement.
testSocketConcurrency5() - Method in class net.sourceforge.jtds.jdbc.JDBC3Test
Test closing a ResultSet when it's out of scope.
testSpHelpSysUsers0032() - Method in class net.sourceforge.jtds.jdbc.CSUnitTest
 
testSpecTime() - Method in class net.sourceforge.jtds.jdbc.AsTest
 
testSqlComments() - Method in class net.sourceforge.jtds.jdbc.SunTest
Test for bug [ 1011650 ] 0.9-rc1: comments get parsed
testSqlVariant() - Method in class net.sourceforge.jtds.jdbc.Tds8Test
 
testStatements0020() - Method in class net.sourceforge.jtds.jdbc.TimestampTest
 
testStreamImage() - Method in class net.sourceforge.jtds.jdbc.Tds5Test
Test writing image data from InputStream
testStreamText() - Method in class net.sourceforge.jtds.jdbc.Tds5Test
Test writing text data from Reader
testStreamUniText() - Method in class net.sourceforge.jtds.jdbc.Tds5Test
Test writing unitext data from Reader
testStringFn() - Method in class net.sourceforge.jtds.jdbc.SunTest
Test for scalar string functions.
testStringOptions() - Method in class net.sourceforge.jtds.jdbc.DatabaseMetaDataTest
Test meta data functions that return strings.
testSybaseISO_1() - Method in class net.sourceforge.jtds.jdbc.EncodingTest
Test for bug [1293415] Charset iso_1 is broken for Sybase.
testTLSResume() - Method in class net.sourceforge.jtds.jdbc.TlsTest
Test for problem resuming TLS session with SQL Server (bug [1102505] SSL TLS resume failure).
testTableMetaData() - Method in class net.sourceforge.jtds.jdbc.DatabaseMetaDataTest
Test for bug [1023984] Protocol error processing table meta data.
testTableParsing() - Method in class net.sourceforge.jtds.jdbc.SAfeTest
Test that the SQL parser doesn't try to parse the table name unless necessary (or that it is able to parse function calls if it does).
testTemp() - Method in class net.sourceforge.jtds.jdbc.UpdateTest
 
testTextColumns0031() - Method in class net.sourceforge.jtds.jdbc.CSUnitTest
 
testThreadInterrupt() - Method in class net.sourceforge.jtds.jdbc.SAfeTest
Test for bug #507, executeQuery absorbs thread interrupt status
testTimeEscaping() - Method in class net.sourceforge.jtds.jdbc.TimestampTest
Test for bug #541, data type mismatch when using date/time/timestamp JDBC escapes.
testTimeZone() - Method in class net.sourceforge.jtds.jdbc.TimeZoneTest
Test timezone calendar conversions.
testTimerStop() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC3Test
Test for bug [2871274], TimerThread prevents classloader from being GCed.
testTimestampConversion() - Method in class net.sourceforge.jtds.jdbc.NtlmAuthTest
 
testTimestampEscaping() - Method in class net.sourceforge.jtds.jdbc.TimestampTest
Test for bug #541, data type mismatch when using date/time/timestamp JDBC escapes.
testTimestampRange() - Method in class net.sourceforge.jtds.jdbc.TimestampTest
Test for bug [1040475] Possible bug when converting to and from datetime.
testTimestampTimeZone() - Method in class net.sourceforge.jtds.jdbc.TimestampTest
Test for bug [1036059] getTimestamp with Calendar applies tzone offset wrong way.
testTimestamps0001() - Method in class net.sourceforge.jtds.jdbc.TimestampTest
 
testTimestamps0004() - Method in class net.sourceforge.jtds.jdbc.TimestampTest
 
testTimestamps0037() - Method in class net.sourceforge.jtds.jdbc.TimestampTest
 
testTimestamps0047() - Method in class net.sourceforge.jtds.jdbc.TimestampTest
 
testTimestamps0048() - Method in class net.sourceforge.jtds.jdbc.TimestampTest
 
testTransactions0010() - Method in class net.sourceforge.jtds.jdbc.TimestampTest
 
testTrigger1() - Method in class net.sourceforge.jtds.jdbc.GenKeyTest
Test for bug [930305] getGeneratedKeys() does not work with triggers
testTsEscape() - Method in class net.sourceforge.jtds.jdbc.CallableStatementTest
Test for bug [ 1062671 ] SQLParser unable to parse CONVERT(char,{ts ?}
testUnclosedSocket() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC3Test
Test for bug [1755448], login failure leaves unclosed sockets.
testUniText() - Method in class net.sourceforge.jtds.jdbc.Tds5Test
Test writing unitext data from memory
testUnicodeStream() - Method in class net.sourceforge.jtds.jdbc.ResultSetTest
Test that read() works ok on the stream returned by ResultSet.getUnicodeStream() (i.e. it doesn't always fill the buffer, regardless of whether there's available data or not).
testUnsignedBigInt() - Method in class net.sourceforge.jtds.jdbc.Tds5Test
Test Sybase ASE 15+ unsigned bigint data type.
testUnsignedInt() - Method in class net.sourceforge.jtds.jdbc.Tds5Test
Test Sybase ASE 15+ unsigned int data type.
testUnsignedSmallInt() - Method in class net.sourceforge.jtds.jdbc.Tds5Test
Test Sybase ASE 15+ unsigned smallint data type.
testUnterminatedCommentParsing() - Method in class net.sourceforge.jtds.jdbc.SAfeTest
Test for bug [1187927] Driver Hangs on Statement.execute().
testUpdateCount1() - Method in class net.sourceforge.jtds.jdbc.PreparedStatementTest
Test for bug [985754] row count is always 0
testUpdateNoKeys() - Method in class net.sourceforge.jtds.jdbc.ClientSideCursorTest
Test updateable result set where table is not keyed.
testUpdateRow0011() - Method in class net.sourceforge.jtds.jdbc.SAfeTest
Test ResultSet.updateRow() on updateable result sets.
testUpdateRowDuplicatesRow() - Method in class net.sourceforge.jtds.jdbc.ResultSetTest
Test that updated rows are marked as deleted and the new values inserted at the end of the ResultSet if the primary key is updated.
testUpdateRowNoChanges() - Method in class net.sourceforge.jtds.jdbc.ResultSetTest
Test for bug [1170777] resultSet.updateRow() fails if no row has been changed.
testUpdateRowPosition() - Method in class net.sourceforge.jtds.jdbc.ResultSetTest
Test that after updateRow() the cursor is positioned correctly.
testUpdateRowUpdatesRow() - Method in class net.sourceforge.jtds.jdbc.ResultSetTest
Test that updated rows are modified in place if the primary key is not updated.
testUpdateableClientCursor() - Method in class net.sourceforge.jtds.jdbc.ResultSetTest
Test for bug [1197603] Cursor downgrade error in CachedResultSet -- updateable result sets were incorrectly downgraded to read only forward only ones when client side cursors were used.
testUserFn() - Method in class net.sourceforge.jtds.jdbc.Tds8Test
 
testVarcharTypes() - Method in class net.sourceforge.jtds.jdbc.TypeInfoTest
 
testWithClauseMetaData() - Method in class net.sourceforge.jtds.jdbc.PreparedStatementTest
Regression test for bug #647, PreparedStatement doesn't return ResultSetMetaData for SQL statements using a WITH clause.
testWriteDate() - Method in class net.sourceforge.jtds.jdbc.TimestampTest
Test that java.sql.Date objects are inserted and retrieved correctly (ie no time component).
testWritetext() - Method in class net.sourceforge.jtds.jdbc.CallableStatementTest
Test for bug [1152329] Spurious output params assigned (TIMESTMP).
testXAJoinTran() - Method in class net.sourceforge.jtds.jdbc.XaTest
Test to demonstrate the use of the XA_JOIN command.
testXARecover() - Method in class net.sourceforge.jtds.jdbc.XaTest
Test to demonstrate the use of the XA_RECOVER command.
testXaCommit() - Method in class net.sourceforge.jtds.jdbc.XaTest
Test to demonstrate the XA_COMMIT function.
testXaOnePhaseCommit() - Method in class net.sourceforge.jtds.jdbc.XaTest
Test to demonstrate the single phase XA_COMMIT function.
testXaRollback() - Method in class net.sourceforge.jtds.jdbc.XaTest
Test to demonstrate the use of the XA_ROLLBACK command.
testZeroFetchSize() - Method in class net.sourceforge.jtds.jdbc.ResultSetTest
Test for bug [1232733] setFetchSize(0) causes exception.
testZeroLengthStreams() - Method in class net.sourceforge.jtds.jdbc.LOBTest
Test for incorrect handling of zero length streams (bug [1096086] Zero length streams generate null values).
test_addDefaultPropertyIfNotSet_DefaultKeyNotSet() - Method in class net.sourceforge.jtds.jdbc.DefaultPropertiesUnitTest
Tests that DefaultProperties.addDefaultPropertyIfNotSet(java.util.Properties, java.lang.String, java.lang.String, java.util.Map) does not set a default property if the defaultKey is not set.
test_addDefaultPropertyIfNotSet_DefaultKeySet_PropertyAlreadySet() - Method in class net.sourceforge.jtds.jdbc.DefaultPropertiesUnitTest
Tests that DefaultProperties.addDefaultPropertyIfNotSet(java.util.Properties, java.lang.String, java.lang.String, java.util.Map) does not set a default property if the property is already set.
test_addDefaultPropertyIfNotSet_DefaultKeySet_PropertyNotSet() - Method in class net.sourceforge.jtds.jdbc.DefaultPropertiesUnitTest
Tests that DefaultProperties.addDefaultPropertyIfNotSet(java.util.Properties, java.lang.String, java.lang.String, java.util.Map) sets a default property if the property is not already set.
test_addDefaultPropertyIfNotSet_PropertyAlreadySet() - Method in class net.sourceforge.jtds.jdbc.DefaultPropertiesUnitTest
Tests that DefaultProperties.addDefaultPropertyIfNotSet(java.util.Properties, java.lang.String, java.lang.String) does not set a default property if the property is already set.
test_addDefaultPropertyIfNotSet_PropertyNotSet() - Method in class net.sourceforge.jtds.jdbc.DefaultPropertiesUnitTest
Tests that DefaultProperties.addDefaultPropertyIfNotSet(java.util.Properties, java.lang.String, java.lang.String) sets a default property if the property is not already set.
test_appName() - Method in class net.sourceforge.jtds.jdbc.DefaultPropertiesTestLibrary
Test the appName property.
test_batchSize() - Method in class net.sourceforge.jtds.jdbc.DefaultPropertiesTestLibrary
Test the batchSize property.
test_bindAddress() - Method in class net.sourceforge.jtds.jdbc.DefaultPropertiesTestLibrary
Test the bindAddress property.
test_bufferDir() - Method in class net.sourceforge.jtds.jdbc.DefaultPropertiesTestLibrary
Test the bufferDir property.
test_bufferMaxMemory() - Method in class net.sourceforge.jtds.jdbc.DefaultPropertiesTestLibrary
Test the bufferMaxMemory property.
test_bufferMinPackets() - Method in class net.sourceforge.jtds.jdbc.DefaultPropertiesTestLibrary
Test the bufferMinPackets property.
test_cacheMetaData() - Method in class net.sourceforge.jtds.jdbc.DefaultPropertiesTestLibrary
Test the cacheMetaData property.
test_databaseName() - Method in class net.sourceforge.jtds.jdbc.DefaultPropertiesTestLibrary
Test the databaseName property.
test_getNamedPipePath_DEFAULT() - Method in class net.sourceforge.jtds.jdbc.DefaultPropertiesUnitTest
 
test_getNamedPipePath_INVALID() - Method in class net.sourceforge.jtds.jdbc.DefaultPropertiesUnitTest
 
test_getNamedPipePath_SQLSERVER() - Method in class net.sourceforge.jtds.jdbc.DefaultPropertiesUnitTest
 
test_getNamedPipePath_SYBASE() - Method in class net.sourceforge.jtds.jdbc.DefaultPropertiesUnitTest
 
test_getPropertyInfo_Choices() - Method in class net.sourceforge.jtds.jdbc.DriverUnitTest
Tests that the DriverPropertyInfo array returned from Driver.getPropertyInfo(String, Properties) contains the correct choices value on each of the objects.
test_getPropertyInfo_MatchesMessagesProperties() - Method in class net.sourceforge.jtds.jdbc.DriverUnitTest
Tests that the DriverPropertyInfo array returned from Driver.getPropertyInfo(String, Properties) matches the list of properties defined in Messages.properties.
test_getPropertyInfo_Required() - Method in class net.sourceforge.jtds.jdbc.DriverUnitTest
Tests that the DriverPropertyInfo array returned from Driver.getPropertyInfo(String, Properties) contains the correct required value on each of the objects.
test_getPropertyInfo_ThrowsSQLExceptionWithNonNullProperties() - Method in class net.sourceforge.jtds.jdbc.DriverUnitTest
Tests that passing in a non-null properties argument to Driver.getPropertyInfo(String, Properties) causes the url to be parsed, which then throws a SQLException.
test_getPropertyInfo_ThrowsSQLExceptionWithNullProperties() - Method in class net.sourceforge.jtds.jdbc.DriverUnitTest
Tests that passing in a null properties argument to Driver.getPropertyInfo(String, Properties) causes the url to be parsed, which then throws a SQLException.
test_getServerType_StringToInteger_Null() - Method in class net.sourceforge.jtds.jdbc.DefaultPropertiesUnitTest
 
test_getServerType_StringToInteger_SQLSERVER() - Method in class net.sourceforge.jtds.jdbc.DefaultPropertiesUnitTest
 
test_getServerType_StringToInteger_SYBASE() - Method in class net.sourceforge.jtds.jdbc.DefaultPropertiesUnitTest
 
test_getServerType_intToString_Null() - Method in class net.sourceforge.jtds.jdbc.DefaultPropertiesUnitTest
 
test_getServerType_intToString_SQLSERVER() - Method in class net.sourceforge.jtds.jdbc.DefaultPropertiesUnitTest
 
test_getServerType_intToString_SYBASE() - Method in class net.sourceforge.jtds.jdbc.DefaultPropertiesUnitTest
 
test_getTdsVersion_StringToInteger_Null() - Method in class net.sourceforge.jtds.jdbc.DefaultPropertiesUnitTest
 
test_getTdsVersion_StringToInteger_TDS42() - Method in class net.sourceforge.jtds.jdbc.DefaultPropertiesUnitTest
 
test_getTdsVersion_StringToInteger_TDS50() - Method in class net.sourceforge.jtds.jdbc.DefaultPropertiesUnitTest
 
test_getTdsVersion_StringToInteger_TDS70() - Method in class net.sourceforge.jtds.jdbc.DefaultPropertiesUnitTest
 
test_getTdsVersion_StringToInteger_TDS80() - Method in class net.sourceforge.jtds.jdbc.DefaultPropertiesUnitTest
 
test_lastUpdateCount() - Method in class net.sourceforge.jtds.jdbc.DefaultPropertiesTestLibrary
Test the lastUpdateCount property.
test_lobBuffer() - Method in class net.sourceforge.jtds.jdbc.DefaultPropertiesTestLibrary
Test the lobBuffer property.
test_loginTimeout() - Method in class net.sourceforge.jtds.jdbc.DefaultPropertiesTestLibrary
Test the loginTimeout property.
test_macAddress() - Method in class net.sourceforge.jtds.jdbc.DefaultPropertiesTestLibrary
Test the macAddress property.
test_namedPipe() - Method in class net.sourceforge.jtds.jdbc.DefaultPropertiesTestLibrary
Test the namedPipe property.
test_packetSize() - Method in class net.sourceforge.jtds.jdbc.DefaultPropertiesTestLibrary
Test the packetSize property.
test_portNumber() - Method in class net.sourceforge.jtds.jdbc.DefaultPropertiesTestLibrary
Test the portNumber property.
test_prepareSql() - Method in class net.sourceforge.jtds.jdbc.DefaultPropertiesTestLibrary
Test the prepareSql property.
test_processId() - Method in class net.sourceforge.jtds.jdbc.DefaultPropertiesTestLibrary
Test the processId property.
test_progName() - Method in class net.sourceforge.jtds.jdbc.DefaultPropertiesTestLibrary
Test the progName property.
test_sendStringParametersAsUnicode() - Method in class net.sourceforge.jtds.jdbc.DefaultPropertiesTestLibrary
Test the sendStringParametersAsUnicode property.
test_serverType() - Method in class net.sourceforge.jtds.jdbc.DefaultPropertiesTestLibrary
Test the serverType property.
test_socketKeepAlive() - Method in class net.sourceforge.jtds.jdbc.DefaultPropertiesTestLibrary
Test the socketKeepAlive property.
test_socketTimeout() - Method in class net.sourceforge.jtds.jdbc.DefaultPropertiesTestLibrary
Test the socketTimeout property.
test_tcpNoDelay() - Method in class net.sourceforge.jtds.jdbc.DefaultPropertiesTestLibrary
Test the tcpNoDelay property.
test_tds() - Method in class net.sourceforge.jtds.jdbc.DefaultPropertiesTestLibrary
Test the tds (version) property.
test_unpackProperties_invalidIntegerProperty() - Method in class net.sourceforge.jtds.jdbc.ConnectionJDBC2UnitTest
Test that an SQLException is thrown when parsing invalid integer (and long) properties.
test_useCursors() - Method in class net.sourceforge.jtds.jdbc.DefaultPropertiesTestLibrary
Test the useCursors property.
test_useJCIFS() - Method in class net.sourceforge.jtds.jdbc.DefaultPropertiesTestLibrary
Test the useJCIFS property.
test_useLOBs() - Method in class net.sourceforge.jtds.jdbc.DefaultPropertiesTestLibrary
Test the useLOBs property.
test_wsid() - Method in class net.sourceforge.jtds.jdbc.DefaultPropertiesTestLibrary
Test the wsid property.
tester - Variable in class net.sourceforge.jtds.jdbc.DefaultPropertiesTestLibrary
Object used to run all of the tests.
testxx0029() - Method in class net.sourceforge.jtds.jdbc.CSUnitTest
 
testxx0050() - Method in class net.sourceforge.jtds.jdbc.CSUnitTest
 
testxx0051() - Method in class net.sourceforge.jtds.jdbc.CSUnitTest
 
testxx0052() - Method in class net.sourceforge.jtds.jdbc.CSUnitTest
 
testxx0053() - Method in class net.sourceforge.jtds.jdbc.CSUnitTest
 
testxx0055() - Method in class net.sourceforge.jtds.jdbc.CSUnitTest
 
testxx0057() - Method in class net.sourceforge.jtds.jdbc.CSUnitTest
 
testxx0059() - Method in class net.sourceforge.jtds.jdbc.CSUnitTest
 
testxx005x() - Method in class net.sourceforge.jtds.jdbc.CSUnitTest
 
textSize - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Connection's current maximum field size limit.
thisInstance - Static variable in class net.sourceforge.jtds.util.SSPIJNIClient
Singleton instance.
threadId - Variable in class net.sourceforge.jtds.jdbc.PreparedStatementTest.TestMultiThread
 
time - Variable in class net.sourceforge.jtds.jdbc.DateTime
The time component of the server datetime value.
time - Variable in class net.sourceforge.jtds.util.TimerThread.TimerRequest
The time when this timeout will expire.
timeFromZone(Date, Calendar) - Static method in class net.sourceforge.jtds.jdbc.Support
Convert a timestamp from a different Timezone.
timeMask - Static variable in class net.sourceforge.jtds.jdbc.SQLParser
Syntax mask for time escape.
timeToZone(Date, Calendar) - Static method in class net.sourceforge.jtds.jdbc.Support
Convert a timestamp to a different Timezone.
timeValue - Variable in class net.sourceforge.jtds.jdbc.DateTime
Cached value of the datetime as a java.sql.Time.
timeout - Variable in class net.sourceforge.jtds.jdbc.MSSqlServerInfo
 
timerExpired() - Method in interface net.sourceforge.jtds.util.TimerThread.TimerListener
Event to be fired when the timeout expires.
timerList - Variable in class net.sourceforge.jtds.util.TimerThread
List of TimerRequests to execute, ordered by time.
timestampMask - Static variable in class net.sourceforge.jtds.jdbc.SQLParser
Syntax mask for timestamp escape.
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.
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.ColInfo
 
toString() - Method in class net.sourceforge.jtds.jdbc.DateTime
Retrieves the current datetime value as a String.
toString() - Method in class net.sourceforge.jtds.jdbc.Driver
Returns the string form of the object.
toString() - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
Returns the SQL command provided at construction time.
toString() - Method in class net.sourceforge.jtds.jdbc.ProcEntry
Retrieves the procedure or handle name.
toString() - Method in class net.sourceforge.jtds.jdbc.TypeInfo
 
toString() - Method in class net.sourceforge.jtds.jdbc.UniqueIdentifier
Retrieve the unique identifier as a formatted string.
toString() - Method in class net.sourceforge.jtds.jdbcx.JtdsXid
 
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.
token - Variable in class net.sourceforge.jtds.jdbc.TdsCore.TdsToken
The current TDS token byte.
totalSize - Variable in class net.sourceforge.jtds.ssl.TdsTlsOutputStream
 
totrot - Static variable in class net.sourceforge.jtds.util.DESEngine
 
transactionIsolation - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Default transaction isolation level.
truncate(long) - Method in class net.sourceforge.jtds.jdbc.BlobImpl
 
truncate(long) - Method in class net.sourceforge.jtds.jdbc.ClobImpl
 
truncate(long) - Method in class net.sourceforge.jtds.util.BlobBuffer
Truncates the BLOB buffer to the specified size.
trustManagers() - Static method in class net.sourceforge.jtds.ssl.SocketFactories.TdsTlsSocketFactory
 
trustManagers() - Static method in class net.sourceforge.jtds.ssl.SocketFactoriesSUN.TdsTlsSocketFactory
 
tsValue - Variable in class net.sourceforge.jtds.jdbc.DateTime
Cached value of the datetime as a java.sql.Timestamp.
type - Variable in class net.sourceforge.jtds.jdbc.ProcEntry
Type of statement referenced by this entry.
typeInfoRs - Variable in class net.sourceforge.jtds.jdbc.DatabaseMetaDataTypeInfoTest
 
typeMap - Static variable in class net.sourceforge.jtds.jdbc.Support
Convert java clases to java.sql.Type constant.
typeName - Variable in class net.sourceforge.jtds.jdbc.TypeInfo
 
typemap - Static variable in class net.sourceforge.jtds.jdbc.DatabaseTestCase
 
types - Static variable in class net.sourceforge.jtds.jdbc.TdsData
Array of TDS data type descriptors.

U

UDT_BINARY - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
UDT_CHAR - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
UDT_LONGSYSNAME - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
UDT_NCHAR - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
UDT_NEWSYSNAME - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
UDT_NVARCHAR - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
UDT_SYSNAME - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
UDT_TIMESTAMP - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
UDT_UNICHAR - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
UDT_UNITEXT - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
UDT_UNIVARCHAR - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
UDT_VARBINARY - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
UDT_VARCHAR - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
UNICODE - Static variable in class net.sourceforge.jtds.jdbc.ParamInfo
Flag as a unicode parameter.
UNPREPARED - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
Do not prepare SQL
URL_SQLSERVER - Static variable in class net.sourceforge.jtds.jdbc.DefaultPropertiesTestLibrary
Test JDBC URL for SQL Server.
URL_SYBASE - Static variable in class net.sourceforge.jtds.jdbc.DefaultPropertiesTestLibrary
Test JDBC URL for Sybase.
USECURSORS - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
Default useCursors property.
USECURSORS - Static variable in class net.sourceforge.jtds.jdbc.Driver
 
USEJCIFS - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
Default useJCIFS property.
USEJCIFS - Static variable in class net.sourceforge.jtds.jdbc.Driver
 
USELOBS - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
Default useLOBs property.
USELOBS - Static variable in class net.sourceforge.jtds.jdbc.Driver
 
USENTLMV2 - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
Default useNTLMv2 property.
USENTLMV2 - Static variable in class net.sourceforge.jtds.jdbc.Driver
 
USER - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
Default user property.
USER - Static variable in class net.sourceforge.jtds.jdbc.Driver
 
USE_UNICODE - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
Default sendStringParametersAsUnicode property.
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.
UnitTestBase - class net.sourceforge.jtds.jdbc.UnitTestBase.
Base class for unit tests which do not connect to a database.
UnitTestBase(String) - Constructor for class net.sourceforge.jtds.jdbc.UnitTestBase
Constructor.
UpdateTest - class net.sourceforge.jtds.jdbc.UpdateTest.
 
UpdateTest(String) - Constructor for class net.sourceforge.jtds.jdbc.UpdateTest
 
ucFirst(String) - Static method in class net.sourceforge.jtds.jdbc.UnitTestBase
Changes the first character of a string to uppercase.
unInitialize() - Method in class net.sourceforge.jtds.util.SSPIJNIClient
Uninitializes the SSPI client.
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.
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
 
unpacked - Variable in class net.sourceforge.jtds.jdbc.DateTime
Indicates server datetime values have been unpacked.
unsigned - Variable in class net.sourceforge.jtds.jdbc.TypeInfo
 
update(ResultSet) - Method in class net.sourceforge.jtds.jdbc.TypeInfo
 
update(byte) - Method in class net.sourceforge.jtds.util.GeneralDigest
 
update(byte[], int, int) - Method in class net.sourceforge.jtds.util.GeneralDigest
 
updateArray(int, Array) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateArray(String, Array) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateAsciiStream(int, InputStream, int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateAsciiStream(String, InputStream, int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
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 - Variable in class net.sourceforge.jtds.jdbc.JtdsStatement
The current update count.
updateCount - Variable in class net.sourceforge.jtds.jdbc.TdsCore.TdsToken
The update count from a DONE packet.
updateDate(int, Date) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateDate(String, Date) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateDouble(int, double) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateDouble(String, double) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateFloat(int, float) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateFloat(String, float) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateInt(int, int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateInt(String, int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateLong(int, long) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateLong(String, long) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateNextTimeout() - Method in class net.sourceforge.jtds.util.TimerThread
Internal method that updates the value of TimerThread.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 - Variable in class net.sourceforge.jtds.jdbc.CachedResultSet
The "update" row.
updateRow() - Method in class net.sourceforge.jtds.jdbc.CachedResultSet
 
updateRow() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateRow - Variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
The "update row".
updateRow() - Method in class net.sourceforge.jtds.jdbc.MSCursorResultSet
 
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 - Variable in class net.sourceforge.jtds.jdbc.CachedResultSet
Updates TdsCore object used for positioned updates.
updateTime(int, Time) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateTime(String, Time) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateTimestamp(int, Timestamp) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
updateTimestamp(String, Timestamp) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
 
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 .
upperCaseColumnNames(JtdsResultSet) - Static method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Uppercase all column names.
url - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
The orginal connection URL.
useCursor(boolean, String) - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
Determines whether a cursor should be used based on the requested result set type and concurrency, whether a cursor name has been set, the useCursors connection property has been set, the first word in the SQL query is either SELECT or EXEC/EXECUTE and no generated keys are returned.
useCursors - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Use fast forward cursors for forward only result sets.
useJCIFS - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Force use of jCIFS library on Windows when connecting via named pipes.
useLOBs - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Map large types (IMAGE and TEXT/NTEXT) to LOBs by default.
useLOBs - Variable in class net.sourceforge.jtds.jdbc.JtdsResultSetMetaData
 
useLOBs - Variable in class net.sourceforge.jtds.jdbc.ParameterMetaDataImpl
 
useMetadataCache - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Use metadata cache for prepared statements.
useNTLMv2 - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
When doing NTLM authentication, send NTLMv2 response rather than regular response
useUnicode - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
Send parameters as unicode.
user - Variable in class net.sourceforge.jtds.jdbc.ConnectionJDBC2
The database user ID.
userType - Variable in class net.sourceforge.jtds.jdbc.ColInfo
Database ID for UDT
usesLocalFilePerTable() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Does the database use a file for each table?
usesLocalFiles() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
Does the database store tables in a local file?

V

VAR_MAX - Static variable in class net.sourceforge.jtds.jdbc.TdsData
 
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.
validateReadTextResult(ResultSet, String, byte[]) - Method in class net.sourceforge.jtds.jdbc.ReadTextTest
 
value - Variable in class net.sourceforge.jtds.jdbc.ParamInfo
Current parameter value
value - Variable in class net.sourceforge.jtds.jdbc.cache.ProcedureCache.CacheEntry
 

W

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

X

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

Y

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

_

_Config - Variable in class net.sourceforge.jtds.jdbcx.JtdsDataSource
 
_Driver - Static variable in class net.sourceforge.jtds.jdbcx.JtdsDataSource
Driver instance used for obtaining connections.
_VirtualSocket - Variable in class net.sourceforge.jtds.jdbc.RequestStream
The unique stream id.
_VirtualSocket - Variable in class net.sourceforge.jtds.jdbc.ResponseStream
The VirtualSocket used by this stream.
_callableStatement - Variable in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
 
_closed - Variable in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
 
_connection - Variable in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
 
_connection - Variable in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
 
_pooledConnection - Variable in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
 
_preparedStatement - Variable in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
 
_statement - Variable in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
 

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

Generated on October 27 2012