summaryrefslogtreecommitdiffstats
path: root/quanta/data/dtep/cfml/cfstoredproc.tag
blob: 42928240fbc76f4ce474d66ef0599f94416c1020 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!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>