TableRecord
Properties
| Name | Description | Type | 
|---|---|---|
| qName | 
			 Name of the table.  | 
	String | 
| qLoose | 
			 This property is set to true if the table is loose.  | 
	Boolean | 
| qNoOfRows | 
			 Number of rows in the table.  | 
	Integer | 
| qFields | 
			 Information about the fields in the table.  | 
	Array of FieldInTableData | 
| qPos | Point | |
| qComment | 
			 Comment related to the table.  | 
	String | 
| qIsDirectDiscovery | 
			 If set to true, Direct Discovery is used. Direct Discovery fields are not loaded into memory and remain in the external database.  | 
	Boolean | 
| qIsSynthetic | 
			 This property is set to true if the table contains a synthetic key.  | 
	Boolean | 
| qTableTags | 
			 List of tags related to the table.  | 
	Array of String | 
| qProfilingData | TableProfilingData |