Database[SQLite]
ColumnCount
get number of columns in a prepared statement
Calling Sequence
Parameters
Description
Examples
Compatibility
ColumnCount( statement )
statement
-
prepared SQL statement obtained using the Prepare command
The ColumnCount command returns the number of columns in a prepared statement.
Select all data from table - prepare statement
Number of columns
Fetch all rows
The Database[SQLite][ColumnCount] command was introduced in Maple 18.
For more information on Maple 18 changes, see Updates in Maple 18.
Download Help Document