You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdewebdev/quanta/data/dtep/cfml/cfquery.tag

21 lines
424 B

<!DOCTYPE TAGS>
<TAGS>
<tag name="cfquery">
<attr name="name" />
<attr name="datasource" />
<attr name="dbtype" />
<attr name="username" />
<attr name="password" />
<attr name="maxrows" />
<attr name="blockfactor" />
<attr name="timeout" />
<attr name="cachedafter" />
<attr name="cachedwithin" />
<attr name="debug" type="list">
<items>
<item>Yes</item>
<item>No</item>
</items>
</attr>
</tag>
</TAGS>