aspose file tools
The moose likes Performance and the fly likes registerOutParameter Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Performance
Reply locked New topic
Author

registerOutParameter

Armin Lus
Greenhorn

Joined: Dec 27, 2002
Posts: 4
Hello,
Which statement you think is better to use from the performance perspective?
stmt.registerOutParameter(1, java.sql.Types.INTEGER);
OR
stmt.registerOutParameter(1, OracleTypes.CURSOR);


Thanks,
Armin
David Weitzman
Ranch Hand

Joined: Jul 27, 2001
Posts: 1365
Hello, Armin, welcome to JavaRanch! Please change your display name to comply with our naming policy (which requires both a first and last name).
Also, keep in mind that most of our vistors check multiple forums and those that don't would prefer not to spend time answering a question that may have been answered elsewhere. For that reason, we ask you to refrain from cross posting in multiple forums.
Please continue this conversation in JDBC.
Thanks!
 
 
subject: registerOutParameter
 
Threads others viewed
calling stored procedure
output parameter returned by the stored procedure
procedure call
How to pass BLOB to Oracle stored procedure
Stored procedure which returns array
WebSphere development made easy
without the weight of IBM tools
http://www.myeclipseide.com