org.objectweb.cjdbc.driver.DriverResultSet A <code>ResultSet</code> provides access to a table of data generated by executing a Statement. The table rows are retrieved in sequence. Within a row its column values can be accessed in any order. <p> A <code>ResultSet</code> maintains a cursor pointing to its curre ...com.mysql.jdbc.ResultSet A ResultSet provides access to a table of data generated by executing a Statement. The table rows are retrieved in sequence. Within a row its column values can be accessed in any order. <P> A ResultSet maintains a cursor pointing to its current row of data. Initially the cursor is positione ...org.jboss.resource.adapter.jdbc.WrappedResultSet A wrapper for a result set @author <a HREF="mailto:adrian@jboss.com">Adrian Brock</a> @version $Revision: 1.1 $ org.webdocwf.util.i18njdbc.I18nResultSet This class implements the ResultSet interface for the I18nJdbc driver. @author Zoran Milakovic @author Zeljko Kovacevic org.objectweb.cjdbc.driver.CallableStatement This class is used to execute SQL stored procedures. The JDBC API provides a stored procedure SQL escape syntax that allows stored procedures to be called in a standard way for all RDBMSs. The only syntax accepted by this implementation is as follows: <pre> {call <procedure-name& ...org.jboss.resource.adapter.jdbc.WrappedPreparedStatement A wrapper for a prepared statement. @author <a HREF="mailto:d_jencks@users.sourceforge.net">David Jencks</a> @author <a HREF="mailto:adrian@jboss.com">Adrian Brock</a> @version $Revision: 1.4 $ org.apache.ojb.broker.util.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 ... | Popular Tags |