Modifier and Type | Method and Description |
---|---|
static Constants.WORKING_MODE |
Processing.detectMode(java.sql.Connection sqlConnection)
detectMode: This method detect the working mode, depending if exist some
manual instruction in the database.
|
static Constants.WORKING_MODE |
Constants.WORKING_MODE.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Constants.WORKING_MODE[] |
Constants.WORKING_MODE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|