Sitemap Sitemap  |  Contact Us Contact Us  |  Clients Clients
   The system module database tables
  Home |  Downloads |  HareScript |  Websites/CMS |  Applications
Search for:  in: 
Applications
Module development
Table definitions
 

The system module database tables

next Next page

The system module is responsible for the following tables:

·

system_access

·

system_access_ips

·

system_access_tokens

·

system_config

·

system_mimetypes

·

system_module_access

·

system_ports

·

system_unitmanagers

·

system_units

·

system_webservers

·

users

The system tables are made available by loading the system database library, module::system/database.whlib. You may need to use the BindSystemTables function to associate the tables with an open WebHare database transaction.

In these table descriptions, the 'idx' column indicates whether the column is indexed. Using indexed columns when selecting data from a table can greatly speed up the execution of a SELECT query.

For the complete table definitions, we refer you to the "modules/system/dbcreate.whscr" script, which is part of your WebHare Application Portal distribution.


Sections in this chapter

    system_access
    system_access_externalusers
    system_access_users
    system_access_ips
    system_access_tokens
    system_config
    system_mimetypes
    system_module_access
    system_ports
    system_units
    system_unitmanagers
    system_webservers
    users
next Next page
 
In section 'The system module database tables'
system_access
system_access_externalusers
system_access_users
system_access_ips
system_access_tokens
system_config
system_mimetypes
system_module_access
system_ports
system_units
system_unitmanagers
system_webservers
users
 
Top To top of page