Cross Reference: insert_notification.sql
xref
: /
forgerock
/
authenticator-ios-v2
/
ForgeRock-Authenticator
/
insert_notification.sql
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
INSERT
OR
REPLACE
INTO
notification
(
mechanismUID
,
timeReceived
,
timeExpired
,
data
,
pending
,
approved
)
VALUES
(?, ?, ?, ?, ?, ?);