Class ::xo::db::chat_room
::xo::db::chat_room
create ...
Defined in Class Relations
- class: ::xo::db::Class
![[i]](/resources/acs-subsite/ZoomIn16.gif)
- superclass: ::xo::db::Object
![[i]](/resources/acs-subsite/ZoomIn16.gif)
Variables
::xo::db::chat_room set __default_metaclass ::xotcl::Class
::xo::db::chat_room set __default_superclass ::xotcl::Object
::xo::db::chat_room set abstract_p f
::xo::db::chat_room set auto_save false
::xo::db::chat_room array set db_constraints {logout_messages_p \
{{default true}} pretty_name not_null messages_time_window {{default 600}} auto_transcript_p \
{{default false}} auto_flush_p {{default true}} archive_p {{default true}} avatar_p \
{{default true}} login_messages_p {{default true}} active_p {{default true}}}
::xo::db::chat_room array set db_slot \
{logout_messages_p ::xo::db::chat_room::slot::logout_messages_p description \
::xo::db::chat_room::slot::description pretty_name ::xo::db::chat_room::slot::pretty_name \
messages_time_window ::xo::db::chat_room::slot::messages_time_window auto_transcript_p \
::xo::db::chat_room::slot::auto_transcript_p auto_flush_p \
::xo::db::chat_room::slot::auto_flush_p archive_p ::xo::db::chat_room::slot::archive_p \
room_id ::xo::db::chat_room::slot::room_id avatar_p ::xo::db::chat_room::slot::avatar_p \
login_messages_p ::xo::db::chat_room::slot::login_messages_p active_p \
::xo::db::chat_room::slot::active_p}
::xo::db::chat_room set id_column room_id
::xo::db::chat_room set name_method {}
::xo::db::chat_room set object_type chat_room
::xo::db::chat_room set object_type_key 0000000000110101
::xo::db::chat_room set pretty_name {#chat.Room#}
::xo::db::chat_room set pretty_plural {#chat.Rooms#}
::xo::db::chat_room set security_inherit_p t
::xo::db::chat_room set sql_package_name ::xo::db::chat_room
::xo::db::chat_room set supertype acs_object
::xo::db::chat_room set table_name chat_rooms
::xo::db::chat_room set with_table true