Sybernet / Supplied Procedures Reference
Release 3.00
Oct 14, 2002

HTTP.HTTP_BUFFER

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.

noteFor Internal Use Only.

Syntax

Procedure HTTP_BUFFER
(
    BUFFER                        VARCHAR2
,   PIPENAME                      VARCHAR2
,   MAXPIPESIZE                   NUMBER
,   FILETYPE                      NUMBER
,   MAXPIPELEN                    NUMBER
)   ;

Parameters

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



Sybernet is a trademark of SRI International.
Copyright © 1996-2008 SRI International. All Rights Reserved.
Denis D. Workman / http://Sybernet.sri.com/