KickJava   Java API By Example, From Geeks To Geeks.

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

  • 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 &lt;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 $
  • com.ibatis.sqlmap.engine.type.ParameterSetterImpl
    A ParameterSetter implementation
Popular Tags