Uses of Class
net.sourceforge.jtds.jdbc.SharedSocket
Packages that use SharedSocket
-
Uses of SharedSocket in net.sourceforge.jtds.jdbc
Subclasses of SharedSocket in net.sourceforge.jtds.jdbcModifier and TypeClassDescriptionclassThis class implements inter-process communication (IPC) to the database server using local named pipes (will only work on Windows).classThis class implements inter-process communication (IPC) to the database server using named pipes.Fields in net.sourceforge.jtds.jdbc declared as SharedSocketModifier and TypeFieldDescriptionprivate final SharedSocketJtdsConnection.socketThe network TCP/IP socket.private final SharedSocketRequestStream.socketThe shared network socket.private final SharedSocketResponseStream.socketThe shared network socket.private final SharedSocketTdsCore.socketThe Shared network socket object.Methods in net.sourceforge.jtds.jdbc that return SharedSocketModifier and TypeMethodDescriptionprivate 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 SharedSocketModifierConstructorDescription(package private)RequestStream(SharedSocket socket, SharedSocket.VirtualSocket vsock, int bufferSize, int maxPrecision) Construct a RequestStream object.(package private)ResponseStream(SharedSocket socket, SharedSocket.VirtualSocket vsock, int bufferSize) Constructs aRequestStreamobject.