create Connector
Create a connection to database, using the driver jar file name (if there are more drivers), the JDBC URL template name
Return
a Connector class you can use for connecting to database
Parameters
a name for the connection
the database name
is the name of the class to connect to database. Open the Connection Dialog in DbSchema and you will see the class name and driverJarFileName listed there.
is the name of the jar driver file under 'Users/CURRENT_USER/.DbSchema/RDBMS_NAME/drivers'. Use null if you have a single driver, or specify the file name if you use multiple drivers.
is the name which shows in the Connection Dialog when choosing a connection:'Standard', 'Using Authentication'....
the server host name. You should be able to ping this host ('ping hostname')'
where the server runs
the name of the database or instance in the database server
to connect to
connection
Create a connection using the given JDBC URL. The DBMS will be the same as the project DBMS.
Return
The created connection.
Parameters
The connection alias, can be any pseud-name.
The class name of the driver, you can find it in the JDBC combo of the connection dialog.
The JDBC URL. Same can be used if you enter 'Edit Manually' in DbSchema.
The database username.
The database password.
Create a connector with for the same Rdbms as the model. The driver is the fist found in the list of drivers.
Return
the connector
Parameters
of the connector in the project connectors list
of the database
of the database
to use
of the database
in the database