BlobImpl | An in-memory or disk based representation of binary data. |
CachedResultSet | A memory cached scrollable/updateable result set. |
CharsetInfo | Loads and stores information about character sets. |
ClobImpl | An in-memory or disk based representation of character data. |
ColInfo | This class is a descriptor for result set columns. |
ConnectionJDBC2 | jTDS implementation of the java.sql.Connection interface. |
ConnectionJDBC3 | Implements JDBC 3.0 specific functionality. |
DateTime | Encapsulates Sybase date/time values and provides conversions to and from
Java classes. |
DefaultProperties | Container for default property constants. |
Driver | jTDS implementation of the java.sql.Driver interface. |
JtdsCallableStatement | jTDS implementation of the java.sql.CallableStatement interface. |
JtdsDatabaseMetaData | jTDS implementation of the java.sql.DatabaseMetaData interface. |
JtdsPreparedStatement | jTDS implementation of the java.sql.PreparedStatement interface. |
JtdsResultSet | jTDS Implementation of the java.sql.ResultSet interface supporting forward read
only result sets. |
JtdsResultSetMetaData | jTDS implementation of the java.sql.ResultSetMetaData interface. |
JtdsStatement | jTDS implementation of the java.sql.Statement interface. |
Messages | Support class for Messages.properties . |
MSCursorResultSet | This class extends the JtdsResultSet to support scrollable and or
updateable cursors on Microsoft servers. |
MSSqlServerInfo | This class communicates with SQL Server 2k to determine what ports its
instances are listening to. |
NtlmAuth | This class calculates the two "responses" to the nonce supplied by the server
as a part of NTLM authentication. |
ParameterMetaDataImpl | jTDS implementation of ParameterMetaData . |
ParamInfo | This class is a descriptor for procedure and prepared statement parameters. |
ProcEntry | Stores information about a cached stored procedure or statement handle. |
ProtocolException | Exception class used to report errors in the TDS protocol. |
RequestStream | Class to implement an output stream for the server request. |
ResponseStream | Implements an input stream for the server response. |
ResponseStream.TdsInputStream | Simple inner class implementing an InputStream over the
server response. |
SavepointImpl | Savepoint implementation class. |
Semaphore | Simple semaphore class used to serialize access requests over the network
connection. |
SharedLocalNamedPipe | This class implements inter-process communication (IPC) to the database
server using local named pipes (will only work on Windows). |
SharedNamedPipe | This class implements inter-process communication (IPC) to the
database server using named pipes. |
SharedSocket | This class mananges the physical connection to the SQL Server and
serialises its use amongst a number of virtual sockets. |
SharedSocket.VirtualSocket | This inner class contains the state information for the virtual socket. |
SQLDiagnostic | Helper class for handling SQL warnings and errors. |
SQLParser | Process JDBC escape strings and parameter markers in the SQL string. |
SQLParser.CachedSQLQuery | Serialized version of a parsed SQL query (the value stored in the cache
for a parsed SQL). |
Support | This class contains static utility methods designed to support the
main driver classes. |
TdsCore | This class implements the Sybase / Microsoft TDS protocol. |
TdsCore.TableMetaData | Inner static class used to hold table meta data. |
TdsCore.TdsToken | Inner static class used to hold information about TDS tokens read. |
TdsData | Implement TDS data types and related I/O logic. |
TdsData.TypeInfo | This class implements a descriptor for TDS data types;
|
TypeInfo | Represents an SQL data type as required by getTypeInfo() . |
UniqueIdentifier | This class encapsulates the MS SQL2000 UniqueIdentifer data type. |
XASupport | This class contains static utility methods used to implement distributed transactions. |