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

net.sf.jett.jdbc.package-info Maven / Gradle / Ivy

Go to download

JETT is a Java API that reads an Excel spreadsheet as a template, takes your data, and creates a new Excel spreadsheet that contains your data, formatted as in the template. It works with .xls and .xlsx template spreadsheets.

There is a newer version: 0.11.0
Show newest version
/**
 * 

Provides classes for executing queries via JDBC.

* *

The JDBCExecutor class, when an instance is exposed as a * bean, allows SQL queries to be run while specified in the template:

* * <jt:forEach items="${jdbc.execQuery('SELECT * FROM employee')}" var="employee"> * *

The ResultSetRow represents one row of data returned by a * JDBCExecutor. It is not seen directly, but JDBCExecutor's * execQuery method returns a List of ResultSetRows.

* * @author Randy Gettman * @since 0.6.0 */ package net.sf.jett.jdbc;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy