Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
DatabaseManagerMode |
|
| 0.0;0 |
1 | package org.kuali.db.jdbc; | |
2 | ||
3 | 0 | public enum DatabaseManagerMode { |
4 | 0 | NOOP // Do nothing |
5 | 0 | , DROP_CREATE; // Drop then create the db |
6 | ||
7 | } |