• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-sql/rdbms_depend/oracle/

Lines Matching +refs:multiple +refs:value +refs:call

10 --	expect_return	a bitmap that marks whether create_proc (1) and delete_proc (2) return a value or not
12 values (1,'inetOrgPerson','persons','id','call create_person(?)','call delete_person(?)',0);
15 values (2,'document','documents','id','call create_document(?)','call delete_document(?)',0);
18 values (3,'organization','institutes','id','call create_org(?)','call delete_org(?)',0);
22 -- oc_map_id the value of "ldap_oc_mappings.id" that identifies the objectClass this attributeType is defined for
27 -- add_proc a procedure to insert the attribute; it takes the value of the attribute that is added, and the "keytbl.keycol" of the entry it is associated to
28 -- delete_proc a procedure to delete the attribute; it takes the value of the attribute that is added, and the "keytbl.keycol" of the entry it is associated to
29 -- param_order a mask that marks if the "keytbl.keycol" value comes before or after the value in add_proc (1) and delete_proc (2)
30 -- expect_return a mask that marks whether add_proc (1) and delete_proc(2) are expected to return a value or not
37 'phones.pers_id=persons.id','call add_phone(?,?)',
38 'call delete_phone(?,?)',0,0);
41 values (3,1,'givenName','persons.name','persons',NULL,'call set_person_name(?,?)',
45 values (4,1,'sn','persons.surname','persons',NULL,'call set_person_surname(?,?)',
50 'persons.password IS NOT NULL','call set_person_password(?,?)',
59 values (7,2,'description','documents.abstract','documents',NULL,'call set_doc_abstract(?,?)',
63 values (8,2,'documentTitle','documents.title','documents',NULL,'call set_doc_title(?,?)',NULL,0,0);
68 '?=call make_author_link(?,?)','?=call del_author_link(?,?)',0,3);
74 values (11,3,'o','institutes.name','institutes',NULL,'call set_org_name(?,?)',NULL,0,0);
86 -- keyval the value of the "keytbl.keycol" defined for this objectClass
105 -- objectClass mapping: entries that have multiple objectClass instances are listed here with the objectClass name (view them as auxiliary objectClass)
106 -- entry_id the "ldap_entries.id" of the entry this objectClass value must be added