Content deleted Content added
Magioladitis (talk | contribs) m fixed header names + general fixes, added underlinked tag using AWB (8863) |
added component example Tags: nowiki added Visual edit |
||
Line 37:
qGetData .setSQL('SELECT column1, column2 FROM table WHERE 1');
qDateResult = qGetData .Execute().getResult();
</cfscript></pre>
/** * Simple Component. */ component { /** * Simple function. */ public void function foo() { WriteOutput("Method foo() called<nowiki><br></nowiki>"); } }
==Syntax==
|