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 class
SharedLocalNamedPipe
This class implements inter-process communication (IPC) to the database server using local named pipes (will only work on Windows).class
SharedNamedPipe
This 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 SharedSocket
ConnectionJDBC2. socket
The network TCP/IP socket.private SharedSocket
RequestStream. socket
The shared network socket.private SharedSocket
ResponseStream. socket
The shared network socket.private SharedSocket
TdsCore. socket
The Shared network socket object.Methods in net.sourceforge.jtds.jdbc that return SharedSocket Modifier and Type Method Description private SharedSocket
ConnectionJDBC2. createNamedPipe(ConnectionJDBC2 connection)
Creates aSharedSocket
object representing a connection to a named pipe.(package private) SharedSocket
ConnectionJDBC2. getSocket()
Retrive the shared socket.Constructors in net.sourceforge.jtds.jdbc with parameters of type SharedSocket Constructor Description RequestStream(SharedSocket socket, int streamId, int bufferSize, int maxPrecision)
Construct a RequestStream object.ResponseStream(SharedSocket socket, int streamId, int bufferSize)
Constructs aRequestStream
object.
-