1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-05 07:21:24 +03:00

Implement UpdateCount

This commit is contained in:
Peter Mount
1999-04-11 18:03:00 +00:00
parent 50eb8b7d7f
commit ded46bd522
4 changed files with 25 additions and 4 deletions

View File

@ -35,7 +35,7 @@ public class Statement implements java.sql.Statement
}
/**
* Execute a SQL statement that retruns a single ResultSet
* Execute a SQL statement that returns a single ResultSet
*
* @param sql typically a static SQL SELECT statement
* @return a ResulSet that contains the data produced by the query