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/cfstoredproc.tag

22 lines
408 B

<!DOCTYPE TAGS>
<TAGS>
<tag name="cfstoredproc">
<attr name="procedure" />
<attr name="datasource" />
<attr name="username" />
<attr name="password" />
<attr name="blockfactor" />
<attr name="debug" type="list">
<items>
<item>Yes</item>
<item>No</item>
</items>
</attr>
<attr name="returncode" type="list">
<items>
<item>Yes</item>
<item>No</item>
</items>
</attr>
</tag>
</TAGS>