|
What this is
Other links
The source codeSQLClient.sqlPort=3306 SQLClient.sqlHostname=db.tcx.se SQLClient.sqlUsername=guest SQLClient.sqlPassword= SQLClient.sqlDatabase=mysql SQLClient.sqlHandler=MM.MySQL 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 ### ### HandlerClass must have an entry in SQLClient.loadJDBCDrivers() ### SQLClient.jdbcDriver.1=MySQL:MM.MySQL:mysql:org.gjt.mm.mysql.Driver SQLClient.jdbcDriver.2=hSQL:Hypersonic:HypersonicSQL:hSql.hDriver #SQLClient.jdbcDriver.2=MySQL:MySQL_twz:z1MySQL:twz1.jdbc.mysql.jdbcMysqlDriver #SQLClient.jdbcDriver.3=MySQL:MySQL_jms:mysql:gwe.sql.gweMysqlDriver ### ### Default Profile Name ### # SQLClient.sqlProfile=pc.test_one ### ### List of profile definition names ### # SQLClient.profiles=tbomb.mysql:tbomb.test_one:car.job:car.web ### ### 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.tbomb.mysql=tbomb.mysql:tbomb.ice.com:3306:time::mysql: #SQLClient.profile.tbomb.bugrat_test=tbomb.bugrat_test:tbomb.ice.com:3306:time::bugrat_test: #SQLClient.profile.car.job=Career.JobCenter:csdb.careersite.com:3306:time::jobcenter: #SQLClient.profile.car.web=Career.WebAuth:csdb.careersite.com:3306:time::webauth: |
... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.