A SERVICE OF

logo

Virtuoso 4.5 Application and Integration Reviewers Guide
Copyright ©2006 OpenLink Software
21
"new_y" double precision external type 'System.Double'),
METHOD "distance" ("p" Point external type 'Point')
returns double precision external type 'System.Double'
external name 'distance'
;
As seen in Figure 26 – Viewing Hosted Module, loaded Hosted Modules can be viewed
at any time via the Administration Use Interface.
Figure 26 – Viewing Hosted Module
As show below in Figure 27 – User Defined Types, a list of user-defined types can be
viewed by selecting the User Defined Types for the schema under the Database option in
the Conductor.
Figure 27 – User Defined Types
Step 7. To test this UDT we next define a stored procedure called distance, which can
be executed via ISQL. The "distance" stored procedure uses a C# function