Menu

[r20]: / transform / templates / updateSQL.jet  Maximize  Restore  History

Download this file

9 lines (9 with data), 548 Bytes

"UPDATE <c:get select="/table/@name" 
/> SET <c:iterate select="/table/tabledef/field" var="f"
><c:get	select="$f/@name" />=<c:setVariable var="type" select="$f/@shorttype" 
/><c:include template="templates/dbTypeQuote.jet" passVariables="type"
/>"+<c:get select="$boClassNameVar"	/>.get<c:get select="camelCase($f/@formatname)" 
/>()+"<c:include template="templates/dbTypeQuote.jet" passVariables="type"
/><c:if	test="$curField<$numFieldsSet">, </c:if
><c:setVariable var="curField" select="$curField+1"/></c:iterate
> <%-- add a where clause --%>
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.