![]() | ![]() | contents |
CREATE PROCEDURE FROM CLASS — Defines a stored procedure associated with a Java class.
CREATE PROCEDURE [ALLOW role-name [,...]] FROM CLASS class-name
You must declare stored procedures to make them accessible at runtime. The declared procedures are evaluated and included in the application catalog when you compile the database schema.
If security is enabled at runtime, only those roles named in the ALLOW clause have permission to invoke the procedure. If security is not enabled at runtime, the ALLOW clause is ignored and all users have access to the stored procedure.
Use CREATE PROCEDURE FROM CLASS when adding user-defined stored procedures written in Java. The class-name is the name of the Java class. This class must be accessible from the classpath argument used when compiling the application catalog.
The Tao of VoltDB
The 5 Principles of VoltDB
VoltDB Technosphere
Products and Solutions
Technical Support
Key Features
Download VoltDB
No Limits
VoltDB Application Gallery
Infinite Possibilities
VoltBuilder Program
