Component
|
A structure containing the following fields:
|
|
|
displayname
|
Value of the cfcomponent tag displayname attribute,
if any.
|
extends
|
Metadata for the component’s ancestor component.
Components that do not explicitly extend another component extend
the WEB-INF.cftags.component.
|
fullname
|
The dot delimited path from the cf_webroot of
the component.
|
functions
|
Array of metadata structures for the component’s
functions.
|
hint
|
Value of the cfcomponent tag displayname attribute,
if any.
|
implements
|
A structure containing the metadata of the
interfaces that the component implements. The key of the structure
is the interface name, and the value is a structure containing the
interface metadata.
|
name
|
Component name, including the period-delimited
path from a component search root such as the web root or a directory
specified in the administrator Custom Tag Paths page.
|
output
|
Value of the cfcomponent tag output attribute,
if any
|
path
|
Absolute path to the component.
|
properties
|
Array of structures containing metadata
specified by the component’s cfproperty tags, if
any.
|
type
|
Always, component.
|
userMetadata
|
User-specified attributes in the cfcomponent tag
|
Function
|
A structure containing the following fields.
|
|
|
access
|
Value of the cffunction tag access attribute,
if any.
|
displayname
|
Value of the cffunction tag displayname attribute,
if any.
|
hint
|
Value of the cffunction tag hint attribute,
if any.
|
name
|
Function name.
|
output
|
Value of the cffunction tag output attribute,
if any.
|
parameters
|
Array of structures containing metadata
for the function parameters.
|
returnformat
|
The format in which to return values to
a remote caller. This attribute has no effect on values returned
to a local caller.
|
returntype
|
Value of the cffunction tag returntype attribute,
if any.
|
roles
|
Value of the cffunction tag output attribute,
if any.
|
userMetadata
|
User-specified attributes in the cffunction tag.
|
Parameter or Property
|
A structure containing the following fields:
|
|
|
default
|
Value of the cfargument or cfproperty tag default attribute,
if any.
|
displayname
|
Value of the cfargument or cfproperty tag displayname attribute,
if any.
|
hint
|
Value of the cfargument or cfproperty tag hint attribute,
if any.
|
name
|
Function parameter or CFC property name.
|
required
|
Value of the cfargument or cfproperty tag required attribute,
if any.
|
type
|
Value of the cfargument or cfproperty tag type attribute,
if any.
|
userMetadata
|
User-specified attributes in the argument tag.
|
Query
|
An array of structures containing the following
elements:
|
|
|
IsCaseSensitive
|
Boolean value indicating whether character
data must be case correct.
|
Name
|
The column name.
|
TypeName
|
The SQL data type (Omitted if the query
object is created with QueryNew without specifying types.)
|