The CCFXQuery Class  
 
 

Abstract class that represents a query used or created by a ColdFusion Extension (CFX). Queries contain 1 or more columns of data that extend over a varying number of rows.

 
 
  Class members  
 
 
virtual int AddRow

Adds a new row to the query.

virtual CCFXStringSet* GetColumns

Retrieves a list of the query's column names.

virtual LPCSTR GetData( int iRow, int iColumn )

Retrieves a data element from a row and column of the query.

virtual LPCSTR GetName

Retrieves the name of the query.

virtual int GetRowCount

Retrieves the number of rows in the query.

virtual void SetData( int iRow, int iColumn, LPCSTR lpszData )

Sets a data element within a row and column of the query.

virtual void SetQueryString( LPCSTR lpszQuery )

Sets the query string that will displayed along with query debug output.

virtual void SetTotalTime( DWORD dwMilliseconds )

Sets the total time that was required to process the query (used for debug output).



 
 
BackUp LevelNext
 
 

allaire     AllaireDoc@allaire.com
    Copyright © 1998, Allaire Corporation. All rights reserved.