Uses of Class
net.sourceforge.jtds.jdbc.SharedSocket.VirtualSocket
-
Packages that use SharedSocket.VirtualSocket Package Description net.sourceforge.jtds.jdbc -
-
Uses of SharedSocket.VirtualSocket in net.sourceforge.jtds.jdbc
Methods in net.sourceforge.jtds.jdbc that return SharedSocket.VirtualSocket Modifier and Type Method Description private SharedSocket.VirtualSocket
SharedSocket. lookup(int streamId)
Retrieves the virtual socket with the given id.Methods in net.sourceforge.jtds.jdbc with parameters of type SharedSocket.VirtualSocket Modifier and Type Method 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.
-