Uses of Class
org.dbos.apiary.postgres.PostgresFunction
Packages that use PostgresFunction
Package
Description
Provide the classes necessary to write Postgres backed functions.
-
Uses of PostgresFunction in org.dbos.apiary.postgres
Method parameters in org.dbos.apiary.postgres with type arguments of type PostgresFunctionModifier and TypeMethodDescriptionvoid
PostgresConnection.registerFunction
(String name, Callable<PostgresFunction> function) Register a PostgresFunction.