org.springframework.jdbc.core.JdbcTemplateQueryTests @author Juergen Hoeller @since 19.12.2004 org.springframework.jdbc.core.JdbcTemplateTests Mock object based tests for JdbcTemplate. @author Rod Johnson @author Thomas Risberg 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.roller.business.utils.SyncUpgrade098Xto1000 Synchronize a source 0.9.8.X database with a destination 1.0.0.0 database. com.mysql.jdbc.DatabaseMetaData JDBC Interface to Mysql functions <p> This class provides information about the database as a whole. </p> <p> Many of the methods here return lists of information in ResultSets. You can use the normal ResultSet methods such as getString and getInt to retrieve the data from these ...org.hsqldb.jdbc.jdbcDatabaseMetaData fredt@users 20020320 - patch 1.7.0 - JDBC 2 support and error trapping JDBC 2 methods can now be called from jdk 1.1.x - see javadoc comments boucherb@users 20020509 - added "throws SQLException" to all methods where it was missing here but specified in the java.sql.DatabaseMetaData interface, upda ...org.hibernate.loader.Loader Abstract superclass of object loading (and querying) strategies. This class implements useful common functionality that concrete loaders delegate to. It is not intended that this functionality would be directly accessed by client code. (Hence, all methods of this class are declared <tt>prote ...com.internetcds.jdbc.tds.DatabaseMetaData This class provides information about the database as a whole. <P>Many of the methods here return lists of information in ResultSets. You can use the normal ResultSet methods such as getString and getInt to retrieve the data from these ResultSets. If a given form of metadata is not availab ...org.objectweb.cjdbc.driver.Connection This class implements the communication protocol to the Controller. <p> Connection.java was inspired from the PostgreSQL JDBC driver by Peter T. Mount. @author <a HREF="mailto:Emmanuel.Cecchet@inria.fr">Emmanuel Cecchet </a> @author <a HREF="mailto:Julie.Marguerite@inria.fr"& ...com.caucho.eswrap.java.sql.ResultSetEcmaWrap
org.objectweb.jac.aspects.persistence.SQLStorage Implements the storage to store within an SQL compliant database system. @see LongOID org.springframework.jdbc.object.SqlQueryTests @author Trevor Cook @author Thomas Risberg com.mockobjects.sql.MockDatabaseMetaData
com.nilostep.xlsql.jdbc.xlDatabaseMetaData
com.ziclix.python.sql.Fetch <p>The responsibility of a Fetch instance is to manage the iteration of a ResultSet. Two different alogorithms are available: static or dynamic.</p> <p/> <p><b>Static</b> The static variety iterates the entire set immediately, creating the necessary Jython obje ...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.springframework.jdbc.support.DefaultLobHandlerTests @author Juergen Hoeller @since 17.12.2003 org.eclipse.test.internal.performance.db.SQL Any SQL should only be used here. org.springframework.jdbc.core.support.LobSupportTests @author Alef Arendsen 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.eclipse.test.internal.performance.db.DB
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 ...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.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> 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 ...org.objectweb.jonas.stests.appli.OrderEntryClerkSFR org.exolab.jms.persistence.Messages This class manages the persistence of message objects. @version $Revision: 1.3 $ $Date: 2005/06/09 14:39:52 $ @author <a HREF="mailto:tma@netspace.net.au">Tim Anderson</a> 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.hsqldb.test.JDBCBench tpc bm b scaling rulesorg.apache.ojb.broker.accesslayer.RowReader @version $Id: RowReader.java,v 1.9 2004/04/04 23:53:31 brianm Exp $ 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 org.xquark.extractor.microsoft.Loader Implementation of {@link org.xquark.extractor.metadata.Loader} for Microsoft SQL Server. No additionnal features compared to base class. | Popular Tags |