Uses of Class
net.sourceforge.jtds.jdbc.SharedSocket
-
Packages that use SharedSocket Package Description net.sourceforge.jtds.jdbc -
-
Uses of SharedSocket in net.sourceforge.jtds.jdbc
Subclasses of SharedSocket in net.sourceforge.jtds.jdbc Modifier and Type Class Description classSharedLocalNamedPipeThis class implements inter-process communication (IPC) to the database server using local named pipes (will only work on Windows).classSharedNamedPipeThis class implements inter-process communication (IPC) to the database server using named pipes.Fields in net.sourceforge.jtds.jdbc declared as SharedSocket Modifier and Type Field Description private SharedSocketJtdsConnection. socketThe network TCP/IP socket.private SharedSocketRequestStream. socketThe shared network socket.private SharedSocketResponseStream. socketThe shared network socket.private SharedSocketTdsCore. socketThe Shared network socket object.Methods in net.sourceforge.jtds.jdbc that return SharedSocket Modifier and Type Method Description private SharedSocketJtdsConnection. createNamedPipe(JtdsConnection connection)Creates aSharedSocketobject representing a connection to a named pipe.(package private) SharedSocketJtdsConnection. getSocket()Retrive the shared socket.Constructors in net.sourceforge.jtds.jdbc with parameters of type SharedSocket Constructor Description RequestStream(SharedSocket socket, SharedSocket.VirtualSocket vsock, int bufferSize, int maxPrecision)Construct a RequestStream object.ResponseStream(SharedSocket socket, SharedSocket.VirtualSocket vsock, int bufferSize)Constructs aRequestStreamobject.
-