Hello,

I migrate an old JDBC program to Gnoga, I use:

boolean execute()
Executes the SQL statement in this PreparedStatement object, which may be any 
kind of SQL statement.

ResultSet executeQuery()
Executes the SQL query in this PreparedStatement object and returns the 
ResultSet object generated by the query.

int executeUpdate()
Executes the SQL statement in this PreparedStatement object, which must be an 
SQL INSERT, UPDATE or DELETE statement; or an SQL statement that returns 
nothing, such as a DDL statement.
(see 
http://www.coderanch.com/t/301594/JDBC/databases/Difference-execute-executeQuery-executeUpdate)

I've translated "execute" by procedure "Execute_Query" and "executeQuery" by 
function "Query".

How to translate "executeUpdate"?
Is it "Execute_Query" and "Affected_Rows"?

Thanks, Pascal.
http://blady.pagesperso-orange.fr



------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Gnoga-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gnoga-list

Reply via email to