Primer Commit
This commit is contained in:
13
DB/TYPES/HTTP_HEADERS_OBJ.sql
Normal file
13
DB/TYPES/HTTP_HEADERS_OBJ.sql
Normal file
@@ -0,0 +1,13 @@
|
||||
--------------------------------------------------------
|
||||
-- DDL for Type HTTP_HEADERS_OBJ
|
||||
--------------------------------------------------------
|
||||
|
||||
CREATE OR REPLACE EDITIONABLE TYPE "ENVX_OPER"."HTTP_HEADERS_OBJ" FORCE AS OBJECT
|
||||
( /* TODO enter attribute and method declarations here */
|
||||
campo VARCHAR2(100),
|
||||
valor VARCHAR2(500)
|
||||
|
||||
)
|
||||
|
||||
|
||||
/
|
||||
9
DB/TYPES/HTTP_HEADERS_TAB.sql
Normal file
9
DB/TYPES/HTTP_HEADERS_TAB.sql
Normal file
@@ -0,0 +1,9 @@
|
||||
--------------------------------------------------------
|
||||
-- DDL for Type HTTP_HEADERS_TAB
|
||||
--------------------------------------------------------
|
||||
|
||||
CREATE OR REPLACE EDITIONABLE TYPE "ENVX_OPER"."HTTP_HEADERS_TAB"
|
||||
AS TABLE OF http_headers_obj/* datatype */;
|
||||
|
||||
|
||||
/
|
||||
Reference in New Issue
Block a user