August 2010
Intermediate to advanced
526 pages
23h 39m
English
sqlite3_free_table() — Release table structure
void sqlite3_free_table( char** result );
result
An array of table values returned by sqlite3_get_table().
This function properly releases the value array returned by
sqlite3_get_table().
Read now
Unlock full access