Close
Close window
GetColumnCount - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.
Maplesoft logo
Maplesoft logo

Online Help

All Products Maple MapleSim


[フレーム] [フレーム]

Result

GetColumnCount

get the number of columns in the table

Calling Sequence

result:-GetColumnCount( )

Parameters

result

-

Result module

Description

GetColumnCount returns the number of columns in result.

Examples

Create a Result.

>

driverDatabaseLoadDriver:

>

conndriver:-OpenConnectionurl,name,pass:resc:-ExecuteQuerySELECT id FROM animals:res:-GetColumnCount

1

(1)
>

resc:-ExecuteQuerySELECT id,mass FROM animals:res:-GetColumnCount

2

(2)
>

resc:-ExecuteQuerySELECT id,mass,name FROM animals:res:-GetColumnCount

3

(3)
>

resc:-ExecuteQuerySELECT id,mass,name,number FROM animals:res:-GetColumnCount

4

(4)


Download Help Document

AltStyle によって変換されたページ (->オリジナル) /