Completed Demo add.
This commit is contained in:
parent
57d846cc03
commit
ff63a72919
2 changed files with 11 additions and 1 deletions
|
@ -114,7 +114,8 @@ public final class SikevaDBDemo
|
|||
System.out.println("victor is NOT correctly stored.");
|
||||
}
|
||||
|
||||
//
|
||||
// TODOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO String.valueOf ->
|
||||
// int
|
||||
database.remove("victor", String.valueOf(5));
|
||||
if (database.getValue("victor", String.valueOf(5)) == null)
|
||||
{
|
||||
|
|
|
@ -81,6 +81,15 @@ public class SQLArchiver implements Archiver
|
|||
// TODO
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
@Override
|
||||
public void close()
|
||||
{
|
||||
// TODO
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue