Like what you see? Have a play with our trial version.

Error rendering macro 'rw-search'

null

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

 

The Connector MetaData is an implementation of abstract java class JDBCMetaData. This defines what connection details need to be prompted to the user for creating a connection to a third-party source. This may include parameters like usernames, tokens, hostnames, ports, account names etc. 

Basically, the JDBCMetaData class is used for building a connection wizard for a DataSource. The followfing functions need to be implemented to create a basic connection wizard: 

 

public JDBCMetaData(); 

public void initialiseParameters(); 

public String buttonPressed(String buttonName) throws Exception; 
 

 

 

 

 

  • No labels