|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
TdsCore.socket
The Shared network socket object. |
private SharedSocket |
ResponseStream.socket
The shared network socket. |
private SharedSocket |
RequestStream.socket
The shared network socket. |
private SharedSocket |
ConnectionJDBC2.socket
The network TCP/IP 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 | |
ResponseStream(SharedSocket socket,
SharedSocket.VirtualSocket vsock,
int bufferSize)
Constructs a RequestStream object. |
|
RequestStream(SharedSocket socket,
SharedSocket.VirtualSocket vsock,
int bufferSize,
int maxPrecision)
Construct a RequestStream object. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |