CFML Quick Reference
37
queryname
.ColumnList
queryname
.Attachments
queryname
.AttachmentFiles
CFQUERY and CFSTOREDPROC variables
The
cfquery
tag returns information about the query in this
variable:
CFQUERY.ExecutionTime
The
cfquery
tag uses the query name to scope the following
data about the query:
queryname
.CurrentRow
queryname
.RecordCount
queryname
.ColumnList
The
cfstoredproc
tag returns the following variables:
CFSTOREDPROC.ExecutionTime
CFSTOREDPROC.StatusCode
CFREGISTRY variables
The
cfregistry
tag returns a query record set that you can
reference after executing the
GetAll
action, as follows,
where
queryname
is the
name
attribute value:
queryname
.Entry
queryname
.Type
queryname
.Value
CFSEARCH variables
A
cfsearch
operation returns the following variables, where
searchname
is the
name
attribute value:
searchname
.URL
searchname
.Key
searchname
.Title
searchname
.Score
searchname
.Custom1 and Custom2
searchname
.Summary
searchname
.RecordCount
searchname
.CurrentRow
searchname
.RecordsSearched
searchname
.ColumnList
Standard CGI variables
The CGI variables that are available for your use vary with the
web server and configuration. This section lists the CGI 1.1
variables that some web servers create when a CGI script is
called. Some of the following variables may not be available.
Request
CGI.AUTH_TYPE
CGI.CONTENT_LENGTH
CGI.CONTENT_TYPE
CGI.METHOD
CGI.PATH_INFO
CGI.PATH_TRANSLATED
CGI.QUERY_STRING
CGI.REMOTE_ADDR
CGI.REMOTE_HOST
CGI.REMOTE_USER
CGI.REQUEST_METHOD
CGI.SCRIPT_NAME
Server
CGI.GATEWAY_INTERFACE
CGI.SERVER_NAME
CGI.SERVER_PORT
CGI.SERVER_PROTOCOL
CGI.SERVER_SOFTWARE
Содержание COLFUSION MX 7-CFML
Страница 1: ...COLDFUSION MX7 CFML Quick Reference...