| Home | zeGraph lib | Lua lib | Custom lib | Tutorials | Notes | XML Script | C-Talk | Z-Script |
Graph
   axis
   blend
   color
   color bar
   fog
   freetype
   light
   line
   material
   node
   point
   plot
   polygon
   render
   scene
   stencil
   texcoord
   text
   texture
   vertex
Utility
   array
   bio
   hdf
   make
   math
   netcdf
Auxiliary
   curl
   expact
   sqlite
   window

zeSqlite

Use .new("sqlite") to create the object. It is a simple wrapping of the SQLITE embeddable database library.

:version()

Returns the version number as string.

:callback(func)

Sets the callback function, which will receive a number as the count of ouput and a table containing column names as key and their query results as values.

:open(fname)

Opens the file. Creates a new one if it does not exist.

:limit(n)

Sets the maximum number of output to n lines.

:exec(query)

Executes a SQL query.