mirror of
https://github.com/postgres/postgres.git
synced 2025-07-15 19:21:59 +03:00
Backpatch jdbc2 fixes to jdbc1, ANT fixes, from Peter Eisentraut
This commit is contained in:
@ -22,7 +22,7 @@ import org.postgresql.util.PSQLException;
|
||||
* @see java.sql.Statement
|
||||
* @see ResultSet
|
||||
*/
|
||||
public class Statement implements java.sql.Statement
|
||||
public class Statement extends org.postgresql.Statement implements java.sql.Statement
|
||||
{
|
||||
Connection connection; // The connection who created us
|
||||
java.sql.ResultSet result = null; // The current results
|
||||
|
Reference in New Issue
Block a user