Ccfxquery::setquerystring; Ccfxquery::settotaltime; Ccfxrequest Class; Class Members - MACROMEDIA COLDFUSION 4.5-DEVELOPING WEB Develop Manual

Developing web applications with coldfusion
Table of Contents

Advertisement

Chapter 18: Building Custom CFAPI Tags

CCFXQuery::SetQueryString

This is a deprecated function and should not be used.

CCFXQuery::SetTotalTime

This is a deprecated function and should not be used.

CCFXRequest Class

Abstract class that represents a request made to a ColdFusion Extension (CFX). An
instance of this class is passed to the main function of your extension DLL. The class
provides several interfaces that may be used by the custom extension, including
functions for reading and writing variables, returning output, creating and using
queries, and throwing exceptions.

Class Members

virtual BOOL AttributeExists( LPCSTR lpszName )
CCFXRequest::AttributeExists
the tag.
virtual LPCSTR GetAttribute( LPCSTR lpszName )
CCFXRequest::GetAttribute
virtual CCFXStringSet* GetAttributeList()
CCFXRequest::GetAttributeList
tag.
virtual CCFXQuery* GetQuery()
CCFXRequest::GetQuery
virtual LPCSTR GetSetting( LPCSTR lpszSettingName )
CCFXRequest::GetSetting
virtual void Write( LPCSTR lpszOutput )
CCFXRequest::Write
virtual void SetVariable( LPCSTR lpszName, LPCSTR lpszValue )
CCFXRequest::SetVariable
virtual CCFXQuery* AddQuery( LPCSTR lpszName, CCFXStringSet* pColumns )
CCFXRequest::AddQuery
virtual BOOL Debug()
CCFXRequest::Debug
checks to see whether the attribute was passed to
retrieves the value of the passed attribute.
retrieves a list of all attribute names passed to the
retrieves the query that was passed to the tag.
retrieves the value of a custom tag setting.
writes text output back to the user.
sets a variable in the template that contains this tag.
adds a query to the template that contains this tag.
checks whether the tag contains the
299
attribute.
DEBUG

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the COLDFUSION 4.5-DEVELOPING WEB and is the answer not in the manual?

This manual is also suitable for:

Coldfusion 4.5

Table of Contents