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 _
All Classes All Packages
All Classes All Packages
A
- abort(Executor) - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
- abort(Executor) - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
- absolute(int) - Method in class net.sourceforge.jtds.jdbc.CachedResultSet
- absolute(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- absolute(int) - Method in class net.sourceforge.jtds.jdbc.MSCursorResultSet
- acceptsURL(String) - Method in class net.sourceforge.jtds.jdbc.Driver
- acquire() - Method in class net.sourceforge.jtds.jdbc.Semaphore
-
Wait until a permit is available, and take one.
- addBatch() - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
- addBatch() - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
-
Delgates calls to the prepared statement; SQLExceptions thrown from the prepared statement will cause an event to be fired on the connection pool listeners.
- addBatch(String) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
- addBatch(String) - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
- addBatch(String) - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
-
Delgates calls to the statement; SQLExceptions thrown from the statement will cause an event to be fired on the connection pool listeners.
- addCachedProcedure(String) - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
-
Add a stored procedure to the savepoint cache.
- addCachedProcedure(String, ProcEntry) - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
-
Add a stored procedure to the cache.
- addConnectionEventListener(ConnectionEventListener) - Method in class net.sourceforge.jtds.jdbcx.PooledConnection
-
Adds the specified listener to the list.
- addDefaultProperties(Properties) - Static method in class net.sourceforge.jtds.jdbc.DefaultProperties
-
Add default properties to the
props
properties object. - addDefaultPropertyIfNotSet(Properties, String, String) - Static method in class net.sourceforge.jtds.jdbc.DefaultProperties
-
Sets a default property if the property is not already set.
- addDefaultPropertyIfNotSet(Properties, String, String, Map) - Static method in class net.sourceforge.jtds.jdbc.DefaultProperties
-
Sets a default property if the property is not already set, using the
defaultKey
and thedefaults
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! Ensure the provided data matches the column layout of this
ResultSet
. - addStatement(JtdsStatement) - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
-
Adds a statement object to the list maintained by the connection.
- addStatementEventListener(StatementEventListener) - Method in class net.sourceforge.jtds.jdbcx.PooledConnection
- addWarning(SQLWarning) - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
-
Add an SQLWarning object to the 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?
- ALTMETADATA_TOKEN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
-
TDS 7.0 Computed Result set column meta data token.
- answerLmChallenge(String, byte[]) - Static method in class net.sourceforge.jtds.jdbc.NtlmAuth
- answerLmv2Challenge(String, String, String, byte[], byte[]) - Static method in class net.sourceforge.jtds.jdbc.NtlmAuth
- answerNtChallenge(String, byte[]) - Static method in class net.sourceforge.jtds.jdbc.NtlmAuth
- answerNtlmv2Challenge(String, String, String, byte[], byte[], byte[]) - Static method in class net.sourceforge.jtds.jdbc.NtlmAuth
- answerNtlmv2Challenge(String, String, String, byte[], byte[], byte[], byte[]) - Static method in class net.sourceforge.jtds.jdbc.NtlmAuth
- answerNtlmv2Challenge(String, String, String, byte[], byte[], byte[], long) - Static method in class net.sourceforge.jtds.jdbc.NtlmAuth
- APP_NAME - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
-
Default
appName
property. - append(char) - Method in class net.sourceforge.jtds.jdbc.SQLParser
-
Adds the given character to
SQLParser.out
, incrementingSQLParser.d
by1
and expandingSQLParser.out
by a fixed number of characters if necessary. - append(char[]) - Method in class net.sourceforge.jtds.jdbc.SQLParser
- appendDropSQL(StringBuilder) - Method in class net.sourceforge.jtds.jdbc.ProcEntry
-
Retrieves the SQL to drop this statement.
- appName - Variable in class net.sourceforge.jtds.jdbc.JtdsConnection
-
The application name.
- APPNAME - Static variable in class net.sourceforge.jtds.jdbc.Driver
- AsciiInputStream(long) - Constructor for class net.sourceforge.jtds.util.BlobBuffer.AsciiInputStream
-
Costructs an InputStream object over the BLOB buffer.
- AsciiOutputStream(long) - Constructor for class net.sourceforge.jtds.util.BlobBuffer.AsciiOutputStream
-
Costructs an ASCII
OutputStream
object over the BLOB buffer. - ASYNC_CANCEL - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
-
Cancel has been generated by
Statement.cancel()
. - asyncCursor - Variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
-
The cursor is being built asynchronously.
- attempt(long) - Method in class net.sourceforge.jtds.jdbc.Semaphore
-
Wait at most msecs millisconds for a permit.
- AUTO_COMMIT - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
-
Default
autoCommit
property. - autoCommit - Variable in class net.sourceforge.jtds.jdbc.JtdsConnection
-
Default auto commit state.
- AUTOCOMMIT - Static variable in class net.sourceforge.jtds.jdbc.Driver
- autoCommitFailureClosesAllResultSets() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
- autoIncrement - Variable in class net.sourceforge.jtds.jdbc.TypeInfo
- available() - Method in class net.sourceforge.jtds.util.BlobBuffer.AsciiInputStream
-
Returns the number of bytes available to read.
- available() - Method in class net.sourceforge.jtds.util.BlobBuffer.BlobInputStream
-
Returns the number of bytes available to read.
- available() - Method in class net.sourceforge.jtds.util.BlobBuffer.UnicodeInputStream
-
Returns the number of bytes available to read.
B
- baseTds - Variable in class net.sourceforge.jtds.jdbc.JtdsConnection
-
The cored TDS protocol object.
- BATCH_SIZE_SQLSERVER - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
-
Default
batchSize
property for SQL Server. - BATCH_SIZE_SYBASE - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
-
Default
batchSize
property for Sybase. - batchSize - Variable in class net.sourceforge.jtds.jdbc.JtdsConnection
-
The maximum size of a batch.
- BATCHSIZE - Static variable in class net.sourceforge.jtds.jdbc.Driver
- batchSizeDefaults - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
-
Default max batch size based on server type
- batchValues - Variable in class net.sourceforge.jtds.jdbc.JtdsStatement
-
Batched SQL Statement array.
- beforeFirst() - Method in class net.sourceforge.jtds.jdbc.CachedResultSet
- beforeFirst() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- beforeFirst() - Method in class net.sourceforge.jtds.jdbc.MSCursorResultSet
- BIG_DECIMAL_ONE - Static variable in class net.sourceforge.jtds.jdbc.Support
- BIG_DECIMAL_ZERO - Static variable in class net.sourceforge.jtds.jdbc.Support
- BIND_ADDRESS - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
-
Default
bindAddress
property. - bindAddress - Variable in class net.sourceforge.jtds.jdbc.JtdsConnection
-
The local address to bind to when connecting to a database via TCP/IP.
- BINDADDRESS - Static variable in class net.sourceforge.jtds.jdbc.Driver
- blobBuffer - Variable in class net.sourceforge.jtds.jdbc.BlobImpl
-
The underlying
BlobBuffer
. - blobBuffer - Variable in class net.sourceforge.jtds.jdbc.ClobImpl
-
The underlying
BlobBuffer
. - BlobBuffer - Class in net.sourceforge.jtds.util
-
Manages a buffer (backed by optional disk storage) for use as a data store by the CLOB and BLOB objects.
- BlobBuffer(File, long) - Constructor for class net.sourceforge.jtds.util.BlobBuffer
-
Creates a blob buffer.
- BlobBuffer.AsciiInputStream - Class in net.sourceforge.jtds.util
-
An ASCII
InputStream
over the CLOB buffer. - BlobBuffer.AsciiOutputStream - Class in net.sourceforge.jtds.util
-
Implements an ASCII
OutputStream
for CLOB data. - BlobBuffer.BlobInputStream - Class in net.sourceforge.jtds.util
-
An
InputStream
over the BLOB buffer. - BlobBuffer.BlobOutputStream - Class in net.sourceforge.jtds.util
-
Implements an
OutputStream
for BLOB data. - BlobBuffer.UnicodeInputStream - Class in net.sourceforge.jtds.util
-
A Big Endian Unicode
InputStream
over the CLOB buffer. - blobFile - Variable in class net.sourceforge.jtds.util.BlobBuffer
-
The name of the temporary BLOB disk file.
- BlobImpl - Class in net.sourceforge.jtds.jdbc
-
An in-memory or disk based representation of binary data.
- BlobImpl(JtdsConnection) - Constructor for class net.sourceforge.jtds.jdbc.BlobImpl
-
Constructs a new empty
Blob
instance. - BlobImpl(JtdsConnection, byte[]) - Constructor for class net.sourceforge.jtds.jdbc.BlobImpl
-
Constructs a new
Blob
instance initialized with data. - BlobInputStream(long) - Constructor for class net.sourceforge.jtds.util.BlobBuffer.BlobInputStream
-
Costructs an
InputStream
object over the BLOB buffer. - BlobOutputStream(long) - Constructor for class net.sourceforge.jtds.util.BlobBuffer.BlobOutputStream
-
Costructs an OutputStream object over the BLOB buffer.
- BLOCK_SIZE - Static variable in class net.sourceforge.jtds.util.DESEngine
- BOOLEAN - Static variable in class net.sourceforge.jtds.jdbc.JtdsStatement
- bqual - Variable in class net.sourceforge.jtds.jdbcx.JtdsXid
-
The branch qualifier ID.
- buffer - Variable in class net.sourceforge.jtds.jdbc.RequestStream
-
The output packet buffer.
- buffer - Variable in class net.sourceforge.jtds.jdbc.ResponseStream
-
The Input packet buffer.
- buffer - Variable in class net.sourceforge.jtds.util.BlobBuffer
-
The BLOB buffer or the current page buffer.
- BUFFER_DIR - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
-
Default
tmpDir
property. - BUFFER_MAX_MEMORY - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
-
Default
bufferMaxMemory
property. - BUFFER_MIN_PACKETS - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
-
Default
bufferMinPackets
property. - bufferDir - Variable in class net.sourceforge.jtds.jdbc.JtdsConnection
-
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.
- BUFFERDIR - Static variable in class net.sourceforge.jtds.jdbc.Driver
- bufferDirty - Variable in class net.sourceforge.jtds.util.BlobBuffer
-
Indicates page in memory must be saved.
- bufferedRecords - Variable in class net.sourceforge.jtds.ssl.TdsTlsOutputStream
-
Used for holding back CKE, CCS and FIN records.
- bufferLen - Variable in class net.sourceforge.jtds.jdbc.ResponseStream
-
The length of current input packet.
- bufferMaxMemory - Variable in class net.sourceforge.jtds.jdbc.JtdsConnection
-
The global buffer memory limit for all connections (in kilobytes).
- BUFFERMAXMEMORY - Static variable in class net.sourceforge.jtds.jdbc.Driver
- bufferMinPackets - Variable in class net.sourceforge.jtds.jdbc.JtdsConnection
-
The minimum number of packets per statement to buffer to memory.
- BUFFERMINPACKETS - Static variable in class net.sourceforge.jtds.jdbc.Driver
- bufferPtr - Variable in class net.sourceforge.jtds.jdbc.RequestStream
-
The offset of the next byte to write.
- bufferPtr - Variable in class net.sourceforge.jtds.jdbc.ResponseStream
-
The offset of the next byte to read.
- bufferSize - Variable in class net.sourceforge.jtds.jdbc.ColInfo
-
Column buffer (max) size
- bufferSize - Variable in class net.sourceforge.jtds.jdbc.RequestStream
-
The current output buffer size
- bufferStream - Variable in class net.sourceforge.jtds.ssl.TdsTlsInputStream
- buildParameter(int, ColInfo, Object, boolean) - Static method in class net.sourceforge.jtds.jdbc.CachedResultSet
-
Creates a parameter object for an UPDATE, DELETE or INSERT statement.
- buildWhereClause(StringBuilder, ArrayList, boolean) - Method in class net.sourceforge.jtds.jdbc.CachedResultSet
-
Builds a WHERE clause for UPDATE or DELETE statements.
- BYTE_MASK - Static variable in class net.sourceforge.jtds.util.BlobBuffer
-
Mask for page offset component of R/W pointer.
- byteBuffer - Variable in class net.sourceforge.jtds.jdbc.ResponseStream
-
A shared byte buffer.
- byteCount - Variable in class net.sourceforge.jtds.util.GeneralDigest
- bytes - Variable in class net.sourceforge.jtds.jdbc.UniqueIdentifier
- bytesOutstanding - Variable in class net.sourceforge.jtds.ssl.TdsTlsInputStream
C
- cache - Variable in class net.sourceforge.jtds.jdbc.cache.ProcedureCache
-
The actual cache instance.
- CachedResultSet - Class in net.sourceforge.jtds.jdbc
-
A memory cached scrollable/updateable result set.
- 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, String[], int[]) - Constructor for class net.sourceforge.jtds.jdbc.CachedResultSet
-
Constructs a cached result set based on locally generated data.
- CachedResultSet(JtdsStatement, String, String, ParamInfo[], int, int) - Constructor for class net.sourceforge.jtds.jdbc.CachedResultSet
-
Constructs a new cached result set.
- CachedResultSet(JtdsStatement, ColInfo[], Object[]) - Constructor for class net.sourceforge.jtds.jdbc.CachedResultSet
-
Creates a cached result set containing one row.
- CachedSQLQuery(String[], ArrayList) - Constructor for class net.sourceforge.jtds.jdbc.SQLParser.CachedSQLQuery
- cachedTds - Variable in class net.sourceforge.jtds.jdbc.JtdsConnection
-
A cached
TdsCore
instance to reuse on new statements. - CacheEntry(String, ProcEntry) - Constructor for class net.sourceforge.jtds.jdbc.cache.ProcedureCache.CacheEntry
-
Constructs a new cache entry encapsulating the supplied key and value.
- CACHEMETA - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
-
Default
cacheMetaData
property. - CACHEMETA - Static variable in class net.sourceforge.jtds.jdbc.Driver
- cacheResults() - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
-
Cache as many results as possible (up to the first
ResultSet
). - cacheResultSetRows() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
Cache the remaining results to free up connection.
- cacheSize - Variable in class net.sourceforge.jtds.jdbc.cache.ProcedureCache
-
Maximum cache size or 0 to disable.
- calculateHash() - Method in class net.sourceforge.jtds.jdbcx.JtdsXid
- calculateNamedPipeBufferSize(int, int) - Static method in class net.sourceforge.jtds.jdbc.Support
-
Calculate the buffer size to use when buffering the
InputStream
for named pipes. - CallableStatementProxy - Class in net.sourceforge.jtds.jdbcx.proxy
-
This class would be better implemented as a java.lang.reflect.Proxy.
- CallableStatementProxy(ConnectionProxy, JtdsCallableStatement) - Constructor for class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
- callEscape() - Method in class net.sourceforge.jtds.jdbc.SQLParser
-
Processes the JDBC {call procedure [(?,?,?)]} type escape.
- cancel() - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
- cancel() - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
-
Delgates calls to the statement; SQLExceptions thrown from the statement will cause an event to be fired on the connection pool listeners.
- cancel(boolean) - Method in class net.sourceforge.jtds.jdbc.TdsCore
-
Send (only) one cancel packet to the server.
- cancel(SharedSocket.VirtualSocket) - Method in class net.sourceforge.jtds.jdbc.SharedSocket
-
Send a TDS cancel packet to the server.
- CANCEL_PKT - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
-
TDS Cancel packet.
- cancelled - Variable in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
True if the query has been cancelled by another thread.
- cancelMonitor - Variable in class net.sourceforge.jtds.jdbc.SharedSocket
-
Synchronization monitor for
SharedSocket.cancelPending
andSharedSocket.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.
- canEncode(String, String) - Static method in class net.sourceforge.jtds.jdbc.TdsData
-
Establish if a String can be converted to a byte based character set.
- caseSensitive - Variable in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
Boolean.TRUE
if identifiers are case sensitive (the server was installed that way). - caseSensitive - Variable in class net.sourceforge.jtds.jdbc.TypeInfo
- castNumeric(Object, int, int) - Static method in class net.sourceforge.jtds.jdbc.Support
- catalog - Variable in class net.sourceforge.jtds.jdbc.ColInfo
-
Database owning this column
- catalog - Variable in class net.sourceforge.jtds.jdbc.TdsCore.TableMetaData
-
Table catalog (database) name.
- cf - Variable in class net.sourceforge.jtds.util.DESEngine
- charBuffer - Variable in class net.sourceforge.jtds.jdbc.ResponseStream
-
A shared char buffer.
- charset - Variable in class net.sourceforge.jtds.jdbc.CharsetInfo
-
The Java character set name.
- CHARSET - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
-
Default
charset
property. - CHARSET - Static variable in class net.sourceforge.jtds.jdbc.Driver
- charsetInfo - Variable in class net.sourceforge.jtds.jdbc.ColInfo
-
Character set descriptor (if different from default)
- charsetInfo - Variable in class net.sourceforge.jtds.jdbc.JtdsConnection
-
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.
- CharsetInfo - Class in net.sourceforge.jtds.jdbc
-
Loads and stores information about character sets.
- CharsetInfo(String) - Constructor for class net.sourceforge.jtds.jdbc.CharsetInfo
-
Constructs a
CharsetInfo
object from a character set descriptor of the form: charset preceded by a numeric value indicating whether it's a multibyte character set (>1) or not (1) and a vertical bar (|), eg "1|Cp1252" or "2|MS936". - charsets - Static variable in class net.sourceforge.jtds.jdbc.CharsetInfo
-
Server charset to Java charset map.
- CHARSETS_RESOURCE_NAME - Static variable in class net.sourceforge.jtds.jdbc.CharsetInfo
-
Name of the
Charsets.properties
resource. - charsetSpecified - Variable in class net.sourceforge.jtds.jdbc.JtdsConnection
-
True if user specifies an explicit charset.
- checkCursorException(SQLException) - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
-
Check that the exception is caused by the failure to open a cursor and not by a more serious SQL error.
- checkErrors() - Method in class net.sourceforge.jtds.jdbc.SQLDiagnostic
-
Check the exception chain for errors and throw any found as an SQLException.
- checkLocal(String) - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
-
Checks that this connection is in local transaction mode.
- checkOpen() - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
-
Check that this statement is still open.
- checkOpen() - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
-
Checks that the connection is still open.
- checkOpen() - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
-
Check that this statement is still open.
- checkOpen() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
Check that this connection is still open.
- checkOpen() - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
-
Check that this statement is still open.
- checkOpen() - Method in class net.sourceforge.jtds.jdbc.TdsCore
-
Check that the connection is still open.
- checkScrollable() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
Check that this resultset is scrollable.
- checkUpdateable() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
Check that this resultset is updateable.
- cleanUp() - Method in class net.sourceforge.jtds.jdbc.TdsCore
-
Releases parameter and result set data and metadata to free up memory.
- 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.JtdsConnection
-
Releases all savepoints.
- clearWarnings() - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
- clearWarnings() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- clearWarnings() - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
- clearWarnings() - Method in class net.sourceforge.jtds.jdbc.SQLDiagnostic
-
Clear the warning chain.
- clearWarnings() - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
-
Delgates calls to the connection; SQLExceptions thrown from the connection will cause an event to be fired on the connection pool listeners.
- clearWarnings() - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
-
Delgates calls to the statement; SQLExceptions thrown from the statement will cause an event to be fired on the connection pool listeners.
- ClobImpl - Class in net.sourceforge.jtds.jdbc
-
An in-memory or disk based representation of character data.
- ClobImpl(JtdsConnection) - Constructor for class net.sourceforge.jtds.jdbc.ClobImpl
-
Constructs a new empty
Clob
instance. - ClobImpl(JtdsConnection, String) - Constructor for class net.sourceforge.jtds.jdbc.ClobImpl
-
Constructs a new initialized
Clob
instance. - clone() - Method in class net.sourceforge.jtds.jdbc.ParamInfo
-
Creates a shallow copy of this
ParamInfo
instance. - close() - Method in class net.sourceforge.jtds.jdbc.CachedResultSet
- close() - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
-
Releases this
Connection
object's database and JDBC resources immediately instead of waiting for them to be automatically released. - close() - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
- close() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- close() - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
- close() - Method in class net.sourceforge.jtds.jdbc.MSCursorResultSet
- close() - Method in class net.sourceforge.jtds.jdbc.RequestStream
-
Close the output stream.
- close() - Method in class net.sourceforge.jtds.jdbc.ResponseStream
-
Closes this response stream.
- close() - Method in class net.sourceforge.jtds.jdbc.SharedLocalNamedPipe
-
Close the named pipe and virtual sockets and release any resources.
- close() - Method in class net.sourceforge.jtds.jdbc.SharedNamedPipe
-
Close the socket (noop if in shared mode).
- close() - Method in class net.sourceforge.jtds.jdbc.SharedSocket
-
Close the socket and release all resources.
- close() - Method in class net.sourceforge.jtds.jdbc.TdsCore
-
Close the
TdsCore
connection object and associated streams. - close() - Method in class net.sourceforge.jtds.jdbcx.JtdsXAConnection
- close() - Method in class net.sourceforge.jtds.jdbcx.PooledConnection
-
Closes the database connection.
- close() - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
-
Delgates calls to the connection; SQLExceptions thrown from the connection will cause an event to be fired on the connection pool listeners.
- close() - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
-
Delgates calls to the statement; SQLExceptions thrown from the statement will cause an event to be fired on the connection pool listeners.
- close() - Method in class net.sourceforge.jtds.ssl.TdsTlsSocket
- close() - Method in class net.sourceforge.jtds.util.BlobBuffer.AsciiInputStream
-
Closes the output stream.
- close() - Method in class net.sourceforge.jtds.util.BlobBuffer.AsciiOutputStream
-
Closes the output stream.
- close() - Method in class net.sourceforge.jtds.util.BlobBuffer.BlobInputStream
-
Closes the output stream.
- close() - Method in class net.sourceforge.jtds.util.BlobBuffer.BlobOutputStream
-
Close the output stream.
- close() - Method in class net.sourceforge.jtds.util.BlobBuffer
-
Logically closes the file or physically close it if the open count is now zero.
- close() - Method in class net.sourceforge.jtds.util.BlobBuffer.UnicodeInputStream
-
Close the output stream.
- CLOSE_ALL_RESULTS - Static variable in class net.sourceforge.jtds.jdbc.JtdsStatement
- CLOSE_CURRENT_RESULT - Static variable in class net.sourceforge.jtds.jdbc.JtdsStatement
- CLOSE_CURSORS_AT_COMMIT - Static variable in class net.sourceforge.jtds.jdbc.JtdsResultSet
- closeAllResultSets() - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
-
Close all result sets.
- closeConnection() - Method in class net.sourceforge.jtds.jdbc.TdsCore
-
Inform the server that this connection is closing.
- closeCurrentResultSet() - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
-
Close current result set (if any).
- closed - Variable in class net.sourceforge.jtds.jdbc.JtdsConnection
-
True if this connection is closed.
- closed - Variable in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
True if this result set is closed.
- closeOnCompletion() - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
- closeOnCompletion() - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
- closeOnCompletion() - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
- closeOnCompletion() - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
- closeStream(SharedSocket.VirtualSocket) - Method in class net.sourceforge.jtds.jdbc.SharedSocket
-
Deallocate a stream linked to this socket.
- ColInfo - Class in net.sourceforge.jtds.jdbc
-
Instances of this class serve as descriptor for result set columns.
- ColInfo() - Constructor for class net.sourceforge.jtds.jdbc.ColInfo
- collation - Variable in class net.sourceforge.jtds.jdbc.ColInfo
-
MS SQL2000 collation
- collation - Variable in class net.sourceforge.jtds.jdbc.JtdsConnection
-
SQL Server 2000 collation.
- collation - Variable in class net.sourceforge.jtds.jdbc.ParamInfo
-
TDS 8 Collation string.
- colMetaData - Variable in class net.sourceforge.jtds.jdbc.JtdsStatement
-
The cached column meta data.
- colMetaData - Variable in class net.sourceforge.jtds.jdbc.ProcEntry
-
Column meta data (Sybase only).
- columnCount - Variable in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
Number of visible columns in row.
- columnCount - Variable in class net.sourceforge.jtds.jdbc.JtdsResultSetMetaData
- columnMap - Variable in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
Cache to optimize findColumn(String) lookups
- columns - Variable in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
The array of column descriptors.
- columns - Variable in class net.sourceforge.jtds.jdbc.JtdsResultSetMetaData
- columns - Variable in class net.sourceforge.jtds.jdbc.TdsCore
-
The array of column meta data objects for this result set.
- commit() - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
- commit() - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
-
Delgates calls to the connection; SQLExceptions thrown from the connection will cause an event to be fired on the connection pool listeners.
- commit(Xid, boolean) - Method in class net.sourceforge.jtds.jdbcx.JtdsXAResource
- compare(int, int) - Method in class net.sourceforge.jtds.jdbc.TypeInfo
- compare(Object, Object) - Method in class net.sourceforge.jtds.jdbc.ColInfo
-
Compares two object.
- 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.
- concurrency - Variable in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
The result set concurrency.
- connect(String, Properties) - Method in class net.sourceforge.jtds.jdbc.Driver
- connection - Variable in class net.sourceforge.jtds.jdbc.CachedResultSet
-
The parent connection object
- connection - Variable in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
- connection - Variable in class net.sourceforge.jtds.jdbc.JtdsStatement
-
The connection owning this statement object.
- connection - Variable in class net.sourceforge.jtds.jdbc.SQLParser
-
Connection object for server specific parsing.
- connection - Variable in class net.sourceforge.jtds.jdbc.TdsCore
-
The Connection object that created this object.
- connection - Variable in class net.sourceforge.jtds.jdbcx.JtdsXAResource
- connection - Variable in class net.sourceforge.jtds.jdbcx.PooledConnection
- connectionLock - Variable in class net.sourceforge.jtds.jdbc.TdsCore
-
Mutual exclusion lock on connection.
- ConnectionProxy - Class in net.sourceforge.jtds.jdbcx.proxy
-
This class would be better implemented as a java.lang.reflect.Proxy.
- ConnectionProxy(PooledConnection, Connection) - Constructor for class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
-
Constructs a new connection proxy.
- connections - Static variable in class net.sourceforge.jtds.jdbc.JtdsConnection
-
the number of currently open connections
- consumeOneResponse() - Method in class net.sourceforge.jtds.jdbc.TdsCore
-
Consume packets from the server response queue up to (and including) the first response terminator.
- convert(Object, Object, int, String) - Static method in class net.sourceforge.jtds.jdbc.Support
-
Convert an existing data object to the specified JDBC type.
- convertLOB(Object) - Static method in class net.sourceforge.jtds.jdbc.Support
-
Converts a LOB to the equivalent Java type, i.e.
- convertLOBType(int) - Static method in class net.sourceforge.jtds.jdbc.Support
-
Converts a LOB type constant to the equivalent Java type constant, i.e.
- convertPassword(String) - Static method in class net.sourceforge.jtds.jdbc.NtlmAuth
-
Used by answerNtlmChallenge.
- copyInfo(ColInfo[]) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
Copy an existing result set column descriptor array.
- copyKeyWord() - Method in class net.sourceforge.jtds.jdbc.SQLParser
-
Copies over possible SQL keyword eg 'SELECT'
- copyLiteral(String) - Method in class net.sourceforge.jtds.jdbc.SQLParser
-
Inserts a String literal in the output buffer.
- copyParam(String, int) - Method in class net.sourceforge.jtds.jdbc.SQLParser
-
Builds a new parameter item.
- copyParamName() - Method in class net.sourceforge.jtds.jdbc.SQLParser
-
Copies an embedded parameter name to the output buffer.
- copyProcName() - Method in class net.sourceforge.jtds.jdbc.SQLParser
-
Copies an embedded stored procedure identifier over to the output buffer.
- copyRow(Object[]) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
Copy an existing result set row.
- copyString() - Method in class net.sourceforge.jtds.jdbc.SQLParser
-
Copies over an embedded string literal unchanged.
- copyWhiteSpace() - Method in class net.sourceforge.jtds.jdbc.SQLParser
-
Copies over white space.
- createArrayOf(String, Object[]) - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
- createArrayOf(String, Object[]) - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
- createBlob() - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
- createBlob() - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
- 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 callingDriver.getPropertyInfo(String, Properties)
. - createClob() - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
- createClob() - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
- createGssToken() - Method in class net.sourceforge.jtds.jdbc.TdsCore
-
Initializes the GSS context and creates the initial token.
- createNamedPipe(JtdsConnection) - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
-
Creates a
SharedSocket
object representing a connection to a named pipe. - createNClob() - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
- createNClob() - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
- createParams - Variable in class net.sourceforge.jtds.jdbc.TypeInfo
- createRequiredTrueMap() - Static method in class net.sourceforge.jtds.jdbc.Driver
-
Creates a map of driver properties that should be marked as required when calling
Driver.getPropertyInfo(String, Properties)
. - createSocket(String, int) - Method in class net.sourceforge.jtds.ssl.SocketFactories.TdsTlsSocketFactory
-
Create the SSL socket.
- createSocket(String, int, InetAddress, int) - Method in class net.sourceforge.jtds.ssl.SocketFactories.TdsTlsSocketFactory
- createSocket(InetAddress, int) - Method in class net.sourceforge.jtds.ssl.SocketFactories.TdsTlsSocketFactory
- createSocket(InetAddress, int, InetAddress, int) - Method in class net.sourceforge.jtds.ssl.SocketFactories.TdsTlsSocketFactory
- createSocketForJDBC3(JtdsConnection) - Method in class net.sourceforge.jtds.jdbc.SharedSocket
-
Creates a
Socket
connection. - createSQLXML() - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
- createSQLXML() - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
- createStatement() - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
- createStatement() - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
-
Delgates calls to the connection; SQLExceptions thrown from the connection will cause an event to be fired on the connection pool listeners.
- createStatement(int, int) - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
- createStatement(int, int) - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
-
Delgates calls to the connection; SQLExceptions thrown from the connection will cause an event to be fired on the connection pool listeners.
- createStatement(int, int, int) - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
- createStatement(int, int, int) - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
-
Delgates calls to the connection; SQLExceptions thrown from the connection will cause an event to be fired on the connection pool listeners.
- createStruct(String, Object[]) - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
- createStruct(String, Object[]) - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
- createTimestamp(long) - Static method in class net.sourceforge.jtds.jdbc.NtlmAuth
-
Creates a timestamp in the format used in NTLMv2 responses.
- createTypeInfoResultSet(JtdsResultSet, boolean) - Static method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
- currentDatabase - Variable in class net.sourceforge.jtds.jdbc.JtdsConnection
-
The current database name.
- currentPage - Variable in class net.sourceforge.jtds.util.BlobBuffer
-
The number of the current page in memory.
- currentResult - Variable in class net.sourceforge.jtds.jdbc.JtdsStatement
-
The current
ResultSet
. - currentRow - Variable in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
The current result set row.
- currentToken - Variable in class net.sourceforge.jtds.jdbc.TdsCore
-
The descriptor object for the current TDS token.
- cursor(Integer, ParamInfo[]) - Method in class net.sourceforge.jtds.jdbc.MSCursorResultSet
-
Support general cursor operations such as delete, update etc.
- CURSOR - Static variable in class net.sourceforge.jtds.jdbc.ProcEntry
-
The entry references a prepared cursor handle.
- CURSOR_CONCUR_OPTIMISTIC - Static variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
- CURSOR_CONCUR_OPTIMISTIC_VALUES - Static variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
- CURSOR_CONCUR_READ_ONLY - Static variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
- CURSOR_CONCUR_SCROLL_LOCKS - Static variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
- CURSOR_OP_DELETE - Static variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
- CURSOR_OP_INSERT - Static variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
- CURSOR_OP_UPDATE - Static variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
- CURSOR_TYPE_AUTO_FETCH - Static variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
- CURSOR_TYPE_DYNAMIC - Static variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
- CURSOR_TYPE_FASTFORWARDONLY - Static variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
- CURSOR_TYPE_FORWARD - Static variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
- CURSOR_TYPE_KEYSET - Static variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
- CURSOR_TYPE_PARAMETERIZED - Static variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
- CURSOR_TYPE_STATIC - Static variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
- cursorClose() - Method in class net.sourceforge.jtds.jdbc.CachedResultSet
-
Closes the result set.
- cursorClose() - Method in class net.sourceforge.jtds.jdbc.MSCursorResultSet
-
Close a server side cursor.
- cursorCreate() - Method in class net.sourceforge.jtds.jdbc.CachedResultSet
-
Creates a new scrollable result set in memory or a named server cursor.
- cursorCreate(String, String, ParamInfo[]) - Method in class net.sourceforge.jtds.jdbc.MSCursorResultSet
-
Create a new Cursor result set using the internal sp_cursoropen procedure.
- cursorFetch(int) - Method in class net.sourceforge.jtds.jdbc.CachedResultSet
-
Fetches the next result row from the internal row array.
- cursorFetch(Integer, int) - Method in class net.sourceforge.jtds.jdbc.MSCursorResultSet
-
Fetch the next result row from a cursor using the internal sp_cursorfetch procedure.
- cursorName - Variable in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
The cursor name to be used for positioned updates.
- cursorName - Variable in class net.sourceforge.jtds.jdbc.JtdsStatement
-
The cursor name to be used for positioned updates.
- cursorPos - Variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
-
Actual position of the cursor.
- cursorSequenceNo - Variable in class net.sourceforge.jtds.jdbc.JtdsConnection
-
Cursor unique ID number.
- cursorTds - Variable in class net.sourceforge.jtds.jdbc.CachedResultSet
-
Cursor TdsCore object.
- cvMap - Static variable in class net.sourceforge.jtds.jdbc.SQLParser
-
Map of jdbc to server data types for convert
D
- d - Variable in class net.sourceforge.jtds.jdbc.SQLParser
-
Current position in output buffer.
- DATABASE_NAME - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
-
Default
databaseName
property. - databaseMajorVersion - Variable in class net.sourceforge.jtds.jdbc.JtdsConnection
-
The major version number eg 11.
- databaseMinorVersion - Variable in class net.sourceforge.jtds.jdbc.JtdsConnection
-
The minor version number eg 92.
- databaseName - Variable in class net.sourceforge.jtds.jdbc.JtdsConnection
-
The requested database name.
- DATABASENAME - Static variable in class net.sourceforge.jtds.jdbc.Driver
- databaseProductName - Variable in class net.sourceforge.jtds.jdbc.JtdsConnection
-
The database product name eg SQL SERVER.
- databaseProductVersion - Variable in class net.sourceforge.jtds.jdbc.JtdsConnection
-
The product version eg 11.92.
- dataDefinitionCausesTransactionCommit() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
Does a data definition statement within a transaction force the transaction to commit?
- dataDefinitionIgnoredInTransactions() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
Is a data definition statement within a transaction ignored?
- DATALINK - Static variable in class net.sourceforge.jtds.jdbc.JtdsStatement
- dataSource - Variable in class net.sourceforge.jtds.jdbcx.JtdsXAConnection
- dataType - Variable in class net.sourceforge.jtds.jdbc.TypeInfo
- date - Variable in class net.sourceforge.jtds.jdbc.DateTime
-
The date component of the server datetime value.
- DATE_NOT_USED - Static variable in class net.sourceforge.jtds.jdbc.DateTime
-
Indicates date value not used.
- DATE_ZERO - Static variable in class net.sourceforge.jtds.jdbc.Support
- dateMask - Static variable in class net.sourceforge.jtds.jdbc.SQLParser
-
Syntax mask for date escape.
- DATEN - Static variable in class net.sourceforge.jtds.jdbc.TdsData
- DateTime - Class in net.sourceforge.jtds.jdbc
-
Encapsulates Sybase date/time values and provides conversions to and from Java classes.
- DateTime(int, int) - Constructor for class net.sourceforge.jtds.jdbc.DateTime
-
Constructs a DateTime object from the two integer components of a datetime.
- DateTime(short, short) - Constructor for class net.sourceforge.jtds.jdbc.DateTime
-
Constructs a DateTime object from the two short components of a smalldatetime.
- DateTime(Date) - Constructor for class net.sourceforge.jtds.jdbc.DateTime
-
Constructs a DateTime object from a
java.sql.Date
. - DateTime(Time) - Constructor for class net.sourceforge.jtds.jdbc.DateTime
-
Constructs a DateTime object from a
java.sql.Time
. - DateTime(Timestamp) - Constructor for class net.sourceforge.jtds.jdbc.DateTime
-
Constructs a DateTime object from a
java.sql.Timestamp
. - DATETIME2N - Static variable in class net.sourceforge.jtds.jdbc.TdsData
- DATETIMEOFFSETN - Static variable in class net.sourceforge.jtds.jdbc.TdsData
- dateValue - Variable in class net.sourceforge.jtds.jdbc.DateTime
-
Cached value of the datetime as a
java.sql.Date
. - day - Variable in class net.sourceforge.jtds.jdbc.DateTime
-
Unpacked day value.
- DEFAULT_FETCH_SIZE - Static variable in class net.sourceforge.jtds.jdbc.JtdsStatement
- DEFAULT_MIN_PKT_SIZE_TDS70 - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
-
Default minimum network packet size for TDS 7.0 and newer.
- DEFAULT_PRECISION_28 - Static variable in class net.sourceforge.jtds.jdbc.TdsData
-
Default precision for SQL Server 6.5 and 7.
- DEFAULT_PRECISION_38 - Static variable in class net.sourceforge.jtds.jdbc.TdsData
-
Default precision for Sybase and SQL Server 2000 and newer.
- DEFAULT_RESOURCE - Static variable in class net.sourceforge.jtds.jdbc.Messages
-
Default name for resource bundle containing the messages.
- DEFAULT_SCALE - Static variable in class net.sourceforge.jtds.jdbc.TdsData
-
Default Decimal Scale.
- DefaultProperties - Class in net.sourceforge.jtds.jdbc
-
Container for default property constants.
- DefaultProperties() - Constructor for class net.sourceforge.jtds.jdbc.DefaultProperties
- defaultResource - Static variable in class net.sourceforge.jtds.jdbc.Messages
-
Cached resource bundle containing the messages.
- deferRecord(byte[], int) - Method in class net.sourceforge.jtds.ssl.TdsTlsOutputStream
-
Holds back a record for batched transmission.
- delegate - Variable in class net.sourceforge.jtds.ssl.TdsTlsSocket
- deleteRow() - Method in class net.sourceforge.jtds.jdbc.CachedResultSet
- deleteRow() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- deleteRow() - Method in class net.sourceforge.jtds.jdbc.MSCursorResultSet
- deletesAreDetected(int) - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
JDBC 2.0 Indicates whether or not a visible row delete can be detected by calling ResultSet.rowDeleted().
- dequeueInput(SharedSocket.VirtualSocket) - Method in class net.sourceforge.jtds.jdbc.SharedSocket
-
Read a cached packet from the in memory queue or from a disk based queue.
- DESCRIPTION - Static variable in class net.sourceforge.jtds.jdbcx.JtdsDataSource
- DESEngine - Class in net.sourceforge.jtds.util
-
a class that provides a basic DES engine.
- DESEngine() - Constructor for class net.sourceforge.jtds.util.DESEngine
-
standard constructor.
- DESEngine(boolean, byte[]) - Constructor for class net.sourceforge.jtds.util.DESEngine
-
mdb: convenient constructor
- 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.JtdsConnection
-
Discovers the server charset for server versions that do not send
ENVCHANGE
packets on login ack, by executing a DB vendor/version specific query. - DIGEST_LENGTH - Static variable in class net.sourceforge.jtds.util.MD4Digest
- DIGEST_LENGTH - Static variable in class net.sourceforge.jtds.util.MD5Digest
- direction - Variable in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
The fetch direction.
- disableEncryption() - Method in class net.sourceforge.jtds.jdbc.SharedSocket
-
Disable TLS encryption and switch back to raw TCP/IP socket.
- diskQueue - Variable in class net.sourceforge.jtds.jdbc.SharedSocket.VirtualSocket
-
I/O Stream for disk packet queue.
- displaySize - Variable in class net.sourceforge.jtds.jdbc.ColInfo
-
Column display size
- displaySize - Variable in class net.sourceforge.jtds.jdbc.TdsData.TypeInfo
-
The display size of the type.
- distanceFromJdbcType - Variable in class net.sourceforge.jtds.jdbc.TypeInfo
- doesMaxRowSizeIncludeBlobs() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
Did getMaxRowSize() include LONGVARCHAR and LONGVARBINARY blobs?
- doFinal(byte[], int) - Method in class net.sourceforge.jtds.util.MD4Digest
- doFinal(byte[], int) - Method in class net.sourceforge.jtds.util.MD5Digest
- DOMAIN - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
-
Default
domain
property. - DOMAIN - Static variable in class net.sourceforge.jtds.jdbc.Driver
- domainName - Variable in class net.sourceforge.jtds.jdbc.JtdsConnection
-
The Windows Domain name.
- 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.
- 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,
- DOUBLE_ONE - Static variable in class net.sourceforge.jtds.jdbc.Support
- DOUBLE_ZERO - Static variable in class net.sourceforge.jtds.jdbc.Support
- Driver - Class in net.sourceforge.jtds.jdbc
jTDS implementation of the java.sql.Driver interface.- Driver() - Constructor for class net.sourceforge.jtds.jdbc.Driver
- driverPrefix - Static variable in class net.sourceforge.jtds.jdbc.Driver
URL prefix used by the driver (i.ejdbc:jtds:
).- dynamParamData - Variable in class net.sourceforge.jtds.jdbc.TdsCore.TdsToken
The dynamic parameter data from the last TDS_DYNAMIC token.- dynamParamInfo - Variable in class net.sourceforge.jtds.jdbc.TdsCore.TdsToken
The dynamic parameters from the last TDS_DYNAMIC token.E
- embedData(StringBuilder, Object, boolean, JtdsConnection) - Static method in class net.sourceforge.jtds.jdbc.Support
-
Embed the data object as a string literal in the buffer supplied.
- EMPTY_BLOB - Static variable in class net.sourceforge.jtds.jdbc.BlobImpl
-
0 length
byte[]
as initial value for emptyBlob
s. - 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 emptyClob
s. - EMPTY_PARAMETER_INFO - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
-
Used to optimize the
TdsCore.getParameters()
call - enableEncryption(String) - Method in class net.sourceforge.jtds.jdbc.SharedSocket
-
Enable TLS encryption by creating a TLS socket over the existing TCP/IP network socket.
- encodeString(String, String) - Static method in class net.sourceforge.jtds.jdbc.Support
-
Encode a string into a byte array using the specified character set.
- encryptNonce(byte[], byte[]) - Static method in class net.sourceforge.jtds.jdbc.NtlmAuth
- end(Xid, int) - Method in class net.sourceforge.jtds.jdbcx.JtdsXAResource
- endOfResponse - Variable in class net.sourceforge.jtds.jdbc.TdsCore
-
True if the server response is fully read.
- endOfResults - Variable in class net.sourceforge.jtds.jdbc.TdsCore
-
True if the current result set is at end of file.
- enlistConnection(byte[]) - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
-
Enlists the current connection in a distributed transaction.
- enlistConnection(int, byte[]) - Method in class net.sourceforge.jtds.jdbc.TdsCore
-
Enlist the current connection in a distributed transaction or request the location of the MSDTC instance controlling the server we are connected to.
- enqueueInput(SharedSocket.VirtualSocket, byte[]) - Method in class net.sourceforge.jtds.jdbc.SharedSocket
-
Save a packet buffer in a memory queue or to a disk queue if the global memory limit for the driver has been exceeded.
- equals(Object) - Method in class net.sourceforge.jtds.jdbc.cache.SQLCacheKey
- equals(Object) - Method in class net.sourceforge.jtds.jdbc.CharsetInfo
- equals(Object) - Method in class net.sourceforge.jtds.jdbc.ColInfo
- equals(Object) - Method in class net.sourceforge.jtds.jdbc.TypeInfo
- equals(Object) - Method in class net.sourceforge.jtds.jdbcx.JtdsXid
-
Test for equality.
- escape() - Method in class net.sourceforge.jtds.jdbc.SQLParser
-
Processes the JDBC escape sequences.
- escapeProcessing - Variable in class net.sourceforge.jtds.jdbc.JtdsStatement
-
True if SQL statements should be preprocessed.
- exceptions - Variable in class net.sourceforge.jtds.jdbc.SQLDiagnostic
- execute() - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
- execute() - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
-
Delgates calls to the prepared statement; SQLExceptions thrown from the prepared statement will cause an event to be fired on the connection pool listeners.
- execute(String) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
- execute(String) - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
- execute(String) - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
-
Delgates calls to the statement; SQLExceptions thrown from the statement will cause an event to be fired on the connection pool listeners.
- execute(String, int) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
- execute(String, int) - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
- execute(String, int) - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
-
Delgates calls to the statement; SQLExceptions thrown from the statement will cause an event to be fired on the connection pool listeners.
- execute(String, int[]) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
- execute(String, int[]) - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
- execute(String, int[]) - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
-
Delgates calls to the statement; SQLExceptions thrown from the statement will cause an event to be fired on the connection pool listeners.
- execute(String, String[]) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
- execute(String, String[]) - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
- execute(String, String[]) - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
-
Delgates calls to the statement; SQLExceptions thrown from the statement will cause an event to be fired on the connection pool listeners.
- EXECUTE_FAILED - Static variable in class net.sourceforge.jtds.jdbc.JtdsStatement
- EXECUTE_SQL - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
-
Prepare SQL using sp_executesql
- executeBatch() - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
-
Execute batch of SQL Statements.
- executeBatch() - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
-
Delgates calls to the statement; SQLExceptions thrown from the statement will cause an event to be fired on the connection pool listeners.
- executeImpl(String, int, boolean) - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
-
Implements the common functionality for plain statement
JtdsStatement.execute(java.lang.String)
and {#link #executeUpdate}: basic checks, cleaning up of previous results, setting up and executing the query and loading the first results. - executeMSBatch(int, int, ArrayList) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
-
Execute the SQL batch on a MS server.
- executeMSBatch(int, int, ArrayList) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
-
Execute the SQL batch on a MS server.
- executeMSBatch(int, int, ArrayList) - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
-
Execute the SQL batch on a MS server.
- executeQuery() - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
- executeQuery() - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
-
Delgates calls to the prepared statement; SQLExceptions thrown from the prepared statement will cause an event to be fired on the connection pool listeners.
- executeQuery(String) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
- executeQuery(String) - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
- executeQuery(String) - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
-
Delgates calls to the statement; SQLExceptions thrown from the statement will cause an event to be fired on the connection pool listeners.
- 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() - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
-
Delgates calls to the prepared statement; SQLExceptions thrown from the prepared statement will cause an event to be fired on the connection pool listeners.
- executeUpdate(String) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
- executeUpdate(String) - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
- executeUpdate(String) - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
-
Delgates calls to the statement; SQLExceptions thrown from the statement will cause an event to be fired on the connection pool listeners.
- executeUpdate(String, int) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
- executeUpdate(String, int) - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
- executeUpdate(String, int) - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
-
Delgates calls to the statement; SQLExceptions thrown from the statement will cause an event to be fired on the connection pool listeners.
- executeUpdate(String, int[]) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
- executeUpdate(String, int[]) - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
- executeUpdate(String, int[]) - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
-
Delgates calls to the statement; SQLExceptions thrown from the statement will cause an event to be fired on the connection pool listeners.
- executeUpdate(String, String[]) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
- executeUpdate(String, String[]) - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
- executeUpdate(String, String[]) - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
-
Delgates calls to the statement; SQLExceptions thrown from the statement will cause an event to be fired on the connection pool listeners.
- extractString(byte[], int) - Static method in class net.sourceforge.jtds.jdbc.MSSqlServerInfo
F
- f - Static variable in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
-
Used to format numeric values when scale is specified.
- f - Static variable in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
Used to format numeric values when scale is specified.
- F(int, int, int) - Method in class net.sourceforge.jtds.util.MD4Digest
- factory() - Static method in class net.sourceforge.jtds.ssl.SocketFactories.TdsTlsSocketFactory
-
Returns an SSLSocketFactory whose sockets will not authenticate the server.
- factorySingleton - Static variable in class net.sourceforge.jtds.ssl.SocketFactories.TdsTlsSocketFactory
- fatalError - Variable in class net.sourceforge.jtds.jdbc.TdsCore
-
Indicates that a fatal error has occurred and the connection will close.
- FETCH_ABSOLUTE - Static variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
- FETCH_FIRST - Static variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
- FETCH_INFO - Static variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
- FETCH_LAST - Static variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
- FETCH_NEXT - Static variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
- FETCH_PREVIOUS - Static variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
- FETCH_RELATIVE - Static variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
- FETCH_REPEAT - Static variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
- fetchDirection - Variable in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
The fetch direction.
- fetchDirection - Variable in class net.sourceforge.jtds.jdbc.JtdsStatement
-
The fetch direction for result sets.
- fetchSize - Variable in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
The fetch size (only applies to cursor
ResultSet
s). - fetchSize - Variable in class net.sourceforge.jtds.jdbc.JtdsStatement
-
The fetch size (default 100, only used by cursor
ResultSet
s). - 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.JtdsConnection
-
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
-
Finalizes this object by deleting any work files.
- finalize() - Method in class net.sourceforge.jtds.util.BlobBuffer.UnicodeInputStream
-
Ensures underlying BLOB file can be closed even if user does not close this stream.
- findColumn(String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- findParameter(String, boolean) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
-
Find a parameter by name.
- finish() - Method in class net.sourceforge.jtds.util.GeneralDigest
- finish() - Method in class net.sourceforge.jtds.util.MD5Digest
- fireConnectionEvent(boolean, SQLException) - Method in class net.sourceforge.jtds.jdbcx.PooledConnection
-
Fires a new connection event on all listeners.
- first() - Method in class net.sourceforge.jtds.jdbc.CachedResultSet
- first() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- first() - Method in class net.sourceforge.jtds.jdbc.MSCursorResultSet
- fixedPrecScale - Variable in class net.sourceforge.jtds.jdbc.TypeInfo
- FLOAT_ONE - Static variable in class net.sourceforge.jtds.jdbc.Support
- FLOAT_ZERO - Static variable in class net.sourceforge.jtds.jdbc.Support
- flush() - Method in class net.sourceforge.jtds.jdbc.RequestStream
-
Flush the packet to the output stream setting the last packet flag.
- flush() - Method in class net.sourceforge.jtds.ssl.TdsTlsOutputStream
- flushBufferedRecords() - Method in class net.sourceforge.jtds.ssl.TdsTlsOutputStream
-
Transmits the buffered batch of records.
- fmtId - Variable in class net.sourceforge.jtds.jdbcx.JtdsXid
-
The format ID.
- fnMap - Static variable in class net.sourceforge.jtds.jdbc.SQLParser
-
Map of jdbc to sybase function names.
- forceClose() - Method in class net.sourceforge.jtds.jdbc.SharedLocalNamedPipe
-
Force close the socket causing any pending reads/writes to fail.
- forceClose() - Method in class net.sourceforge.jtds.jdbc.SharedNamedPipe
-
Force close the socket causing any pending reads/writes to fail.
- forceClose() - Method in class net.sourceforge.jtds.jdbc.SharedSocket
-
Force close the socket causing any pending reads/writes to fail.
- forget(Xid) - Method in class net.sourceforge.jtds.jdbcx.JtdsXAResource
- free - Variable in class net.sourceforge.jtds.jdbc.cache.ProcedureCache
-
List of redundant cache entries.
- free() - Method in class net.sourceforge.jtds.jdbc.BlobImpl
- free() - Method in class net.sourceforge.jtds.jdbc.ClobImpl
- 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
- GeneralDigest - Class in net.sourceforge.jtds.util
-
base implementation of MD4 family style digest as outlined in "Handbook of Applied Cryptography", pages 344 - 347.
- GeneralDigest() - Constructor for class net.sourceforge.jtds.util.GeneralDigest
-
Standard constructor
- GeneralDigest(GeneralDigest) - Constructor for class net.sourceforge.jtds.util.GeneralDigest
-
Copy constructor.
- generatedKeyAlwaysReturned() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
- 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_"
- genKeyResultSet - Variable in class net.sourceforge.jtds.jdbc.JtdsStatement
-
Dummy result set for getGeneratedKeys.
- get(String) - Method in class net.sourceforge.jtds.jdbc.cache.ProcedureCache
-
Retrieves a ProcEntry object from the cache.
- get(String) - Method in interface net.sourceforge.jtds.jdbc.cache.StatementCache
-
Returns a statement handle associated with the specified key or
null
if the key specified does not have an associated statement handle. - get(String) - Static method in class net.sourceforge.jtds.jdbc.Messages
-
Get runtime message using supplied key.
- get(String, Object) - Static method in class net.sourceforge.jtds.jdbc.Messages
-
Get runtime message using supplied key and substitute parameter into message.
- get(String, Object[]) - Static method in class net.sourceforge.jtds.jdbc.Messages
-
Get runtime error using supplied key and substitute parameters 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(K) - Method in class net.sourceforge.jtds.jdbc.cache.SimpleLRUCache
-
Get the value associated with the given key, if any.
- 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.JtdsConnection
-
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(int) - 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.jdbc.JtdsCallableStatement
- getArray(String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- getArray(String) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
-
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
- 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.JtdsConnection
- 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.JtdsConnection
-
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) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- getBigDecimal(int) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
-
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
- getBigDecimal(int, int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
- getBigDecimal(int, 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(String) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
- getBigDecimal(String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- getBigDecimal(String) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
-
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
- getBigDecimal(String, int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- getBinaryStream() - Method in class net.sourceforge.jtds.jdbc.BlobImpl
- getBinaryStream(boolean) - Method in class net.sourceforge.jtds.util.BlobBuffer
-
Retrieve the BLOB data as an
InputStream
. - getBinaryStream(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- getBinaryStream(long, long) - Method in class net.sourceforge.jtds.jdbc.BlobImpl
- getBinaryStream(String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- getBindAddress() - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
-
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(int) - 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.jdbc.JtdsCallableStatement
- getBlob(String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- getBlob(String) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
-
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
- getBlobBuffer() - Method in class net.sourceforge.jtds.jdbc.ClobImpl
-
Obtain this object's backing
BlobBuffer
object. - getBlockSize() - Method in class net.sourceforge.jtds.util.DESEngine
- getBoolean(int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
- getBoolean(int) - 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.jdbc.JtdsCallableStatement
- getBoolean(String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- getBoolean(String) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
-
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
- getBranchQualifier() - Method in class net.sourceforge.jtds.jdbcx.JtdsXid
- getBufferDir() - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
-
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.JtdsConnection
-
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.JtdsConnection
-
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(int) - 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.jdbc.JtdsCallableStatement
- getByte(String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- getByte(String) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
-
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
- 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.jdbc.JtdsCallableStatement
- getBytes(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- 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(long, int) - Method in class net.sourceforge.jtds.jdbc.BlobImpl
- getBytes(long, int) - Method in class net.sourceforge.jtds.util.BlobBuffer
-
Returns the BLOB data as a byte array.
- getBytes(String) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
- getBytes(String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- getBytes(String) - Method in class net.sourceforge.jtds.jdbc.ParamInfo
-
Get the byte array value of the parameter.
- 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.
- getCachedTds() - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
-
Retrieves the cached
TdsCore
ornull
if nothing is cached and resets the cache (sets it tonull
). - getCacheMetaData() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
- getCatalog() - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
- getCatalog() - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
-
Delgates calls to the connection; SQLExceptions thrown from the connection will cause an event to be fired on the connection pool listeners.
- getCatalogName(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSetMetaData
- getCatalogs() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
Get the catalog names available in this database.
- getCatalogSeparator() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
What's the separator between catalog and table name?
- getCatalogTerm() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
What's the database vendor's preferred term for "catalog"?
- getCharacterStream() - Method in class net.sourceforge.jtds.jdbc.ClobImpl
- getCharacterStream(int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
- getCharacterStream(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- getCharacterStream(int) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
- getCharacterStream(long, long) - Method in class net.sourceforge.jtds.jdbc.ClobImpl
- getCharacterStream(String) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
- getCharacterStream(String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- getCharacterStream(String) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
- getCharset() - Method in class net.sourceforge.jtds.jdbc.CharsetInfo
-
Retrieves the charset name.
- getCharset() - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
-
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
- getCharset(byte[]) - Static method in class net.sourceforge.jtds.jdbc.CharsetInfo
-
Retrieves the
CharsetInfo
instance asociated with the specified collation. - getCharset(String) - Static method in class net.sourceforge.jtds.jdbc.CharsetInfo
-
Retrieves the
CharsetInfo
instance asociated with the specified server charset. - getCharsetForLCID(int) - Static method in class net.sourceforge.jtds.jdbc.CharsetInfo
-
Retrieves the
CharsetInfo
instance asociated with the specified LCID. - getCharsetForSortOrder(int) - Static method in class net.sourceforge.jtds.jdbc.CharsetInfo
-
Retrieves the
CharsetInfo
instance asociated with the specified sort order. - getCharsetInfo() - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
-
Retrieve the
CharsetInfo
instance used by this connection. - getCharsetInfo() - Method in class net.sourceforge.jtds.jdbc.SharedSocket
-
Retrieve the character set descriptor used to translate byte arrays to or from Strings.
- getClassName(int) - Static method in class net.sourceforge.jtds.jdbc.Support
-
Retrieve the fully qualified java class name for the supplied JDBC Types constant.
- getClientInfo() - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
- getClientInfo() - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
- getClientInfo(String) - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
- getClientInfo(String) - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
- getClientInfoProperties() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
- getClob(int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
- getClob(int) - 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.jdbc.JtdsCallableStatement
- getClob(String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- getClob(String) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
-
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
- getCollation() - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
-
Retrieve the SQL Server 2000 default collation.
- getCollation(ResponseStream, ColInfo) - Static method in class net.sourceforge.jtds.jdbc.TdsData
-
TDS 8 supplies collation information for character data types.
- getColMetaData() - Method in class net.sourceforge.jtds.jdbc.ProcEntry
-
Retrieves the column meta data array.
- getColumn(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
Get the specified column's data item.
- getColumn(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSetMetaData
-
Return the column descriptor given a column index.
- getColumn(int) - Method in class net.sourceforge.jtds.jdbc.MSCursorResultSet
-
Get the specified column's data item.
- getColumnClassName(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSetMetaData
- getColumnCount() - 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
- getColumnDisplaySize(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSetMetaData
- getColumnLabel(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSetMetaData
- getColumnName(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSetMetaData
- getColumnPrivileges(String, String, String, String) - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
Get a description of the access rights for a table's columns.
- getColumns() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
Retrieve the column descriptor array.
- getColumns() - Method in class net.sourceforge.jtds.jdbc.TdsCore
-
Retrieve the current result set column descriptors.
- getColumns(String, String, String, String) - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
Get a description of table columns available in a catalog.
- getColumnType(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSetMetaData
- getColumnTypeName(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSetMetaData
- 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
JtdsConnection
object referenced by theJtdsResultSet.statement
instance variable. - getConnection() - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
- getConnection() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
-
Returns a new database connection.
- getConnection() - Method in class net.sourceforge.jtds.jdbcx.PooledConnection
-
Returns a ConnectionProxy.
- getConnection() - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
-
Delgates calls to the statement; SQLExceptions thrown from the statement will cause an event to be fired on the connection pool listeners.
- getConnection(Object) - Static method in class net.sourceforge.jtds.jdbc.Support
-
Returns the connection for a given
ResultSet
,Statement
orConnection
object. - getConnection(String, String) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
-
Returns a new database connection for the user and password specified.
- 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.JtdsConnection
-
Retrieves the next unique cursor name.
- getCursorName() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- getCursorScrollOpt(int, int, boolean) - Static method in class net.sourceforge.jtds.jdbc.MSCursorResultSet
-
Translates a JDBC result set type into SQL Server native @scrollOpt value for use with stored procedures such as sp_cursoropen, sp_cursorprepare or sp_cursorprepexec.
- getDatabaseMajorVersion() - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
-
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.JtdsConnection
-
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.JtdsConnection
-
Retrieves the database name for this connection.
- getDatabaseName() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
- getDatabaseProductName() - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
-
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.JtdsConnection
-
Retrieves the DBMS product version.
- getDatabaseProductVersion() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
Returns the version of this database product.
- getDate() - Method in class net.sourceforge.jtds.jdbc.DateTime
-
Retrieves the date component of a datetime value.
- getDate(int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
- getDate(int) - 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.jdbc.JtdsCallableStatement
- getDate(int, Calendar) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- getDate(int, Calendar) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
-
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
- getDate(String) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
- getDate(String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- getDate(String) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
-
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
- getDate(String, Calendar) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
- getDate(String, Calendar) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- getDate(String, Calendar) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
-
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
- 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.JtdsConnection
-
Retrieves the domain name for this connection.
- getDouble(int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
- getDouble(int) - 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.jdbc.JtdsCallableStatement
- getDouble(String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- getDouble(String) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
-
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
- getDriverMajorVersion() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
Returns this JDBC driver's major version number.
- getDriverMinorVersion() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
Returns this JDBC driver's minor version number.
- getDriverName() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
Returns the name of this JDBC driver.
- getDriverVersion() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
Returns the version of this JDBC driver.
- getExportedKeys(String, String, String) - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
Get a description of the foreign key columns that reference a table's primary key columns (the foreign keys exported by a table).
- getExtraNameCharacters() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
Get all the "extra" characters that can be used in unquoted identifier names (those beyond a-z, A-Z, 0-9 and _).
- getFactory() - Method in class net.sourceforge.jtds.ssl.SocketFactories.TdsTlsSocketFactory
-
Returns an SSLSocketFactory whose behavior will depend on the SSL setting.
- getFetchDirection() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- getFetchDirection() - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
- getFetchDirection() - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
-
Delgates calls to the statement; SQLExceptions thrown from the statement will cause an event to be fired on the connection pool listeners.
- getFetchSize() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- getFetchSize() - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
- getFetchSize() - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
-
Delgates calls to the statement; SQLExceptions thrown from the statement will cause an event to be fired on the connection pool listeners.
- getFloat(int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
- getFloat(int) - 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.jdbc.JtdsCallableStatement
- getFloat(String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- getFloat(String) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
-
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
- getFormatId() - Method in class net.sourceforge.jtds.jdbcx.JtdsXid
- getFunctionColumns(String, String, String, String) - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
- getFunctions(String, String, String) - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
- getGeneratedKeys() - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
- getGeneratedKeys() - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
-
Delgates calls to the statement; SQLExceptions thrown from the statement will cause an event to be fired on the connection pool listeners.
- getGlobalTransactionId() - Method in class net.sourceforge.jtds.jdbcx.JtdsXid
- getHoldability() - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
- getHoldability() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- getHoldability() - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
-
Delgates calls to the connection; SQLExceptions thrown from the connection will cause an event to be fired on the connection pool listeners.
- getHost() - Method in class net.sourceforge.jtds.jdbc.SharedSocket
-
Get the server host name.
- getHostName() - Static method in class net.sourceforge.jtds.jdbc.TdsCore
-
Tries to figure out what client name we should identify ourselves as.
- getId() - Method in class net.sourceforge.jtds.jdbc.SavepointImpl
-
Returns the savepoint id.
- getIdentifierQuoteString() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
Returns the string used to quote SQL identifiers.
- getImportedKeys(String, String, String) - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
Get a description of the primary key columns that are referenced by a table's foreign key columns (the primary keys imported by a table).
- getIn() - Method in class net.sourceforge.jtds.jdbc.SharedSocket
-
Getter for
SharedSocket.in
field. - getIndexInfo(String, String, String, boolean, boolean) - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
Get a description of a table's indices and statistics.
- getInputStream() - Method in class net.sourceforge.jtds.ssl.TdsTlsSocket
- getInputStream(int) - Method in class net.sourceforge.jtds.jdbc.ResponseStream
-
Creates a simple
InputStream
over the server response. - getInstance() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
- getInstance() - Static method in class net.sourceforge.jtds.util.SSPIJNIClient
-
Returns the singleton
SSPIJNIClient
instance. - getInstance() - Static method in class net.sourceforge.jtds.util.TimerThread
-
Singleton getter.
- getInstanceName() - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
-
Retrieves the instance name for this connection.
- getInt(int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
- getInt(int) - 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.jdbc.JtdsCallableStatement
- getInt(String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- getInt(String) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
-
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
- 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(Class) - Static method in class net.sourceforge.jtds.jdbc.Support
-
Get the JDBC type constant which matches the supplied
Class
. - getJdbcType(Object) - Static method in class net.sourceforge.jtds.jdbc.Support
-
Get the JDBC type constant which matches the supplied Object type.
- getJdbcTypeName(int) - Static method in class net.sourceforge.jtds.jdbc.Support
-
Get a String describing the supplied JDBC type constant.
- getLanguage() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
- getLastUpdateCount() - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
-
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.JtdsConnection
-
Retrieves the LOB buffer size.
- getLobBuffer() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
- getLogFile() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
- getLoginTimeout() - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
-
Retrieves the login timeout for this connection.
- getLoginTimeout() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
- getLogWriter() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
- getLogWriter() - Static method in class net.sourceforge.jtds.util.Logger
-
Get the logging PrintWriter Stream.
- getLong(int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
- getLong(int) - 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.jdbc.JtdsCallableStatement
- getLong(String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- getLong(String) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
-
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
- getLongProperty(String) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
- getMAC() - Method in class net.sourceforge.jtds.jdbc.SharedLocalNamedPipe
- getMAC() - Method in class net.sourceforge.jtds.jdbc.SharedNamedPipe
- getMAC() - Method in class net.sourceforge.jtds.jdbc.SharedSocket
- getMacAddress() - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
-
Retrieves the MAC (ethernet) address for this connection.
- getMacAddress() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
- getMACAddress(String) - Static method in class net.sourceforge.jtds.jdbc.TdsCore
-
Converts a user supplied MAC address into a byte array.
- getMajorVersion() - Method in class net.sourceforge.jtds.jdbc.Driver
- getMaxBinaryLiteralLength() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
How many hex characters can you have in an inline binary literal?
- getMaxCatalogNameLength() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
What's the maximum length of a catalog name?
- getMaxCharLiteralLength() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
What's the max length for a character literal?
- getMaxColumnNameLength() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
What's the limit on column name length?
- getMaxColumnsInGroupBy() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
What's the maximum number of columns in a "GROUP BY" clause?
- getMaxColumnsInIndex() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
What's the maximum number of columns allowed in an index?
- getMaxColumnsInOrderBy() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
What's the maximum number of columns in an "ORDER BY" clause?
- getMaxColumnsInSelect() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
What's the maximum number of columns in a "SELECT" list?
- getMaxColumnsInTable() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
What's the maximum number of columns in a table?
- getMaxConnections() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
How many active connections can we have at a time to this database?
- getMaxCursorNameLength() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
What's the maximum cursor name length?
- getMaxDecimalBytes() - Method in class net.sourceforge.jtds.jdbc.RequestStream
-
Returns the maximum number of bytes required to output a decimal given the current
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.JtdsConnection
-
Retrieves the maximum decimal precision.
- getMaxPrecision() - Method in class net.sourceforge.jtds.jdbc.RequestStream
-
Retrive the maximum decimal precision.
- getMaxProcedureNameLength() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
What's the maximum length of a procedure name?
- getMaxRows() - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
- getMaxRows() - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
-
Delgates calls to the statement; SQLExceptions thrown from the statement will cause an event to be fired on the connection pool listeners.
- getMaxRowSize() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
What's the maximum length of a single row?
- getMaxSchemaNameLength() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
What's the maximum length allowed for a schema name?
- getMaxStatementLength() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
What's the maximum length of a SQL statement?
- getMaxStatements() - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
-
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.JtdsConnection
- 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() - 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.jdbc.JtdsStatement
- getMoreResults(int) - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
-
Delgates calls to the statement; SQLExceptions thrown from the statement will cause an event to be fired on the connection pool listeners.
- getMSTypeName(String, int) - Static method in class net.sourceforge.jtds.jdbc.TdsData
-
For SQL 2005 This routine will modify the meta data to allow the caller to distinguish between varchar(max) and text or varbinary(max) and image or nvarchar(max) and ntext.
- getMutex() - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
-
Retrieves the connection mutex and acquires an exclusive lock on the network connection.
- getNamedPipe() - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
-
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(JtdsConnection, ParamInfo) - Static method in class net.sourceforge.jtds.jdbc.TdsData
-
Retrieve the TDS native type code for the parameter.
- getNCharacterStream(int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
- getNCharacterStream(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- getNCharacterStream(int) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
- getNCharacterStream(String) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
- getNCharacterStream(String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- getNCharacterStream(String) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
- getNClob(int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
- getNClob(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- getNClob(int) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
- getNClob(String) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
- getNClob(String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- getNClob(String) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
- getNetPacket(SharedSocket.VirtualSocket, byte[]) - Method in class net.sourceforge.jtds.jdbc.SharedSocket
-
Get a network packet.
- getNetPacketSize() - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
-
Retrieves the network packet size.
- getNetworkTimeout() - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
- getNetworkTimeout() - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
- getNextRow() - Method in class net.sourceforge.jtds.jdbc.TdsCore
-
Retrieve the next data row from the result set.
- getNextSavepointId() - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
-
Returns the next savepoint identifier.
- getNString(int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
- getNString(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- getNString(int) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
- getNString(String) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
- getNString(String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- getNString(String) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
- getNumericFunctions() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
Get a comma separated list of math functions.
- getObject(int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
- getObject(int) - 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, Class<T>) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
- getObject(int, Class<T>) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- getObject(int, Class<T>) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
- getObject(int, Map) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
- getObject(int, Map) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- 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.jdbc.JtdsCallableStatement
- getObject(String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- getObject(String) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
-
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
- getObject(String, Class<T>) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
- getObject(String, Class<T>) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- getObject(String, Class<T>) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
- getObject(String, Map) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
- getObject(String, Map) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- 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, ornull
if no statement handles are obsolete. - getOut() - Method in class net.sourceforge.jtds.jdbc.SharedSocket
-
Getter for
SharedSocket.out
field. - getOutputStream() - Method in class net.sourceforge.jtds.ssl.TdsTlsSocket
- getOutputValue(int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
-
Retrieve the value of an output parameter.
- getOutValue() - Method in class net.sourceforge.jtds.jdbc.ParamInfo
-
Get the output parameter value.
- getPacket() - Method in class net.sourceforge.jtds.jdbc.ResponseStream
-
Read the next TDS packet from the network.
- getPacketSize() - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
-
Retrieves the packet size for this connection.
- getPacketSize() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
- getParameter(int) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
-
Check the supplied index and return the selected parameter.
- getParameter(int) - Method in class net.sourceforge.jtds.jdbc.ParameterMetaDataImpl
- getParameterClassName(int) - Method in class net.sourceforge.jtds.jdbc.ParameterMetaDataImpl
- getParameterCount() - Method in class net.sourceforge.jtds.jdbc.ParameterMetaDataImpl
- getParameterDefinitions(ParamInfo[]) - Static method in class net.sourceforge.jtds.jdbc.Support
-
Constructs a parameter definition string for use with sp_executesql, sp_prepare, sp_prepexec, sp_cursoropen, sp_cursorprepare and sp_cursorprepexec.
- getParameterMetaData() - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
- getParameterMetaData() - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
-
Delgates calls to the prepared statement; SQLExceptions thrown from the prepared statement will cause an event to be fired on the connection pool listeners.
- getParameterMode(int) - Method in class net.sourceforge.jtds.jdbc.ParameterMetaDataImpl
- getParameters() - Method in class net.sourceforge.jtds.jdbc.TdsCore
-
Retrieve the parameter meta data from a Sybase prepare.
- getParameterType(int) - Method in class net.sourceforge.jtds.jdbc.ParameterMetaDataImpl
- getParameterTypeName(int) - Method in class net.sourceforge.jtds.jdbc.ParameterMetaDataImpl
- getParamMetaData() - Method in class net.sourceforge.jtds.jdbc.ProcEntry
-
Retrieves the parameter meta data array.
- getParentLogger() - Method in class net.sourceforge.jtds.jdbc.Driver
- getParentLogger() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
- getPassword() - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
-
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.JtdsConnection
-
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.JtdsConnection
-
Retrieves the Prepared SQL method.
- getPrepareSql() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
- getPrimaryKeys(String, String, String) - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
Get a description of a table's primary key columns.
- getProcedureColumns(String, String, String, String) - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
Get a description of a catalog's stored procedure parameters and result columns.
- getProcedures(String, String, String) - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
Get a description of stored procedures available in a catalog.
- getProcedureTerm() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
What's the database vendor's preferred term for "procedure"?
- getProcessId() - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
-
Retrieves the process ID to send to a server when a connection is established.
- getProcessId() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
- getProcName() - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
-
Retrieves the next unique stored procedure name.
- getProgName() - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
-
Retrieves the program name for this connection.
- getProgName() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
- getPropertyInfo(String, Properties) - Method in class net.sourceforge.jtds.jdbc.Driver
- getPseudoColumns(String, String, String, String) - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
- getQueryTimeout() - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
- getQueryTimeout() - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
-
Delgates calls to the statement; SQLExceptions thrown from the statement will cause an event to be fired on the connection pool listeners.
- getRef(int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
- getRef(int) - 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.jdbc.JtdsCallableStatement
- getRef(String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- getRef(String) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
-
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
- 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.JtdsConnection
-
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.JtdsConnection
-
Retrieves the current row count on this connection.
- getRowData() - Method in class net.sourceforge.jtds.jdbc.TdsCore
-
Retrieve the current result set data items.
- getRowId(int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
- getRowId(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- getRowId(int) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
- getRowId(String) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
- getRowId(String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- getRowId(String) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
- getRowIdLifetime() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
- getSavepointId() - Method in class net.sourceforge.jtds.jdbc.SavepointImpl
- getSavepointName() - Method in class net.sourceforge.jtds.jdbc.SavepointImpl
- getScale(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSetMetaData
- getScale(int) - Method in class net.sourceforge.jtds.jdbc.ParameterMetaDataImpl
- getSchema() - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
- getSchema() - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
- getSchemaName(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSetMetaData
- getSchemas() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
Get the schema names available in this database.
- getSchemas(String, String) - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
- getSchemaTerm() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
What's the database vendor's preferred term for "schema"?
- getSearchStringEscape() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
This is the string that can be used to escape '_' or '%' in the string pattern style catalog search parameters.
- getSendStringParametersAsUnicode() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
- getServerName() - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
-
Retrieves the server name for this connection.
- getServerName() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
- getServerType() - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
-
Retrieves the server type.
- 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
- getServerType(int) - Static method in class net.sourceforge.jtds.jdbc.DefaultProperties
-
Converts an integer server type to its string representation.
- getServerType(String) - Static method in class net.sourceforge.jtds.jdbc.DefaultProperties
-
Converts a string server type to its integer representation.
- getServerTypeWithDefault(int) - Static method in class net.sourceforge.jtds.jdbc.DefaultProperties
-
Same as
DefaultProperties.getServerType(int)
, only it returns the default server type ("sqlserver"
) ifserverType
is 0. - getShort(int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
- getShort(int) - 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.jdbc.JtdsCallableStatement
- getShort(String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- getShort(String) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
-
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
- getShortFromBuffer(byte[], int) - Static method in class net.sourceforge.jtds.jdbc.TdsCore
- getSocket() - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
-
Retrive the shared socket.
- getSocketFactory(String, Socket) - Static method in class net.sourceforge.jtds.ssl.SocketFactories
-
Returns a socket factory, the behavior of which will depend on the SSL setting and whether or not the DB server supports SSL.
- getSocketKeepAlive() - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
-
Retrieves whether to enable socket keep alive.
- getSocketKeepAlive() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
- getSocketTimeout() - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
-
Retrieves the socket timeout for this connection.
- getSocketTimeout() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
- getSortedTypes(ResultSet, boolean) - Static method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
- getSQLKeywords() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
Get a comma separated list of all a database's SQL keywords that are NOT also SQL92 keywords.
- getSQLStateType() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
- getSQLXML(int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
- getSQLXML(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- getSQLXML(int) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
- getSQLXML(String) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
- getSQLXML(String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- getSQLXML(String) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
- getSsl() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
- getStateCode(int, int, String) - Static method in class net.sourceforge.jtds.jdbc.SQLDiagnostic
-
Map an SQL Server error code to an ANSI SQLSTATE code.
- getStatement() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- getStatementKey(String, ParamInfo[], int, String, boolean, boolean) - Static method in class net.sourceforge.jtds.jdbc.Support
-
Generates a unique statement key for a given SQL statement.
- getString(int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
- getString(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- 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.jdbc.JtdsCallableStatement
- getString(String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- getString(String) - Method in class net.sourceforge.jtds.jdbc.ParamInfo
-
Get the string value of the parameter.
- 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.JtdsConnection
-
Retrieve the Sybase capability data.
- getSystemFunctions() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
Get a comma separated list of system functions.
- getTableName() - Method in class net.sourceforge.jtds.jdbc.SQLParser
-
Extracts the first table name following the keyword FROM.
- getTableName(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSetMetaData
- getTablePrivileges(String, String, String) - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
Get a description of the access rights for each table available in a catalog.
- getTables(String, String, String, String[]) - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
Get a description of tables available in a catalog.
- getTableTypes() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
Get the table types available in this database.
- getTcpNoDelay() - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
-
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.JtdsConnection
-
Retrieve the TDS protocol version.
- getTdsVersion() - Method in class net.sourceforge.jtds.jdbc.RequestStream
-
Retrieve the TDS version number.
- getTdsVersion() - Method in class net.sourceforge.jtds.jdbc.ResponseStream
-
Retrieves the TDS version number.
- getTdsVersion() - Method in class net.sourceforge.jtds.jdbc.SharedSocket
-
Retrieve the TDS version that is active on the connection supported by this socket.
- getTdsVersion() - Method in class net.sourceforge.jtds.jdbc.TdsCore
-
Retrieve the TDS protocol version.
- getTdsVersion(int) - Static method in class net.sourceforge.jtds.jdbc.TdsData
-
Extract the TDS protocol version from the value returned by the server in the LOGINACK packet.
- getTdsVersion(String) - Static method in class net.sourceforge.jtds.jdbc.DefaultProperties
-
Converts a string TDS version to its integer representation.
- getTextSize() - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
-
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(int) - 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.jdbc.JtdsCallableStatement
- getTime(int, Calendar) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- getTime(int, Calendar) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
-
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
- getTime(String) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
- getTime(String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- getTime(String) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
-
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
- getTime(String, Calendar) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
- getTime(String, Calendar) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- getTime(String, Calendar) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
-
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
- getTimeDateFunctions() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
Get a comma separated list of time and date functions.
- getTimestamp(int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
- getTimestamp(int) - 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.jdbc.JtdsCallableStatement
- getTimestamp(int, Calendar) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- getTimestamp(int, Calendar) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
-
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
- getTimestamp(String) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
- getTimestamp(String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- getTimestamp(String) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
-
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
- getTimestamp(String, Calendar) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
- getTimestamp(String, Calendar) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- getTimestamp(String, Calendar) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
-
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
- getTransactionIsolation() - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
- getTransactionIsolation() - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
-
Delgates calls to the connection; SQLExceptions thrown from the connection will cause an event to be fired on the connection pool listeners.
- getTransactionTimeout() - Method in class net.sourceforge.jtds.jdbcx.JtdsXAResource
- getType() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- getType() - Method in class net.sourceforge.jtds.jdbc.ProcEntry
-
Retrieves the statement implementation type.
- getTypeInfo() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
Get a description of all the standard SQL types supported by this database.
- getTypeMap() - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
- getTypeMap() - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
-
Delgates calls to the connection; SQLExceptions thrown from the connection will cause an event to be fired on the connection pool listeners.
- getUDTs(String, String, String, int[]) - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
JDBC 2.0 Gets a description of the user-defined types defined in a particular schema.
- getUnicodeStream() - Method in class net.sourceforge.jtds.util.BlobBuffer
-
Retrieve the BLOB data as an Big Endian Unicode
InputStream
. - getUnicodeStream(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- getUnicodeStream(String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- getUpdateCount() - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
- getUpdateCount() - Method in class net.sourceforge.jtds.jdbc.TdsCore
-
Retrieve the update count from the current TDS token.
- getUpdateCount() - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
-
Delgates calls to the statement; SQLExceptions thrown from the statement will cause an event to be fired on the connection pool listeners.
- getURL() - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
-
Retrieves the original connection URL.
- getURL() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
What's the URL for this database?
- getURL(int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
- getURL(int) - 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.jdbc.JtdsCallableStatement
- getURL(String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- getURL(String) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
-
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
- getUseCursors() - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
-
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.JtdsConnection
-
Retrieves the useJCIFS setting for this connection.
- getUseJCIFS() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
- getUseKerberos() - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
-
Return whether to use Kerberos authentication for MS SQL Server.
- getUseKerberos() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
- getUseLOBs() - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
-
Indicates whether large types (IMAGE and TEXT/NTEXT) should be mapped by default to LOB types or
String
andbyte[]
respectively. - getUseLOBs() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
- getUseMetadataCache() - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
-
Retrieves the boolean indicating whether metadata caching is enabled.
- getUseNTLMv2() - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
-
Indicates whether, when doing Windows authentication to an MS SQL server, NTLMv2 should be used.
- getUseNTLMV2() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
- getUser() - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
-
Retrieves the user for this connection.
- getUser() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
- getUserName() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
What's our user name as known to the database?
- getUseUnicode() - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
-
Retrieve the sendParametersAsUnicode flag.
- getVariant(JtdsConnection, 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
SharedSocket.VirtualSocket
used by this stream. - getVirtualSocket() - Method in class net.sourceforge.jtds.jdbc.ResponseStream
-
Retrieves the
SharedSocket.VirtualSocket
used by this stream id. - getWarnings() - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
- 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.JtdsConnection
-
Retrieves the workstation ID (WSID) for this connection.
- getWsid() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
- getXAConnection() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
-
Returns a new XA database connection.
- getXAConnection(String, String) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
-
Returns a new XA database connection for the user and password specified.
- getXAConnectionID() - Method in class net.sourceforge.jtds.jdbcx.JtdsXAConnection
-
Retrieves the XA Connection ID to pass to server.
- getXADataSource() - Method in class net.sourceforge.jtds.jdbcx.JtdsXAConnection
- getXaEmulation() - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
- getXAResource() - Method in class net.sourceforge.jtds.jdbcx.JtdsXAConnection
- getXaState() - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
-
Retrieves the XA state variable.
- getXid() - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
-
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
- H1 - Variable in class net.sourceforge.jtds.util.MD4Digest
- H2 - Variable in class net.sourceforge.jtds.util.MD4Digest
- H3 - Variable in class net.sourceforge.jtds.util.MD4Digest
- H4 - Variable in class net.sourceforge.jtds.util.MD4Digest
- handles - Variable in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
-
Collection of handles used by this statement
- hasExpired(Object) - Method in class net.sourceforge.jtds.util.TimerThread
-
Check whether a timer has expired.
- hash - Variable in class net.sourceforge.jtds.jdbcx.JtdsXid
-
Precalculated hash value.
- hashCode - Variable in class net.sourceforge.jtds.jdbc.cache.SQLCacheKey
- hashCode() - Method in class net.sourceforge.jtds.jdbc.cache.SQLCacheKey
- hashCode() - Method in class net.sourceforge.jtds.jdbc.CharsetInfo
- hashCode() - Method in class net.sourceforge.jtds.jdbc.ColInfo
- hashCode() - Method in class net.sourceforge.jtds.jdbc.TypeInfo
- hashCode() - Method in class net.sourceforge.jtds.jdbcx.JtdsXid
-
Get the hash code for this object.
- hdrBuf - Variable in class net.sourceforge.jtds.jdbc.SharedSocket
-
Buffer for packet header.
- head - Variable in class net.sourceforge.jtds.jdbc.cache.ProcedureCache
-
Head node of the linked list.
- hex - Static variable in class net.sourceforge.jtds.jdbc.Support
-
Hex constants to use in conversion routines.
- hex - Static variable in class net.sourceforge.jtds.util.Logger
- hmacMD5(byte[], byte[]) - Static method in class net.sourceforge.jtds.jdbc.NtlmAuth
-
Calculates the HMAC-MD5 hash of the given data using the specified hashing key.
- HOLD_CURSORS_OVER_COMMIT - Static variable in class net.sourceforge.jtds.jdbc.JtdsResultSet
- host - Variable in class net.sourceforge.jtds.jdbc.SharedSocket
-
The server host name.
- hostName - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
-
Name of the client host (it can take quite a while to find it out if DNS is configured incorrectly).
- hour - Variable in class net.sourceforge.jtds.jdbc.DateTime
-
Unpacked hour value.
- HS_HEADER_SIZE - Static variable in interface net.sourceforge.jtds.ssl.Ssl
-
TLS Hand shake Header Size.
I
- id - Variable in class net.sourceforge.jtds.jdbc.SavepointImpl
- 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.SharedSocket
-
Input stream for network socket.
- in - Variable in class net.sourceforge.jtds.jdbc.SQLParser
-
Input buffer with SQL statement.
- in - Variable in class net.sourceforge.jtds.jdbc.TdsCore
-
The input server response stream.
- inBatch - Variable in class net.sourceforge.jtds.jdbc.TdsCore
-
Indicates processing a batch.
- init(boolean, byte[]) - Method in class net.sourceforge.jtds.util.DESEngine
-
initialise a DES cipher.
- INITIAL_ROW_COUNT - Static variable in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
Initial size for row array.
- initialize() - Method in class net.sourceforge.jtds.util.SSPIJNIClient
-
Initializes the SSPI client.
- initialized - Variable in class net.sourceforge.jtds.util.SSPIJNIClient
-
SSPI client initialized flag.
- INPUT - Static variable in class net.sourceforge.jtds.jdbc.ParamInfo
-
Flag as an input parameter.
- inputPkts - Variable in class net.sourceforge.jtds.jdbc.SharedSocket.VirtualSocket
-
Total of input packets in memory or disk.
- insertRow - Variable in class net.sourceforge.jtds.jdbc.CachedResultSet
-
Buffer row used for inserts.
- insertRow - Variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
-
The "insert row".
- insertRow() - Method in class net.sourceforge.jtds.jdbc.CachedResultSet
- insertRow() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- insertRow() - Method in class net.sourceforge.jtds.jdbc.MSCursorResultSet
- insertsAreDetected(int) - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
JDBC 2.0 Indicates whether or not a visible row insert can be detected by calling ResultSet.rowInserted().
- instance - Static variable in class net.sourceforge.jtds.util.TimerThread
-
Singleton instance.
- INSTANCE - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
-
Default
instance
property. - INSTANCE - Static variable in class net.sourceforge.jtds.jdbc.Driver
- instanceName - Variable in class net.sourceforge.jtds.jdbc.JtdsConnection
-
The SQL Server instance.
- INTEGER_ONE - Static variable in class net.sourceforge.jtds.jdbc.Support
- INTEGER_ZERO - Static variable in class net.sourceforge.jtds.jdbc.Support
- INVALID_PAGE - Static variable in class net.sourceforge.jtds.util.BlobBuffer
-
Invalid page marker.
- invokeInitialize() - Method in class net.sourceforge.jtds.util.SSPIJNIClient
-
Calls
#initialize()
if the SSPI client is not already inited. - invokePrepareSSORequest() - Method in class net.sourceforge.jtds.util.SSPIJNIClient
-
Calls
#prepareSSORequest()
to prepare the NTLM TYPE-1 message. - invokePrepareSSOSubmit(byte[]) - Method in class net.sourceforge.jtds.util.SSPIJNIClient
-
Calls
#prepareSSOSubmit(byte[], long)
to prepare the NTLM TYPE-3 message. - invokeUnInitialize() - Method in class net.sourceforge.jtds.util.SSPIJNIClient
-
Calls
#unInitialize()
if the SSPI client is inited. - isActive() - Static method in class net.sourceforge.jtds.util.Logger
-
Retrieve the active status of the logger.
- isAfterLast() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- isAuthToken() - Method in class net.sourceforge.jtds.jdbc.TdsCore.TdsToken
-
Retrieve the NTLM challenge status.
- isAutoIncrement(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSetMetaData
- isBeforeFirst() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- isCaseSensitive - Variable in class net.sourceforge.jtds.jdbc.ColInfo
-
Column name is case sensitive
- isCaseSensitive(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSetMetaData
- isCatalogAtStart() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
Retrieves whether a catalog appears at the start of a fully qualified table name.
- isCharsetSpecified() - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
-
Retrieves whether a specific charset was requested on creation.
- 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.jdbc.JtdsConnection
- 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() - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
- isClosed() - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
-
Delgates calls to the connection; SQLExceptions thrown from the connection will cause an event to be fired on the connection pool listeners.
- isClosed() - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
- isClosed() - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
- isCloseOnCompletion() - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
- isCloseOnCompletion() - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
- isCloseOnCompletion() - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
- isCloseOnCompletion() - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
- 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 or the buffer is created without specifying a buffer directory.
- isMSSQL2005Plus(JtdsConnection) - Static method in class net.sourceforge.jtds.jdbc.TdsData
- isNullable(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSetMetaData
- isNullable(int) - Method in class net.sourceforge.jtds.jdbc.ParameterMetaDataImpl
- isOutput - Variable in class net.sourceforge.jtds.jdbc.ParamInfo
-
Parameter is an output parameter
- isPoolable() - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
- isPoolable() - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
- isPoolable() - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
- isPoolable() - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
- isPreparedProcedureName(String) - Static method in class net.sourceforge.jtds.jdbc.TdsCore
-
Returns
true
if the specifiedprocName
is a sp_prepare or sp_prepexec handle; returnsfalse
otherwise. - isReadOnly() - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
- isReadOnly() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
Is the database in read-only mode?
- isReadOnly() - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
-
Delgates calls to the connection; SQLExceptions thrown from the connection will cause an event to be fired on the connection pool listeners.
- isReadOnly(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSetMetaData
- isResultSet() - Method in class net.sourceforge.jtds.jdbc.TdsCore
-
Retrieve the status of the next result item.
- isResultSet() - Method in class net.sourceforge.jtds.jdbc.TdsCore.TdsToken
-
Retrieve the result set status.
- isRetVal - Variable in class net.sourceforge.jtds.jdbc.ParamInfo
-
Parameter is used as SP return value
- isRowData() - Method in class net.sourceforge.jtds.jdbc.TdsCore
-
Retrieve the status of the next result item.
- isRowData() - Method in class net.sourceforge.jtds.jdbc.TdsCore.TdsToken
-
Retrieve the row data status.
- isSameRM(XAResource) - Method in class net.sourceforge.jtds.jdbcx.JtdsXAResource
- isSearchable(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSetMetaData
- isSearchable(ColInfo) - Static method in class net.sourceforge.jtds.jdbc.TdsData
-
Retrieve the searchable status of the column.
- isSet - Variable in class net.sourceforge.jtds.jdbc.ParamInfo
-
IN parameter has been set
- isSetOut - Variable in class net.sourceforge.jtds.jdbc.ParamInfo
-
OUT parameter value is set.
- isSigned - Variable in class net.sourceforge.jtds.jdbc.TdsData.TypeInfo
-
true if type is a signed numeric.
- isSigned(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSetMetaData
- isSigned(int) - Method in class net.sourceforge.jtds.jdbc.ParameterMetaDataImpl
- isSigned(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.
- istm - Variable in class net.sourceforge.jtds.ssl.TdsTlsSocket
- isUnicode - Variable in class net.sourceforge.jtds.jdbc.ParamInfo
-
Parameter should be sent as unicode
- isUnicode(ColInfo) - Static method in class net.sourceforge.jtds.jdbc.TdsData
-
Determines whether the column is Unicode encoded.
- isUpdateCount() - Method in class net.sourceforge.jtds.jdbc.TdsCore
-
Retrieve the status of the next result item.
- isUpdateCount() - Method in class net.sourceforge.jtds.jdbc.TdsCore.TdsToken
-
Retrieve the update count status.
- isValid(int) - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
- isValid(int) - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
- isWideChar() - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
-
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". - isWindowsOS() - Static method in class net.sourceforge.jtds.jdbc.TdsCore
-
Checks whether the
os.name
system property contains "windows". - isWrapperFor(Class) - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
- isWrapperFor(Class) - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
- isWrapperFor(Class) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- isWrapperFor(Class) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSetMetaData
- isWrapperFor(Class) - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
- isWrapperFor(Class) - Method in class net.sourceforge.jtds.jdbc.ParameterMetaDataImpl
- isWrapperFor(Class) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
- isWrapperFor(Class) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
- isWrapperFor(Class) - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
- isWrapperFor(Class) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
- isWrapperFor(Class) - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
- isWritable(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSetMetaData
- isWriteable - Variable in class net.sourceforge.jtds.jdbc.ColInfo
-
Column may be updated
- isXaEmulation() - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
-
Retrieves the XA Emulation flag.
J
- jdbcCompliant() - Method in class net.sourceforge.jtds.jdbc.Driver
- jdbcType - Variable in class net.sourceforge.jtds.jdbc.ColInfo
-
JDBC type constant from java.sql.Types
- jdbcType - Variable in class net.sourceforge.jtds.jdbc.ParamInfo
-
JDBC type constant from java.sql.Types
- jdbcType - Variable in class net.sourceforge.jtds.jdbc.TdsData.TypeInfo
-
The java.sql.Types constant for this data type.
- JtdsCallableStatement - Class in net.sourceforge.jtds.jdbc
-
jTDS implementation of the java.sql.CallableStatement interface.
- JtdsCallableStatement(JtdsConnection, String, int, int) - Constructor for class net.sourceforge.jtds.jdbc.JtdsCallableStatement
-
Construct a CallableStatement object.
- JtdsConnection - Class in net.sourceforge.jtds.jdbc
-
jTDS implementation of the java.sql.Connection interface.
- JtdsConnection() - Constructor for class net.sourceforge.jtds.jdbc.JtdsConnection
-
Default constructor.
- JtdsConnection(String, Properties) - Constructor for class net.sourceforge.jtds.jdbc.JtdsConnection
-
Create a new database connection.
- JtdsDatabaseMetaData - Class in net.sourceforge.jtds.jdbc
-
jTDS implementation of the java.sql.DatabaseMetaData interface.
- JtdsDatabaseMetaData(JtdsConnection) - Constructor for class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
- JtdsDataSource - Class in net.sourceforge.jtds.jdbcx
-
The jTDS
DataSource
,ConnectionPoolDataSource
andXADataSource
implementation. - JtdsDataSource() - Constructor for class net.sourceforge.jtds.jdbcx.JtdsDataSource
-
Constructs a new DataSource.
- JtdsDataSource(HashMap) - Constructor for class net.sourceforge.jtds.jdbcx.JtdsDataSource
-
Constructs a configured DataSource.
- JtdsObjectFactory - Class in net.sourceforge.jtds.jdbcx
-
Description
- JtdsObjectFactory() - Constructor for class net.sourceforge.jtds.jdbcx.JtdsObjectFactory
- JtdsPreparedStatement - Class in net.sourceforge.jtds.jdbc
-
jTDS implementation of the java.sql.PreparedStatement interface.
- JtdsPreparedStatement(JtdsConnection, String, int, int, boolean) - Constructor for class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
-
Construct a new preparedStatement object.
- JtdsResultSet - Class in net.sourceforge.jtds.jdbc
-
jTDS Implementation of the java.sql.ResultSet interface supporting forward read only result sets.
- JtdsResultSet(JtdsStatement, int, int, ColInfo[]) - Constructor for class net.sourceforge.jtds.jdbc.JtdsResultSet
-
Construct a simple result set from a statement, metadata or generated keys.
- JtdsResultSetMetaData - Class in net.sourceforge.jtds.jdbc
-
jTDS implementation of the java.sql.ResultSetMetaData interface.
- JtdsResultSetMetaData(ColInfo[], int, boolean) - Constructor for class net.sourceforge.jtds.jdbc.JtdsResultSetMetaData
-
Construct ResultSetMetaData object over the current ColInfo array.
- JtdsStatement - Class in net.sourceforge.jtds.jdbc
-
jTDS implementation of the java.sql.Statement interface.
- JtdsStatement(JtdsConnection, int, int) - Constructor for class net.sourceforge.jtds.jdbc.JtdsStatement
-
Construct a new Statement object.
- JtdsXAConnection - Class in net.sourceforge.jtds.jdbcx
-
jTDS implementation of the
XAConnection
interface. - JtdsXAConnection(JtdsDataSource, Connection) - Constructor for class net.sourceforge.jtds.jdbcx.JtdsXAConnection
-
Construct a new
XAConnection
object. - JtdsXAResource - Class in net.sourceforge.jtds.jdbcx
-
jTDS implementation of the XAResource interface.
- JtdsXAResource(JtdsXAConnection, Connection) - Constructor for class net.sourceforge.jtds.jdbcx.JtdsXAResource
- JtdsXid - Class in net.sourceforge.jtds.jdbcx
-
jTDS implementation of the
Xid
interface. - JtdsXid(byte[], byte[]) - Constructor for class net.sourceforge.jtds.jdbcx.JtdsXid
-
Construct an XID using two byte arrays.
- JtdsXid(byte[], int) - Constructor for class net.sourceforge.jtds.jdbcx.JtdsXid
-
Construct an XID using an offset into a byte buffer.
- JtdsXid(Xid) - Constructor for class net.sourceforge.jtds.jdbcx.JtdsXid
-
Construct an XID as a clone of another XID.
K
- KEEP_CURRENT_RESULT - Static variable in class net.sourceforge.jtds.jdbc.JtdsStatement
- key - Variable in class net.sourceforge.jtds.jdbc.cache.ProcedureCache.CacheEntry
- keyWord - Variable in class net.sourceforge.jtds.jdbc.SQLParser
-
First SQL keyword or identifier in statement.
L
- language - Variable in class net.sourceforge.jtds.jdbc.JtdsConnection
-
The server message language.
- LANGUAGE - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
-
Default
language
property. - LANGUAGE - Static variable in class net.sourceforge.jtds.jdbc.Driver
- last() - Method in class net.sourceforge.jtds.jdbc.CachedResultSet
- last() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- last() - Method in class net.sourceforge.jtds.jdbc.MSCursorResultSet
- LAST_UPDATE_COUNT - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
-
Default
lastUpdateCount
property. - lastException - Variable in class net.sourceforge.jtds.jdbc.SQLDiagnostic
- lastUpdateCount - Variable in class net.sourceforge.jtds.jdbc.JtdsConnection
-
Only return the last update count.
- LASTUPDATECOUNT - Static variable in class net.sourceforge.jtds.jdbc.Driver
- 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 - 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.
- length() - Method in class net.sourceforge.jtds.jdbc.BlobImpl
- length() - Method in class net.sourceforge.jtds.jdbc.ClobImpl
- 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(Exception, Throwable) - Static method in class net.sourceforge.jtds.jdbc.Support
-
Link the original cause to an
Exception
. - linkException(SQLException, Throwable) - Static method in class net.sourceforge.jtds.jdbc.Support
-
Link the original cause to an
SQLException
. - linkException(SQLWarning, Throwable) - Static method in class net.sourceforge.jtds.jdbc.Support
-
Link the original cause to an
SQLWarning
. - listeners - Variable in class net.sourceforge.jtds.jdbcx.PooledConnection
- literalPrefix - Variable in class net.sourceforge.jtds.jdbc.TypeInfo
- literalSuffix - Variable in class net.sourceforge.jtds.jdbc.TypeInfo
- lmv2Response(byte[], byte[], byte[]) - Static method in class net.sourceforge.jtds.jdbc.NtlmAuth
-
Creates the LMv2 Response from the given hash, client data, and Type 2 challenge.
- loadCharset(String) - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
-
Load the Java charset to match the server character set.
- loadCharset(CharsetInfo, String) - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
-
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 intoMap
objects. - loadFromReader(Reader, int) - Static method in class net.sourceforge.jtds.jdbc.ParamInfo
-
Create a String from a Reader stream.
- loadFromStream(InputStream, int) - Static method in class net.sourceforge.jtds.jdbc.ParamInfo
-
Load a byte array from an InputStream
- 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. - LOB_BUFFER_SIZE - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
-
Default
lobBufferSize
property. - lobBuffer - Variable in class net.sourceforge.jtds.jdbc.JtdsConnection
-
The amount of LOB data to buffer in memory.
- LOBBUFFER - Static variable in class net.sourceforge.jtds.jdbc.Driver
- 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; returnsfalse
if LOB updates are made directly to the database. - log - Static variable in class net.sourceforge.jtds.util.Logger
-
PrintWriter stream set by DataSource.
- logException(Exception) - Static method in class net.sourceforge.jtds.util.Logger
-
Print an Exception stack trace to the log.
- LOGFILE - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
-
Default
logfile
property. - LOGFILE - Static variable in class net.sourceforge.jtds.jdbc.Driver
- Logger - Class in net.sourceforge.jtds.util
-
Class providing static methods to log diagnostics.
- Logger() - Constructor for class net.sourceforge.jtds.util.Logger
- login(String, String, String, String, String, String, String, String, String, String, String, int) - Method in class net.sourceforge.jtds.jdbc.TdsCore
-
Login to the SQL Server.
- LOGIN_PKT - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
-
TDS 4.2 or 5.0 Login packet.
- LOGIN_TIMEOUT - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
-
Default
loginTimeout
property. - loginTimeout - Variable in class net.sourceforge.jtds.jdbc.JtdsConnection
-
Login timeout value in seconds or 0.
- LOGINTIMEOUT - Static variable in class net.sourceforge.jtds.jdbc.Driver
- logPacket(int, boolean, byte[]) - Static method in class net.sourceforge.jtds.util.Logger
-
Print a dump of the current input or output network packet.
- LONG_ONE - Static variable in class net.sourceforge.jtds.jdbc.Support
- LONG_ZERO - Static variable in class net.sourceforge.jtds.jdbc.Support
M
- MAC_ADDRESS - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
-
Default
macAddress
property. - macAddress - Variable in class net.sourceforge.jtds.jdbc.JtdsConnection
-
The client MAC Address.
- MACADDRESS - Static variable in class net.sourceforge.jtds.jdbc.Driver
- main(String[]) - Static method in class net.sourceforge.jtds.jdbc.Driver
- MAJOR_VERSION - Static variable in class net.sourceforge.jtds.jdbc.Driver
-
Driver major version.
- majorVersion - Variable in class net.sourceforge.jtds.jdbc.cache.SQLCacheKey
- makeDESkey(byte[], int) - Static method in class net.sourceforge.jtds.jdbc.NtlmAuth
-
Turns a 7-byte DES key into an 8-byte one by adding parity bits.
- markerPos - Variable in class net.sourceforge.jtds.jdbc.ParamInfo
-
Parameter offset in target SQL statement
- MAX_BUF_INC - Static variable in class net.sourceforge.jtds.util.BlobBuffer
-
Maximum buffer increment.
- MAX_INITIAL_SIZE - Static variable in class net.sourceforge.jtds.jdbc.cache.ProcedureCache
-
The maximum initial HashMap size.
- MAX_PKT_SIZE - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
-
Maximum network packet size.
- MAX_STATEMENTS - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
-
Default
maxStatements
property. - MAX_VALUE_28 - Static variable in class net.sourceforge.jtds.jdbc.Support
- MAX_VALUE_38 - Static variable in class net.sourceforge.jtds.jdbc.Support
- MAX_VALUE_LONG_BD - Static variable in class net.sourceforge.jtds.jdbc.Support
- MAX_VALUE_LONG_BI - Static variable in class net.sourceforge.jtds.jdbc.Support
- maxBufSize - Variable in class net.sourceforge.jtds.jdbc.SharedSocket
-
Current maximum input buffer size.
- maxFieldSize - Variable in class net.sourceforge.jtds.jdbc.JtdsStatement
-
The maximum field size (not used at present).
- maximumScale - Variable in class net.sourceforge.jtds.jdbc.TypeInfo
- maxLen - Variable in class net.sourceforge.jtds.jdbc.ResponseStream.TdsInputStream
-
The maximum amount of data to make available.
- maxMemSize - Variable in class net.sourceforge.jtds.util.BlobBuffer
-
The maximum size of an in memory buffer.
- maxPrecision - Variable in class net.sourceforge.jtds.jdbc.JtdsConnection
-
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.JtdsConnection
-
The maximum number of statements to keep open.
- MAXSTATEMENTS - Static variable in class net.sourceforge.jtds.jdbc.Driver
- md - Variable in class net.sourceforge.jtds.util.MD5Digest
- MD4Digest - Class in net.sourceforge.jtds.util
-
implementation of MD4 as RFC 1320 by R.
- MD4Digest() - Constructor for class net.sourceforge.jtds.util.MD4Digest
-
Standard constructor
- MD4Digest(MD4Digest) - Constructor for class net.sourceforge.jtds.util.MD4Digest
-
Copy constructor.
- md5(byte[]) - Static method in class net.sourceforge.jtds.jdbc.NtlmAuth
- MD5Digest - Class in net.sourceforge.jtds.util
-
Provides MD5 via java.security based implementation.
- MD5Digest() - Constructor for class net.sourceforge.jtds.util.MD5Digest
-
Standard constructor
- memoryBudget - Static variable in class net.sourceforge.jtds.jdbc.SharedSocket
-
Max memory limit to use for buffers.
- messages - Variable in class net.sourceforge.jtds.jdbc.JtdsConnection
-
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.TdsCore
-
The head of the diagnostic messages chain.
- Messages - Class in net.sourceforge.jtds.jdbc
-
Support class for
Messages.properties
. - Messages() - Constructor for class net.sourceforge.jtds.jdbc.Messages
-
Default constructor.
- microsoftPrepare(String, ParamInfo[], boolean, int, int) - Method in class net.sourceforge.jtds.jdbc.TdsCore
-
Prepares the SQL for use with Microsoft server.
- millis - Variable in class net.sourceforge.jtds.jdbc.DateTime
-
Unpacked millisecond value.
- MIN_PKT_SIZE - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
-
Minimum network packet size.
- MIN_VALUE_LONG_BD - Static variable in class net.sourceforge.jtds.jdbc.Support
- MIN_VALUE_LONG_BI - Static variable in class net.sourceforge.jtds.jdbc.Support
- minimumScale - Variable in class net.sourceforge.jtds.jdbc.TypeInfo
- minMemPkts - Static variable in class net.sourceforge.jtds.jdbc.SharedSocket
-
Minimum number of packets that will be cached in memory before the driver tries to write to disk even if memoryBudget has been exceeded.
- MINOR_VERSION - Static variable in class net.sourceforge.jtds.jdbc.Driver
-
Driver minor version.
- minorVersion - Variable in class net.sourceforge.jtds.jdbc.cache.SQLCacheKey
- minute - Variable in class net.sourceforge.jtds.jdbc.DateTime
-
Unpacked minute value.
- MISC_VERSION - Static variable in class net.sourceforge.jtds.jdbc.Driver
-
Driver version miscellanea (e.g "-rc2", ".1" or
null
). - month - Variable in class net.sourceforge.jtds.jdbc.DateTime
-
Unpacked month value.
- moveToCurrentRow() - Method in class net.sourceforge.jtds.jdbc.CachedResultSet
- moveToCurrentRow() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- moveToCurrentRow() - Method in class net.sourceforge.jtds.jdbc.MSCursorResultSet
- moveToInsertRow() - Method in class net.sourceforge.jtds.jdbc.CachedResultSet
- moveToInsertRow() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- moveToInsertRow() - Method in class net.sourceforge.jtds.jdbc.MSCursorResultSet
- MS_LONGVAR_MAX - Static variable in class net.sourceforge.jtds.jdbc.TdsData
- MSCursorResultSet - Class in net.sourceforge.jtds.jdbc
-
This class extends the JtdsResultSet to support scrollable and or updateable cursors on Microsoft servers.
- MSCursorResultSet(JtdsStatement, String, String, ParamInfo[], int, int) - Constructor for class net.sourceforge.jtds.jdbc.MSCursorResultSet
-
Construct a cursor result set using Microsoft sp_cursorcreate etc.
- MSDTC_PKT - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
-
TDS MSDTC packet.
- msFnMap - Static variable in class net.sourceforge.jtds.jdbc.SQLParser
-
Map of jdbc to sql server function names.
- MSLOGIN_PKT - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
-
TDS 7.0 Login packet.
- MSSqlServerInfo - Class in net.sourceforge.jtds.jdbc
-
This class communicates with SQL Server 2k to determine what ports its instances are listening to.
- MSSqlServerInfo(String) - Constructor for class net.sourceforge.jtds.jdbc.MSSqlServerInfo
- mssqlStates - Static variable in class net.sourceforge.jtds.jdbc.SQLDiagnostic
-
Map to convert Microsoft SQL server error codes to ANSI SQLSTATE codes.
- mustbe(char, boolean) - Method in class net.sourceforge.jtds.jdbc.SQLParser
-
Checks that the next character is as expected.
- mutex - Variable in class net.sourceforge.jtds.jdbc.JtdsConnection
-
Mutual exclusion lock to control access to connection.
N
- name - Variable in class net.sourceforge.jtds.jdbc.ColInfo
-
Column label / name
- name - Variable in class net.sourceforge.jtds.jdbc.ParamInfo
-
Formal parameter name eg @P1
- name - Variable in class net.sourceforge.jtds.jdbc.ProcEntry
-
Stored procedure name or statement handle.
- name - Variable in class net.sourceforge.jtds.jdbc.SavepointImpl
- name - Variable in class net.sourceforge.jtds.jdbc.TdsCore.TableMetaData
-
Table name.
- NAMED_PIPE - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
-
Default
namedPipe
property. - NAMED_PIPE_PATH_SQLSERVER - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
-
Default
namedPipePath
property for SQL Server. - NAMED_PIPE_PATH_SYBASE - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
-
Default
namedPipePath
property for Sybase. - namedPipe - Variable in class net.sourceforge.jtds.jdbc.JtdsConnection
-
Use named pipe IPC instead of TCP/IP sockets.
- NAMEDPIPE - Static variable in class net.sourceforge.jtds.jdbc.Driver
- nativeSQL(String) - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
- 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.JtdsConnection
-
The initial network packet size.
- newRow() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
Create a new row containing empty data items.
- next - Variable in class net.sourceforge.jtds.jdbc.cache.ProcedureCache.CacheEntry
- next() - Method in class net.sourceforge.jtds.jdbc.CachedResultSet
- next() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- next() - Method in class net.sourceforge.jtds.jdbc.MSCursorResultSet
- nextParam - Variable in class net.sourceforge.jtds.jdbc.TdsCore
-
The index of the next output parameter to populate.
- nextTimeout - Variable in class net.sourceforge.jtds.util.TimerThread
-
Time when the first request time out should occur.
- nextToken() - Method in class net.sourceforge.jtds.jdbc.TdsCore
-
Read the next TDS token from the response stream.
- nextToken(String, int, StringBuilder) - Static method in class net.sourceforge.jtds.jdbc.Driver
-
Extract the next lexical token from the URL.
- NO_GENERATED_KEYS - Static variable in class net.sourceforge.jtds.jdbc.JtdsStatement
- nonce - Variable in class net.sourceforge.jtds.jdbc.TdsCore
-
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.JtdsConnection
-
Reports that user tried to call a method which has not been implemented.
- notImplemented(String) - Static method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
Report that user tried to call a method which has not been implemented.
- notImplemented(String) - Static method in class net.sourceforge.jtds.jdbc.JtdsStatement
-
Report that user tried to call a method which has not been implemented.
- notSupported(String) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
-
Report that user tried to call a method not supported on this type of statement.
- ntHash(String) - Static method in class net.sourceforge.jtds.jdbc.NtlmAuth
-
Creates the md4 hash of the unicode password.
- NtlmAuth - Class in net.sourceforge.jtds.jdbc
-
This class calculates the two "responses" to the nonce supplied by the server as a part of NTLM authentication.
- NtlmAuth() - Constructor for class net.sourceforge.jtds.jdbc.NtlmAuth
- NTLMAUTH_PKT - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
-
TDS 7.0 NTLM Authentication packet.
- ntlmAuthSSO - Variable in class net.sourceforge.jtds.jdbc.TdsCore
-
Flag that indicates if logon() should try to use Windows Single Sign On using SSPI or Kerberos SSO via Java native GSSAPI.
- ntlmMessage - Variable in class net.sourceforge.jtds.jdbc.TdsCore
-
NTLM authentication message.
- ntlmTarget - Variable in class net.sourceforge.jtds.jdbc.TdsCore
-
target info for NTLM message
- ntv2Hash(String, String, String) - Static method in class net.sourceforge.jtds.jdbc.NtlmAuth
- nullable - Variable in class net.sourceforge.jtds.jdbc.ColInfo
-
Column data type supports SQL NULL
- nullable - Variable in class net.sourceforge.jtds.jdbc.TypeInfo
- nullPlusNonNullIsNull() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
Retrieves whether this database supports concatenations between
NULL
and non-NULL
values beingNULL
. - nullsAreSortedAtEnd() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
Are NULL values sorted at the end regardless of sort order?
- nullsAreSortedAtStart() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
Are NULL values sorted at the start regardless of sort order?
- nullsAreSortedHigh() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
Are NULL values sorted high?
- nullsAreSortedLow() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
Are NULL values sorted low?
- NUM_COLS - Static variable in class net.sourceforge.jtds.jdbc.TypeInfo
- numPrecRadix - Variable in class net.sourceforge.jtds.jdbc.TypeInfo
- numRetries - Variable in class net.sourceforge.jtds.jdbc.MSSqlServerInfo
O
- onInsertRow - Variable in class net.sourceforge.jtds.jdbc.CachedResultSet
-
Indicates currently inserting.
- onInsertRow - Variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
-
Set when
moveToInsertRow()
was called. - open - Variable in class net.sourceforge.jtds.util.BlobBuffer.AsciiInputStream
- open - Variable in class net.sourceforge.jtds.util.BlobBuffer.AsciiOutputStream
- open - Variable in class net.sourceforge.jtds.util.BlobBuffer.BlobInputStream
- open - Variable in class net.sourceforge.jtds.util.BlobBuffer.BlobOutputStream
- open - 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.
- ostm - Variable in class net.sourceforge.jtds.ssl.TdsTlsSocket
- othersDeletesAreVisible(int) - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
JDBC 2.0 Indicates whether deletes made by others are visible.
- othersInsertsAreVisible(int) - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
JDBC 2.0 Indicates whether inserts made by others are visible.
- othersUpdatesAreVisible(int) - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
JDBC 2.0 Indicates whether updates made by others are visible.
- out - Variable in class net.sourceforge.jtds.jdbc.SharedSocket
-
Output stream for network socket.
- out - Variable in class net.sourceforge.jtds.jdbc.SQLParser
-
Output buffer to contain parsed SQL.
- out - Variable in class net.sourceforge.jtds.jdbc.TdsCore
-
The output server request stream.
- outerJoinEscape() - Method in class net.sourceforge.jtds.jdbc.SQLParser
-
Processes the JDBC escape {oj left outer join etc}.
- OUTPUT - Static variable in class net.sourceforge.jtds.jdbc.ParamInfo
-
Flag as an output parameter.
- outValue - Variable in class net.sourceforge.jtds.jdbc.ParamInfo
-
OUT Parameter value.
- ownDeletesAreVisible(int) - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
JDBC 2.0 Indicates whether a result set's own deletes are visible.
- ownInsertsAreVisible(int) - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
JDBC 2.0 Indicates whether a result set's own inserts are visible.
- ownUpdatesAreVisible(int) - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
JDBC 2.0 Indicates whether a result set's own updates are visible.
P
- packDate() - Method in class net.sourceforge.jtds.jdbc.DateTime
-
Converts a calendar date into days since 1900 (Sybase epoch).
- PACKET_SIZE_42 - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
-
Default
packetSize
property for TDS 4.2. - PACKET_SIZE_50 - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
-
Default
packetSize
property for TDS 5.0. - PACKET_SIZE_70_80 - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
-
Default
packetSize
property for TDS 7.0 and TDS 8.0. - packetCount - Variable in class net.sourceforge.jtds.jdbc.SharedSocket
-
Count of packets received.
- packetSize - Variable in class net.sourceforge.jtds.jdbc.JtdsConnection
-
User requested packet size.
- PACKETSIZE - Static variable in class net.sourceforge.jtds.jdbc.Driver
- packetSizeDefaults - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
-
Default packet size based on TDS version
- packTime() - Method in class net.sourceforge.jtds.jdbc.DateTime
-
Converts separate time components into a datetime time value.
- PAGE_MASK - Static variable in class net.sourceforge.jtds.util.BlobBuffer
-
Mask for page component of read/write pointer.
- PAGE_SIZE - Static variable in class net.sourceforge.jtds.util.BlobBuffer
-
Default page size (must be power of 2).
- PARAM_CURSOR_HANDLE - Variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
-
Cursor handle parameter.
- PARAM_FETCHTYPE - Variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
-
sp_cursorfetch
fetchtype parameter. - PARAM_NUMROWS_IN - Variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
-
sp_cursorfetch
numrows IN parameter (for actual fetches). - PARAM_NUMROWS_OUT - Variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
-
sp_cursorfetch
numrows OUT parameter (for FETCH_INFO). - PARAM_OPTYPE - Variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
-
sp_cursor
optype parameter. - PARAM_ROWNUM - Variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
-
sp_cursor
rownum parameter. - PARAM_ROWNUM_IN - Variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
-
sp_cursorfetch
rownum IN parameter (for actual fetches). - PARAM_ROWNUM_OUT - Variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
-
sp_cursorfetch
rownum OUT parameter (for FETCH_INFO). - PARAM_TABLE - Variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
-
sp_cursor
table parameter. - parameterList - Variable in class net.sourceforge.jtds.jdbc.ParameterMetaDataImpl
- ParameterMetaDataImpl - Class in net.sourceforge.jtds.jdbc
-
jTDS implementation of
ParameterMetaData
. - ParameterMetaDataImpl(ParamInfo[], JtdsConnection) - Constructor for class net.sourceforge.jtds.jdbc.ParameterMetaDataImpl
- parameters - Variable in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
-
The parameter list for the call.
- parameters - Variable in class net.sourceforge.jtds.jdbc.TdsCore
-
The array of parameter meta data objects for the current procedure call.
- ParamInfo - Class in net.sourceforge.jtds.jdbc
-
This class is a descriptor for procedure and prepared statement parameters.
- ParamInfo(int, boolean) - Constructor for class net.sourceforge.jtds.jdbc.ParamInfo
-
Construct a parameter with parameter marker offset.
- ParamInfo(int, Object, int) - Constructor for class net.sourceforge.jtds.jdbc.ParamInfo
-
Construct an initialised parameter with extra attributes.
- ParamInfo(String, int, boolean, boolean) - Constructor for class net.sourceforge.jtds.jdbc.ParamInfo
-
Construct a parameter for statement caching.
- ParamInfo(ColInfo, String, Object, int) - Constructor for class net.sourceforge.jtds.jdbc.ParamInfo
-
Construct a parameter based on a result set column.
- paramIsRetVal - Variable in class net.sourceforge.jtds.jdbc.SQLParser.CachedSQLQuery
- paramIsUnicode - Variable in class net.sourceforge.jtds.jdbc.SQLParser.CachedSQLQuery
- paramMarkerPos - Variable in class net.sourceforge.jtds.jdbc.SQLParser.CachedSQLQuery
- paramMetaData - Variable in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
-
The cached parameter meta data.
- paramMetaData - Variable in class net.sourceforge.jtds.jdbc.ProcEntry
-
Parameter meta data (Sybase only).
- paramNames - Variable in class net.sourceforge.jtds.jdbc.SQLParser.CachedSQLQuery
- params - Variable in class net.sourceforge.jtds.jdbc.SQLParser
-
Parameter list to be populated or
null
if no parameters are expected. - paramWasNull - Variable in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
-
Last parameter retrieved was null.
- parse(boolean) - Method in class net.sourceforge.jtds.jdbc.SQLParser
-
Parses the SQL statement processing JDBC escapes and parameter markers.
- parse(String, ArrayList, JtdsConnection, boolean) - Static method in class net.sourceforge.jtds.jdbc.SQLParser
-
Parse the SQL statement processing JDBC escapes and parameter markers.
- parseBooleanProperty(Properties, String) - Static method in class net.sourceforge.jtds.jdbc.JtdsConnection
-
Parse a string property value into an boolean value.
- parsedSql - Variable in class net.sourceforge.jtds.jdbc.SQLParser.CachedSQLQuery
- parseIntegerProperty(Properties, String) - Static method in class net.sourceforge.jtds.jdbc.JtdsConnection
-
Parse a string property value into an integer value.
- parseLongProperty(Properties, String) - Static method in class net.sourceforge.jtds.jdbc.JtdsConnection
-
Parse a string property value into a long value.
- parseURL(String, Properties) - Static method in class net.sourceforge.jtds.jdbc.Driver
-
Parse the driver URL and extract the properties.
- password - Variable in class net.sourceforge.jtds.jdbc.JtdsConnection
-
The user password.
- PASSWORD - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
-
Default
password
property. - PASSWORD - Static variable in class net.sourceforge.jtds.jdbc.Driver
- peakMemUsage - Static variable in class net.sourceforge.jtds.jdbc.SharedSocket
-
Peak memory usage for debug purposes.
- peek() - Method in class net.sourceforge.jtds.jdbc.ResponseStream
-
Retrieves the next input byte without reading forward.
- permits - Variable in class net.sourceforge.jtds.jdbc.Semaphore
-
Current number of available permits.
- permits() - Method in class net.sourceforge.jtds.jdbc.Semaphore
-
Return the current number of available permits.
- pipe - Variable in class net.sourceforge.jtds.jdbc.SharedLocalNamedPipe
-
The named pipe as a file.
- pipe - Variable in class net.sourceforge.jtds.jdbc.SharedNamedPipe
-
The shared named pipe.
- PKT_HDR_LEN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
-
The size of the packet header.
- pktQueue - Variable in class net.sourceforge.jtds.jdbc.SharedSocket.VirtualSocket
-
Memory resident packet queue.
- pktsOnDisk - Variable in class net.sourceforge.jtds.jdbc.SharedSocket.VirtualSocket
-
Number of packets cached to disk.
- pktType - Variable in class net.sourceforge.jtds.jdbc.RequestStream
-
The request packet type.
- PooledConnection - Class in net.sourceforge.jtds.jdbcx
-
jTDS implementation of the
PooledConnection
interface. - PooledConnection(Connection) - Constructor for class net.sourceforge.jtds.jdbcx.PooledConnection
- port - Variable in class net.sourceforge.jtds.jdbc.SharedSocket
-
The server port number.
- PORT_NUMBER_SQLSERVER - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
-
Default
portNumber
property for SQL Server. - PORT_NUMBER_SYBASE - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
-
Default
portNumber
property for Sybase. - portNumber - Variable in class net.sourceforge.jtds.jdbc.JtdsConnection
-
The server port number.
- PORTNUMBER - Static variable in class net.sourceforge.jtds.jdbc.Driver
- portNumberDefaults - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
-
Default port number based on server type
- pos - Variable in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
The current row number.
- POS_AFTER_LAST - Static variable in class net.sourceforge.jtds.jdbc.JtdsResultSet
- POS_BEFORE_FIRST - Static variable in class net.sourceforge.jtds.jdbc.JtdsResultSet
- position(byte[], long) - Method in class net.sourceforge.jtds.jdbc.BlobImpl
- position(byte[], long) - Method in class net.sourceforge.jtds.util.BlobBuffer
-
Provides support for pattern searching methods.
- position(String, long) - Method in class net.sourceforge.jtds.jdbc.ClobImpl
- position(Blob, long) - Method in class net.sourceforge.jtds.jdbc.BlobImpl
- position(Clob, long) - Method in class net.sourceforge.jtds.jdbc.ClobImpl
- precision - Variable in class net.sourceforge.jtds.jdbc.ColInfo
-
Column decimal precision
- precision - Variable in class net.sourceforge.jtds.jdbc.ParamInfo
-
Parameter decimal precision
- precision - Variable in class net.sourceforge.jtds.jdbc.TdsData.TypeInfo
-
The precision of the type.
- precision - Variable in class net.sourceforge.jtds.jdbc.TypeInfo
- PRELOGIN_PKT - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
-
SQL 2000 prelogin negotiation packet.
- PREP_FAILED - Static variable in class net.sourceforge.jtds.jdbc.ProcEntry
-
The entry references a failed prepare.
- prepare(Xid) - Method in class net.sourceforge.jtds.jdbcx.JtdsXAResource
- PREPARE - Static variable in class net.sourceforge.jtds.jdbc.ProcEntry
-
The entry references a prepared statement handle.
- PREPARE - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
-
Prepare SQL using sp_prepare and sp_execute
- PREPARE_SQLSERVER - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
-
Default
prepareSql
property for SQL Server. - PREPARE_SYBASE - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
-
Default
prepareSql
property for Sybase. - prepareCall(String) - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
- prepareCall(String) - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
-
Delgates calls to the connection; SQLExceptions thrown from the connection will cause an event to be fired on the connection pool listeners.
- prepareCall(String, int, int) - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
- prepareCall(String, int, int) - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
-
Delgates calls to the connection; SQLExceptions thrown from the connection will cause an event to be fired on the connection pool listeners.
- prepareCall(String, int, int, int) - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
- prepareCall(String, int, int, int) - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
-
Delgates calls to the connection; SQLExceptions thrown from the connection will cause an event to be fired on the connection pool listeners.
- PreparedStatementProxy - Class in net.sourceforge.jtds.jdbcx.proxy
-
This class would be better implemented as a java.lang.reflect.Proxy.
- PreparedStatementProxy(ConnectionProxy, JtdsPreparedStatement) - Constructor for class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
- prepareSql - Variable in class net.sourceforge.jtds.jdbc.JtdsConnection
-
Method for preparing SQL used in Prepared Statements.
- prepareSQL(JtdsPreparedStatement, String, ParamInfo[], boolean, boolean) - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
-
Try to convert the SQL statement into a statement prepare.
- PREPARESQL - Static variable in class net.sourceforge.jtds.jdbc.Driver
- prepareSQLDefaults - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
-
Default prepare SQL mode based on server type
- prepareSSORequest() - Method in class net.sourceforge.jtds.util.SSPIJNIClient
-
Prepares the NTLM TYPE-1 message and returns it as a
byte[]
. - prepareSSOSubmit(byte[], long) - Method in class net.sourceforge.jtds.util.SSPIJNIClient
-
Prepares the NTLM TYPE-3 message using the current user's credentials.
- prepareStatement(String) - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
- prepareStatement(String) - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
-
Delgates calls to the connection; SQLExceptions thrown from the connection will cause an event to be fired on the connection pool listeners.
- prepareStatement(String, int) - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
- 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.jdbc.JtdsConnection
- prepareStatement(String, int[]) - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
-
Delgates calls to the connection; SQLExceptions thrown from the connection will cause an event to be fired on the connection pool listeners.
- prepareStatement(String, int, int) - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
- prepareStatement(String, int, int) - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
-
Delgates calls to the connection; SQLExceptions thrown from the connection will cause an event to be fired on the connection pool listeners.
- prepareStatement(String, int, int, int) - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
- prepareStatement(String, int, int, int) - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
-
Delgates calls to the connection; SQLExceptions thrown from the connection will cause an event to be fired on the connection pool listeners.
- prepareStatement(String, String[]) - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
- prepareStatement(String, String[]) - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
-
Delgates calls to the connection; SQLExceptions thrown from the connection will cause an event to be fired on the connection pool listeners.
- previous() - Method in class net.sourceforge.jtds.jdbc.CachedResultSet
- previous() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- previous() - Method in class net.sourceforge.jtds.jdbc.MSCursorResultSet
- primeBuffer() - Method in class net.sourceforge.jtds.ssl.TdsTlsInputStream
-
Read in entire TLS record or TDS packet and store the TLS record in the buffer.
- println(String) - Static method in class net.sourceforge.jtds.util.Logger
-
Print a diagnostic message to the output stream provided by the
DataSource
or theDriverManager
. - prior - Variable in class net.sourceforge.jtds.jdbc.cache.ProcedureCache.CacheEntry
- PROCEDURE - Static variable in class net.sourceforge.jtds.jdbc.ProcEntry
-
The entry references a stored procedure.
- ProcedureCache - Class in net.sourceforge.jtds.jdbc.cache
-
LRU cache for procedures and statement handles.
- ProcedureCache(int) - Constructor for class net.sourceforge.jtds.jdbc.cache.ProcedureCache
-
Constructs a new statement cache.
- ProcedureCache.CacheEntry - Class in net.sourceforge.jtds.jdbc.cache
-
Encapsulates the cached Object and implements the linked list used to implement the LRU logic.
- procedureParams - Variable in class net.sourceforge.jtds.jdbc.CachedResultSet
-
Original parameters.
- ProcEntry - Class in net.sourceforge.jtds.jdbc
-
Stores information about a cached stored procedure or statement handle.
- ProcEntry() - Constructor for class net.sourceforge.jtds.jdbc.ProcEntry
- PROCESS_ID - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
-
Default
processId
property. - processBlock() - Method in class net.sourceforge.jtds.util.GeneralDigest
- processBlock() - Method in class net.sourceforge.jtds.util.MD4Digest
- processBlock(byte[], int, byte[], int) - Method in class net.sourceforge.jtds.util.DESEngine
- processEscapes(String) - Static method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
Format the supplied search pattern to transform the escape \x into [x].
- processId - Static variable in class net.sourceforge.jtds.jdbc.JtdsConnection
-
The process ID to report to a server when connecting.
- PROCESSID - Static variable in class net.sourceforge.jtds.jdbc.Driver
- processLength(long) - Method in class net.sourceforge.jtds.util.GeneralDigest
- processLength(long) - Method in class net.sourceforge.jtds.util.MD4Digest
- 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 aResultSet
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
- procInTran - Variable in class net.sourceforge.jtds.jdbc.JtdsConnection
-
Procedures in this transaction.
- procName - Variable in class net.sourceforge.jtds.jdbc.CachedResultSet
-
Original procedure name.
- procName - Variable in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
-
The procedure name for CallableStatements.
- procName - Variable in class net.sourceforge.jtds.jdbc.SQLParser
-
Procedure name in call escape.
- PROG_NAME - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
-
Default
progName
property. - progName - Variable in class net.sourceforge.jtds.jdbc.JtdsConnection
-
The program name.
- PROGNAME - Static variable in class net.sourceforge.jtds.jdbc.Driver
- ProtocolException - Exception in net.sourceforge.jtds.jdbc
-
Exception class used to report errors in the TDS protocol.
- ProtocolException(String) - Constructor for exception net.sourceforge.jtds.jdbc.ProtocolException
-
Construct a ProtocolException with message.
- pureSSL - Variable in class net.sourceforge.jtds.ssl.TdsTlsInputStream
-
False if TLS packets are encapsulated in TDS packets.
- put(String, Object) - Method in class net.sourceforge.jtds.jdbc.cache.ProcedureCache
-
Inserts a new entry, identified by a key, into the cache.
- put(String, Object) - Method in interface net.sourceforge.jtds.jdbc.cache.StatementCache
-
Places the specified statement handle in the cache for the given key.
- put(K, V) - Method in class net.sourceforge.jtds.jdbc.cache.SimpleLRUCache
-
Updates the LRU cache by adding a new entry.
- putCollation(RequestStream, ParamInfo) - Static method in class net.sourceforge.jtds.jdbc.TdsData
-
TDS 8 requires collation information for char data descriptors.
- putDateTimeValue(RequestStream, DateTime) - Static method in class net.sourceforge.jtds.jdbc.TdsData
-
Output a java.sql.Date/Time/Timestamp value to the server as a Sybase datetime value.
- putLoginString(String, int) - Method in class net.sourceforge.jtds.jdbc.TdsCore
-
Write a TDS login packet string.
- putPacket(int) - Method in class net.sourceforge.jtds.jdbc.RequestStream
-
Write the TDS packet to the network.
- putTdsPacket(byte[], int) - Method in class net.sourceforge.jtds.ssl.TdsTlsOutputStream
-
Write a TDS packet containing the TLS record(s).
Q
- QUERY_PKT - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
-
TDS 4.2 or 7.0 Query packet.
- queryTimeout - Variable in class net.sourceforge.jtds.jdbc.JtdsStatement
-
The read query timeout in seconds
- queueFile - Variable in class net.sourceforge.jtds.jdbc.SharedSocket.VirtualSocket
-
File object for disk packet queue.
R
- raFile - Variable in class net.sourceforge.jtds.util.BlobBuffer
-
The RA file object reference or null if closed.
- raiseXAException(int) - Static method in class net.sourceforge.jtds.jdbc.XASupport
-
Construct and throw an
XAException
with an explanatory message and the XA error code set. - raiseXAException(SQLException) - Static method in class net.sourceforge.jtds.jdbc.XASupport
-
Construct and throw an
XAException
with an explanatory message derived from theSQLException
and the XA error code set toXAER_RMFAIL
. - read() - Method in class net.sourceforge.jtds.jdbc.ResponseStream
-
Reads the next input byte from the server response stream.
- read() - Method in class net.sourceforge.jtds.jdbc.ResponseStream.TdsInputStream
- read() - Method in class net.sourceforge.jtds.util.BlobBuffer.AsciiInputStream
-
Read the next byte from the stream.
- read() - Method in class net.sourceforge.jtds.util.BlobBuffer.BlobInputStream
-
Reads the next byte from the stream.
- read() - Method in class net.sourceforge.jtds.util.BlobBuffer.UnicodeInputStream
-
Reads the next byte from the stream.
- read(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(byte[], int, int) - Method in class net.sourceforge.jtds.jdbc.ResponseStream.TdsInputStream
- read(byte[], int, int) - Method in class net.sourceforge.jtds.ssl.TdsTlsInputStream
- read(byte[], int, int) - Method in class net.sourceforge.jtds.util.BlobBuffer.BlobInputStream
-
Reads a bytes from the stream.
- read(char[]) - Method in class net.sourceforge.jtds.jdbc.ResponseStream
-
Reads a char array from the server response stream.
- read(int) - Method in class net.sourceforge.jtds.util.BlobBuffer
-
Reads byte from the BLOB buffer at the specified location.
- read(int, byte[], int, int) - Method in class net.sourceforge.jtds.util.BlobBuffer
-
Reads bytes from the BLOB buffer at the specified location.
- readBuffer - Variable in class net.sourceforge.jtds.ssl.TdsTlsInputStream
-
Temporary buffer used to de-encapsulate inital TLS packets.
- readData(JtdsConnection, 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 anIOException
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 theString
from a translatedbyte
array. - readNonUnicodeString(int, CharsetInfo) - Method in class net.sourceforge.jtds.jdbc.ResponseStream
-
Reads a
String
from the server response stream, translating it from abyte
array using the specified character set. - readOnly - Variable in class net.sourceforge.jtds.jdbc.JtdsConnection
-
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 translatedbyte
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) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
-
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
- registerOutParameter(int, int, int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
- registerOutParameter(int, int, 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.jdbc.JtdsCallableStatement
- registerOutParameter(int, int, String) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
-
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
- registerOutParameter(String, int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
- registerOutParameter(String, int) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
-
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
- registerOutParameter(String, int, int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
- registerOutParameter(String, int, int) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
-
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
- registerOutParameter(String, int, String) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
- registerOutParameter(String, int, String) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
-
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
- 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.JtdsConnection
- 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.JtdsConnection
-
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(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.JtdsConnection
-
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.JtdsConnection
-
Removes a statement object from the list maintained by the connection and cleans up the statement cache if necessary.
- removeStatementEventListener(StatementEventListener) - Method in class net.sourceforge.jtds.jdbcx.PooledConnection
- REPLY_PKT - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
-
TDS Reply packet.
- RequestStream - Class in net.sourceforge.jtds.jdbc
-
Class to implement an output stream for the server request.
- RequestStream(SharedSocket, SharedSocket.VirtualSocket, int, int) - Constructor for class net.sourceforge.jtds.jdbc.RequestStream
-
Construct a RequestStream object.
- 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
-
Resets the digest for further use.
- 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.
- ResponseStream - Class in net.sourceforge.jtds.jdbc
-
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 in net.sourceforge.jtds.jdbc
-
Simple inner class implementing an
InputStream
over the server response. - resultQueue - Variable in class net.sourceforge.jtds.jdbc.JtdsStatement
-
List of queued results (update counts, possibly followed by a
ResultSet
). - resultSetConcurrency - Variable in class net.sourceforge.jtds.jdbc.JtdsStatement
-
The concurrency of result sets created by this statement.
- resultSetType - Variable in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
The result set type.
- resultSetType - Variable in class net.sourceforge.jtds.jdbc.JtdsStatement
-
The type of result sets created by this statement.
- resultsPending() - Method in class net.sourceforge.jtds.jdbc.TdsCore.TdsToken
-
Retrieve the results pending status.
- RETURN_GENERATED_KEYS - Static variable in class net.sourceforge.jtds.jdbc.JtdsStatement
- returnKeys - Variable in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
-
True to return generated keys.
- returnParam - Variable in class net.sourceforge.jtds.jdbc.TdsCore
-
The return parameter meta data object for the current procedure call.
- returnStatus - Variable in class net.sourceforge.jtds.jdbc.TdsCore
-
The stored procedure return status.
- RETVAL - Static variable in class net.sourceforge.jtds.jdbc.ParamInfo
-
Flag as an return value parameter.
- rmHost - Variable in class net.sourceforge.jtds.jdbcx.JtdsXAResource
- rollback() - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
- rollback() - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
-
Delgates calls to the connection; SQLExceptions thrown from the connection will cause an event to be fired on the connection pool listeners.
- rollback(Savepoint) - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
- rollback(Savepoint) - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
-
Delgates calls to the connection; SQLExceptions thrown from the connection will cause an event to be fired on the connection pool listeners.
- rollback(Xid) - Method in class net.sourceforge.jtds.jdbcx.JtdsXAResource
- rotateLeft(int, int) - Method in class net.sourceforge.jtds.util.MD4Digest
- rowCache - Variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
-
The row cache used instead
JtdsResultSet.currentRow
. - rowCount - Variable in class net.sourceforge.jtds.jdbc.JtdsConnection
-
Connection's current rowcount limit.
- rowData - Variable in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
Cached row data for forward only result set.
- rowData - Variable in class net.sourceforge.jtds.jdbc.TdsCore
-
The array of column data objects in the current row.
- rowDeleted - Variable in class net.sourceforge.jtds.jdbc.CachedResultSet
-
Indicates that row has been deleted.
- rowDeleted() - Method in class net.sourceforge.jtds.jdbc.CachedResultSet
- rowDeleted() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- rowDeleted() - Method in class net.sourceforge.jtds.jdbc.MSCursorResultSet
- rowInserted() - Method in class net.sourceforge.jtds.jdbc.CachedResultSet
- rowInserted() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- rowInserted() - Method in class net.sourceforge.jtds.jdbc.MSCursorResultSet
- rowPtr - Variable in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
Index of current row in rowData.
- rowsInResult - Variable in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
The number of rows in the result.
- rowUpdated - Variable in class net.sourceforge.jtds.jdbc.CachedResultSet
-
Indicates that row has been updated.
- rowUpdated() - Method in class net.sourceforge.jtds.jdbc.CachedResultSet
- rowUpdated() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- rowUpdated() - Method in class net.sourceforge.jtds.jdbc.MSCursorResultSet
- RPC_PKT - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
-
TDS Remote Procedure Call.
- run() - Method in class net.sourceforge.jtds.util.TimerThread
-
Execute the
TimerThread
main loop.
S
- s - Variable in class net.sourceforge.jtds.jdbc.SQLParser
-
Current position in input buffer.
- S11 - Static variable in class net.sourceforge.jtds.util.MD4Digest
- S12 - Static variable in class net.sourceforge.jtds.util.MD4Digest
- S13 - Static variable in class net.sourceforge.jtds.util.MD4Digest
- S14 - Static variable in class net.sourceforge.jtds.util.MD4Digest
- S21 - Static variable in class net.sourceforge.jtds.util.MD4Digest
- S22 - Static variable in class net.sourceforge.jtds.util.MD4Digest
- S23 - Static variable in class net.sourceforge.jtds.util.MD4Digest
- S24 - Static variable in class net.sourceforge.jtds.util.MD4Digest
- S31 - Static variable in class net.sourceforge.jtds.util.MD4Digest
- S32 - Static variable in class net.sourceforge.jtds.util.MD4Digest
- S33 - Static variable in class net.sourceforge.jtds.util.MD4Digest
- S34 - Static variable in class net.sourceforge.jtds.util.MD4Digest
- savepointId - Variable in class net.sourceforge.jtds.jdbc.JtdsConnection
-
Counter for generating unique savepoint identifiers
- SavepointImpl - Class in net.sourceforge.jtds.jdbc
-
Savepoint implementation class.
- SavepointImpl(int) - Constructor for class net.sourceforge.jtds.jdbc.SavepointImpl
-
Constructs a savepoint with a specific identifier.
- SavepointImpl(int, String) - Constructor for class net.sourceforge.jtds.jdbc.SavepointImpl
-
Constructs a savepoint with a specific identifier and name.
- savepointProcInTran - Variable in class net.sourceforge.jtds.jdbc.JtdsConnection
-
Maps each savepoint to a list of temp procedures created since the savepoint
- savepoints - Variable in class net.sourceforge.jtds.jdbc.JtdsConnection
-
The list of savepoints.
- scale - Variable in class net.sourceforge.jtds.jdbc.ColInfo
-
Column decimal scale
- scale - Variable in class net.sourceforge.jtds.jdbc.ParamInfo
-
Parameter decimal scale
- scavengeCache() - Method in class net.sourceforge.jtds.jdbc.cache.ProcedureCache
-
Removes unused entries trying to bring down the cache to the requested size.
- schema - Variable in class net.sourceforge.jtds.jdbc.ColInfo
-
User owning this column
- schema - Variable in class net.sourceforge.jtds.jdbc.TdsCore.TableMetaData
-
Table schema (user) name.
- searchable - Variable in class net.sourceforge.jtds.jdbc.TypeInfo
- second - Variable in class net.sourceforge.jtds.jdbc.DateTime
-
Unpacked second value.
- securityViolation - Static variable in class net.sourceforge.jtds.jdbc.SharedSocket
-
Global flag to indicate that security constraints mean that attempts to create work files will fail.
- Semaphore - Class in net.sourceforge.jtds.jdbc
-
Simple semaphore class used to serialize access requests over the network connection.
- Semaphore(long) - Constructor for class net.sourceforge.jtds.jdbc.Semaphore
-
Create a Semaphore with the given initial number of permits.
- send42LoginPkt(String, String, String, String, String, String, String, String, int) - Method in class net.sourceforge.jtds.jdbc.TdsCore
-
TDS 4.2 Login Packet.
- send50LoginPkt(String, String, String, String, String, String, String, String, int) - Method in class net.sourceforge.jtds.jdbc.TdsCore
-
TDS 5.0 Login Packet.
- sendGssToken() - Method in class net.sourceforge.jtds.jdbc.TdsCore
-
Send the next GSS authentication token.
- 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(String, String, String) - Method in class net.sourceforge.jtds.jdbc.TdsCore
-
Send the response to the NTLM authentication challenge.
- sendPreLoginPacket(String, boolean) - Method in class net.sourceforge.jtds.jdbc.TdsCore
-
Send the SQL Server 2000 pre login packet.
- SENDSTRINGPARAMETERSASUNICODE - Static variable in class net.sourceforge.jtds.jdbc.Driver
- sendXaPacket(int[], byte[]) - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
-
Invokes the
xp_jtdsxa
extended stored procedure on the server. - serialVersionUID - Static variable in class net.sourceforge.jtds.jdbcx.JtdsDataSource
-
serial version UID
- SERVER_TYPE_SQLSERVER - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
-
Default
serverType
property for SQL Server. - SERVER_TYPE_SYBASE - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
-
Default
serverType
property for Sybase. - serverCharset - Variable in class net.sourceforge.jtds.jdbc.JtdsConnection
-
The server character set.
- serverInfoStrings - Variable in class net.sourceforge.jtds.jdbc.MSSqlServerInfo
- serverName - Variable in class net.sourceforge.jtds.jdbc.JtdsConnection
-
The server host name.
- SERVERNAME - Static variable in class net.sourceforge.jtds.jdbc.Driver
- serverType - Variable in class net.sourceforge.jtds.jdbc.cache.SQLCacheKey
- serverType - Variable in class net.sourceforge.jtds.jdbc.JtdsConnection
-
The make of SQL Server (sybase/microsoft).
- serverType - Variable in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
- serverType - Variable in class net.sourceforge.jtds.jdbc.SharedSocket
-
The servertype one of Driver.SQLSERVER or Driver.SYBASE
- serverType - Variable in class net.sourceforge.jtds.jdbc.SQLDiagnostic
-
SQL Server type.
- serverType - Variable in class net.sourceforge.jtds.jdbc.TdsCore
-
The make of SQL Server (Sybase/Microsoft).
- SERVERTYPE - Static variable in class net.sourceforge.jtds.jdbc.Driver
- 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(int, InputStream) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
- setAsciiStream(int, InputStream) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
- setAsciiStream(int, InputStream) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
- setAsciiStream(int, InputStream, int) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
- setAsciiStream(int, InputStream, int) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
-
Delgates calls to the prepared statement; SQLExceptions thrown from the prepared statement will cause an event to be fired on the connection pool listeners.
- setAsciiStream(int, InputStream, long) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
- setAsciiStream(int, InputStream, long) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
- setAsciiStream(int, InputStream, long) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
- setAsciiStream(long) - Method in class net.sourceforge.jtds.jdbc.ClobImpl
- setAsciiStream(String, InputStream) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
- setAsciiStream(String, InputStream) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
- setAsciiStream(String, InputStream, int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
- setAsciiStream(String, InputStream, int) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
-
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
- setAsciiStream(String, InputStream, long) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
- setAsciiStream(String, InputStream, long) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
- setAutoCommit(boolean) - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
- 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(int, BigDecimal) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
- setBigDecimal(int, BigDecimal) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
-
Delgates calls to the prepared statement; SQLExceptions thrown from the prepared statement will cause an event to be fired on the connection pool listeners.
- setBigDecimal(String, BigDecimal) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
- 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.
- setBinaryStream(int, InputStream) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
- setBinaryStream(int, InputStream) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
- setBinaryStream(int, InputStream) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
- setBinaryStream(int, InputStream, int) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
- setBinaryStream(int, InputStream, int) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
-
Delgates calls to the prepared statement; SQLExceptions thrown from the prepared statement will cause an event to be fired on the connection pool listeners.
- setBinaryStream(int, InputStream, long) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
- setBinaryStream(int, InputStream, long) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
- setBinaryStream(int, InputStream, long) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
- setBinaryStream(long) - Method in class net.sourceforge.jtds.jdbc.BlobImpl
- setBinaryStream(long, boolean) - Method in class net.sourceforge.jtds.util.BlobBuffer
-
Creates an
OutputStream
that can be used to update the BLOB. - setBinaryStream(String, InputStream) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
- setBinaryStream(String, InputStream) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
- setBinaryStream(String, InputStream, int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
- setBinaryStream(String, InputStream, int) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
-
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
- setBinaryStream(String, InputStream, long) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
- setBinaryStream(String, InputStream, long) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
- setBindAddress(String) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
- setBlob(int, InputStream) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
- setBlob(int, InputStream) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
- setBlob(int, InputStream) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
- setBlob(int, InputStream, long) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
- setBlob(int, InputStream, long) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
- setBlob(int, InputStream, long) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
- 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.
- setBlob(String, InputStream) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
- setBlob(String, InputStream) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
- setBlob(String, InputStream, long) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
- setBlob(String, InputStream, long) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
- setBlob(String, Blob) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
- setBlob(String, Blob) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
- setBoolean(int, boolean) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
- setBoolean(int, boolean) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
-
Delgates calls to the prepared statement; SQLExceptions thrown from the prepared statement will cause an event to be fired on the connection pool listeners.
- setBoolean(String, boolean) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
- 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.
- setBuffer(byte[], boolean) - Method in class net.sourceforge.jtds.util.BlobBuffer
-
Sets the initial buffer to an existing byte array.
- setBufferDir(String) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
- setBufferMaxMemory(int) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
- setBufferMinPackets(int) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
- setBufferSize(int) - Method in class net.sourceforge.jtds.jdbc.RequestStream
-
Set the output buffer size
- setByte(int, byte) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
- setByte(int, byte) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
-
Delgates calls to the prepared statement; SQLExceptions thrown from the prepared statement will cause an event to be fired on the connection pool listeners.
- setByte(String, byte) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
- 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.
- setBytes(int, byte[]) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
- setBytes(int, byte[]) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
-
Delgates calls to the prepared statement; SQLExceptions thrown from the prepared statement will cause an event to be fired on the connection pool listeners.
- setBytes(long, byte[]) - Method in class net.sourceforge.jtds.jdbc.BlobImpl
- setBytes(long, byte[], int, int) - Method in class net.sourceforge.jtds.jdbc.BlobImpl
- setBytes(long, byte[], int, int, boolean) - Method in class net.sourceforge.jtds.util.BlobBuffer
-
Sets the content of the BLOB to the supplied byte array value.
- setBytes(String, byte[]) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
- 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.
- 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.JtdsConnection
- setCatalog(String) - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
-
Delgates calls to the connection; SQLExceptions thrown from the connection will cause an event to be fired on the connection pool listeners.
- setCharacterStream(int, Reader) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
- setCharacterStream(int, Reader) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
- setCharacterStream(int, Reader) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
- setCharacterStream(int, Reader, int) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
- setCharacterStream(int, Reader, int) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
-
Delgates calls to the prepared statement; SQLExceptions thrown from the prepared statement will cause an event to be fired on the connection pool listeners.
- setCharacterStream(int, Reader, long) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
- setCharacterStream(int, Reader, long) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
- setCharacterStream(int, Reader, long) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
- setCharacterStream(long) - Method in class net.sourceforge.jtds.jdbc.ClobImpl
- setCharacterStream(String, Reader) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
- setCharacterStream(String, Reader) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
- setCharacterStream(String, Reader, int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
- setCharacterStream(String, Reader, int) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
-
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
- setCharacterStream(String, Reader, long) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
- setCharacterStream(String, Reader, long) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
- setCharset(String) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
- setCharsetInfo(CharsetInfo) - Method in class net.sourceforge.jtds.jdbc.SharedSocket
-
Set the character set descriptor to be used to translate byte arrays to or from Strings.
- setClientInfo(String, String) - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
- setClientInfo(String, String) - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
- setClientInfo(Properties) - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
- setClientInfo(Properties) - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
- setClob(int, Reader) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
- setClob(int, Reader) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
- setClob(int, Reader) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
- setClob(int, Reader, long) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
- setClob(int, Reader, long) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
- setClob(int, Reader, long) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
- 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.
- setClob(String, Reader) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
- setClob(String, Reader) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
- setClob(String, Reader, long) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
- setClob(String, Reader, long) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
- setClob(String, Clob) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
- setClob(String, Clob) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
- setClosed() - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
-
Forces the closed status on the statement if an I/O error has occurred.
- setColLabel(int, String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
Set the specified column's label.
- setCollation(byte[]) - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
-
Set the default collation for this connection.
- setColMetaData(ColInfo[]) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
-
Update the cached column meta data information.
- setColMetaData(ColInfo[]) - Method in class net.sourceforge.jtds.jdbc.ProcEntry
-
Sets the column meta data.
- setColName(int, String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
Set the specified column's name.
- setColType(int, int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
Set the specified column's JDBC type.
- setColumnCharset(ColInfo, JtdsConnection) - Static method in class net.sourceforge.jtds.jdbc.TdsData
-
Set the
charsetInfo
field ofci
according to the value of itscollation
field. - setColumnCount(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
Set the current row's column count.
- setColumns(ColInfo[]) - Method in class net.sourceforge.jtds.jdbc.TdsCore
-
Sets the column meta data.
- setColValue(int, int, Object, int) - Method in class net.sourceforge.jtds.jdbc.CachedResultSet
-
Sets the specified column's data value.
- setColValue(int, int, Object, int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
Set the specified column's data value.
- setColValue(int, int, Object, int) - Method in class net.sourceforge.jtds.jdbc.MSCursorResultSet
-
Set the specified column's data value.
- setConcurrency(int) - Method in class net.sourceforge.jtds.jdbc.CachedResultSet
-
Modify the concurrency of the result set.
- setCursorName(String) - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
- setCursorName(String) - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
-
Delgates calls to the statement; SQLExceptions thrown from the statement will cause an event to be fired on the connection pool listeners.
- setDatabase(String, String) - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
-
Called by the protcol to change the current database context.
- setDatabaseName(String) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
- setDate(int, Date) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
- setDate(int, Date) - 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.jdbc.JtdsPreparedStatement
- 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.
- setDate(String, Date) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
- 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.jdbc.JtdsCallableStatement
- setDate(String, Date, Calendar) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
-
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
- setDBServerInfo(String, int, int, int) - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
-
Update the connection instance with information about the server.
- setDescription(String) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
- setDomain(String) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
- setDouble(int, double) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
- setDouble(int, double) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
-
Delgates calls to the prepared statement; SQLExceptions thrown from the prepared statement will cause an event to be fired on the connection pool listeners.
- setDouble(String, double) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
- 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.
- setEscapeProcessing(boolean) - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
- setEscapeProcessing(boolean) - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
-
Delgates calls to the statement; SQLExceptions thrown from the statement will cause an event to be fired on the connection pool listeners.
- setFetchDirection(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- setFetchDirection(int) - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
- setFetchDirection(int) - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
-
Delgates calls to the statement; SQLExceptions thrown from the statement will cause an event to be fired on the connection pool listeners.
- setFetchSize(int) - Method in class net.sourceforge.jtds.jdbc.CachedResultSet
- setFetchSize(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- setFetchSize(int) - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
- setFetchSize(int) - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
-
Delgates calls to the statement; SQLExceptions thrown from the statement will cause an event to be fired on the connection pool listeners.
- setFloat(int, float) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
- setFloat(int, float) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
-
Delgates calls to the prepared statement; SQLExceptions thrown from the prepared statement will cause an event to be fired on the connection pool listeners.
- setFloat(String, float) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
- 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.
- setHandle(int) - Method in class net.sourceforge.jtds.jdbc.ProcEntry
-
Sets the prepared statement handle.
- setHoldability(int) - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
- 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(int, int) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
- setInt(int, int) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
-
Delgates calls to the prepared statement; SQLExceptions thrown from the prepared statement will cause an event to be fired on the connection pool listeners.
- setInt(String, int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
- 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.
- setKeepAlive(boolean) - Method in class net.sourceforge.jtds.jdbc.SharedSocket
-
Set the socket keep alive.
- setKeepAlive(boolean) - Method in class net.sourceforge.jtds.ssl.TdsTlsSocket
- setLanguage(String) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
- setLastUpdateCount(boolean) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
- setLength(long) - Method in class net.sourceforge.jtds.util.BlobBuffer
-
Retrieves the length of the BLOB buffer (in memory version only).
- setLobBuffer(long) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
- setLogFile(String) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
- setLoginTimeout(int) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
- setLogWriter(PrintWriter) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
- setLogWriter(PrintWriter) - Static method in class net.sourceforge.jtds.util.Logger
-
Set the logging PrintWriter stream.
- setLong(int, long) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
- setLong(int, long) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
-
Delgates calls to the prepared statement; SQLExceptions thrown from the prepared statement will cause an event to be fired on the connection pool listeners.
- setLong(String, long) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
- 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.
- setMacAddress(String) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
- setMaxFieldSize(int) - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
- setMaxFieldSize(int) - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
-
Delgates calls to the statement; SQLExceptions thrown from the statement will cause an event to be fired on the connection pool listeners.
- setMaxRows(int) - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
- setMaxRows(int) - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
-
Delgates calls to the statement; SQLExceptions thrown from the statement will cause an event to be fired on the connection pool listeners.
- setMaxStatements(int) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
- setMemoryBudget(int) - Static method in class net.sourceforge.jtds.jdbc.SharedSocket
-
Set the global buffer memory limit for all instances of this driver.
- setMinMemPkts(int) - Static method in class net.sourceforge.jtds.jdbc.SharedSocket
-
Set the minimum number of packets to cache in memory before writing to disk.
- setName(String) - Method in class net.sourceforge.jtds.jdbc.ProcEntry
-
Sets the procedure name.
- setNamedPipe(boolean) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
- setNCharacterStream(int, Reader) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
- setNCharacterStream(int, Reader) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
- setNCharacterStream(int, Reader) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
- setNCharacterStream(int, Reader, long) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
- setNCharacterStream(int, Reader, long) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
- setNCharacterStream(int, Reader, long) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
- setNCharacterStream(String, Reader) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
- setNCharacterStream(String, Reader) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
- setNCharacterStream(String, Reader, long) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
- setNCharacterStream(String, Reader, long) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
- setNClob(int, Reader) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
- setNClob(int, Reader) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
- setNClob(int, Reader) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
- setNClob(int, Reader, long) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
- setNClob(int, Reader, long) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
- setNClob(int, Reader, long) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
- setNClob(int, NClob) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
- setNClob(int, NClob) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
- setNClob(int, NClob) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
- setNClob(String, Reader) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
- setNClob(String, Reader) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
- setNClob(String, Reader, long) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
- setNClob(String, Reader, long) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
- setNClob(String, NClob) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
- setNClob(String, NClob) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
- setNetPacketSize(int) - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
-
Sets the network packet size.
- setNetworkTimeout(Executor, int) - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
- setNetworkTimeout(Executor, int) - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
- setNString(int, String) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
- setNString(int, String) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
- setNString(int, String) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
- setNString(String, String) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
- setNString(String, String) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
- setNull(int, int) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
- setNull(int, int) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
-
Delgates calls to the prepared statement; SQLExceptions thrown from the prepared statement will cause an event to be fired on the connection pool listeners.
- setNull(int, int, String) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
- setNull(int, int, String) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
-
Delgates calls to the prepared statement; SQLExceptions thrown from the prepared statement will cause an event to be fired on the connection pool listeners.
- setNull(String, int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
- 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.jdbc.JtdsCallableStatement
- setNull(String, int, String) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
-
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
- setObject(int, Object) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
- setObject(int, Object) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
-
Delgates calls to the prepared statement; SQLExceptions thrown from the prepared statement will cause an event to be fired on the connection pool listeners.
- setObject(int, Object, int) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
- setObject(int, Object, int) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
-
Delgates calls to the prepared statement; SQLExceptions thrown from the prepared statement will cause an event to be fired on the connection pool listeners.
- setObject(int, Object, int, int) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
- setObject(int, Object, int, int) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
-
Delgates calls to the prepared statement; SQLExceptions thrown from the prepared statement will cause an event to be fired on the connection pool listeners.
- setObject(String, Object) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
- setObject(String, Object) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
-
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
- setObject(String, Object, int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
- setObject(String, Object, int) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
-
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
- setObject(String, Object, int, int) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
- setObject(String, Object, int, int) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
-
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
- setObjectBase(int, Object, int, int) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
-
Generic setObject method.
- setOut(DataOutputStream) - Method in class net.sourceforge.jtds.jdbc.SharedSocket
-
Setter for
SharedSocket.out
field. - setOutValue(Object) - Method in class net.sourceforge.jtds.jdbc.ParamInfo
-
Set the OUT parameter value.
- setPacketSize(int) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
- setPacketType(byte) - Method in class net.sourceforge.jtds.jdbc.RequestStream
-
Set the current output packet type.
- setParameter(int, Object, int, int, int) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
-
Update the ParamInfo object for the specified parameter.
- setParamMetaData(ParamInfo[]) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
-
Update the cached parameter meta data information.
- setParamMetaData(ParamInfo[]) - Method in class net.sourceforge.jtds.jdbc.ProcEntry
-
Sets the parameter meta data.
- setPassword(String) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
- setPipe(SmbNamedPipe) - Method in class net.sourceforge.jtds.jdbc.SharedNamedPipe
-
Setter for
SharedNamedPipe.pipe
field. - setPoolable(boolean) - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
- setPoolable(boolean) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
- setPoolable(boolean) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
- setPoolable(boolean) - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
- setPortNumber(int) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
- setPrepareSql(int) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
- setProcessId(String) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
- setProgName(String) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
- setQueryTimeout(int) - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
- setQueryTimeout(int) - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
-
Delgates calls to the statement; SQLExceptions thrown from the statement will cause an event to be fired on the connection pool listeners.
- setReadOnly(boolean) - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
- 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.JtdsConnection
-
Sets the current row count on this connection.
- setRowCountAndTextSize(int, int) - Method in class net.sourceforge.jtds.jdbc.TdsCore
-
Sets the server row count (to limit the number of rows in a result set) and text size (to limit the size of returned TEXT/NTEXT fields).
- setRowId(int, RowId) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
- setRowId(int, RowId) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
- setRowId(int, RowId) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
- setRowId(String, RowId) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
- setRowId(String, RowId) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
- setSavepoint() - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
- 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.jdbc.JtdsConnection
- 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.
- setSavepoint(SavepointImpl) - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
-
Add a savepoint to the list maintained by this connection.
- setSchema(String) - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
- setSchema(String) - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
- setSendStringParametersAsUnicode(boolean) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
- setServerCharset(String) - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
-
Called by the protocol to change the current character set.
- setServerName(String) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
- setServerType(int) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
- setShort(int, short) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
- setShort(int, short) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
-
Delgates calls to the prepared statement; SQLExceptions thrown from the prepared statement will cause an event to be fired on the connection pool listeners.
- setShort(String, short) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
- 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.
- setSocketKeepAlive(boolean) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
- setSocketTimeout(int) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
- setSoTimeout(int) - Method in class net.sourceforge.jtds.ssl.TdsTlsSocket
- setSQLXML(int, SQLXML) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
- setSQLXML(int, SQLXML) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
- setSQLXML(int, SQLXML) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
- setSQLXML(String, SQLXML) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
- setSQLXML(String, SQLXML) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
- setSsl(String) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
- setString(int, String) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
- setString(int, String) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
-
Delgates calls to the prepared statement; SQLExceptions thrown from the prepared statement will cause an event to be fired on the connection pool listeners.
- setString(long, String) - Method in class net.sourceforge.jtds.jdbc.ClobImpl
- setString(long, String, int, int) - Method in class net.sourceforge.jtds.jdbc.ClobImpl
- setString(String, String) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
- 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.
- setSybaseInfo(int) - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
-
Set the Sybase capability data.
- setTcpNoDelay(boolean) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
- setTcpNoDelay(boolean) - Method in class net.sourceforge.jtds.ssl.TdsTlsSocket
- setTds(String) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
- setTdsVersion(int) - Method in class net.sourceforge.jtds.jdbc.SharedSocket
-
Set the TDS version field.
- setTextSize(int) - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
-
Sets the current maximum textsize on this connection.
- setTime(int, Time) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
- 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.jdbc.JtdsPreparedStatement
- 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.
- setTime(String, Time) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
- 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.jdbc.JtdsCallableStatement
- setTime(String, Time, Calendar) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
-
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
- 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(int, Timestamp) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
- 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.jdbc.JtdsPreparedStatement
- 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.
- setTimestamp(String, Timestamp) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
- 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.jdbc.JtdsCallableStatement
- setTimestamp(String, Timestamp, Calendar) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
-
Delgates calls to the callable statement; SQLExceptions thrown from the callable statement will cause an event to be fired on the connection pool listeners.
- setTransactionIsolation(int) - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
- 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.JtdsConnection
- setTypeMap(Map) - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
-
Delgates calls to the connection; SQLExceptions thrown from the connection will cause an event to be fired on the connection pool listeners.
- setUnicodeStream(int, InputStream, int) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
- setUnicodeStream(int, InputStream, int) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
-
Delgates calls to the prepared statement; SQLExceptions thrown from the prepared statement will cause an event to be fired on the connection pool listeners.
- setupConnectProperties(String, Properties) - Method in class net.sourceforge.jtds.jdbc.Driver
-
Sets up properties for the
Driver.connect(String, java.util.Properties)
method. - setURL(int, URL) - Method in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
- 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.
- setURL(String, URL) - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
- 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.
- setUseCursors(boolean) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
- setUseJCIFS(boolean) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
- setUseKerberos(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.JtdsConnection
-
Sets the XA state variable.
- setXid(Object) - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
-
Sets the XA transaction ID when running in emulation mode.
- SharedLocalNamedPipe - Class in net.sourceforge.jtds.jdbc
-
This class implements inter-process communication (IPC) to the database server using local named pipes (will only work on Windows).
- SharedLocalNamedPipe(JtdsConnection) - Constructor for class net.sourceforge.jtds.jdbc.SharedLocalNamedPipe
-
Creates a new instance of
SharedLocalNamedPipe
. - SharedNamedPipe - Class in net.sourceforge.jtds.jdbc
-
This class implements inter-process communication (IPC) to the database server using named pipes.
- SharedNamedPipe(JtdsConnection) - Constructor for class net.sourceforge.jtds.jdbc.SharedNamedPipe
-
Creates a new instance of
SharedNamedPipe
. - SharedSocket - Class in net.sourceforge.jtds.jdbc
-
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(JtdsConnection) - Constructor for class net.sourceforge.jtds.jdbc.SharedSocket
-
Construct a
SharedSocket
object specifying host name and port. - SharedSocket.VirtualSocket - Class in net.sourceforge.jtds.jdbc
-
This inner class contains the state information for the virtual socket.
- SimpleLRUCache<K,V> - Class in net.sourceforge.jtds.jdbc.cache
-
Simple LRU cache for any type of object, based on a
LinkedHashMap
with a maximum size. - SimpleLRUCache(int) - Constructor for class net.sourceforge.jtds.jdbc.cache.SimpleLRUCache
-
Constructs a new LRU cache with a limited capacity.
- 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.JtdsConnection
-
The network TCP/IP socket.
- socket - Variable in class net.sourceforge.jtds.jdbc.RequestStream
-
The shared network socket.
- socket - Variable in class net.sourceforge.jtds.jdbc.ResponseStream
-
The shared network socket.
- socket - Variable in class net.sourceforge.jtds.jdbc.SharedSocket
-
The shared network socket.
- socket - Variable in class net.sourceforge.jtds.jdbc.TdsCore
-
The Shared network socket object.
- socket - Variable in class net.sourceforge.jtds.ssl.SocketFactories.TdsTlsSocketFactory
- SOCKET_KEEPALIVE - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
-
Default
socketKeepAlive
property. - SOCKET_TIMEOUT - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
-
Default
sockeTimeout
property. - SocketFactories - Class in net.sourceforge.jtds.ssl
-
Used for acquiring a socket factory when SSL is enabled.
- SocketFactories() - Constructor for class net.sourceforge.jtds.ssl.SocketFactories
- SocketFactories.TdsTlsSocketFactory - Class in net.sourceforge.jtds.ssl
-
The socket factory for creating sockets based on the SSL setting.
- socketKeepAlive - Variable in class net.sourceforge.jtds.jdbc.JtdsConnection
-
True to enable socket keep alive.
- socketTimeout - Variable in class net.sourceforge.jtds.jdbc.JtdsConnection
-
Socket timeout value in seconds or 0.
- SOKEEPALIVE - Static variable in class net.sourceforge.jtds.jdbc.Driver
- sortToCharsetMap - Static variable in class net.sourceforge.jtds.jdbc.CharsetInfo
-
Sort order to Java charset map.
- SOTIMEOUT - Static variable in class net.sourceforge.jtds.jdbc.Driver
- split(String, int) - Static method in class net.sourceforge.jtds.jdbc.MSSqlServerInfo
- spSequenceNo - Variable in class net.sourceforge.jtds.jdbc.JtdsConnection
-
Stored procedure unique ID number.
- sql - Variable in class net.sourceforge.jtds.jdbc.cache.SQLCacheKey
- sql - Variable in class net.sourceforge.jtds.jdbc.CachedResultSet
-
Original SQL statement.
- sql - Variable in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
-
The SQL statement being prepared.
- sql - Variable in class net.sourceforge.jtds.jdbc.SQLParser
-
Original SQL string
- SQL_ROW_DELETED - Static variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
-
The row has been deleted.
- SQL_ROW_DIRTY - Static variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
-
The row is dirty and needs to be reloaded (internal state).
- SQL_ROW_SUCCESS - Static variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
-
The row is valid.
- SQL_SERVER_65_CHARSET_QUERY - Static variable in class net.sourceforge.jtds.jdbc.JtdsConnection
-
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.JtdsConnection
-
SQL Server initial connection string.
- SQLCacheKey - Class in net.sourceforge.jtds.jdbc.cache
-
Cache key for an SQL query, consisting of the query and server type, major and minor version.
- SQLCacheKey(String, JtdsConnection) - Constructor for class net.sourceforge.jtds.jdbc.cache.SQLCacheKey
- sqlDataType - Variable in class net.sourceforge.jtds.jdbc.TypeInfo
- sqlDatetimeSub - Variable in class net.sourceforge.jtds.jdbc.TypeInfo
- SQLDiagnostic - Class in net.sourceforge.jtds.jdbc
-
Helper class for handling SQL warnings and errors.
- SQLDiagnostic(int) - Constructor for class net.sourceforge.jtds.jdbc.SQLDiagnostic
-
Create an SQL message for a specific server type.
- SQLParser - Class in net.sourceforge.jtds.jdbc
-
Process JDBC escape strings and parameter markers in the SQL string.
- SQLParser(String, ArrayList, JtdsConnection) - Constructor for class net.sourceforge.jtds.jdbc.SQLParser
-
Constructs a new parser object to process the supplied SQL.
- SQLParser.CachedSQLQuery - Class in net.sourceforge.jtds.jdbc
-
Serialized version of a parsed SQL query (the value stored in the cache for a parsed SQL).
- SQLSERVER - Static variable in class net.sourceforge.jtds.jdbc.Driver
-
Microsoft SQL Server.
- sqlStateXOpen - Static variable in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
- sqlType - Variable in class net.sourceforge.jtds.jdbc.ColInfo
-
The SQL type name for this column.
- sqlType - Variable in class net.sourceforge.jtds.jdbc.ParamInfo
-
SQL type name eg varchar(10)
- sqlType - Variable in class net.sourceforge.jtds.jdbc.TdsData.TypeInfo
-
The SQL type name.
- sqlWord - Variable in class net.sourceforge.jtds.jdbc.JtdsPreparedStatement
-
The first SQL keyword in the SQL string.
- ssl - Variable in class net.sourceforge.jtds.jdbc.JtdsConnection
-
SSL setting.
- ssl - Variable in class net.sourceforge.jtds.ssl.SocketFactories.TdsTlsSocketFactory
- Ssl - Interface in net.sourceforge.jtds.ssl
-
SSL settings
- 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.
- sslMode - Variable in class net.sourceforge.jtds.jdbc.TdsCore
-
Indicates type of SSL connection.
- sslSocket - Variable in class net.sourceforge.jtds.jdbc.SharedSocket
-
The shared SSL network socket;
- sspiJNIClient - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
-
A reference to ntlm.SSPIJNIClient.
- SSPIJNIClient - Class in net.sourceforge.jtds.util
-
A JNI client to SSPI based CPP program (DLL) that returns the user credentials for NTLM authentication.
- SSPIJNIClient() - Constructor for class net.sourceforge.jtds.util.SSPIJNIClient
-
Private constructor for singleton.
- start(Xid, int) - Method in class net.sourceforge.jtds.jdbcx.JtdsXAResource
- startBatch() - Method in class net.sourceforge.jtds.jdbc.TdsCore
-
Notifies the
TdsCore
that a batch is starting. - statement - Variable in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
The parent statement.
- statementCache - Variable in class net.sourceforge.jtds.jdbc.JtdsConnection
-
Statement cache.
- StatementCache - Interface in net.sourceforge.jtds.jdbc.cache
-
Interface for a statement cache.
- StatementProxy - Class in net.sourceforge.jtds.jdbcx.proxy
-
This class would be better implemented as a java.lang.reflect.Proxy.
- StatementProxy(ConnectionProxy, JtdsStatement) - Constructor for class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
- statements - Variable in class net.sourceforge.jtds.jdbc.JtdsConnection
-
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.
- substituteParameters(String, ParamInfo[], JtdsConnection) - Static method in class net.sourceforge.jtds.jdbc.Support
-
Substitute actual data for the parameter markers to simulate parameter substitution in a PreparedStatement.
- substituteParamMarkers(String, ParamInfo[]) - Static method in class net.sourceforge.jtds.jdbc.Support
-
Update the SQL string and replace the ? markers with parameter names eg @P0, @P1 etc.
- SUCCESS_NO_INFO - Static variable in class net.sourceforge.jtds.jdbc.JtdsStatement
- Support - Class in net.sourceforge.jtds.jdbc
-
This class contains static utility methods designed to support the main driver classes.
- Support() - Constructor for class net.sourceforge.jtds.jdbc.Support
- supportsAlterTableWithAddColumn() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
Is "ALTER TABLE" with add column supported?
- supportsAlterTableWithDropColumn() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
Is "ALTER TABLE" with drop column supported?
- supportsANSI92EntryLevelSQL() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
Retrieves whether this database supports the ANSI92 entry level SQL grammar.
- supportsANSI92FullSQL() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
Is the ANSI92 full SQL grammar supported?
- supportsANSI92IntermediateSQL() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
Is the ANSI92 intermediate SQL grammar supported?
- supportsBatchUpdates() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
JDBC 2.0 Indicates whether the driver supports batch updates.
- supportsCatalogsInDataManipulation() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
Can a catalog name be used in a data manipulation statement?
- supportsCatalogsInIndexDefinitions() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
Can a catalog name be used in an index definition statement?
- supportsCatalogsInPrivilegeDefinitions() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
Can a catalog name be used in a privilege definition statement?
- supportsCatalogsInProcedureCalls() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
Can a catalog name be used in a procedure call statement?
- supportsCatalogsInTableDefinitions() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
Can a catalog name be used in a table definition statement?
- supportsColumnAliasing() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
Retrieves whether this database supports column aliasing.
- supportsConvert() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
Is the CONVERT function between SQL types supported?
- supportsConvert(int, int) - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
Is CONVERT between the given SQL types supported?
- supportsCoreSQLGrammar() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
Is the ODBC Core SQL grammar supported?
- supportsCorrelatedSubqueries() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
Retrieves whether this database supports correlated subqueries.
- supportsDataDefinitionAndDataManipulationTransactions() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
Are both data definition and data manipulation statements within a transaction supported?
- supportsDataManipulationTransactionsOnly() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
Are only data manipulation statements within a transaction supported?
- supportsDifferentTableCorrelationNames() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
If table correlation names are supported, are they restricted to be different from the names of the tables?
- supportsExpressionsInOrderBy() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
Are expressions in "ORDER BY" lists supported?
- supportsExtendedSQLGrammar() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
Is the ODBC Extended SQL grammar supported?
- supportsFullOuterJoins() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
Are full nested outer joins supported?
- supportsGetGeneratedKeys() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
Returns
true
if getting auto-generated keys is supported after a statment is executed; returnsfalse
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; returnsfalse
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; returnsfalse
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; returnsfalse
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; returnsfalse
otherwise. - supportsStoredFunctionsUsingCallSyntax() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
- supportsStoredProcedures() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
Are stored procedure calls using the stored procedure escape syntax supported?
- supportsSubqueriesInComparisons() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
Retrieves whether this database supports subqueries in comparison expressions.
- supportsSubqueriesInExists() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
Retrieves whether this database supports subqueries in
EXISTS
expressions. - supportsSubqueriesInIns() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
Retrieves whether this database supports subqueries in
IN
statements. - supportsSubqueriesInQuantifieds() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
Retrieves whether this database supports subqueries in quantified expressions.
- supportsTableCorrelationNames() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
Retrieves whether this database supports table correlation names.
- supportsTransactionIsolationLevel(int) - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
Does the database support the given transaction isolation level?
- supportsTransactions() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
Retrieves whether this database supports transactions.
- supportsUnion() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
Is SQL UNION supported?
- supportsUnionAll() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
Is SQL UNION ALL supported?
- SYB_BIGINT - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
-
Sybase 15+ bigint.
- SYB_BITNULL - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
-
Sybase nullable bit type.
- SYB_CHUNK_SIZE - Static variable in class net.sourceforge.jtds.jdbc.TdsData
- SYB_DATETIME - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
-
Sybase date and time data types.
- SYB_EXTCOLINFO - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
-
Sybase extended column meta data.
- SYB_LONGDATA - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
-
Sybase char and binary > 255.
- SYB_LONGVAR_MAX - Static variable in class net.sourceforge.jtds.jdbc.TdsData
- SYB_UNICODE - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
-
Sybase univarchar etc.
- SYB_UNITEXT - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
-
Sybase 15+ unitext.
- SYBASE - Static variable in class net.sourceforge.jtds.jdbc.Driver
-
Sybase ASE.
- SYBASE_INITIAL_SQL - Static variable in class net.sourceforge.jtds.jdbc.JtdsConnection
-
Sybase initial connection string.
- SYBASE_SERVER_CHARSET_QUERY - Static variable in class net.sourceforge.jtds.jdbc.JtdsConnection
-
SQL query to determine the server charset on Sybase.
- sybaseInfo - Variable in class net.sourceforge.jtds.jdbc.JtdsConnection
-
Sybase capability mask.
- sybasePrepare(String, ParamInfo[]) - Method in class net.sourceforge.jtds.jdbc.TdsCore
-
Creates a light weight stored procedure on a Sybase server.
- sybaseUnPrepare(String) - Method in class net.sourceforge.jtds.jdbc.TdsCore
-
Drops a Sybase temporary stored procedure.
- SYBBINARY - Static variable in class net.sourceforge.jtds.jdbc.TdsData
- SYBBIT - Static variable in class net.sourceforge.jtds.jdbc.TdsData
- SYBBITN - Static variable in class net.sourceforge.jtds.jdbc.TdsData
- SYBCHAR - Static variable in class net.sourceforge.jtds.jdbc.TdsData
- SYBDATE - Static variable in class net.sourceforge.jtds.jdbc.TdsData
- SYBDATEN - Static variable in class net.sourceforge.jtds.jdbc.TdsData
- SYBDATETIME - Static variable in class net.sourceforge.jtds.jdbc.TdsData
- SYBDATETIME4 - Static variable in class net.sourceforge.jtds.jdbc.TdsData
- SYBDATETIMN - Static variable in class net.sourceforge.jtds.jdbc.TdsData
- SYBDECIMAL - Static variable in class net.sourceforge.jtds.jdbc.TdsData
- SYBFLT8 - Static variable in class net.sourceforge.jtds.jdbc.TdsData
- SYBFLTN - Static variable in class net.sourceforge.jtds.jdbc.TdsData
- SYBIMAGE - Static variable in class net.sourceforge.jtds.jdbc.TdsData
- SYBINT1 - Static variable in class net.sourceforge.jtds.jdbc.TdsData
- SYBINT2 - Static variable in class net.sourceforge.jtds.jdbc.TdsData
- SYBINT4 - Static variable in class net.sourceforge.jtds.jdbc.TdsData
- SYBINT8 - Static variable in class net.sourceforge.jtds.jdbc.TdsData
- SYBINTN - Static variable in class net.sourceforge.jtds.jdbc.TdsData
- SYBLONGBINARY - Static variable in class net.sourceforge.jtds.jdbc.TdsData
- SYBLONGDATA - Static variable in class net.sourceforge.jtds.jdbc.TdsData
- SYBMONEY - Static variable in class net.sourceforge.jtds.jdbc.TdsData
- SYBMONEY4 - Static variable in class net.sourceforge.jtds.jdbc.TdsData
- SYBMONEYN - Static variable in class net.sourceforge.jtds.jdbc.TdsData
- SYBNTEXT - Static variable in class net.sourceforge.jtds.jdbc.TdsData
- SYBNUMERIC - Static variable in class net.sourceforge.jtds.jdbc.TdsData
- SYBNVARCHAR - Static variable in class net.sourceforge.jtds.jdbc.TdsData
- SYBQUERY_PKT - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
-
TDS 5.0 Query packet.
- SYBREAL - Static variable in class net.sourceforge.jtds.jdbc.TdsData
- SYBSINT1 - Static variable in class net.sourceforge.jtds.jdbc.TdsData
- SYBSINT8 - Static variable in class net.sourceforge.jtds.jdbc.TdsData
- sybStates - Static variable in class net.sourceforge.jtds.jdbc.SQLDiagnostic
-
Map to convert Sybase SQL server error codes to ANSI SQLSTATE codes.
- SYBTEXT - Static variable in class net.sourceforge.jtds.jdbc.TdsData
- SYBTIME - Static variable in class net.sourceforge.jtds.jdbc.TdsData
- SYBTIMEN - Static variable in class net.sourceforge.jtds.jdbc.TdsData
- SYBUINT2 - Static variable in class net.sourceforge.jtds.jdbc.TdsData
- SYBUINT4 - Static variable in class net.sourceforge.jtds.jdbc.TdsData
- SYBUINT8 - Static variable in class net.sourceforge.jtds.jdbc.TdsData
- SYBUINTN - Static variable in class net.sourceforge.jtds.jdbc.TdsData
- SYBUNIQUE - Static variable in class net.sourceforge.jtds.jdbc.TdsData
- SYBUNITEXT - Static variable in class net.sourceforge.jtds.jdbc.TdsData
- SYBVARBINARY - Static variable in class net.sourceforge.jtds.jdbc.TdsData
- SYBVARCHAR - Static variable in class net.sourceforge.jtds.jdbc.TdsData
- SYBVARIANT - Static variable in class net.sourceforge.jtds.jdbc.TdsData
- SYBVOID - Static variable in class net.sourceforge.jtds.jdbc.TdsData
- syscall(String, String) - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
Format the supplied procedure call as a valid JDBC call escape.
- sysnameLength - Variable in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
Length of a sysname object (table name, catalog name etc.) -- 128 for TDS 7.0, 30 for earlier versions.
T
- TableMetaData() - Constructor for class net.sourceforge.jtds.jdbc.TdsCore.TableMetaData
- tableName - Variable in class net.sourceforge.jtds.jdbc.CachedResultSet
-
First table name in select.
- tableName - Variable in class net.sourceforge.jtds.jdbc.ColInfo
-
Table name owning this column
- tableName - Variable in class net.sourceforge.jtds.jdbc.SQLParser
-
First table name in from clause
- tables - Variable in class net.sourceforge.jtds.jdbc.TdsCore
-
The array of table names associated with this result.
- tail - Variable in class net.sourceforge.jtds.jdbc.cache.ProcedureCache
-
Tail node of the linked list.
- target - Variable in class net.sourceforge.jtds.util.TimerThread.TimerRequest
-
Target to notify when the timeout expires.
- TCP_NODELAY - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
-
Default
tcpNoDelay
property. - tcpNoDelay - Variable in class net.sourceforge.jtds.jdbc.JtdsConnection
-
TCP_NODELAY
- TCPNODELAY - Static variable in class net.sourceforge.jtds.jdbc.Driver
- tds - Variable in class net.sourceforge.jtds.jdbc.JtdsStatement
-
The TDS object used for server access.
- tds - Variable in class net.sourceforge.jtds.jdbc.ResponseStream.TdsInputStream
-
The underlying
ResponseStream
. - TDS - Static variable in class net.sourceforge.jtds.jdbc.Driver
- TDS_ALTROW - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
-
TDS Computed result set data row token.
- TDS_AUTH_TOKEN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
-
TDS 7.0 NTLM authentication challenge token.
- TDS_CAP_TOKEN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
-
TDS 5.0 capabilities token.
- TDS_CLOSE_TOKEN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
-
TDS 5.0 Close token.
- TDS_COLFMT_TOKEN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
-
TDS 4.2 Column meta data token.
- TDS_COLINFO_TOKEN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
-
TDS Cursor results column infomation token.
- TDS_COLNAME_TOKEN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
-
TDS 4.2 Column names token.
- TDS_COMP_NAMES_TOKEN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
-
TDS Computed result set names token.
- TDS_COMP_RESULT_TOKEN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
-
TDS Computed result set token.
- TDS_CONTROL_TOKEN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
-
TDS control token.
- TDS_DBRPC_TOKEN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
-
TDS 5.0 RPC token.
- TDS_DONE_LEN - Static variable in class net.sourceforge.jtds.jdbc.SharedSocket
-
Length of a TDS_DONE token.
- TDS_DONE_TOKEN - Static variable in class net.sourceforge.jtds.jdbc.SharedSocket
-
TDS done token.
- TDS_DONE_TOKEN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
-
TDS done token.
- TDS_DONEINPROC_TOKEN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
-
TDS done in procedure token.
- TDS_DONEPROC_TOKEN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
-
TDS done procedure token.
- TDS_ENV_CHARSET - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
-
Environment change: charset changed.
- TDS_ENV_DATABASE - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
-
Environment change: database changed.
- TDS_ENV_LANG - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
-
Environment change: language changed.
- TDS_ENV_LCID - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
-
Environment change: locale changed.
- TDS_ENV_PACKSIZE - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
-
Environment change: network packet size changed.
- TDS_ENV_SQLCOLLATION - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
-
Environment change: TDS 8 collation changed.
- TDS_ENVCHANGE_TOKEN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
-
TDS environment change token.
- TDS_ERROR_TOKEN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
-
TDS error result token.
- TDS_HDR_LEN - Static variable in class net.sourceforge.jtds.jdbc.SharedSocket
-
Length of TDS packet header.
- TDS_INFO_TOKEN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
-
TDS Information message token.
- TDS_LANG_TOKEN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
-
TDS 5.0 Language token.
- TDS_LOGINACK_TOKEN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
-
TDS Login acknowledgement token.
- TDS_MSG50_TOKEN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
-
TDS 5.0 message token.
- TDS_OFFSETS_TOKEN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
-
TDS DBLIB Offsets token.
- TDS_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. - TDS_VERSION_90 - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
-
Default
tds
property for TDS 9.0. - TDS42 - Static variable in class net.sourceforge.jtds.jdbc.Driver
-
TDS 4.2 protocol (SQL Server 6.5 and later and Sybase 9 and later).
- tds4ColFormatToken() - Method in class net.sourceforge.jtds.jdbc.TdsCore
-
Process a TDS 4.2 column format token.
- tds4ColNamesToken() - Method in class net.sourceforge.jtds.jdbc.TdsCore
-
Process a TDS 4.2 column names token.
- TDS5_DYNAMIC_TOKEN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
-
TDS 5.0 Dynamic SQL token.
- TDS5_PARAMFMT_TOKEN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
-
TDS 5.0 parameter descriptor token.
- TDS5_PARAMFMT2_TOKEN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
-
TDS 5.0 Parameter format 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.
- TDS50 - Static variable in class net.sourceforge.jtds.jdbc.Driver
-
TDS 5.0 protocol (Sybase 10 and later).
- 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.
- TDS7_RESULT_TOKEN - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
-
TDS 7.0 Result set column meta data token.
- TDS70 - Static variable in class net.sourceforge.jtds.jdbc.Driver
-
TDS 7.0 protocol (SQL Server 7.0 and later).
- tds7CryptPass(String) - Static method in class net.sourceforge.jtds.jdbc.TdsCore
-
A very poor man's "encryption".
- tds7ResultToken() - Method in class net.sourceforge.jtds.jdbc.TdsCore
-
Process a TDS 7.0 result set token.
- TDS80 - Static variable in class net.sourceforge.jtds.jdbc.Driver
-
TDS 8.0 protocol (SQL Server 2000 and later)
- TDS81 - Static variable in class net.sourceforge.jtds.jdbc.Driver
-
TDS 8.1 protocol (SQL Server 2000 SP1 and later).
- tds8SpNames - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
-
Map of system stored procedures that have shortcuts in TDS8.
- TDS90 - Static variable in class net.sourceforge.jtds.jdbc.Driver
-
TDS 9.0 protocol (SQL Server 2005 and later)
- 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).
- TdsCore - Class in net.sourceforge.jtds.jdbc
-
This class implements the Sybase / Microsoft TDS protocol.
- TdsCore(JtdsConnection, SQLDiagnostic) - Constructor for class net.sourceforge.jtds.jdbc.TdsCore
-
Construct a TdsCore object.
- TdsCore.TableMetaData - Class in net.sourceforge.jtds.jdbc
-
Inner static class used to hold table meta data.
- TdsCore.TdsToken - Class in net.sourceforge.jtds.jdbc
-
Inner static class used to hold information about TDS tokens read.
- TdsData - Class in net.sourceforge.jtds.jdbc
-
Implement TDS data types and related I/O logic.
- TdsData() - Constructor for class net.sourceforge.jtds.jdbc.TdsData
-
Private constructor to prevent users creating an actual instance of this class.
- TdsData.TypeInfo - Class in net.sourceforge.jtds.jdbc
-
This class implements a descriptor for TDS data types;
- tdsDefaults - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
-
Default TDS version based on server type
- tdsDoneToken() - Method in class net.sourceforge.jtds.jdbc.TdsCore
-
Process a DONE, DONEINPROC or DONEPROC token.
- tdsEnvChangeToken() - Method in class net.sourceforge.jtds.jdbc.TdsCore
-
Process an environment change packet.
- tdsErrorToken() - Method in class net.sourceforge.jtds.jdbc.TdsCore
-
Process a TD4/TDS7 error or informational message.
- tdsGssToken() - Method in class net.sourceforge.jtds.jdbc.TdsCore
-
Receive a GSS token.
- TdsInputStream(ResponseStream, int) - Constructor for class net.sourceforge.jtds.jdbc.ResponseStream.TdsInputStream
-
Creates a
TdsInputStream
instance. - tdsInvalidToken() - Method in class net.sourceforge.jtds.jdbc.TdsCore
-
Report unsupported TDS token in input stream.
- tdsLoginAckToken() - Method in class net.sourceforge.jtds.jdbc.TdsCore
-
Process a login acknowledgement packet.
- tdsNtlmAuthToken() - Method in class net.sourceforge.jtds.jdbc.TdsCore
-
Process a NTLM Authentication challenge.
- tdsOffsetsToken() - Method in class net.sourceforge.jtds.jdbc.TdsCore
-
Process offsets token.
- tdsOrderByToken() - Method in class net.sourceforge.jtds.jdbc.TdsCore
-
Process an order by token.
- tdsOutputParamToken() - Method in class net.sourceforge.jtds.jdbc.TdsCore
-
Process output parameters.
- tdsProcIdToken() - Method in class net.sourceforge.jtds.jdbc.TdsCore
-
Process procedure ID token.
- tdsReturnStatusToken() - Method in class net.sourceforge.jtds.jdbc.TdsCore
-
Process stored procedure return status token.
- tdsRowToken() - Method in class net.sourceforge.jtds.jdbc.TdsCore
-
Process a row data token.
- tdsTableNameToken() - Method in class net.sourceforge.jtds.jdbc.TdsCore
-
Process a table name token.
- TdsTlsInputStream - Class in net.sourceforge.jtds.ssl
-
An input stream that filters out TDS headers so they are not returned to JSSE (which will not recognize them).
- TdsTlsInputStream(InputStream) - Constructor for class net.sourceforge.jtds.ssl.TdsTlsInputStream
-
Constructs a TdsTlsInputStream and bases it on an underlying stream.
- TdsTlsOutputStream - Class in net.sourceforge.jtds.ssl
-
An output stream that mediates between JSSE and the DB server.
- TdsTlsOutputStream(OutputStream) - Constructor for class net.sourceforge.jtds.ssl.TdsTlsOutputStream
-
Constructs a TdsTlsOutputStream based on an underlying output stream.
- TdsTlsSocket - Class in net.sourceforge.jtds.ssl
-
A socket that mediates between JSSE and the DB server.
- TdsTlsSocket(Socket) - Constructor for class net.sourceforge.jtds.ssl.TdsTlsSocket
-
Constructs a TdsTlsSocket around an underlying socket.
- TdsTlsSocketFactory(String, Socket) - Constructor for class net.sourceforge.jtds.ssl.SocketFactories.TdsTlsSocketFactory
-
Constructs a TdsTlsSocketFactory.
- TdsToken() - Constructor for class net.sourceforge.jtds.jdbc.TdsCore.TdsToken
- tdsType - Variable in class net.sourceforge.jtds.jdbc.ColInfo
-
Internal TDS data type
- tdsType - Variable in class net.sourceforge.jtds.jdbc.ParamInfo
-
Internal TDS data type
- tdsVersion - Variable in class net.sourceforge.jtds.jdbc.JtdsConnection
-
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.
- TEMPORARY_STORED_PROCEDURES - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
-
Prepare SQL using temporary stored procedures
- tempResultSet - Variable in class net.sourceforge.jtds.jdbc.CachedResultSet
-
True if this is a local temporary result set.
- terminator - Variable in class net.sourceforge.jtds.jdbc.SQLParser
-
Current expected terminator character.
- textSize - Variable in class net.sourceforge.jtds.jdbc.JtdsConnection
-
Connection's current maximum field size limit.
- thisInstance - Static variable in class net.sourceforge.jtds.util.SSPIJNIClient
-
Singleton instance.
- time - Variable in class net.sourceforge.jtds.jdbc.DateTime
-
The time component of the server datetime value.
- time - Variable in class net.sourceforge.jtds.util.TimerThread.TimerRequest
-
The time when this timeout will expire.
- TIME_NOT_USED - Static variable in class net.sourceforge.jtds.jdbc.DateTime
-
Indicates time value not used.
- TIME_ZERO - Static variable in class net.sourceforge.jtds.jdbc.Support
- timeFromZone(Date, Calendar) - Static method in class net.sourceforge.jtds.jdbc.Support
-
Convert a timestamp from a different Timezone.
- timeMask - Static variable in class net.sourceforge.jtds.jdbc.SQLParser
-
Syntax mask for time escape.
- TIMEN - Static variable in class net.sourceforge.jtds.jdbc.TdsData
- timeout - Variable in class net.sourceforge.jtds.jdbc.MSSqlServerInfo
- TIMEOUT_CANCEL - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
-
Cancel has been generated by a query timeout.
- timerExpired() - Method in interface net.sourceforge.jtds.util.TimerThread.TimerListener
-
Event to be fired when the timeout expires.
- timerList - Variable in class net.sourceforge.jtds.util.TimerThread
-
List of
TimerRequest
s to execute, ordered by time. - TimerRequest(int, TimerThread.TimerListener) - Constructor for class net.sourceforge.jtds.util.TimerThread.TimerRequest
-
Create a
TimerRequest
. - TimerThread - Class in net.sourceforge.jtds.util
-
Simple timer class used to implement login and query timeouts.
- TimerThread() - Constructor for class net.sourceforge.jtds.util.TimerThread
-
Construct a new
TimerThread
instance. - TimerThread.TimerListener - Interface in net.sourceforge.jtds.util
-
Interface to be implemented by classes that request timer services.
- TimerThread.TimerRequest - Class in net.sourceforge.jtds.util
-
Internal class associating a login or query timeout value with a target
TimerListener
. - timestampMask - Static variable in class net.sourceforge.jtds.jdbc.SQLParser
-
Syntax mask for timestamp escape.
- timeToZone(Date, Calendar) - Static method in class net.sourceforge.jtds.jdbc.Support
-
Convert a timestamp to a different Timezone.
- timeValue - Variable in class net.sourceforge.jtds.jdbc.DateTime
-
Cached value of the datetime as a
java.sql.Time
. - TLS_HEADER_SIZE - Static variable in interface net.sourceforge.jtds.ssl.Ssl
-
Size of TLS record header.
- TM_ID - Static variable in class net.sourceforge.jtds.jdbc.XASupport
-
xa_open login string unique to jTDS.
- toBytesXid(Xid) - Static method in class net.sourceforge.jtds.jdbc.XASupport
-
Format an XA transaction ID into a 140 byte array.
- toDate() - Method in class net.sourceforge.jtds.jdbc.DateTime
-
Retrieves the current datetime value as a Date.
- toHex(byte[]) - Static method in class net.sourceforge.jtds.jdbc.Support
-
Convert a byte[] object to a hex string.
- token - Variable in class net.sourceforge.jtds.jdbc.TdsCore.TdsToken
-
The current TDS token byte.
- toObject() - Method in class net.sourceforge.jtds.jdbc.DateTime
-
Retrieves the current datetime value as a Time, Date or Timestamp.
- toString() - Method in class net.sourceforge.jtds.jdbc.CharsetInfo
- toString() - Method in class net.sourceforge.jtds.jdbc.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
- totalSize - Variable in class net.sourceforge.jtds.ssl.TdsTlsOutputStream
- toTime() - Method in class net.sourceforge.jtds.jdbc.DateTime
-
Retrieves the current datetime value as a Time.
- toTimestamp() - Method in class net.sourceforge.jtds.jdbc.DateTime
-
Retrieves the current datetime value as a Timestamp.
- TRANSACTION_SNAPSHOT - Static variable in class net.sourceforge.jtds.jdbc.JtdsConnection
-
SQL Server custom transaction isolation level.
- transactionIsolation - Variable in class net.sourceforge.jtds.jdbc.JtdsConnection
-
Default transaction isolation level.
- truncate(long) - Method in class net.sourceforge.jtds.jdbc.BlobImpl
- truncate(long) - Method in class net.sourceforge.jtds.jdbc.ClobImpl
- truncate(long) - Method in class net.sourceforge.jtds.util.BlobBuffer
-
Truncates the BLOB buffer to the specified size.
- trustManagers() - Static method in class net.sourceforge.jtds.ssl.SocketFactories.TdsTlsSocketFactory
- tsValue - Variable in class net.sourceforge.jtds.jdbc.DateTime
-
Cached value of the datetime as a
java.sql.Timestamp
. - type - Variable in class net.sourceforge.jtds.jdbc.ProcEntry
-
Type of statement referenced by this entry.
- TYPE_ALERT - Static variable in interface net.sourceforge.jtds.ssl.Ssl
-
TLS Alert record type.
- TYPE_APPLICATIONDATA - Static variable in interface net.sourceforge.jtds.ssl.Ssl
-
TLS Application data record.
- TYPE_CHANGECIPHERSPEC - Static variable in interface net.sourceforge.jtds.ssl.Ssl
-
TLS Change Cipher Spec record type.
- TYPE_CLIENTHELLO - Static variable in interface net.sourceforge.jtds.ssl.Ssl
-
TLS Hand shake client hello sub type.
- TYPE_CLIENTKEYEXCHANGE - Static variable in interface net.sourceforge.jtds.ssl.Ssl
-
TLS Hand shake client key exchange sub type.
- TYPE_HANDSHAKE - Static variable in interface net.sourceforge.jtds.ssl.Ssl
-
TLS Handshake record.
- TypeInfo - Class in net.sourceforge.jtds.jdbc
-
Represents an SQL data type as required by
getTypeInfo()
. - TypeInfo(String, int, boolean) - Constructor for class net.sourceforge.jtds.jdbc.TypeInfo
-
For testing only.
- TypeInfo(String, int, int, int, boolean, boolean, int) - Constructor for class net.sourceforge.jtds.jdbc.TdsData.TypeInfo
-
Construct a new TDS data type descriptor.
- TypeInfo(ResultSet, boolean) - Constructor for class net.sourceforge.jtds.jdbc.TypeInfo
- typeMap - Static variable in class net.sourceforge.jtds.jdbc.Support
-
Convert java clases to java.sql.Type constant.
- typeName - Variable in class net.sourceforge.jtds.jdbc.TypeInfo
- types - Static variable in class net.sourceforge.jtds.jdbc.TdsData
-
Array of TDS data type descriptors.
U
- UDT_BINARY - Static variable in class net.sourceforge.jtds.jdbc.TdsData
- UDT_CHAR - Static variable in class net.sourceforge.jtds.jdbc.TdsData
- UDT_LONGSYSNAME - Static variable in class net.sourceforge.jtds.jdbc.TdsData
- UDT_NCHAR - Static variable in class net.sourceforge.jtds.jdbc.TdsData
- UDT_NEWSYSNAME - Static variable in class net.sourceforge.jtds.jdbc.TdsData
- UDT_NVARCHAR - Static variable in class net.sourceforge.jtds.jdbc.TdsData
- UDT_SYSNAME - Static variable in class net.sourceforge.jtds.jdbc.TdsData
- UDT_TIMESTAMP - Static variable in class net.sourceforge.jtds.jdbc.TdsData
- UDT_UNICHAR - Static variable in class net.sourceforge.jtds.jdbc.TdsData
- UDT_UNITEXT - Static variable in class net.sourceforge.jtds.jdbc.TdsData
- UDT_UNIVARCHAR - Static variable in class net.sourceforge.jtds.jdbc.TdsData
- UDT_VARBINARY - Static variable in class net.sourceforge.jtds.jdbc.TdsData
- UDT_VARCHAR - Static variable in class net.sourceforge.jtds.jdbc.TdsData
- UNICODE - Static variable in class net.sourceforge.jtds.jdbc.ParamInfo
-
Flag as a unicode parameter.
- UnicodeInputStream(long) - Constructor for class net.sourceforge.jtds.util.BlobBuffer.UnicodeInputStream
-
Costructs an InputStream object over the BLOB buffer.
- unInitialize() - Method in class net.sourceforge.jtds.util.SSPIJNIClient
-
Uninitializes the SSPI client.
- UniqueIdentifier - Class in net.sourceforge.jtds.jdbc
-
This class encapsulates the MS SQL2000 UniqueIdentifer data type.
- UniqueIdentifier(byte[]) - Constructor for class net.sourceforge.jtds.jdbc.UniqueIdentifier
-
Construct a unique identifier with the supplied byte array.
- unlink() - Method in class net.sourceforge.jtds.jdbc.cache.ProcedureCache.CacheEntry
-
Unlinks this CacheEntry from the linked list.
- unpackDateTime() - Method in class net.sourceforge.jtds.jdbc.DateTime
-
Converts a Julian datetime from the Sybase epoch of 1900-01-01 to the equivalent unpacked year/month/day etc.
- unpacked - Variable in class net.sourceforge.jtds.jdbc.DateTime
-
Indicates server datetime values have been unpacked.
- unpackProperties(Properties) - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
-
Transfers the properties to the local instance variables.
- unpackWord(int, byte[], int) - Method in class net.sourceforge.jtds.util.MD4Digest
- UNPREPARED - Static variable in class net.sourceforge.jtds.jdbc.TdsCore
-
Do not prepare SQL
- unsigned - Variable in class net.sourceforge.jtds.jdbc.TypeInfo
- unwrap(Class) - Method in class net.sourceforge.jtds.jdbc.JtdsConnection
- unwrap(Class) - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
- unwrap(Class) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- unwrap(Class) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSetMetaData
- unwrap(Class) - Method in class net.sourceforge.jtds.jdbc.ParameterMetaDataImpl
- unwrap(Class) - Method in class net.sourceforge.jtds.jdbcx.JtdsDataSource
- unwrap(Class) - Method in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
- unwrap(Class) - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
- unwrap(Class) - Method in class net.sourceforge.jtds.jdbcx.proxy.PreparedStatementProxy
- unwrap(Class) - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
- unwrap(Class<T>) - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
- update(byte) - Method in class net.sourceforge.jtds.util.GeneralDigest
- update(byte) - Method in class net.sourceforge.jtds.util.MD5Digest
- update(byte[], int, int) - Method in class net.sourceforge.jtds.util.GeneralDigest
- update(byte[], int, int) - Method in class net.sourceforge.jtds.util.MD5Digest
- update(ResultSet) - Method in class net.sourceforge.jtds.jdbc.TypeInfo
- updateArray(int, Array) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- updateArray(String, Array) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- updateAsciiStream(int, InputStream) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- updateAsciiStream(int, InputStream, int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- updateAsciiStream(int, InputStream, long) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- updateAsciiStream(String, InputStream) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- updateAsciiStream(String, InputStream, int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- updateAsciiStream(String, InputStream, long) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- updateBigDecimal(int, BigDecimal) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- updateBigDecimal(String, BigDecimal) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- updateBinaryStream(int, InputStream) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- updateBinaryStream(int, InputStream, int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- updateBinaryStream(int, InputStream, long) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- updateBinaryStream(String, InputStream) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- updateBinaryStream(String, InputStream, int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- updateBinaryStream(String, InputStream, long) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- updateBlob(int, InputStream) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- updateBlob(int, InputStream, long) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- updateBlob(int, Blob) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- updateBlob(String, InputStream) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- updateBlob(String, InputStream, long) - 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) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- updateCharacterStream(int, Reader, int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- updateCharacterStream(int, Reader, long) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- updateCharacterStream(String, Reader) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- updateCharacterStream(String, Reader, int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- updateCharacterStream(String, Reader, long) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- updateClob(int, Reader) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- updateClob(int, Reader, long) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- updateClob(int, Clob) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- updateClob(String, Reader) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- updateClob(String, Reader, long) - 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
- updateNCharacterStream(int, Reader) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- updateNCharacterStream(int, Reader, long) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- updateNCharacterStream(String, Reader) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- updateNCharacterStream(String, Reader, long) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- updateNClob(int, Reader) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- updateNClob(int, Reader, long) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- updateNClob(int, NClob) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- updateNClob(String, Reader) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- updateNClob(String, Reader, long) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- updateNClob(String, NClob) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- updateNextTimeout() - Method in class net.sourceforge.jtds.util.TimerThread
-
Internal method that updates the value of
TimerThread.nextTimeout
. - updateNString(int, String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- updateNString(String, String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- updateNull(int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- updateNull(String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- updateObject(int, Object) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- updateObject(int, Object, int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- updateObject(String, Object) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- updateObject(String, Object, int) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- updateRef(int, Ref) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- updateRef(String, Ref) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- updateRow - Variable in class net.sourceforge.jtds.jdbc.CachedResultSet
-
The "update" row.
- updateRow - Variable in class net.sourceforge.jtds.jdbc.MSCursorResultSet
-
The "update row".
- updateRow() - Method in class net.sourceforge.jtds.jdbc.CachedResultSet
- updateRow() - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- updateRow() - Method in class net.sourceforge.jtds.jdbc.MSCursorResultSet
- updateRowId(int, RowId) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- updateRowId(String, RowId) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- updatesAreDetected(int) - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
JDBC 2.0 Indicates whether or not a visible row update can be detected by calling the method
ResultSet.rowUpdated
. - updateShort(int, short) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- updateShort(String, short) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- updateSQLXML(int, SQLXML) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- updateSQLXML(String, SQLXML) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- updateString(int, String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- updateString(String, String) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- updateTds - Variable in class net.sourceforge.jtds.jdbc.CachedResultSet
-
Updates TdsCore object used for positioned updates.
- updateTime(int, Time) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- updateTime(String, Time) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- updateTimestamp(int, Timestamp) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- updateTimestamp(String, Timestamp) - Method in class net.sourceforge.jtds.jdbc.JtdsResultSet
- upperCaseColumnNames(JtdsResultSet) - Static method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
Uppercase all column names.
- url - Variable in class net.sourceforge.jtds.jdbc.JtdsConnection
-
The orginal connection URL.
- USE_UNICODE - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
-
Default
sendStringParametersAsUnicode
property. - useCursor(boolean, String) - Method in class net.sourceforge.jtds.jdbc.JtdsStatement
-
Determines whether a cursor should be used based on the requested result set type and concurrency, whether a cursor name has been set, the
useCursors
connection property has been set, the first word in the SQL query is either SELECT or EXEC/EXECUTE and no generated keys are returned. - useCursors - Variable in class net.sourceforge.jtds.jdbc.JtdsConnection
-
Use fast forward cursors for forward only result sets.
- USECURSORS - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
-
Default
useCursors
property. - USECURSORS - Static variable in class net.sourceforge.jtds.jdbc.Driver
- useJCIFS - Variable in class net.sourceforge.jtds.jdbc.JtdsConnection
-
Force use of jCIFS library on Windows when connecting via named pipes.
- USEJCIFS - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
-
Default
useJCIFS
property. - USEJCIFS - Static variable in class net.sourceforge.jtds.jdbc.Driver
- useKerberos - Variable in class net.sourceforge.jtds.jdbc.JtdsConnection
-
Force Kerberos authentication
- USEKERBEROS - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
-
Default
useKerberos
property. - USEKERBEROS - Static variable in class net.sourceforge.jtds.jdbc.Driver
- useLOBs - Variable in class net.sourceforge.jtds.jdbc.JtdsConnection
-
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
- USELOBS - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
-
Default
useLOBs
property. - USELOBS - Static variable in class net.sourceforge.jtds.jdbc.Driver
- useMetadataCache - Variable in class net.sourceforge.jtds.jdbc.JtdsConnection
-
Use metadata cache for prepared statements.
- useNTLMv2 - Variable in class net.sourceforge.jtds.jdbc.JtdsConnection
-
When doing NTLM authentication, send NTLMv2 response rather than regular response
- USENTLMV2 - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
-
Default
useNTLMv2
property. - USENTLMV2 - Static variable in class net.sourceforge.jtds.jdbc.Driver
- user - Variable in class net.sourceforge.jtds.jdbc.JtdsConnection
-
The database user ID.
- USER - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
-
Default
user
property. - USER - Static variable in class net.sourceforge.jtds.jdbc.Driver
- userType - Variable in class net.sourceforge.jtds.jdbc.ColInfo
-
Database ID for UDT
- usesLocalFilePerTable() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
Does the database use a file for each table?
- usesLocalFiles() - Method in class net.sourceforge.jtds.jdbc.JtdsDatabaseMetaData
-
Does the database store tables in a local file?
- useUnicode - Variable in class net.sourceforge.jtds.jdbc.JtdsConnection
-
Send parameters as unicode.
V
- validateConnection() - Method in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
-
Validates the connection state.
- validateConnection() - Method in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
-
Validates the connection state.
- value - Variable in class net.sourceforge.jtds.jdbc.cache.ProcedureCache.CacheEntry
- value - Variable in class net.sourceforge.jtds.jdbc.ParamInfo
-
Current parameter value
- VAR_MAX - Static variable in class net.sourceforge.jtds.jdbc.TdsData
- VirtualSocket(int) - Constructor for class net.sourceforge.jtds.jdbc.SharedSocket.VirtualSocket
-
Construct object to hold state information for each caller.
W
- wait(int) - Method in class net.sourceforge.jtds.jdbc.TdsCore
-
Waits for the first byte of the server response.
- warnings - Variable in class net.sourceforge.jtds.jdbc.SQLDiagnostic
- wasNull - Variable in class net.sourceforge.jtds.jdbc.JtdsResultSet
-
True if last column retrieved was null.
- wasNull() - Method in class net.sourceforge.jtds.jdbc.JtdsCallableStatement
- 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).
- 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(byte[], int, int) - Method in class net.sourceforge.jtds.ssl.TdsTlsOutputStream
- write(byte[], int, int) - Method in class net.sourceforge.jtds.util.BlobBuffer.BlobOutputStream
-
Write bytes to the BLOB buffer.
- write(char[], int, int) - Method in class net.sourceforge.jtds.jdbc.RequestStream
-
Write a char array object 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(int) - Method in class net.sourceforge.jtds.jdbc.RequestStream
-
Write an int value to the output stream.
- write(int) - Method in class net.sourceforge.jtds.util.BlobBuffer.AsciiOutputStream
-
Writes a byte to the BLOB buffer.
- write(int) - Method in class net.sourceforge.jtds.util.BlobBuffer.BlobOutputStream
-
Write a byte to the BLOB buffer.
- write(int, byte[], int, int) - Method in class net.sourceforge.jtds.util.BlobBuffer
-
Inserts bytes into the buffer at the specified location.
- write(int, int) - Method in class net.sourceforge.jtds.util.BlobBuffer
-
Inserts a byte into the buffer at the specified location.
- write(long) - Method in class net.sourceforge.jtds.jdbc.RequestStream
-
Write a long value to the output stream.
- write(short) - Method in class net.sourceforge.jtds.jdbc.RequestStream
-
Write a short value to the output stream.
- write(String) - Method in class net.sourceforge.jtds.jdbc.RequestStream
-
Write a String object to the output stream.
- write(BigDecimal) - Method in class net.sourceforge.jtds.jdbc.RequestStream
-
Write a BigDecimal value to the output stream.
- writeAscii(String) - Method in class net.sourceforge.jtds.jdbc.RequestStream
-
Write a String to the output stream as translated bytes.
- writePage(int) - Method in class net.sourceforge.jtds.util.BlobBuffer
-
Writes the specified page to the disk buffer.
- 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.JtdsConnection
-
Workstation ID.
- WSID - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
-
Default
wsid
property. - WSID - Static variable in class net.sourceforge.jtds.jdbc.Driver
X
- X - Variable in class net.sourceforge.jtds.util.MD4Digest
- xa_close(Connection, int) - Static method in class net.sourceforge.jtds.jdbc.XASupport
-
Invoke the xa_close routine on the SQL Server.
- XA_CLOSE - Static variable in class net.sourceforge.jtds.jdbc.XASupport
- xa_commit(Connection, int, Xid, boolean) - Static method in class net.sourceforge.jtds.jdbc.XASupport
-
Invoke the xa_commit routine on the SQL Server.
- XA_COMMIT - Static variable in class net.sourceforge.jtds.jdbc.XASupport
- XA_COMPLETE - Static variable in class net.sourceforge.jtds.jdbc.XASupport
- xa_end(Connection, int, Xid, int) - Static method in class net.sourceforge.jtds.jdbc.XASupport
-
Invoke the xa_end routine on the SQL Server.
- XA_END - Static variable in class net.sourceforge.jtds.jdbc.XASupport
- xa_forget(Connection, int, Xid) - Static method in class net.sourceforge.jtds.jdbc.XASupport
-
Invoke the xa_forget routine on the SQL Server.
- XA_FORGET - Static variable in class net.sourceforge.jtds.jdbc.XASupport
- xa_open(Connection) - Static method in class net.sourceforge.jtds.jdbc.XASupport
-
Invoke the xa_open routine on the SQL Server.
- XA_OPEN - Static variable in class net.sourceforge.jtds.jdbc.XASupport
- xa_prepare(Connection, int, Xid) - Static method in class net.sourceforge.jtds.jdbc.XASupport
-
Invoke the xa_prepare routine on the SQL Server.
- XA_PREPARE - Static variable in class net.sourceforge.jtds.jdbc.XASupport
- xa_recover(Connection, int, int) - Static method in class net.sourceforge.jtds.jdbc.XASupport
-
Invoke the xa_recover routine on the SQL Server.
- XA_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(Connection, int, Xid) - Static method in class net.sourceforge.jtds.jdbc.XASupport
-
Invoke the xa_rollback routine on the SQL Server.
- XA_ROLLBACK - Static variable in class net.sourceforge.jtds.jdbc.XASupport
- xa_start(Connection, int, Xid, int) - Static method in class net.sourceforge.jtds.jdbc.XASupport
-
Invoke the xa_start routine on the SQL Server.
- XA_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.
- 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.JtdsConnection
-
True if driver should emulate distributed transactions.
- XAEMULATION - Static variable in class net.sourceforge.jtds.jdbc.DefaultProperties
-
Default
XaEmulation
property. - XAEMULATION - Static variable in class net.sourceforge.jtds.jdbc.Driver
- xaState - Variable in class net.sourceforge.jtds.jdbc.JtdsConnection
-
Current emulated XA State eg start/end/prepare etc.
- XASupport - Class in net.sourceforge.jtds.jdbc
-
This class contains static utility methods used to implement distributed transactions.
- XASupport() - Constructor for class net.sourceforge.jtds.jdbc.XASupport
- xaTransaction - Variable in class net.sourceforge.jtds.jdbc.JtdsConnection
-
True if running distributed transaction.
- xBuf - Variable in class net.sourceforge.jtds.util.GeneralDigest
- xBufOff - Variable in class net.sourceforge.jtds.util.GeneralDigest
- xid - Variable in class net.sourceforge.jtds.jdbc.JtdsConnection
-
Current XA Transaction ID.
- XID_SIZE - Static variable in class net.sourceforge.jtds.jdbcx.JtdsXid
-
The size of an XID in bytes.
- XML - Static variable in class net.sourceforge.jtds.jdbc.TdsData
- xOff - Variable in class net.sourceforge.jtds.util.MD4Digest
- XSYBBINARY - Static variable in class net.sourceforge.jtds.jdbc.TdsData
- XSYBCHAR - Static variable in class net.sourceforge.jtds.jdbc.TdsData
- XSYBNCHAR - Static variable in class net.sourceforge.jtds.jdbc.TdsData
- XSYBNVARCHAR - Static variable in class net.sourceforge.jtds.jdbc.TdsData
- XSYBVARBINARY - Static variable in class net.sourceforge.jtds.jdbc.TdsData
- XSYBVARCHAR - Static variable in class net.sourceforge.jtds.jdbc.TdsData
Y
_
- _Cache - Static variable in class net.sourceforge.jtds.jdbc.SQLParser
-
a LRU cache for the last 500 parsed SQL statements
- _callableStatement - Variable in class net.sourceforge.jtds.jdbcx.proxy.CallableStatementProxy
- _closed - Variable in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
- _Closed - Variable in class net.sourceforge.jtds.jdbc.JtdsStatement
-
0 - this statement is open 1 - this statement is currently being closed 2 - this statement is closed
- _Config - Variable in class net.sourceforge.jtds.jdbcx.JtdsDataSource
- _connection - Variable in class net.sourceforge.jtds.jdbcx.proxy.ConnectionProxy
- _connection - Variable in class net.sourceforge.jtds.jdbcx.proxy.StatementProxy
- _Driver - Static variable in class net.sourceforge.jtds.jdbcx.JtdsDataSource
-
Driver instance used for obtaining connections.
- _ErrorReceived - Variable in class net.sourceforge.jtds.jdbc.TdsCore
-
flag set to
true
whenever a TDS_ERROR token is received - _gssContext - Variable in class net.sourceforge.jtds.jdbc.TdsCore
- _LastID - Variable in class net.sourceforge.jtds.jdbc.SharedSocket
-
last ID assigned to a VirtualSocket instance
- _Map - Variable in class net.sourceforge.jtds.jdbc.cache.SimpleLRUCache
-
map backing the LRU cache
- _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
- _VirtualSocket - Variable in class net.sourceforge.jtds.jdbc.RequestStream
-
The unique stream id.
- _VirtualSocket - Variable in class net.sourceforge.jtds.jdbc.ResponseStream
-
The
SharedSocket.VirtualSocket
used by this stream. - _VirtualSockets - Variable in class net.sourceforge.jtds.jdbc.SharedSocket
-
Table of stream objects sharing this socket.
All Classes All Packages