Package | Description |
---|---|
net.sourceforge.jtds.jdbc |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
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 |
JtdsConnection.socket
The network TCP/IP socket.
|
Modifier and Type | Method and Description |
---|---|
private SharedSocket |
JtdsConnection.createNamedPipe(JtdsConnection connection)
Creates a
SharedSocket object representing a connection to a named
pipe. |
(package private) SharedSocket |
JtdsConnection.getSocket()
Retrive the shared socket.
|
Constructor and Description |
---|
RequestStream(SharedSocket socket,
SharedSocket.VirtualSocket vsock,
int bufferSize,
int maxPrecision)
Construct a RequestStream object.
|
ResponseStream(SharedSocket socket,
SharedSocket.VirtualSocket vsock,
int bufferSize)
Constructs a
RequestStream object. |
Generated on June 8 2013