mirror of
https://github.com/postgres/postgres.git
synced 2025-08-28 18:48:04 +03:00
Second phase of restructuring to add jdbc3 support.
This commit is contained in:
@@ -3,7 +3,7 @@ package org.postgresql.jdbc1;
|
||||
|
||||
import java.sql.*;
|
||||
|
||||
/* $Header: /cvsroot/pgsql/src/interfaces/jdbc/org/postgresql/jdbc1/Attic/Jdbc1Statement.java,v 1.1 2002/07/23 03:59:55 barry Exp $
|
||||
/* $Header: /cvsroot/pgsql/src/interfaces/jdbc/org/postgresql/jdbc1/Attic/Jdbc1Statement.java,v 1.2 2002/07/24 22:08:40 barry Exp $
|
||||
* This class implements the java.sql.Statement interface for JDBC1.
|
||||
* However most of the implementation is really done in
|
||||
* org.postgresql.jdbc1.AbstractJdbc1Statement
|
||||
@@ -13,7 +13,7 @@ public class Jdbc1Statement extends org.postgresql.jdbc1.AbstractJdbc1Statement
|
||||
|
||||
public Jdbc1Statement (Jdbc1Connection c)
|
||||
{
|
||||
connection = c;
|
||||
super(c);
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user