This section groups ColdFusion tags by functional category. For the tag description, refer to the page number.
TAG | DESCRIPTION |
---|---|
<CFINSERT> | Add a single row to a database table. |
<CFOBJECTCACHE> | Manipulate cached query objects. |
<CFPROCPARAM> | Pass and retrieve parameters to and from <CFSTOREDPROC> invoked stored procedures. |
<CFPROCRESULT> | Specify the result sets to be retrieved with <CFSTOREDPROC> invoked stored procedures. |
<CFQUERY> | Submit SQL statements to a data source that is either previously configured or dynamically generated, or to another query. |
<CFQUERYPARAM> | Define <CFQUERY> query parameters and their data types. |
<CFSTOREDPROC> | Invoke a SQL stored procedure. |
<CFTRANSACTION> | Group multiple <CFQUERY> uses into a single transaction. |
<CFUPDATE> | Update a single row in a database table. |