All Downloads are FREE. Search and download functionalities are using the official Maven repository.

freemarker.template.common.xml.update.ftl Maven / Gradle / Ivy

There is a newer version: 1.5.1
Show newest version
    
	
		UPDATE ${tableInfo.tableName}
		
    <#list tableInfo.columnLists as colm>
        <#if colm??>
            <#if colm_index != 0>
			${colm.columnName} = ${'#{'}${colm.javaColumnName}},
		    
		
	
		
		WHERE ${tableInfo.columnLists[0].columnName} = ${'#{'}${tableInfo.columnLists[0].javaColumnName}}
	




© 2015 - 2024 Weber Informatics LLC | Privacy Policy