| Name | ReturnType | Arguments | Type |
|---|---|---|---|
| sr.uuid_nil | uuid | FUNCTION | |
| sr.uuid_ns_dns | uuid | FUNCTION | |
| sr.uuid_ns_url | uuid | FUNCTION | |
| sr.uuid_ns_oid | uuid | FUNCTION | |
| sr.uuid_ns_x500 | uuid | FUNCTION | |
| sr.uuid_generate_v1 | uuid | FUNCTION | |
| sr.uuid_generate_v1mc | uuid | FUNCTION | |
| sr.uuid_generate_v3 | uuid | namespace uuid, name text | FUNCTION |
| sr.uuid_generate_v4 | uuid | FUNCTION | |
| sr.uuid_generate_v5 | uuid | namespace uuid, name text | FUNCTION |
| sr.fn_bank_balance | float8 | entity_uuid uuid | FUNCTION |
| sr.fn_bank_transaction | json | new_transaction_uuid uuid, new_sending_entity_uuid uuid, new_receiving_entity_uuid uuid, new_transaction_value double precision, new_transaction_status_id bigint, new_transaction_details jsonb | FUNCTION |
| sr.fn_bank_transactions | json | entity_uuid uuid, num_transactions bigint DEFAULT 1000 | FUNCTION |
| sr.fn_eject_organization | uuid | ou uuid | FUNCTION |
| sr.fn_entity_type | text | entity_uuid uuid | FUNCTION |
| sr.fn_event_activity | json | p_event_uuid uuid, p_offset integer DEFAULT 0, p_limit integer DEFAULT 25 | FUNCTION |
Generated by tbls