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 TypeClassDescriptionclass
This class implements inter-process communication (IPC) to the database server using local named pipes (will only work on Windows).class
This 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 SharedSocket
JtdsConnection.socket
The network TCP/IP socket.private final SharedSocket
RequestStream.socket
The shared network socket.private final SharedSocket
ResponseStream.socket
The shared network socket.private final SharedSocket
TdsCore.socket
The Shared network socket object.Methods in net.sourceforge.jtds.jdbc that return SharedSocketModifier and TypeMethodDescriptionprivate SharedSocket
JtdsConnection.createNamedPipe
(JtdsConnection connection) Creates aSharedSocket
object representing a connection to a named pipe.(package private) SharedSocket
JtdsConnection.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 aRequestStream
object.