samples.tutorials.database
Class DbExample
java.lang.Object
samples.tutorials.database.DbExample
- All Implemented Interfaces:
- Example
public class DbExample
- extends Object
- implements Example
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NB_RUNS
public static final int NB_RUNS
- See Also:
- Constant Field Values
TIME_LIMIT
public static final int TIME_LIMIT
- See Also:
- Constant Field Values
EX_WRAPPER
public static final samples.tutorials.database.DbExample.TimeLimitWrapper EX_WRAPPER
dbConnector
public IDbConnector dbConnector
DbExample
public DbExample()
executeEx
public void executeEx(String name,
String... args)
solveGolombRulers
public void solveGolombRulers()
solveQueens
public void solveQueens()
solveMED
public void solveMED()
executeBenchmark
protected void executeBenchmark()
execute
public void execute(String... args)
- Specified by:
execute
in interface Example
main
public static void main(String[] args)
Copyright © 2012. All Rights Reserved.