Checks if port, host, userid, password and database name fields all are non-empty.
true if all needed fields are non-empty.
createAdvancedControl
protected Group createAdvancedControl(Composite arg0)(Code)
Perform additional processing when the GUI is created. Sets the default value for the port
field and disables the schema field.
Parameters: arg0 - null
Gets a connection to the DB2 database. The port, host, userid, password and database name
must have been specified in order for the connection to succeed.
a database Connection throws: Exception -
Creates the DB2 service so we can do real work. Saves the values of text fields from the GUI
so that they can be used the next time this GUI page is displayed.
Parameters: monitor - a List with the DB2 service throws: Exception -
Fills the combo-box with the schema values available for the specified database. The DB2
catalog table db2gse.st_geometry_columns is used to get a list of all the schema values
associated with tables that have spatial columns.