KickJava   Java API By Example, From Geeks To Geeks.

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

  • org.dbunit.dataset.datatype.TimeDataTypeTest
    @author Manuel Laflamme @version $Revision: 1.12 $
  • 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.hsqldb.jdbc.jdbcResultSet
    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 SCROLL_INSENSITIVE and FORWARD_ONLY types for ResultSet are now supported fredt@users 20020315 - patch 497714 by lakuhns@users - scrollable ResultSet all abs ...
  • org.hsqldb.Column
    fredt@users 20020130 - patch 491987 by jimbag@users fredt@users 20020320 - doc 1.7.0 - update fredt@users 20020401 - patch 442993 by fredt - arithmetic expressions to allow mixed type arithmetic expressions beginning with a narrower type changes applied to several lines of code and not marked separ ...
  • com.mysql.jdbc.CallableStatement
    Representation of stored procedures for JDBC @author Mark Matthews @version $Id: CallableStatement.java,v 1.1.2.1 2005/05/13 18:58:38 mmatthews Exp $
  • org.hsqldb.HsqlDateTime
    fredt@users 20020130 - patch 1.7.0 by fredt - new class replaces patch by deforest@users fredt@users 20020414 - patch 517028 by peterhudson@users - use of calendar fredt@users 20020414 - patch 828957 by tjcrowder@users - JDK 1.3 compatibility fredt@users 20040105 - patch 870957 by Gerhard Hiller - ...
  • org.objectweb.jonas.jtests.clients.entity.A_EtypeOsqltime
    This set of test are common to CMP version 1 and CMP version 2 These are tests about java.sql.Time field of entity bean . Beans used: etype/osqltime @author Helene Joanin
  • org.apache.commons.beanutils.TestResultSet
    <p>Mock object that implements enough of <code>java.sql.ResultSet</code> to exercise the {@link ResultSetDyaClass} functionality.</p> @author Craig R. McClanahan @version $Revision: 1.5 $ $Date: 2004/02/28 13:18:36 $
  • 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.hibernate.type.TimeType
    <tt>time</tt>: A type that maps an SQL TIME to a Java java.util.Date or java.sql.Time. @author Gavin King
  • org.hsqldb.Session
    fredt@users 20020320 - doc 1.7.0 - update fredt@users 20020315 - patch 1.7.0 - switch for scripting fredt@users 20020130 - patch 476694 by velichko - transaction savepoints additions in different parts to support savepoint transactions fredt@users 20020910 - patch 1.7.1 by fredt - database readonly ...
  • org.hsqldb.jdbc.jdbcPreparedStatement
    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.PreparedStatement and java.sqlCa ...
  • org.apache.commons.beanutils.locale.LocaleConvertUtilsTestCase
    <p> Test Case for the LocaleConvertUtils class. See unimplemented functionality of the convert utils in the method begining with fixme </p> @author Michael Szlapa @author Paul Hamamnt & Rune Johannesen (pairing) - patches. @version $Revision: 1.7 $ $Date: 2004/02/28 13:18:37 $
  • com.mockobjects.eziba.sql.PreparedStatement
  • org.apache.commons.betwixt.schema.DefaultDataTypeMapper
    Default <code>DataTypeMapper</code>implementation. Provides a reasonably standard and compatible mapping. @author <a HREF='http://jakarta.apache.org/'>Jakarta Commons Team</a> @version $Revision: 1.2 $
Popular Tags