This procedure sends a string to Sybernet. It is called from within WRITE and WRITELN. This procedure is not available to any procedure outside of the HTTP schema and is (for the most part) undocumented.
For Internal Use Only.
Procedure HTTP_BUFFER
(
BUFFER VARCHAR2
, PIPENAME VARCHAR2
, MAXPIPESIZE NUMBER
, FILETYPE NUMBER
, MAXPIPELEN NUMBER
) ;
| Parameter | Description |
|---|---|
buffer |
The string to be written. |
pipename |
The name of the pipe. |
maxpipesize |
The maxpipesize that is allowed. |
filetype |
How the string is written. |
maxpipelen |
The maximum string size that can be written |