Dashboard > ApacheDS Addons > ... > Stored Procedures > Stored Procedure Execution Request Value
Stored Procedure Execution Request Value
Added by Ersin Er, last edited by Ersin Er on Aug 13, 2006  (view change)
Labels: 
(None)


StoredProcedureExecutionRequestValue ::= SEQUENCE {
     name        OCTET STRING,
     options     SET OF Option OPTIONAL,
     parameters  SEQUENCE OF Parameter OPTIONAL }

Option ::= CHOICE {
     languageScheme  UTF8String,
     searchContext   SearchContext,
     ... }

Parameter ::= SEQUENCE OF {
     type       OCTET STRING OPTIONAL,
     value  [0] OCTET STRING }

SearchContext ::= SEQUENCE {
     context  LDAPDN,
     scope    ENUMERATED {
          baseObject    (0),
          singleLevel   (1),
          wholeSubtree  (2),
          ... } OPTIONAL
          -- defaults to baseObject (0)
}

Site running on a free Atlassian Confluence Open Source Project License granted to Safehaus. Evaluate Confluence today.
Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.5.4 Build:#809 Jun 12, 2007) - Bug/feature request - Contact Administrators