Share via


JmgIpcJournalTable::find Method

Finds a JmgIpcJournalTable record in the database based on the specified journal ID.

Syntax

client server public static JmgIpcJournalTable find(JmgIPCJournalId _journalId, [boolean _forUpdate])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    true if the returned record must be selected for update; otherwise, false.

Return Value

Type: JmgIpcJournalTable Table
A JmgIpcJournalTable record.

See Also

Reference

JmgIpcJournalTable Table