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

Uses in package net.sourceforge.jtds.jdbc

Classes derived from net.sourceforge.jtds.jdbc.SharedSocket

class
This class implements inter-process communication (IPC) to the database server using local named pipes (will only work on Windows).
class
This class implements inter-process communication (IPC) to the database server using named pipes.

Constructors with parameter type net.sourceforge.jtds.jdbc.SharedSocket

RequestStream.RequestStream(SharedSocket socket, int streamId, int bufferSize, int maxPrecision)
Construct a RequestStream object.
ResponseStream.ResponseStream(SharedSocket socket, int streamId, int bufferSize)
Constructs a RequestStream object.

Fields of type net.sourceforge.jtds.jdbc.SharedSocket

SharedSocket
The network TCP/IP socket.
SharedSocket
The shared network socket.
SharedSocket
The shared network socket.
SharedSocket
The Shared network socket object.

Methods with return type net.sourceforge.jtds.jdbc.SharedSocket

SharedSocket
Creates a SharedSocket object representing a connection to a named pipe.
SharedSocket
Retrive the shared socket.

Generated on September 18 2009