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

p.sql2java-maven-plugin.0.9.0.source-code.header.include.vm Maven / Gradle / Ivy

##$Id: header.include.vm,v 1.5 2005/10/10 20:11:47 framiere Exp $
#set ( $db = $codewriter.db )
#set ( $schema = $db.getSchema() )
#set ( $tables = $db.getTables() )
#set ( $allPackages     = $db.getAllPackages() )
#set ( $widgetPkg       = "${pkg}.widget")
#set ( $SPACE           = "    ")
#set ( $IMPORT_BLOCK    = "imports")
#set ( $EXTENDS_BLOCK   = "extends")
#set ( $CLASS_BLOCK     = "class")




© 2015 - 2025 Weber Informatics LLC | Privacy Policy