Example 4 (User-Defined Type)
PROCEDURE type_example2 ()
BEGIN
-- b is defined in Example 3 (User-Defined Type)
DECLARE test /shared/type_example1.b;SET test.a = 123;
SET test.b = 345;
SET test.c = 'hello';
END
PROCEDURE type_example2 ()
BEGIN
-- b is defined in Example 3 (User-Defined Type)
DECLARE test /shared/type_example1.b;SET test.a = 123;
SET test.b = 345;
SET test.c = 'hello';
END
Copyright © 2002-2023. Cloud Software Group, Inc. All Rights Reserved.