Progress
SQL-92
Guide and Reference
How Progress SQL-92 Interacts with Java
Progress SQL-92 stored procedures allow the use of standard Java programming constructs along with standard SQL statements. To do this, the SQL server interacts with Java in the following ways:
- When you create a stored procedure, the SQL server processes the Java code, submits it to the Java compiler, receives the compiled result, and stores the result in the database.
- When an application calls a stored procedure, the SQL server interacts with the Java Virtual Machine (JVM) to execute the stored procedure and receive any result.
Copyright © 2004 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |