Subject Sys tables: How to get all constraints for domains?
Author firebirdsql
I read the IB documentation but could not figure it out.

I know this query returns all domains and column data types:
SELECT * FROM rdb$fields WHERE rdb$system_flag = 0;

I want to get all the constraints and their definitions.