freemarker.template.common.xml.update.ftl Maven / Gradle / Ivy
UPDATE ${tableInfo.tableName}
<#list tableInfo.columnLists as colm>
<#if colm??>
<#if colm_index != 0>
${colm.columnName} = ${'#{'}${colm.javaColumnName}},
#if>
#if>
#list>
WHERE ${tableInfo.columnLists[0].columnName} = ${'#{'}${tableInfo.columnLists[0].javaColumnName}}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy