Welcome Guest, you are in: Login

devio dbscript ScrewTurn Wiki

RSS RSS

Navigation





Search the wiki
»

PoweredBy

OE COMPOSITE_CATEGORY_TYP (type)

RSS
Modified on 2011/08/27 12:10 by wikibot Categorized as Uncategorized

wikibot

TypeOE.COMPOSITE_CATEGORY_TYP

Source

CREATE OR REPLACE TYPE composite_category_typ
                                         UNDER category_typ
      (
    subcategory_ref_list subcategory_ref_list_typ
      , OVERRIDING MEMBER FUNCTION  category_describe RETURN VARCHAR2
      )
  NOT FINAL;TYPE BODY composite_category_typ  AS
    OVERRIDING MEMBER FUNCTION category_describe RETURN VARCHAR2 IS
    BEGIN
      RETURN 'composite_category_typ';
    END;
   END;

ScrewTurn Wiki version 3.0.1.400. Some of the icons created by FamFamFam.