/[classpath]/classpath/java/sql/PreparedStatement.java
ViewVC logotype

Diff of /classpath/java/sql/PreparedStatement.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by mkoch, Sun Oct 12 16:38:16 2003 UTC revision 1.8 by mkoch, Mon Oct 13 06:29:48 2003 UTC
# Line 51  import java.util.Calendar; Line 51  import java.util.Calendar;
51   *   *
52   * @author Aaron M. Renn (arenn@urbanophile.com)   * @author Aaron M. Renn (arenn@urbanophile.com)
53   */   */
54  interface PreparedStatement extends Statement  public interface PreparedStatement extends Statement
55  {  {
56    /**    /**
57     * This method executes a prepared SQL query and returns its ResultSet.     * This method executes a prepared SQL query and returns its ResultSet.

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26