SQLite3

Oleg via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed May 7 00:19:31 PDT 2014


On Wednesday, 7 May 2014 at 06:21:10 UTC, Jack wrote:

> void* NotUsedAtAll, // Null variable
> int argc, // What?
> char** results, // Results?
> char** columnNames //Column Names?

You can read about this agruments on
http://www.sqlite.org/c3ref/exec.html



More information about the Digitalmars-d-learn mailing list