Documentation

Trace:

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision Both sides next revision
jvx:server:db:func_proc [2018/02/02 11:17]
admin created
jvx:server:db:func_proc [2018/02/02 11:18]
admin
Line 48: Line 48:
 </​file>​ </​file>​
  
-ou are right, we have not support for in/out and out parameters! To support this kind of parameters, we have some special classes:+You are right, we have not support for in/out and out parameters! To support this kind of parameters, we have some special classes:
  
 com.sibvisions.rad.persist.jdbc.param.InParam \\  com.sibvisions.rad.persist.jdbc.param.InParam \\ 
Line 68: Line 68:
 </​file>​ </​file>​
  
-The executeFunction method supports standard Java Objects and our special Param objects, as used in the previous example.+The ''​executeFunction'' ​method supports standard Java Objects and our special Param objects, as used in the previous example.
  
-If you want to call a database procedure instead of a function, use the same classes and call executeProcedure.+If you want to call a database procedure instead of a function, use the same classes and call ''​executeProcedure''​.
  
This website uses cookies for visitor traffic analysis. By using the website, you agree with storing the cookies on your computer.More information