Returns nodes associated with given node id as allocatable character
json
in JSON format.
The function returns the following error codes:
E_DB_BIND
if value binding failed.E_DB_NO_ROWS
if no rows are returned.E_DB_PREPARE
if statement preparation failed.E_DB_TYPE
if returned columns are unexpected.Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(db_type), | intent(inout) | :: | db |
Database type. |
||
character(len=:), | intent(out), | allocatable | :: | json |
Returned JSON. |
|
character(len=*), | intent(in) | :: | node_id |
Node id. |