
SQLClient.sqlPort=3306
SQLClient.sqlHostname=db.domain.com
SQLClient.sqlUsername=username
SQLClient.sqlPassword=
SQLClient.sqlDatabase=mysql
SQLClient.sqlHandler=MySQL_twz

SQLClient.mainWindow.x=20
SQLClient.mainWindow.y=20
SQLClient.mainWindow.width=725
SQLClient.mainWindow.height=450

###
### These properties are actually Java Class Constants.
### They are reflected out of the Class definition. They
### take the form "className.fieldName". These are simply
### 'final int' fields.
###
#
# AUTO_RESIZE_OFF
# AUTO_RESIZE_ALL_COLUMNS
# AUTO_RESIZE_LAST_COLUMN
#
# Control table definitions column width auto resizing.
#
SQLClient.tableDefsAutoResizeMode=com.sun.java.swing.JTable.AUTO_RESIZE_OFF

#
# Control table list column width auto resizing.
#
SQLClient.tablesAutoResizeMode=com.sun.java.swing.JTable.AUTO_RESIZE_OFF

###
### List of "drivers", which we create "handlers" for.
###
### HandlerClass:HandlerName:DriverPrefix:DriverClassName
###
SQLClient.jdbcDriver.1=MySQL:MySQL_jms:mysql:gwe.sql.gweMysqlDriver
SQLClient.jdbcDriver.2=MySQL:MySQL_twz:z1MySQL:twz1.jdbc.mysql.jdbcMysqlDriver

###
### Default Profile Name
###
SQLClient.sqlProfile=db.test_one

###
### List of profile definition names
###
SQLClient.profiles=db.mysql:db.test_one

###
### Profile definitions
###
### SQLClient.profile.PROFNAME=name:hostname:port:user:pass:database:handler
###
### If the handler is left blank, the current handler is left alone.
###
SQLClient.profile.db.mysql=DB.mysql:db.domain.com:3306:user::MySQL_twz:
SQLClient.profile.db.test_one=DB.test_one:db.domain.com:3306:user::MySQL_twz:
