| Package | Description | 
|---|---|
| net.sourceforge.jtds.jdbc | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SharedLocalNamedPipeThis class implements inter-process communication (IPC) to the database
 server using local named pipes (will only work on Windows). | 
| class  | SharedNamedPipeThis class implements inter-process communication (IPC) to the
 database server using named pipes. | 
| Modifier and Type | Field and Description | 
|---|---|
| private SharedSocket | TdsCore. socketThe Shared network socket object. | 
| private SharedSocket | ResponseStream. socketThe shared network socket. | 
| private SharedSocket | RequestStream. socketThe shared network socket. | 
| private SharedSocket | JtdsConnection. socketThe network TCP/IP socket. | 
| Modifier and Type | Method and Description | 
|---|---|
| private SharedSocket | JtdsConnection. createNamedPipe(JtdsConnection connection)Creates a  SharedSocketobject representing a connection to a named
 pipe. | 
| (package private) SharedSocket | JtdsConnection. getSocket()Retrive the shared socket. | 
| Constructor and Description | 
|---|
| RequestStream(SharedSocket socket,
             SharedSocket.VirtualSocket vsock,
             int bufferSize,
             int maxPrecision)Construct a RequestStream object. | 
| ResponseStream(SharedSocket socket,
              SharedSocket.VirtualSocket vsock,
              int bufferSize)Constructs a  RequestStreamobject. | 
Generated on June 8 2013