Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3f68139

Browse files
author
Peter Mount
committed
An abstract declaration for the close() method was missed out of the previous
commit to CVS.
1 parent408e6e0 commit3f68139

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
importpostgresql.util.*;
1111

1212
/**
13-
* $Id: Connection.java,v 1.18 1999/09/1405:50:33 peter Exp $
13+
* $Id: Connection.java,v 1.19 1999/09/1422: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
protectedabstractjava.sql.ResultSetgetResultSet(postgresql.Connectionconn,Field[]fields,Vectortuples,Stringstatus,intupdateCount)throwsSQLException;
695695

696+
publicabstractvoidclose()throwsSQLException;
697+
696698
/**
697699
* Overides finalize(). If called, it closes the connection.
698700
*

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp