SYNTAX

    sql [options] <command>


OPTIONS

-h (--help) bool

Display help.

-v (--verbose) bool

Verbose output. Causes all communication between the client and server to be displayed. Can also be specified by defining the environment variable 'SQLCLI_VERBOSE'.


ARGUMENTS

<command>

The SQL command to be executed. Any further arguments or options will be coalesced into this one. [string]


DESCRIPTION

An interface to the Symbian SQLite API.

This command is a thin client to a server process that is created on the first invokation. The server maintains state between invokations of this command. Run 'sql help' for a list of the available commands and 'sql <command-name> --help' for help on individual commands.


COPYRIGHT

Copyright (c) 2010 Accenture. All rights reserved.