property SQLite_getFieldNamesFromTable.
Retrieves the fieldname list from SQL table(s).
|
hSQlite3DB
[in] . Handle of SQLite database
SQLiteTables
[in] . Table name(s)
pVal
[out, retval] The returned value is a handle of
string table
of fieldnames and their type ( text, numeric, integer…)
S_OK
The operation was successfull.
E_POINTER
A NULL pointer was supplied as an argument.
E_UNEXPECTED
An unexpected error occoured.