Uses of Class
com.finalist.tools.database.RowMapper

Packages that use RowMapper
com.finalist.tools.database   
 

Uses of RowMapper in com.finalist.tools.database
 

Subclasses of RowMapper in com.finalist.tools.database
 class DBFRowMapper
          Implementation of the rowmapper for Oracle.
 class GenericRowMapper
          This RowMapper attempts to break away from the database-dependent row mappers by providing a generic JDBC-to-Java Object mapping.
 class MySQLRowMapper
          Implementation of the rowmapper for MySQL.
 class OracleRowMapper
          Implementation of the rowmapper for Oracle.
 class PostgreSQLRowMapper
          Implementation of the rowmapper for PostgreSQL.
 

Methods in com.finalist.tools.database with parameters of type RowMapper
 void StatementExecutor.setRowMapper(RowMapper rowMapper)
          Setter for property rowMapper.
 

Constructors in com.finalist.tools.database with parameters of type RowMapper
StatementExecutor(java.sql.Connection conn, RowMapper rowMapper)
          Constructor.
 



Copyright © 2003-2004 SourceForge. All Rights Reserved.