- * redeploy |
+ * redeploy |
* True if the old and new jar should be undeployed and deployed according
* to their respective {@link
* org.postgresql.pljava.management.SQLDeploymentDescriptor deployment
@@ -157,19 +157,19 @@
* SELECT sqlj.replace_jar(<jar_image>, <jar_name>, <redeploy>);
*
* Parameters
- * Parameters for
+ * Parameters for
* sqlj.replace_jar(bytea...)
*
- * jar_image |
+ * jar_image |
* The byte array that constitutes the contents of the jar that should be
* loaded |
*
*
- * jar_name |
+ * jar_name |
* The name of the jar to be replaced |
*
*
- * redeploy |
+ * redeploy |
* True if the old and new jar should be undeployed and deployed according
* to their respective {@link
* org.postgresql.pljava.management.SQLDeploymentDescriptor deployment
@@ -184,13 +184,13 @@
* SELECT sqlj.remove_jar(<jar_name>, <undeploy>);
*
* Parameters
- * Parameters for sqlj.remove_jar
+ * Parameters for sqlj.remove_jar
*
- * jar_name |
+ * jar_name |
* The name of the jar to be removed |
*
*
- * undeploy |
+ * undeploy |
* True if the jar should be undeployed according to its {@link
* org.postgresql.pljava.management.SQLDeploymentDescriptor deployment
* descriptor}, false otherwise |
@@ -204,7 +204,7 @@
* SELECT sqlj.get_classpath(<schema>);
*
* Parameters
- * Parameters for sqlj.get_classpath
+ * Parameters for sqlj.get_classpath
*
* schema |
* The name of the schema |
@@ -219,7 +219,7 @@
* SELECT sqlj.set_classpath(<schema>, <classpath>);
*
* Parameters
- * Parameters for sqlj.set_classpath
+ * Parameters for sqlj.set_classpath
*
* schema |
* The name of the schema |
@@ -236,7 +236,7 @@
* SELECT sqlj.add_type_mapping(<sqlTypeName>, <className>);
*
* Parameters
- * Parameters for sqlj.add_type_mapping
+ * Parameters for sqlj.add_type_mapping
*
* sqlTypeName |
* The name of the SQL type. The name can be qualified with a
@@ -256,7 +256,7 @@
* SELECT sqlj.drop_type_mapping(<sqlTypeName>);
*
* Parameters
- * Parameters for sqlj.drop_type_mapping
+ * Parameters for sqlj.drop_type_mapping
*
* sqlTypeName |
* The name of the SQL type. The name can be qualified with a
@@ -275,7 +275,7 @@
* {@code SELECT sqlj.alias_java_language(, sandboxed => );}
*
* Parameters
- * Parameters for sqlj.alias_java_language
+ * Parameters for sqlj.alias_java_language
*
* alias |
* The name desired for the language alias. Language names are not
|
|
|
|
|