Qare Internals
    SQL Tables
        Account
        appData
        appTable
        Applications
        Inbox
        KeyPair
        localPrivileges
        message
        pendingMessage
        privilege
        project
        registerInfo
        RegisterPending
        remoteAccount
        session
        System
        user
        userDelegations
    Schema
    Plugins
    API
 Site Map
 
Inbox Table
Some of the applications in Qare uses messaging i.e., they sends request and waits for a response. The response recieved gets stored in this table. Some application's GUI like ping utilises synchronous approach with an asynchronous one. When a response is delayed, the user can view that response via an inbox entry.
 
 QareApplications
        AppDir
        ChangePassword
        Count
        CreateAccount
        Delegation
        DelegationDisplay
        DeleteRemote
        HelloWorld
        Inbox
        Login
        Logout
        Pending
        Ping
        Register
        RemoteAccount
        UserGroups
 



FIELD
TYPE
DESCRIPTION
inboxId
int(10) unsigned
The row identifier.
userId
int(10) unsigned
The user idetifier,the user for whom the message has arrived.
openingDate
datetime
The request sending date and time.
dateReceived
datetime
The response recieving date and time.
description
tinytext
The brief description of the message
applicationId
int(10) unsigned
The application identifier,The application responsible for this message.
action
tinytext
The action to be held on message.
fromSystemId
int(10) unsigned
The message orginator
message
text
The message text.
properties
text
The message properties needed by many applications.
gkey
varchar(79)
The generated key needed by some applications like ping