MACROMEDIA COLDFUSION 5 - CFML Reference page 247

Cfml reference
Hide thumbs Also See for COLDFUSION 5 - CFML:
Table of Contents

Advertisement

Alphabetical List of ColdFusion Tags
Attributes
Attribute
value
CFSQLType
maxLength
scale
null
list
separator
Description
Required. Specifies the actual value that ColdFusion passes to
the right of the comparison operator in a where clause.
Optional. The SQL type that the parameter (any type) will be
bound to. The default value is
are as follows:
CF_SQL_BIGINT
CF_SQL_BIT
CF_SQL_CHAR
CF_SQL_DATE
CF_SQL_DECIMAL
CF_SQL_DOUBLE
CF_SQL_FLOAT
CF_SQL_IDSTAMP
CF_SQL_INTEGER
CF_SQL_LONGVARCHAR
CF_SQL_MONEY
CF_SQL_MONEY4
CF_SQL_NUMERIC
CF_SQL_REAL
CF_SQL_REFCURSOR
CF_SQL_SMALLINT
CF_SQL_TIME
CF_SQL_TIMESTAMP
CF_SQL_TINYINT
CF_SQL_VARCHAR
Optional. Maximum length of the parameter. The default value is
the length of the string specified in the
Optional. Number of decimal places of the parameter. The
default value is zero. Applicable for
.
CF_SQL_DECIMAL
Optional. Yes or No. Indicates whether the parameter is passed
as a
. If Yes, the tag ignores the
null
default is No.
Optional. Yes or No. Indicates that the parameter value of the
attribute is a list of values, separated by a separator
value
character. The default is No. See the
details.
Optional. Specifies the character that separates values in the list
of parameter values in the
comma. If you specify a list of values for the
must also specify the
CF_SQL_CHAR
value
CF_SQL_NUMERIC
value
separator
attribute. The default is a
value
list
attribute.
229
. The CFSQLTypes
attribute.
and
attribute. The
attribute for
attribute, you
value

Advertisement

Table of Contents
loading

This manual is also suitable for:

Coldfusion 5

Table of Contents