KickJava   Java API By Example, From Geeks To Geeks.

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

  • org.hsqldb.jdbc.jdbcConnection
    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.Connection interface, updated ge ...
  • org.apache.xalan.lib.sql.XConnection
    An XSLT extension that allows a stylesheet to access JDBC data. It is accessed by specifying a namespace URI as follows: <pre> xmlns:sql="http://xml.apache.org/xalan/sql" </pre> From the stylesheet perspective, XConnection provides 3 extension functions: new(), query(), and close(). ...
  • com.mysql.jdbc.SQLError
    SQLError is a utility class that maps MySQL error codes to X/Open error codes as is required by the JDBC spec. @author Mark Matthews <mmatthew_at_worldserver.com> @version $Id: SQLError.java,v 1.1.2.2 2005/05/19 15:52:24 mmatthews Exp $
  • org.springframework.jdbc.core.JdbcTemplateTests
    Mock object based tests for JdbcTemplate. @author Rod Johnson @author Thomas Risberg
  • com.ziclix.python.sql.WarningEvent
    An event signalling the a SQLWarning was encountered while building results from a ResultSet.
  • 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"
  • com.caucho.sql.spy.SpyStatement
    Spying on a statement;
  • com.caucho.db.jdbc.StatementImpl
    The JDBC statement implementation.
Popular Tags