Searched refs:updateobjectproperties (Results 1 - 3 of 3) sorted by relevance

/forgerock/openidm-v4/openidm-zip/src/main/resources/db/oracle/scripts/
H A Dopenidm.sql839 -- DROP TABLE updateobjectproperties CASCADE CONSTRAINTS;
842 PROMPT Creating Table updateobjectproperties ...
843 CREATE TABLE updateobjectproperties (
851 PROMPT Creating Index fk_updateobjectproperties_gen on updateobjectproperties ...
852 CREATE INDEX fk_updateobjectproperties_gen ON updateobjectproperties
857 PROMPT Creating Index idx_updateobjectproper_1 on updateobjectproperties ...
858 CREATE INDEX idx_updateobjectproper_1 ON updateobjectproperties
863 PROMPT Creating Index idx_updateobjectproper_2 on updateobjectproperties ...
864 CREATE INDEX idx_updateobjectproper_2 ON updateobjectproperties
1014 PROMPT Creating Foreign Key Constraint fk_updateobjectproperties_man on table updateobjectproperties
[all...]
/forgerock/openidm-v4/openidm-zip/src/main/resources/db/mssql/scripts/
H A Dopenidm.sql634 -- Table `openidm`.`updateobjectproperties`
636 IF NOT EXISTS (SELECT name FROM sysobjects where name='updateobjectproperties' AND xtype='U')
638 CREATE TABLE [openidm].[updateobjectproperties] table
650 CREATE INDEX fk_updateobjectproperties_updateobjects ON [openidm].[updateobjectproperties] (updateobjects_id ASC);
651 CREATE INDEX idx_updateobjectproperties_propkey ON [openidm].[updateobjectproperties] (propkey ASC);
652 CREATE INDEX idx_updateobjectproperties_propvalue ON [openidm].[updateobjectproperties] (propvalue ASC);
/forgerock/openidm-v4/openidm-zip/src/main/resources/db/db2/scripts/
H A Dopenidm.sql567 -- Table `openidm`.`updateobjectproperties`

Completed in 69 milliseconds