Uses of Class
net.sourceforge.jtds.jdbc.SharedSocket.VirtualSocket

Packages that use SharedSocket.VirtualSocket
net.sourceforge.jtds.jdbc   
 

Uses of SharedSocket.VirtualSocket in net.sourceforge.jtds.jdbc
 

Methods in net.sourceforge.jtds.jdbc that return SharedSocket.VirtualSocket
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
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.
private  byte[] SharedSocket.dequeueInput(SharedSocket.VirtualSocket vsock)
          Read a cached packet from the in memory queue or from a disk based queue.
 



Generated on December 30 2009