Home      DB      Replicator      CRM      Solutions  

License Policy
One$ DB FAQ
Pricing Policy
Support Overview
Features
Documentation
Compatible Products
Data Migration
Features Comparison
Performance Comparison
Daffodil DB
 
Example1


CREATE PROCEDURE p1 (OUT b int, IN c Boolean, INOUT d int) specific spname EXTERNAL NAME examplejar:examples.testingForProcedure::SQLConnect(javaparameter, Boolean, javaparameter)

Where,

spname is the specific name of procedure for unique identification.

examplejar is the name of the jar where java class is supposed to be found.

examples.testingForProcedure is the name of the class with its package name (package name is mandatory if class resides in a package).

SQLConnect is the name of the method.
 
Web Database | SQL Database | Embedded Database
©2006 Daffodil Software Ltd. Contact Us | Disclaimer | Sitemap