Class Modules
java.lang.Object
org.postgresql.pljava.example.annotation.Modules
- All Implemented Interfaces:
ResultSetProvider
,ResultSetProvider.Large
Example code to support querying for the modules in Java's boot layer.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.postgresql.pljava.ResultSetProvider
ResultSetProvider.Large
-
Method Summary
Modifier and TypeMethodDescriptionboolean
assignRowValues
(ResultSet receiver, long currentRow) void
close()
static ResultSetProvider
Returns information on the named modules in Java's boot module layer.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.postgresql.pljava.ResultSetProvider.Large
assignRowValues
-
Method Details
-
java_modules
@Function(effects=STABLE, out={"name pg_catalog.text","any_unqualified_exports boolean","any_unqualified_opens boolean"}) public static ResultSetProvider java_modules()Returns information on the named modules in Java's boot module layer. -
assignRowValues
- Specified by:
assignRowValues
in interfaceResultSetProvider
- Specified by:
assignRowValues
in interfaceResultSetProvider.Large
- Throws:
SQLException
-
close
- Specified by:
close
in interfaceResultSetProvider
-