uk.ac.ic.doc.automed.util.db
Class Constants

java.lang.Object
  extended by uk.ac.ic.doc.automed.util.db.Constants

public class Constants
extends java.lang.Object

Constants.java

Author:
Duc M Le dmle@doc.ic.ac.uk Created on 01 March 2006 Department of Computing, Imperial College

Field Summary
static java.lang.String PROP_AUTO_COMMIT
          property auto_commit
static java.lang.String PROP_WRITE_DELAY
          property write_delay (for HSQLDB)
static long WRITE_DELAY
          default write_delay value for HSQLDB
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WRITE_DELAY

public static final long WRITE_DELAY
default write_delay value for HSQLDB

See Also:
Constant Field Values

PROP_WRITE_DELAY

public static final java.lang.String PROP_WRITE_DELAY
property write_delay (for HSQLDB)

See Also:
Constant Field Values

PROP_AUTO_COMMIT

public static final java.lang.String PROP_AUTO_COMMIT
property auto_commit

See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()