Requirements for using type "SourceEditor" - Stored Procedures
a
anonymous
started a topic
almost 12 years ago
[This topic is migrated from our old forums. The original author name has been removed]
Hi all,
I am finishing a first version of IBM Netezza profile file. I would like to make use of some other viewers than the simple "grid"/"form" ones.
I can see that some other provided profiles are using one [DataView type="SourceEditor"]. Unfortunately I can't find any documentation refering to what are the data requirements necessary in order to invoke this viewer.
Is there a document showing the mapping between this type of data viewer and the fields required?
Many thanks,
David
1 Comment
Hans Bergsten
said
almost 12 years ago
[This reply is migrated from our old forums.]
Re: Requirements for using type "SourceEditor" - Stored Procedures
Hi David,
The SourceEditor (or more accurately, viewer="ProcedureViewer") maps to database-specific Java classes that are only implemented for the databases Marked as having Database Specific Support on this page:
http://www.dbvis.com/doc/database-drivers/
There is no public API for these classes and no way to register custom implementations.
The same is true for viewer="ddl".
Best Regards,
Hans
anonymous