Clover Coverage Report - JDBC Support Utilities 1.0.21-SNAPSHOT
Coverage timestamp: Wed Dec 31 1969 19:00:00 EST
0   7   0   -
0   5   -   0
0     -  
1    
 
  DatabaseManagerMode       Line # 3 0 - 0 0 - -1.0
 
No Tests
 
1    package org.kuali.db.jdbc;
2   
 
3    public enum DatabaseManagerMode {
4    NOOP // Do nothing
5    , DROP_CREATE; // Drop then create the db
6   
7    }