MACROMEDIA COLFUSION MX 7-CFML Quick Reference page 18

Hide thumbs Also See for COLFUSION MX 7-CFML:
Table of Contents

Advertisement

cfobject: web service object
<cfobject
webservice= "http://....?wsdl" or "name set in
Administrator"
name = "myobjectname">
cfobjectcache
<cfobjectcache
action = "clear">
cfoutput
<cfoutput
query = "query_name"
group = "query_column"
groupCaseSensitive = "yes" or "no"
startRow = "start_row"
maxRows = "max_rows_output">
</cfoutput>
cfparam
<cfparam
name = "param_name"
type = "data_type"
default = "value"
max = "value"
min = "value"
pattern = "regular expression">
cfpop
<cfpop
server = "servername"
port = "port_number"
username = "username"
password = "password"
action = "action"
name = "queryname"
messageNumber = "number"
uid = "number"
attachmentPath = "path"
timeout = "seconds"
maxRows = "number"
startRow = "number"
generateUniqueFilenames = "yes" or "no"
debug = "yes" or "no">
cfprocessingdirective
<cfprocessingdirective
pageencoding = "page-encoding literal string" />
OR
<cfprocessingdirective
suppressWhiteSpace = "yes" or "no"
pageEncoding = "page-encoding literal string">
CFML tags
</cfprocessingdirective>
cfprocparam
<cfprocparam
type = "in" or "out" or "inout"
variable = "variable name"
value = "parameter value"
CFSQLType = "parameter datatype"
maxLength = "length"
scale = "decimal places"
null = "yes" or "no">
cfprocresult
<cfprocresult
name = "query_name"
resultSet = "1-n"
maxRows = "maxrows">
cfproperty
<cfproperty
name="name"
type="type"
required="boolean"
default="default value"
displayname="descriptive name"
hint="extended description">
cfquery
<cfquery
name = "query_name"
dataSource = "ds_name"
dbtype = "query"
18
CFML Quick Reference

Advertisement

Table of Contents
loading

This manual is also suitable for:

Colfusion mx 7 - installing and using coldfusion mx

Table of Contents