Searched defs:expiration_time (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-distribution/src/main/amserver/scripts/sql/
H A Damhadbcreate.sql6 expiration_time double integer not null,
12 create index sunwam_session_exp_time on sunwam_session(expiration_time);
20 expiration_time double integer not null,
24 create index sunwam_session_ext_exp_time on sunwam_session_ext(expiration_time);
H A Damoraclecreate.sql5 expiration_time number not null,
11 create index SCHEMANAME.sunwam_session_exp_time on SCHEMANAME.sunwam_session(expiration_time) tablespace TABLESPCNAME;
19 expiration_time number not null,
23 create index SCHEMANAME.sunwam_session_ext_exp_time on SCHEMANAME.sunwam_session_ext(expiration_time) tablespace TABLESPCNAME;
/forgerock/openam/openam-distribution/src/main/amserver/scripts/sql/
H A Damhadbcreate.sql6 expiration_time double integer not null,
12 create index sunwam_session_exp_time on sunwam_session(expiration_time);
20 expiration_time double integer not null,
24 create index sunwam_session_ext_exp_time on sunwam_session_ext(expiration_time);
H A Damoraclecreate.sql5 expiration_time number not null,
11 create index SCHEMANAME.sunwam_session_exp_time on SCHEMANAME.sunwam_session(expiration_time) tablespace TABLESPCNAME;
19 expiration_time number not null,
23 create index SCHEMANAME.sunwam_session_ext_exp_time on SCHEMANAME.sunwam_session_ext(expiration_time) tablespace TABLESPCNAME;

Completed in 853 milliseconds