Database[SQLite]
|
- get number of columns in prepared statement
|
|
Calling Sequence
|
|
ColumnCount( statement )
|
|
Parameters
|
|
statement
|
-
|
prepared statement obtained using Prepare command
|
|
|
|
|
Description
|
|
•
|
The ColumnCount command returns number of columns in prepared statement.
|
|
|
Examples
|
|
>
|
|
| (1) |
>
|
|
>
|
|
Select all data from table - prepare statement
>
|
|
| (2) |
Number of columns
>
|
|
Fetch all rows
>
|
|
| (4) |
>
|
|
>
|
|
|
|
Compatibility
|
|
•
|
The Database[SQLite][ColumnCount] command was introduced in Maple 18.
|
|
|
Download Help Document
Thank you for submitting feedback on this help document. Your feedback will be used
to improve Maple's help in the future.