Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
3f681393
Commit
3f681393
authored
Sep 14, 1999
by
Peter Mount
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
An abstract declaration for the close() method was missed out of the previous
commit to CVS.
parent
408e6e02
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
src/interfaces/jdbc/postgresql/Connection.java
src/interfaces/jdbc/postgresql/Connection.java
+3
-1
No files found.
src/interfaces/jdbc/postgresql/Connection.java
View file @
3f681393
...
@@ -10,7 +10,7 @@ import postgresql.largeobject.*;
...
@@ -10,7 +10,7 @@ import postgresql.largeobject.*;
import
postgresql.util.*
;
import
postgresql.util.*
;
/**
/**
* $Id: Connection.java,v 1.1
8 1999/09/14 05:50:33
peter Exp $
* $Id: Connection.java,v 1.1
9 1999/09/14 22:43:38
peter Exp $
*
*
* This abstract class is used by postgresql.Driver to open either the JDBC1 or
* This abstract class is used by postgresql.Driver to open either the JDBC1 or
* JDBC2 versions of the Connection class.
* JDBC2 versions of the Connection class.
...
@@ -693,6 +693,8 @@ public abstract class Connection
...
@@ -693,6 +693,8 @@ public abstract class Connection
*/
*/
protected
abstract
java
.
sql
.
ResultSet
getResultSet
(
postgresql
.
Connection
conn
,
Field
[]
fields
,
Vector
tuples
,
String
status
,
int
updateCount
)
throws
SQLException
;
protected
abstract
java
.
sql
.
ResultSet
getResultSet
(
postgresql
.
Connection
conn
,
Field
[]
fields
,
Vector
tuples
,
String
status
,
int
updateCount
)
throws
SQLException
;
public
abstract
void
close
()
throws
SQLException
;
/**
/**
* Overides finalize(). If called, it closes the connection.
* Overides finalize(). If called, it closes the connection.
*
*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment