chat_room_flush (private)

 chat_room_flush room_id

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

Flush the messages a single chat room

Parameters:
room_id
See Also:
  • xo::db::chat_room

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

Testcases:
No testcase defined.
Source code:
    set r [::xo::db::Class get_instance_from_db -id $room_id]
    $r flush
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: