public class DB_Check extends Object implements SanityCheckPluginInterface
| Constructor and Description |
|---|
DB_Check() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
check(QueryRunner qRunner,
Metadata metadataWS) |
String |
getDescription()
Describes the check and indicates what may be wrong
|
int |
getPriority()
Indicate the priority of the check, higher is later
|
boolean |
isDBTest() |
boolean |
isMasterTest() |
boolean |
isTutorialTest() |
public boolean isTutorialTest()
isTutorialTest in interface SanityCheckPluginInterfacepublic boolean isMasterTest()
isMasterTest in interface SanityCheckPluginInterfacepublic boolean isDBTest()
isDBTest in interface SanityCheckPluginInterfacepublic boolean check(QueryRunner qRunner, Metadata metadataWS) throws SQLException
check in interface SanityCheckPluginInterfaceqRunner - a runner constructed using your database options, may not
be present for non-adminsmetadataWS - a metadata interface constructed using the web service
interfaceSQLExceptionpublic String getDescription()
SanityCheckPluginInterfacegetDescription in interface SanityCheckPluginInterfacepublic int getPriority()
SanityCheckPluginInterfacegetPriority in interface SanityCheckPluginInterfaceCopyright © 2015 SeqWare. All rights reserved.