rsx = conn.execQuery(sqlStmt) ;
ResultSet rs = rsx.get();
if ( ! rs.next() )
{
if ( ! create )
throw new SDBException("No such node in table: "+node) ;
insertNode(conn, lex, node) ;
// And get it again to find the auto-allocate ID.
return getIndex(conn, node, false) ;
}