# The comma-separated list of jdbc drivers to use #jdbcDriver=RmiJdbc.RJDriver,jdbc.idbDriver #jdbcDriver=jdbc.idbDriver jdbcDriver=RmiJdbc.RJDriver,jdbc.idbDriver,org.gjt.mm.mysql.Driver,com.mckoi.JDBCDriver,org.hsqldb.jdbcDriver #jdbcDriver=org.gjt.mm.mysql.Driver # The url to the experiment database #jdbcURL=jdbc:rmi://expserver/jdbc:idb=experiments.prp jdbcURL=jdbc:idb=experiments.prp #jdbcURL=jdbc:mysql://mysqlserver/username #the method that is used to retrieve values from the db (java datatype + RecordSet.) #string,getString()= 0; -->nominal #boolean,getBoolean() = 1; -->nominal #double,getDouble() = 2; -->numeric #byte,getByte() = 3; -->numeric #short,getByte()= 4; -->numeric #int,getInteger() = 5; -->numeric #long,getLong() = 6; -->numeric #gloat,getFloat() = 7; -->numeric #date,getDate() = 8; -->date #the original conversion: = #char=0 #varchar=0 #longvarchar=0 #binary=0 #varbinary=0 #longvarbinary=0 #bit=1 #numeric=2 #decimal=2 #tinyint=3 #smallint=4 #integer=5 #bigint=6 #real=7 #float=2 #double=2 #date=8 #time=8 #timestamp=8 #mysql-conversion CHAR=0 TEXT=0 VARCHAR=0 LONGVARCHAR=0 BINARY=0 VARBINARY=0 LONGVARBINARY=0 BIT=1 NUMERIC=2 DECIMAL=2 FLOAT=2 DOUBLE=2 TINYINT=3 SMALLINT=4 #SHORT=4 SHORT=5 INTEGER=5 BIGINT=6 LONG=6 REAL=7 DATE=8 TIME=8 TIMESTAMP=8 #mappings for table creation CREATE_STRING=TEXT CREATE_INT=INT CREATE_DOUBLE=DOUBLE #database flags checkUpperCaseNames=false setAutoCommit=true createIndex=false #flags for loading and saving instances using DatabaseLoader/Saver nominalToStringLimit=50 idColumn=auto_generated_id