13.3 Checking Used Names
To see the currently used names in a namespace you can use the PgxSession.getGraphs(Namespace)
method, which will list all the names in the given namespace. The names in the returned collection can be used in a getGraph(Namespace, String)
call to retrieve the corresponding PgxGraph
.
Parent topic: Namespaces and Sharing