...
Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION xpxGetQueryResultProperties(queryResultIndex |
...
: |
...
INTEGER;
VAR numberOfRows : INTEGER;
VAR numberOfColumns : INTEGER
VAR columnNames : LIST OF STRING;
VAR columnDatatypes : LIST OF INTEGER)
status : INTEGER;
|
Use this function to ....
Arguments
...
Type | Name | Comment |
INTEGER | queryResultIndex | comment |
INTEGER | numberOfRows | |
INTEGER | numberOfColumns | |
LIST OF STRING | columnNames | |
LIST OF INTEGER | columnDatatypes |
Return Value
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Options
...
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|