diff --git a/pljava/src/main/java/org/postgresql/pljava/management/Commands.java b/pljava/src/main/java/org/postgresql/pljava/management/Commands.java index 0cdafa254..df3884388 100644 --- a/pljava/src/main/java/org/postgresql/pljava/management/Commands.java +++ b/pljava/src/main/java/org/postgresql/pljava/management/Commands.java @@ -88,18 +88,18 @@ *
SELECT sqlj.install_jar(<jar_url>, <jar_name>, <deploy>); *
*

Parameters

- *
+ *
Parameters for sqlj.install_jar(url...)
* - * + * * * * - * + * * * * - * + * * @@ -109,20 +109,20 @@ *
SELECT sqlj.install_jar(<jar_image>, <jar_name>, <deploy>); *
*

Parameters

- *
Parameters for sqlj.install_jar(url...)
jar_urljar_urlThe URL that denotes the location of the jar that should be loaded
jar_namejar_nameThis is the name by which this jar can be referenced once it has been * loaded
deploydeployTrue if the jar should be deployed according to a {@link * org.postgresql.pljava.management.SQLDeploymentDescriptor deployment * descriptor}, false otherwise
Parameters for + *
* - * + * * * * - * + * * * * - * + * * @@ -136,17 +136,17 @@ *
SELECT sqlj.replace_jar(<jar_url>, <jar_name>, <redeploy>); *
*

Parameters

- *
Parameters for * sqlj.install_jar(bytea...)
jar_imagejar_imageThe byte array that constitutes the contents of the jar that should be * loaded
jar_namejar_nameThis is the name by which this jar can be referenced once it has been * loaded
deploydeployTrue if the jar should be deployed according to a {@link * org.postgresql.pljava.management.SQLDeploymentDescriptor deployment * descriptor}, false otherwise
+ *
Parameters for sqlj.replace_jar(url...)
* - * + * * * * - * + * * * * - * + * *
Parameters for sqlj.replace_jar(url...)
jar_urljar_urlThe URL that denotes the location of the jar that should be loaded
jar_namejar_nameThe name of the jar to be replaced
redeployredeployTrue 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_imagejar_imageThe byte array that constitutes the contents of the jar that should be * loaded
jar_namejar_nameThe name of the jar to be replaced
redeployredeployTrue 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
* - * + * * * * - * + * * @@ -204,7 +204,7 @@ *
SELECT sqlj.get_classpath(<schema>); *
*

Parameters

- *
Parameters for sqlj.remove_jar
jar_namejar_nameThe name of the jar to be removed
undeployundeployTrue if the jar should be undeployed according to its {@link * org.postgresql.pljava.management.SQLDeploymentDescriptor deployment * descriptor}, false otherwise
+ *
Parameters for sqlj.get_classpath
* * * @@ -219,7 +219,7 @@ *
SELECT sqlj.set_classpath(<schema>, <classpath>); *
*

Parameters

- *
Parameters for sqlj.get_classpath
schemaThe name of the schema
+ *
Parameters for sqlj.set_classpath
* * * @@ -236,7 +236,7 @@ *
SELECT sqlj.add_type_mapping(<sqlTypeName>, <className>); *
*

Parameters

- *
Parameters for sqlj.set_classpath
schemaThe name of the schema
+ *
Parameters for sqlj.add_type_mapping
* * *
Parameters for sqlj.add_type_mapping
sqlTypeNameThe 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
sqlTypeNameThe 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
aliasThe name desired for the language alias. Language names are not