Package | Description |
---|---|
net.sourceforge.jtds.jdbc |
Modifier and Type | Method and Description |
---|---|
private SharedSocket.VirtualSocket |
SharedSocket.lookup(int streamId)
Retrieves the virtual socket with the given id.
|
Modifier and Type | Method and Description |
---|---|
private byte[] |
SharedSocket.dequeueInput(SharedSocket.VirtualSocket vsock)
Read a cached packet from the in memory queue or from a disk based queue.
|
private void |
SharedSocket.enqueueInput(SharedSocket.VirtualSocket vsock,
byte[] buffer)
Save a packet buffer in a memory queue or to a disk queue if the global
memory limit for the driver has been exceeded.
|
Generated on August 4 2013