Searched refs:sunwam_session (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-distribution/src/main/amserver/scripts/sql/
H A Damhadbcreate.sql2 create table sunwam_session ( table
11 create index sunwam_session_id on sunwam_session(id);
12 create index sunwam_session_exp_time on sunwam_session(expiration_time);
13 create index sunwam_session_uuid on sunwam_session(uuid);
14 create index sunwam_session_sessionstate on sunwam_session(sessionstate);
H A Damoraclecreate.sql1 create table SCHEMANAME.sunwam_session table
11 create index SCHEMANAME.sunwam_session_exp_time on SCHEMANAME.sunwam_session(expiration_time) tablespace TABLESPCNAME;
12 create index SCHEMANAME.sunwam_session_uuid on SCHEMANAME.sunwam_session(uuid) tablespace TABLESPCNAME;
13 create index SCHEMANAME.sunwam_session_sessionstate on SCHEMANAME.sunwam_session(sessionstate) tablespace TABLESPCNAME;
/forgerock/openam/openam-distribution/src/main/amserver/scripts/sql/
H A Damhadbcreate.sql2 create table sunwam_session ( table
11 create index sunwam_session_id on sunwam_session(id);
12 create index sunwam_session_exp_time on sunwam_session(expiration_time);
13 create index sunwam_session_uuid on sunwam_session(uuid);
14 create index sunwam_session_sessionstate on sunwam_session(sessionstate);
H A Damoraclecreate.sql1 create table SCHEMANAME.sunwam_session table
11 create index SCHEMANAME.sunwam_session_exp_time on SCHEMANAME.sunwam_session(expiration_time) tablespace TABLESPCNAME;
12 create index SCHEMANAME.sunwam_session_uuid on SCHEMANAME.sunwam_session(uuid) tablespace TABLESPCNAME;
13 create index SCHEMANAME.sunwam_session_sessionstate on SCHEMANAME.sunwam_session(sessionstate) tablespace TABLESPCNAME;

Completed in 219 milliseconds