QNX QDB Database

Hello,
Could any one share QDB(QNX Database) supported sql commads?
As QDB is based on SQLITE i tried SQLITE commands but only i can test few caommands like INSERT, SELECT,CREATE, UPDATE,PRAGMA.
I tried “.help” with all combinations but always giving syntax error.

qdbc -d /dev/qdb/test

Connected to “/dev/qdb/test”. Use ‘ctrl-C’ to end.
SQL>

.help;
near “.”: syntax error (S1)
SQL> “.help”;
near “.”: syntax error (S1)
SQL>

Actually i want the command to dump the whole database to a text file.

Thanks In Advance

Maybe one of these will help?

thegeekstuff.com/2012/09/sql … -examples/
stackoverflow.com/questions/7567 … te3-tables

Maybe one of these will help?

thegeekstuff.com/2012/09/sql … -examples/
stackoverflow.com/questions/7567 … te3-tables

Thank You Very Much