org.quartz.impl.jdbcjobstore.StdJDBCDelegate <p> This is meant to be an abstract base class for most, if not all, <code>{@link org.quartz.impl.jdbcjobstore.DriverDelegate}</code> implementations. Subclasses should override only those methods that need special handling for the DBMS driver in question. </p> @author < ...org.springframework.jdbc.core.JdbcTemplateTests Mock object based tests for JdbcTemplate. @author Rod Johnson @author Thomas Risberg org.springframework.jdbc.core.JdbcTemplateQueryTests @author Juergen Hoeller @since 19.12.2004 org.roller.business.utils.SyncUpgrade098Xto1000 Synchronize a source 0.9.8.X database with a destination 1.0.0.0 database. testsuite.regression.StatementRegressionTest Regression tests for the Statement class @author Mark Matthews com.mysql.jdbc.jdbc2.optional.PreparedStatementWrapper Wraps prepared statements so that errors can be reported correctly to ConnectionEventListeners. @author Mark Matthews @version $Id: PreparedStatementWrapper.java,v 1.1.2.1 2005/05/13 18:58:38 mmatthews Exp $ org.webdocwf.util.loader.Loader <p> Loader class loads data from source database into target database using criteria set in XML file which is used as parameter. Also Loader can execute SQL statements which import from XML file. <br> All loading rolls are set in XML file. Some capabilities of this loader are: there co ...org.apache.slide.store.impl.rdbms.StandardRDBMSAdapter J2EENodeStore Implementation based on the modified NewSlide Schema. This is combined store of DescriptorStore and ContentStore This combined store is necessary to make every operation behave in one transaction. @version $Revision: 1.32.2.4 $ org.apache.ojb.broker.accesslayer.StatementManager manages JDBC Connection and Statement resources. @author Thomas Mahler @author <a HREF="mailto:rburt3@mchsi.com">Randall Burt</a> @version $Id: StatementManager.java,v 1.47.2.2 2005/03/02 20:32:35 mkalen Exp $ testsuite.regression.ResultSetRegressionTest Regression test cases for the ResultSet class. @author Mark Matthews org.objectweb.cjdbc.controller.recoverylog.RecoveryLog Recovery Log using a database accessed through JDBC. @author <a HREF="mailto:Emmanuel.Cecchet@inria.fr">Emmanuel Cecchet </a> @author <a HREF="mailto:Julie.Marguerite@inria.fr">Julie Marguerite </a> @author <a HREF="mailto:Nicolas.Modrzyk@inrialpes.fr">Nicolas Modrzy ...com.hp.hpl.jena.db.impl.SQLCache ======================================================================= Stores a set of sql statements loaded from a resource file. Caches prepared versions of the statements for a given db connection. <p> The resource file is located on the classpath and has the format: <pre> # commen ...org.hibernate.jdbc.AbstractBatcher Manages prepared statements and batching. @author Gavin King org.ashkelon.ClassType Part of Persistable javadoc object model known as Ashkelon Analog of com.sun.javadoc.ClassDoc @author Eitan Suez @version 2.0 org.apache.jetspeed.services.cms.repository.slide.CmsDescriptorsStore JDBC 1.0 and 2.0 compliant store implementation. This class comes from Slide code. Can be replace by another descriptor store. TO DO : Use J2EE Datastore instead of this class @author <a HREF="mailto:remm@apache.org">Remy Maucherat</a> @author Dirk Verbeeck @author <a HREF="mail ...org.objectweb.cjdbc.scenario.raidb1.driver.SetXXXandGetXXXScenario This class is testing the setter for preparedstatement and the getters for ResultSet. @author <a HREF="mailto:marc.wick@monte-bre.ch">Marc Wick </a> com.lutris.dods.builder.generator.dataobject.GenericDO
org.ashkelon.db.DBUtils A class containing various static methods that simplify or encapsulate database calls including: database queries, batch executions (jdbc 2.0 only), inserts, deletes, getting sequence.nextval effortlessly, logging sql exceptions fully (works with org.ashkelon.util.Logger) and more. @author Eitan ...com.opensymphony.workflow.spi.jdbc.JDBCWorkflowStore JDBC implementation. <p> The following properties are all <b>required</b>: <ul> <li><b>datasource</b> - the JNDI location for the DataSource that is to be used.</li> <li><b>entry.sequence</b> - SQL query that returns the next ID fo ...org.quartz.impl.jdbcjobstore.oracle.OracleDelegate <p> This is a driver delegate for the Oracle JDBC driver. To use this delegate, <code>jdbcDriverVendor</code> should be configured as 'Oracle' with any <code>jdbcDriverVersion</code>. </p> @see org.quartz.impl.jdbcjobstore.WebLogicDelegate @see org.quartz.impl. ...org.hibernate.persister.entity.BasicEntityPersister Basic functionality for persisting an entity via JDBC through either generated or custom SQL @author Gavin King org.apache.slide.store.impl.rdbms.CommonRDBMSAdapter This adapter has code that has been ported from OracleRDBMSAdapter so that it can be resued by both OracleRDBMSAdapter and DB2RDBMSAdapter. org.jboss.varia.stats.DataSourceInterceptor @author <a HREF="mailto:alex@jboss.org">Alexey Loubyansky</a> @version <tt>$Revision: 1.1.4.2 $</tt> @@jmx:mbean name="jboss.stats:name=DataSourceInterceptor" extends="org.jboss.system.ServiceMBean" org.jboss.ejb.plugins.cmp.jdbc.JDBCParameterSetter Implementations of this interface are used to set java.sql.PreparedStatement parameters. @author <a HREF="mailto:alex@jboss.org">Alexey Loubyansky</a> @version <tt>$Revision: 1.2 $</tt> org.apache.ojb.broker.accesslayer.StatementsForClassIF A class that implements this interface serves as a cache for <code>java.sql.Statements<code> used for persistence operations on a given class. @author brj @author <a HREF="mailto:rburt3@mchsi.com">Randall Burt</a> @version $Id: StatementsForClassIF.java,v 1.10 2004/04/05 12 ...org.relique.jdbc.csv.CsvConnection This class implements the Connection interface for the CsvJdbc driver. @author Zoran Milakovic org.objectweb.rmijdbc.RJConnection import javax.transaction.xa.*; <P>A Connection represents a session with a specific database. Within the context of a Connection, SQL statements are executed and results are returned. <P>A Connection's database is able to provide information describing its tables, its supported SQL gr ...org.jivesoftware.messenger.vcard.DefaultVCardProvider Default implementation of the VCardProvider interface, which reads and writes data from the <tt>jiveVCard</tt> database table. @author Gaston Dombiak org.apache.juddi.datastore.jdbc.AddressTable @author Steve Viens (sviens@apache.org) private reference to the jUDDI logger buffer used to build SQL statements build insertSQL build selectSQL build deleteSQL Insert new row into the ADDRESS table. @param businessKey String to the BusinessEntity object that owns the Contact to be inserted @ ...JdbcExample @author jmesnil This class is an example of use of JOTM with a DataBase org.xquark.mapper.mapping.MappingTypeInfo @author sr To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments com.mockobjects.eziba.sql.PreparedStatement
| Popular Tags |