added 1 comment
This commit is contained in:
parent
bfeec55499
commit
dc0c961001
1 changed files with 1 additions and 0 deletions
|
@ -527,6 +527,7 @@ public final class NodeManager {
|
|||
try {
|
||||
int stmtNumber = 1;
|
||||
|
||||
// first column of insert statement is always the primary key
|
||||
stmt.setString(stmtNumber, node.getID());
|
||||
|
||||
Hashtable propMap = node.getPropMap();
|
||||
|
|
Loading…
Add table
Reference in a new issue