Skip to content

Home > extract-pg-schema > InformationSchemaRoutine > is_null_call

InformationSchemaRoutine.is_null_call property

If the function automatically returns null if any of its arguments are null, then YES, else NO

Signature:

typescript
is_null_call: YesNo | null;