Sybernet / Supplied Procedures Reference
Release 3.00
Oct 14, 2002
backwards forwards

HTTP.DESCRIBE

Describes the definition of an object

Syntax

Procedure DESCRIBE
(
    NAME                          VARCHAR2
)   ;

Parameters

Parameter Description
name
 
The name of the object to describe.

Example

The following example illustrate how to call describe:

http.describe('cron_parameters');



--------------------------------------------
CREATE TABLE CRON_PARAMETERS
(
    ROW_ID                         NUMBER(9)                      not null
,   NAME                           VARCHAR2(30)                   not null
,   VALUE                          VARCHAR2(4000)                     null
)



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