xo::db::chat_room instproc count_messages (public)
<instance of xo::db::chat_room> count_messages
Defined in /var/www/openacs.org/packages/chat/tcl/xotcl-chat-procs.tcl
Count messages currently persisted for this chat room.
- Testcases:
- No testcase defined.
Source code: set room_id ${:room_id} ::xo::dc get_value count_messages { select count(*) from chat_msgs where room_id = :room_id }XQL Not present: Generic, PostgreSQL, Oracle