XMLSecure is a multi user XML Data Base
Management System. The components of XmlSecure are:
| Command |
Explanation |
| showdb |
Shows all present dbs |
| usedb <dbname> |
Choose
a db to use |
| showtables |
Show
all tables present in present db |
| usetable <tablename> |
Use
this table |
| select |
Select
data from the present table (Only records with security level equal to or less than the present user level will be listed) |
| createdb
<dbname> |
Create
a db with the specified name |
| createtable <tablename> |
Create a table with the
specified name (tablename should be a dtd filename) |
| insert <xmlfile> |
Insert
the xml file into the present table |
| createuser <username>
<password> <user level> |
Create
a user with specified username, password and user level |
| user <username>
pass <password> |
Switch to another user,
without changing the present working environment |
| bye |
Terminates the session |