Skip to content

Commit 3f68139

Browse files
author
Peter Mount
committed
An abstract declaration for the close() method was missed out of the previous
commit to CVS.
1 parent 408e6e0 commit 3f68139

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/interfaces/jdbc/postgresql/Connection.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import postgresql.util.*;
1111

1212
/**
13-
* $Id: Connection.java,v 1.18 1999/09/14 05:50:33 peter Exp $
13+
* $Id: Connection.java,v 1.19 1999/09/14 22:43:38 peter Exp $
1414
*
1515
* This abstract class is used by postgresql.Driver to open either the JDBC1 or
1616
* JDBC2 versions of the Connection class.
@@ -693,6 +693,8 @@ private void initObjectTypes()
693693
*/
694694
protected abstract java.sql.ResultSet getResultSet(postgresql.Connection conn, Field[] fields, Vector tuples, String status, int updateCount) throws SQLException;
695695

696+
public abstract void close() throws SQLException;
697+
696698
/**
697699
* Overides finalize(). If called, it closes the connection.
698700
*

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy