Generic
Generic JDBC database connection
Jdbc Drivers
Make sure tweakstreet can find your jdbc driver by placing the jar files in the appropriate driver location.
Settings
Name | Type | Description | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Driver Class |
string |
Jdbc driver class to use. Some class names for popular databases are:
|
||||||||||||||||
Jdbc Url |
string |
Jdbc url to use. Some url formats for popular databases are:
|
||||||||||||||||
Properties |
dict |
Properties passed to the driver when creating a connection. Supported properties are driver-specific, but usually Property values can be optionally encrypted using the password widget. |
||||||||||||||||
Default Timezone |
string |
JDBC default timezone for the connection. When |
||||||||||||||||
Run SQL after connect |
string |
SQL to execute immediately after connecting. Multiple statements must be separated by blank lines. |
Test Connection
You can test the connection from the context menu.