 |
How c-treeACE SQL Interacts with Java
c-treeACE SQL’s implementation of stored procedures allows use of standard Java programming constructs instead of requiring proprietary flow-control language. To do this, the c-treeACE SQL interacts with Java in the following ways:
- When you create a stored procedure, c-treeACE SQL processes the Java code, submits it to the Java compiler, and receives the compiled results to store in the database.
- When applications call a stored procedure, c-treeACE SQL interacts with the Java virtual machine (JRE) to execute the stored procedure and receive any results.
|