4 VAR — define a variable
12 The VAR command assigns a new C data type to a host variable. The host
13 variable must be previously declared in a declare section.
21 A C type specification.
25 Exec sql begin declare section;
27 exec sql end declare section;
28 EXEC SQL VAR a IS int;
32 The VAR command is a PostgreSQL extension.