xpxGetTableInstanceProperties

FUNCTION xpxGetTableInstanceProperties (tableInstanceId     : GENERIC;   
                                        VAR name            : STRING;
                                        VAR creationDate    : INTEGER;
                                        VAR lastUpdatedDate : INTEGER;   
                                        VAR options         : INTEGER;
                                        VAR rows            : INTEGER;
                                        VAR description     : STRING;
                                        VAR columns         : INTEGER;
                                        VAR columnNames     : LIST OF STRING;
                                        VAR columnDataTypes : LIST OF INTEGER;
                                        VAR columnDomainIds : LIST OF GENERIC)
                                        status              : INTEGER;

(* Can read 1, 2, 3 ...10 properties, i.e., variable number of arguments *)

 

 

Arguments


1TypeNameComment
2GENERICtableInstanceIdcomment
3STRINGname 
4INTEGERcreationDate 
5INTEGERlastUpdatedDate 
6INTEGERoptions 
7INTEGERrows 
8STRINGdescription 
9INTEGERcolumns 
10LIST OF STRINGcolumnNames 
11LIST OF INTEGERcolumnDataTypes 
12LIST OF GENERICcolumnDomainIds 

Return Value


 

Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_r_XPX_Return_Value'.

Options


     

OptionComment
XPXOptioncomment

 

 

Example


<Missing Example>

 

See also

Filter by label

There are no items with the selected labels at this time.

Â