There was an error while loading. Please reload this page.
1 parent 7973977 commit 44bd27fCopy full SHA for 44bd27f
javascript/nashorn/ReadMe-JavaScript-OJVM.md
@@ -53,9 +53,12 @@ The signature may differ depending on your input parameters and return values.
53
The following SQL script creates the Java class in your schema
54
55
create or replace and compile java resource named "InvokeScript" as
56
+
57
@InvokeScript.java
58
59
/
- Alrnatively you can simply load the Java class in your schema using
60
61
+ Alternatively, you can simply load the Java class in your schema using
62
loadjava -r -v -user hr/hr InvokeScript.java
63
64
## Create a SQL wrapper for the javax.script wrapper class
0 commit comments