Package net.sourceforge.jtds.jdbc
package net.sourceforge.jtds.jdbc
-
ClassDescriptionAn in-memory or disk based representation of binary data.A memory cached scrollable/updateable result set.Loads and stores information about character sets.An in-memory or disk based representation of character data.Instances of this class serve as descriptor for result set columns.Encapsulates Sybase date/time values and provides conversions to and from Java classes.Container for default property constants.jTDS implementation of the java.sql.Driver interface.jTDS implementation of the java.sql.CallableStatement interface.jTDS implementation of the java.sql.Connection interface.jTDS implementation of the java.sql.DatabaseMetaData interface.jTDS implementation of the java.sql.PreparedStatement interface.jTDS Implementation of the java.sql.ResultSet interface supporting forward read only result sets.jTDS implementation of the java.sql.ResultSetMetaData interface.jTDS implementation of the java.sql.Statement interface.Support class for
Messages.properties
.This class extends the JtdsResultSet to support scrollable and or updateable cursors on Microsoft servers.This class communicates with SQL Server 2k to determine what ports its instances are listening to.This class calculates the two "responses" to the nonce supplied by the server as a part of NTLM authentication.jTDS implementation ofParameterMetaData
.This class is a descriptor for procedure and prepared statement parameters.Stores information about a cached stored procedure or statement handle.Exception class used to report errors in the TDS protocol.Class to implement an output stream for the server request.Implements an input stream for the server response.Simple inner class implementing anInputStream
over the server response.Savepoint implementation class.Simple semaphore class used to serialize access requests over the network connection.This class implements inter-process communication (IPC) to the database server using local named pipes (will only work on Windows).This class implements inter-process communication (IPC) to the database server using named pipes.This class manages the physical connection to the SQL Server and serialises its use amongst a number of virtual sockets.This inner class contains the state information for the virtual socket.Helper class for handling SQL warnings and errors.Process JDBC escape strings and parameter markers in the SQL string.Serialized version of a parsed SQL query (the value stored in the cache for a parsed SQL).This class contains static utility methods designed to support the main driver classes.This class implements the Sybase / Microsoft TDS protocol.Inner static class used to hold table meta data.Inner static class used to hold information about TDS tokens read.Implement TDS data types and related I/O logic.This class implements a descriptor for TDS data types;Represents an SQL data type as required bygetTypeInfo()
.This class encapsulates the MS SQL2000 UniqueIdentifer data type.This class contains static utility methods used to implement distributed transactions.