sqlite_tablesT_sqlite_tablesSqliteTablesSqliteTables (Operator)
Name
sqlite_tablesT_sqlite_tablesSqliteTablesSqliteTables — Lists all tables within an SQLite data base.
Signature
Description
sqlite_tablessqlite_tablesSqliteTablesSqliteTablesSqliteTables lists all tables within an SQLite data base.
Find more information about the Sqlite extension package in the introduction to this chapter.
Execution Information
- Multithreading type: reentrant (runs in parallel with non-exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
Parameters
SqliteHandleSqliteHandleSqliteHandleSqliteHandlesqliteHandle (input_control) framegrabber → HTupleHTupleHtuple (handle) (IntPtr) (HHandle) (handle)
handle to a SQLite data base
TablesTablesTablesTablestables (output_control) string(-array) → HTupleHTupleHtuple (string) (string) (HString) (char*)
list of existing tables
Module
Foundation