|
||||||||||
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 |
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 | |
(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)
Construct a RequestStream object. |
|
ResponseStream(SharedSocket socket,
int streamId,
int bufferSize)
Construct a RequestStream object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |