xo::db::chat_room instproc flush (public)

 <instance of xo::db::chat_room[i]> flush

Defined in packages/chat/tcl/xotcl-chat-procs.tcl

Save all currently persisted messages for this chat room as a new transcript and then delete them.

Partial Call Graph (max 5 caller/called nodes):
%3

Testcases:
No testcase defined.
Source code:
if {${:auto_transcript_p}} {
    :create_transcript
}
:delete_messages
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: