Template::Plugin::JavaSQL

Template::Plugin::JavaSQL is a Perl module to help generate Java from database schemas.
Download

Template::Plugin::JavaSQL Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Rafael Kitover
  • Publisher web site:
  • http://search.cpan.org/~rkitover/

Template::Plugin::JavaSQL Tags


Template::Plugin::JavaSQL Description

Template::Plugin::JavaSQL is a Perl module to help generate Java from database schemas. Template::Plugin::JavaSQL is a Perl module to help generate Java from database schemas.SYNOPSESWithin an XML file processed by the Java plugin: < sql: query="select foo as f, bar as b from some_table" > or < sql: table="some_table" >Via a template such as: ... String query = "select from "; query += " where "; query += " where 0=0 "; if (${varName}Set) { query += " and $name = ?"; } query += "order by "; stmt = myConnection.prepareStatement(query);Just use the DBClass.template from the distribution for fully functional database classes.In addition to methods that refer to parts of a SQL query, any columns resultant from the query or table will be added as java variables to the variables hash, with close-as-possible mapped types.Requirements:· Perl Requirements: · Perl


Template::Plugin::JavaSQL Related Software