Uses of Class
net.sourceforge.jtds.jdbc.SharedSocket

Packages that use SharedSocket
net.sourceforge.jtds.jdbc   
 

Uses of SharedSocket in net.sourceforge.jtds.jdbc
 

Subclasses of SharedSocket in net.sourceforge.jtds.jdbc
 class SharedLocalNamedPipe
          This class implements inter-process communication (IPC) to the database server using local named pipes (will only work on Windows).
 class SharedNamedPipe
          This class implements inter-process communication (IPC) to the database server using named pipes.
 

Fields in net.sourceforge.jtds.jdbc declared as SharedSocket
private  SharedSocket RequestStream.socket
          The shared network socket.
private  SharedSocket ConnectionJDBC2.socket
          The network TCP/IP socket.
private  SharedSocket TdsCore.socket
          The Shared network socket object.
private  SharedSocket ResponseStream.socket
          The shared network socket.
 

Methods in net.sourceforge.jtds.jdbc that return SharedSocket
private  SharedSocket ConnectionJDBC2.createNamedPipe(ConnectionJDBC2 connection)
          Creates a SharedSocket object representing a connection to a named pipe.
(package private)  SharedSocket ConnectionJDBC2.getSocket()
          Retrive the shared socket.
 

Constructors in net.sourceforge.jtds.jdbc with parameters of type SharedSocket
RequestStream(SharedSocket socket, int streamId, int bufferSize, int maxPrecision)
          Construct a RequestStream object.
ResponseStream(SharedSocket socket, int streamId, int bufferSize)
          Constructs a RequestStream object.
 



Generated on November 8 2005