CFML Tags
database Tags
| Tag Name | Description |
|---|---|
| CFQUERY | Ability to execute SQL statements against databases, query's or Amazon |
| CFQUERYPARAM | For use within CFQUERY/CFSTOREDPROC tags to describe dynamic variable data that is passed to the query |
| CFTRANSACTION | Use to group multiple queries as a single transaction. Support for rollback and committing of the transaction |
| CFWDDX | This function can convert complex CFML data structures to and from a WDDX(XML based) format. |
