KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > sql > Connection > Top Examples

  • org.quartz.impl.jdbcjobstore.DriverDelegate
    <p> This is the base interface for all driver delegate classes. </p> <p> This interface is very similar to the <code>{@link org.quartz.spi.JobStore}</code> interface except each method has an additional <code>{@link java.sql.Connection}</code> parameter. ...
  • org.apache.cocoon.components.cron.QuartzDriverDelegate
    Wrapper around another DriverDelegate instance. <p>This wrapper makes sure that three Cocoon specific transient objects are removed from the JobDataMap before serializing it into the database, and populated back into the map when JobDetailMap is loaded from the database. These objects are:& ...
  • org.springframework.jdbc.datasource.DataSourceTransactionManagerTests
    @author Juergen Hoeller @since 04.07.2003
  • org.quartz.impl.jdbcjobstore.JobStoreSupport
    <p> Contains base functionality for JDBC-based JobStore implementations. </p> @author <a HREF="mailto:jeff@binaryfeed.org">Jeffrey Wescott</a> @author James House
  • org.springframework.orm.hibernate.HibernateTransactionManagerTests
    @author Juergen Hoeller @since 02.05.2003
  • org.quartz.impl.jdbcjobstore.JobStoreCMT
    <p> <code>JobStoreCMT</code> is meant to be used in an application-server environment that provides container-managed-transactions. No commit rollback will be1 handled by this class. </p> <p> If you need commit / rollback, use <code>{@link org.quartz.impl.jdbcj ...
  • org.quartz.impl.jdbcjobstore.JobStoreTX
    <p> <code>JobStoreTX</code> is meant to be used in a standalone environment. Both commit and rollback will be handled by this class. </p> <p> If you need a <code>{@link org.quartz.spi.JobStore}</code> class to use within an application-server environment, ...
  • org.exolab.jms.persistence.RDBMSAdapter
    This adapter is a wrapper class around the persistency mechanism. It isolates the client from the working specifics of the database, by providing a simple straight forward interface. Furure changes to the database will only require changes to the adapter. @version $Revision: 1.4 $ $Date: 2005 ...
  • 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.exolab.jms.persistence.PersistenceAdapter
    This adapter is a wrapper class around the persistency mechanism. It isolates the client from the working specifics of the database, by providing a simple straight forward interface. Future changes to the database will only require changes to the adapter. @version $Revision: 1.2 $ $Date: 2005 ...
  • org.jboss.cache.loader.JDBCCacheLoader
    JDBC CacheLoader implementation. <p/> This implementation uses one table. The table consists of three columns: <ul> <li>text column for fqn (which is also a primary key)</li> <li>blob column for attributes (can contain null)</li> <li>text column for parent ...
  • org.roller.business.utils.SyncUpgrade098Xto1000
    Synchronize a source 0.9.8.X database with a destination 1.0.0.0 database.
  • org.apache.slide.store.impl.rdbms.OldJDBCAdapter
    A database adapter, which is using almost the same SQL scheme as the deprecated slidestore.reference.JDBCDescriptorsStore. This adapter this meant for backward compatibility with Slide 1.x. Don't use this adapter for new projects. <strong>The content store methods are not supported.</str ...
  • org.apache.commons.dbcp.datasources.TestPerUserPoolDataSource
    @author John McNally @author Dirk Verbeeck @version $Revision: 1.9 $ $Date: 2004/02/28 11:47:52 $
  • org.apache.torque.util.BasePeer
    This is the base class for all Peer classes in the system. Peer classes are responsible for isolating all of the database access for a specific business object. They execute all of the SQL against the database. Over time this class has grown to include utility methods which ease execution of cr ...
  • sync4j.server.store.EnginePersistentStore
    This is the store for information regarding the Sync4j engine such as users, principals, ecc. Currently it persistes the following classes: <ul> <li>sync4j.framework.security.Sync4jPrincipal</li> </ul> @author Stefano Fornari @ Funambol @version $Id: EnginePersistentSt ...
  • org.apache.jetspeed.om.security.turbine.BaseTurbineRolePermissionPeer
    This class was autogenerated by Torque on: [Thu Apr 22 15:30:48 PDT 2004]
  • org.jboss.mq.pm.jdbc3.PersistenceManager
    This class manages all persistence related services for JDBC based persistence. @jmx:mbean extends="org.jboss.system.ServiceMBean, org.jboss.mq.pm.PersistenceManagerMBean, org.jboss.mq.pm.CacheStoreMBean" @author Jayesh Parayali (jayeshpk1@yahoo.com) @author Hiram Chirino (cojonudo14@hotmail.com ...
  • org.apache.jetspeed.om.dbregistry.BasePortletDbEntryPeer
    This class was autogenerated by Torque on: [Thu Apr 22 15:30:48 PDT 2004]
  • 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 ...
  • testsuite.regression.ConnectionRegressionTest
    Regression tests for Connections @author Mark Matthews @version $Id: ConnectionRegressionTest.java,v 1.1.2.1 2005/05/13 18:58:38 mmatthews Exp $
  • 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.xquark.extractor.Extractor
    Extractor XML/DBC DataSource implementation.
  • testsuite.regression.StatementRegressionTest
    Regression tests for the Statement class @author Mark Matthews
  • org.quartz.impl.jdbcjobstore.DB2v7Delegate
    Quartz JDBC delegate for DB2 v7 databases. @author Blair Jensen
  • org.apache.catalina.realm.DataSourceRealm
    Implmentation of <b>Realm</b> that works with any JDBC JNDI DataSource. See the JDBCRealm.howto for more details on how to set up the database and for configuration options. @author Glenn L. Nielsen @author Craig R. McClanahan @author Carson McDonald @author Ignacio Ortega @version $ ...
  • 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.objectweb.cjdbc.scenario.users.SQLInjectionScenario
    Starts multiple thread that execute inserts on backends. This class defines a SQLInjectionScenario @author <a HREF="mailto:Nicolas.Modrzyk@inrialpes.fr">Nicolas Modrzyk </a> @version 1.0
  • 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.hsqldb.test.JDBCBench
    tpc bm b scaling rules
  • org.ashkelon.Author
    Part of Persistable javadoc object model known as 'ashkelon' An author represents a java class or interface author @author Eitan Suez @version 2.0
  • org.logicalcobwebs.proxool.ConnectionResetterTest
    Test whether the {@link ConnectionResetter} works. @version $Revision: 1.14 $, $Date: 2003/03/04 10:58:43 $ @author Bill Horsman (bill@logicalcobwebs.co.uk) @author $Author: billhorsman $ (current maintainer) @since Proxool 0.5
  • com.hp.hpl.jena.db.DBConnection
    Encapsulate the specification of a jdbc connection. This is mostly used to simplify the calling pattern for ModelRDB factory methods. @author csayers (based in part on the jena 1 implementation by der). @version $Revision: 1.14 $
  • org.objectweb.cjdbc.scenario.raidb1.driver.MemoryUsageScenario
    This class defines a MemoryUsageScenario @author <a HREF="mailto:Nicolas.Modrzyk@inrialpes.fr">Nicolas Modrzyk </a> @version 1.0
  • org.webdocwf.util.loader.generator.CreateIncludeFiles
    CreateIncludeFiles class creates Xml(ImportDefinition.xml) and Sql( CreateTables.sql, CreateIntegrity.sql, CreateOisAdminData.sql, CreatePrimary.sql and CreateIndex.sql) files, if the input data is database. @author Radoslav Dutina @version 1.0
  • com.mysql.jdbc.NonRegisteringReplicationDriver
    Driver that opens two connections, one two a replication master, and another to one or more slaves, and decides to use master when the connection is not read-only, and use slave(s) when the connection is read-only. @version $Id: NonRegisteringReplicationDriver.java,v 1.1.2.1 2005/05/13 18:58:37 m ...
Popular Tags