org.apache.ojb.broker.metadata.JdbcTypesHelper Copyright 2003-2004 The Apache Software Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law ...
org.jboss.ejb.plugins.cmp.jdbc.JDBCUtil JDBCUtil takes care of some of the more anoying JDBC tasks. It hanles safe closing of jdbc resources, setting statement parameters and loading query results. @author <a HREF="mailto:dain@daingroup.com">Dain Sundstrom</a> @author <a HREF="mailto:alex@jboss.org">Alex Loubyansky< ...
org.springframework.jdbc.core.JdbcTemplate <b>This is the central class in the JDBC core package.</b> It simplifies the use of JDBC and helps to avoid common errors. It executes core JDBC workflow, leaving application code to provide SQL and extract results. This class executes SQL queries or updates, initiating iteration over ...